.body-content{ padding:0;}
.news-wrapper {
    width: 80%;
    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-middle{
    width: 80%;
    height: auto;
    margin:0 auto;
}

.news-beside{
    width: 20%;
    height: auto;
    background-color:aliceblue;
    display: block;
    float: left;

}
.news-beside dd{
    margin: 5px 26px 5px;
    border-bottom: 1px solid #0000001c;
}

.news-beside a{
    color: #666464;
    font-size: 18px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.news-beside a:hover{
    color: #0669c7;
}


.news-list{
    width: 79%;
    height: auto;
    color: #666464;
    background-color:aliceblue;
    display: block;
    float: left;
    clear:none;
    margin-left:1%;

}

.news-item{
    width: 95%;
    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;
}

.news-bottom{
    margin-top: 50px;
    text-align: center;
}
.pb_sys_common{ margin-bottom:12px;}



@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-beside{ display:none;}

    .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: 90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
    .news-date { font-size: 14px;line-height: 45px;}

}

@media screen and (max-width:430px) and (min-width:360px){

    .news-item a{ width: 86%;}
    .news-date{ line-height: 50px;}
}