/*海报*/
.news_body .banner{
    width: 100%;
}
.news_body .banner img{
    width: 100%;
    display: block;
}
/*资讯列表*/
.news_body .news_list{
    max-width: 1420px;
    margin: 0 auto;
}
.news_body .news_list>ul{
    display: inline-block;
    width: 100%;
}
.news_body .news_list>ul li{
    float: left;
    width: 46.5%;
    margin-right: 7%;
    margin-top: 50px;
    position: relative;
}
.news_body .news_list>ul li:nth-child(2n+0){
    margin-right: 0;
}
.news_body .news_list .news_item .img{
    width: 42.3%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.news_body .news_list .news_item .img>div{
    width: 100%;
    height: 0;
    padding-bottom: 59.8%;
    position: relative;
    overflow: hidden;
}
.news_body .news_list .news_item .img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all .5s;
}
.news_body .news_list .news_item .img img:hover{
    transform: scale(1.1);
}
.news_body .news_list .news_item .news_info{
    width: 57%;
    text-align: left;
}
.news_body .news_list .news_info .time .day{
    font-size: 36px;
}
.news_body .news_list .news_info .title{
    font-size: 18px;
    line-height: 20px;
    margin-top: 29px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-right: 20px;
}
.news_body .news_list .news_info .des{
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    margin-top: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-right: 20px;
}
.news_body .news_list .news_info .do_new{
    font-size: 25px;
    margin-top: 25px;
}


/*手机版*/
@media(max-width:750px){
    /*海报*/
    .news_body .banner{
        width: 100%;
        height: 0;
        position: relative;
        padding-bottom: 25.1%;
    }
    .news_body .banner img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    /*资讯列表*/
    .news_body .news_list{
        max-width: 100%;
        margin: 0 auto;
    }
    .news_body .news_list>ul{
        display: inline-block;
        margin: 0 10px;
        width: calc(100% - 20px);
    }
    .news_body .news_list>ul li{
        float: unset;
        width: 100%;
        margin-right: 0 !important;
        margin-top: 15px;
    }
    .news_body .news_list .news_item .img{
        width: 38.5%;
        position: absolute;
        bottom: 24px;
        right: 0;
    }
    .news_body .news_list .news_item .img>div{
        padding-bottom: 60%;
    }
    .news_body .news_list .news_item .news_info{
        width: 58%;
    }
    .news_body .news_list .news_info .time .day{
        font-size: 18px;
    }
    .news_body .news_list .news_info .time .date{
        font-size: 10px;
        margin-top: 3px;
    }
    .news_body .news_list .news_info .title{
        font-size: 12px;
        line-height: 16px;
        margin-top: 8px;
        -webkit-line-clamp: 2;
        margin-right: 0;
    }
    .news_body .news_list .news_info .des{
        font-size: 10px;
        line-height: 16px;
        height: 48px;
        margin-top: 6px;
        -webkit-line-clamp: 3;
        margin-right: 0;
    }
    .news_body .news_list .news_info .do_new{
        font-size: 20px;
        margin-top: 6px;
    }
}
