.new-list>ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.new-list>ul>li{
    width: 30%;
    margin: 3% 0;
    background: #ffffff;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
    border-radius: 4px;
}
.new-list .news-img{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.new-list .news-img img{
    width: 100%;
    height: 100%;
}
.new-list .news-font{
    padding: 2% 3% 6% 3%;
}
.new-list .news-font h2{
    font-size: 16px;
}
.new-list .news-font p{
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.new-list .news-font b{
    font-size: 14px;
    margin-top: 10%;
    display: block;
}
.new-list .news-font h2:hover,.new-list .news-font p:hover,.new-list .news-font b:hover{
    color: #E67817;
}


.list-topinfo{
    border-bottom: none;
}
.paging-list{
    display: inline-block;
    padding: 12% 0 5% 0;
}
.paging-list>li{
    display: inline;
}
.paging-list>li a{
    color: #000000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 16px;
    border: 1px solid #EAEAEA;
}
.paging-list>li a.active{
    background: #E67817;
    color: #FFFFff;
    border-radius: 4px;
    border: 1px solid #E67817;

}
.paging-list>li a:hover:not(.active){
    background: #E67817;
    color: #FFFFff;
    border: 1px solid #E67817;
}
div.center {
    text-align: center;
}
.topinfo-font h2{
    font-size: 18px;
    color: #E67817;
    border-bottom: 2px solid #EEEEEE;
    font-weight: bold;
}




.txtMarquee-top{ width:100%;  overflow:hidden; position:relative;  border:1px solid #E67817;   }
.txtMarquee-top .hd{ overflow:hidden;  height:40px; background:#E67817; padding:0 10px;  }
.txtMarquee-top .bd{ padding:15px;  }
.txtMarquee-top .infoList li{ height:30px; line-height:30px;font-size: 14px;}
.txtMarquee-top .infoList li .date{ float:right; color:#999;  }

.scroll-text{
    margin-top: 20%;
}
.left-info-cont .cont-describe span{
    font-size: 16px;
    line-height: 30px;
}
.left-info-cont .cont-describe h3{
    font-size: 16px;
    font-weight: bold;
}
.cont-describe .cont-time{
    margin: 5% 0;
    border-bottom: 1px solid #EEEEEE;
    padding: 5% 0;
    color: #bcbcbc;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.cont-describe .cont-time span{
    font-size: 13px;
}
.cont-nextcont{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    padding: 3% 0;
}



@media (max-width : 750px) {
    .mian-infolist {
        margin-top: 5%;
    }
    .new-list>ul>li {
        width: 49%;
    }
    .new-list .news-font h2 {
        font-size: 14px;
        line-height: 25px;
    }
    .new-list .news-font p,.new-list .news-font b {
        font-size: 12px;
    }
    .paging-list>li a {
        padding: 3px 10px;
        font-size: 12px;
    }
    .left-info-cont .cont-describe span {
        font-size: 12px;
        line-height: 25px;
    }
    .txtMarquee-top {
        width: 99%;
    }
    .new-list .news-img {
        height: 150px;
    }
}