#container_ul{
    width: 100%;
    min-height: 600px;
}
.list-type div.size2{
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    position: relative;
    display: inline-block;
    width: 24%;
    /*min-height: 327px; */
    border: 1px solid #fff;
    margin-right: 1%;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 0;
    background-color: unset;
    float: left;
    margin-bottom: 20px;
}
.list-type div.size2:hover{border: 1px solid rgb(216,198,168);}
.list-type div.size2:hover>a>h2{color: rgb(216,198,168);}
.list-type div.size2:nth-of-type(4n){
    margin-right: 0;
}
.list-type div.size2>a{
    height: auto;
}
.list-type div.size2>a>.new_img{
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    background-color: #080808;
    border-radius: 8px 8px 0 0;
}
.list-type div.size2>a>h2{
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    padding: 0 20px;
    border-bottom: solid rgb(237,237,237) 1px;
    font-weight: normal;
}
.list-type div.size2>a>.ft-con{
    height: 60px;
    text-overflow: ellipsis;
    color: rgb(196,196,196);
    overflow: hidden;
    text-indent: unset;
    line-height: 20px;
    padding: 0 20px 0 20px;
    margin: 10px 0;
    font-size: 14px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.con-banner{
    display: none;
}
.con-banner.active{
    display: block;
}
.swiper-container{
    width: 100%;
    left: 0;
    top: 0;
    min-height: 600px;
}
.new_hang{
    width: 100%;
    height: 349px;
    overflow: hidden;
}

@media screen and (max-width: 1500px){
    .news-content{
        width: 1200px !important;
    }

    .news-list-item>p:nth-child(3){
        width: 700px !important;
    }
    .news-list-item>img:nth-last-of-type(1){
        right: 95px !important;
    }
    .news-list-item>div:last-child{
        right: 0px !important;
    }
}