.news-banner img{
    width: 100%;
}
.news-content{
   width:90%;
    margin: 65px auto 85px auto;
    position: relative;
}

.news-list1 li{
    border:1px dotted #ddd;
    padding:10px;
    margin-bottom:10px;
}
.news-list2 li{
    border:1px dotted #ddd;
    display:flex;
    justify-content: space-between;
    padding:10px;
    margin-bottom:10px;
}
.title{
    font-weight:bold;

}
.describe{
    text-indent:2em;
}
.navigation{
    width: 50%;
    height: 63px;
    text-align: center;
    margin: 0 auto;
}
.navigation div{
    width: 50%;
   padding:10px 0px;
    text-align: center;

    float: left;
    text-decoration: none;
    cursor:pointer;
}
ul li{
    text-decoration: none;
    list-style: none;
}
.show{
    background: #f6b436 !important;
    color: #ffffff !important;
}

.hide{
    background: #dddddd !important;
    color: #ffffff !important;
}

.box{
    width:90%;
    margin:0px auto;
}
.navigation div:nth-child( 1){
    background: #f6b436;
    color: #ffffff;
}
.navigation div:nth-child( 2){
    background: #dddddd;
    color: #ffffff;
}
.news-list2{
    display:none;
}
.img_l img{
    width:100%;
}

.xian{
    width: 100%;
    height: 2px;
    background: #f6b436;
    margin-top: 2%;
}
.page-turning {
    float: right;
    margin: 2% 0 2% 0;
}
.page-turning a{
    text-decoration: none;
    color: #333333;
    border:1px dotted #333;
}
.page-turning strong{
    background: #e0b04c;
    color:#fff;

}
