/* img{
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle
} */
.xhy_center .xhy_main{
    padding-left:53px;
    padding-right: 25px; 
    margin-bottom: 20px;
} 
.xhy_main .news_list_top{
    margin-bottom: 20px;
    width: 100%;
    height: 280px;
}
.xhy_main .news_list_top .popular{
    float: left;
    width: 685px;
    height: 100%;
    position: relative;
}
.xhy_main .news_list_top .popular img{
    width: 100%;
    height: 100%;
    display: block;
}
.xhy_main .news_list_top .popular span{
    position: absolute;
    font-size: 20px;
    bottom: 15px;
    left: 20px;
    color: #fff;
}
.xhy_main .news_list_top ul{
    float: left;
    width: 215px;
    height: 100%;
    margin-left: 20px
}
.xhy_main .news_list_top ul li{
    width: 100%;
    height: 130px;
    margin-bottom: 20px;
    position: relative;
}
.xhy_main .news_list_top ul li:nth-of-type(2){
    margin-bottom: 0;
}
.xhy_main .news_list_top ul li img{
    width: 100%;
    height: 100%;
    display: block;
}
.xhy_main .news_list_top ul li span{
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 150px;
    color: #fff;
    font-weight: bold
}
.xhy_main .news_list_bottom ul li{
    width: 215px;
    float: left;
    margin:0 20px 20px 0;
    position: relative;
}
.xhy_main .news_list_bottom ul li:nth-child(4n+4){
    margin-right: 0;
}
.xhy_main .news_list_bottom ul li a img{
    width: 100%;
    display: block;
    height: 130px;
}
.xhy_main .news_list_bottom .news_profile{
    width: 100%;
    height: 100px;
    padding: 15px;
    background: #fff;
}
.xhy_main .news_list_bottom .news_profile .title{
    font-size: 14px;
    color: #3a3d3f;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.xhy_main .news_list_bottom .news_profile .time{
    color: #838d8f;
    font-size: 12px;
    display: block;
    line-height: 15px;
    margin-top: 15px;
}
.xhy_main .news_list_bottom .news_profile .time i{
    font-size: 14px;
    line-height: 15px;
    float: right;
}
.xhy_main .news_list_bottom .mask{
    display: none;
    width: 100%;
    height: 130px;
    position: absolute;
    left: 0;
    top: 0;
}
.xhy_main .news_list_bottom .mask .line{
    width: 100%;
    height: 100%;
    border: 2px solid #959c8b;
}
.xhy_main .news_list_bottom .mask i.iconfont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size: 26px;
    color: #fff;
}
.xhy_main .news_list_bottom ul li:hover .mask{
    display: block;
    padding: 15px;
    background: rgba(0,0,0,.6);
}
.xhy_main .news_list_bottom ul li:hover .news_profile{
    background: #c01818;
}
.xhy_main .news_list_bottom ul li:hover .news_profile span{
    color: #fff;
}
.xhy_main .news_list_bottom ul li:hover .news_profile span.title{
    font-weight: 600;
}