    .body-content{ padding:0}
.news-wrapper {
    width: 1400px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background-color: #0669c7;
    color: #fff;
    font-size: 20px;
    margin: 50px auto 0;

}
.news-wrapper a{
    color: #fff;
}
.news-wrapper a:hover{
    color: #ff6a00;
}
.news-list{
    width: 1400px;
    height: auto;
    color: #666464;
    background-color:aliceblue;
    margin:0 auto;
}

.news-item{
    width: 1340px;
    height: 50px;
    margin: 15px 30px;
    line-height: 50px;

}
.news-item a{
    color:#666464;
    margin-left: 10px;
    font-size: 20px;
}
.news-item a:hover{
    color: #0669c7;
}
.news-bar hr{
    width: 93%!important;
    color: #d3cccc;
    size: 1px;
    margin: 0 auto!important;
}
.news-bottom{
    margin-top: 50px;
    text-align: center;
}



@media screen and (max-width:1200px){
    body{float: left;height: auto;width: 100%;}
    .body-content{ width: 100%;}
    .mt-50{ margin-top: 25px;}
    .between {display:block;}

    .news-wrapper{ font-size: 16px;width: 100%;height: 35px;line-height: 35px;padding: 0 5%;margin-top: 25px;float: left;}
    .fl,.fr{ font-size: 16px;line-height: 35px;}

    .news-list{ width: 100%;}
    .news-bar{ width: 100%;margin-top: 15px;}
    .news-item{ width: 92%;margin: 2% 4%;height: 35px;line-height: 35px;}
    .news-item a{ font-size: 17px;width: 85%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
    .news-date { font-size: 14px;line-height: 45px;}

.news-list{min-height:255px;}
.between{position:relative;bottom:0;}

}
@media screen and (max-width: 800px)
.nav li {
    line-height: 35px;margin-right:0;
}
}
@media screen and (max-width:430px) and (min-width:360px){

    .news-item a{ width: 86%;}
    .news-date{ line-height: 50px;}
}