.ymnr{
    margin-top: 25px;
}
#xxhj-fy{ clear:both;}
.ymnr>div{
    border: 1px solid #e2e2e2;
    width: 49%;
    float: left;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
}
.ymnr>div:nth-child(2n-1){
    margin-right: 2%;
}
.ymnr>div>img{
    width: 100%;
    display: block;
    height: 250px;
}
.ymnr>div>p{
    padding: 5px 0 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: bolder;
}
.ymnr>div>div{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    box-sizing: border-box;
    margin: 10px 0 0 10px;
    height: 250px;
    line-height: 250px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: .3s all;
    background: rgba(45,133,205,.8);
}
.ymnr>div>div:hover{
    opacity: 1;
    cursor: pointer;
}
.fy-box{
    width: 100%;
}
.fy-dn{
    display: none;
}