.ymnr{
    margin-top: 25px;
    margin-left: -10px;
    overflow: hidden;
    width: calc(100% + 20px) !important;
}
.fy-dn{
    display: none;
}
.ymnr>div{
    float: left;
    width:calc(33.3333% - 20px);
    margin: 10px;
    position: relative;
    border: 1px solid #DCDCDC;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.ymnr>div img{
    height: 160px;
    display: block;
    width: 100%;
}
.ymnr>div div{
    position: absolute;
    top: 0;
    left: 0;
    height: 160px;
    text-align: center;
    line-height: 160px;
    color: #fff;
    font-size: 30px;
    width: 100%;
    opacity: 0;
    transition: .3s all;
    background: rgba(45,133,205,.8);
}
.ymnr>div div:hover{
    opacity: 1;
    cursor: pointer;
}
.ymnr>div h3{
    width: 100%;
    font-weight: bolder;
    text-align: center;
    padding: 10px 0;
}
.ymnr>div>a>i{
    display: block;
    width: 3em;
    height: 1px;
    background: #C9C9C9;
    margin: 0 auto 10px;
}
.ymnr>div p{
    display: block;
    padding: 2px 20px;
    font-size: 12px;
    color: #333333;
    box-sizing: border-box;
}