.bannerinfo{
    float: none;
}
.fwqwrap{
    float: none;
    margin-top: 200px;
}
.bannerwrap{
    border-top:1px solid transparent ;
}
.biz{
    background: url(https://static.web.sdo.com/tlsj/pic/ddcq/nbiz.png);
}
.kef{
    background: url(https://static.web.sdo.com/tlsj/pic/ddcq/nkef.png);
}
.biz,.kef {
    width: 257px;
    height: 85px;
    float: left;
    margin-left: 5px;
    background-size: cover;
    float: none;
    color: #dbd7d4;
    text-align: right;
}
.big{
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    margin-right: 20px;
}
ul li.Red{
    color: red;
}
ul li.RedStrong{
    color: #af1d07;
     font-weight: bold;
}
ul li .label{
    position: relative;
    padding: 0 5px;
    margin-right: 10px;
}
ul li .label::after{
    content: ']';
    position: absolute;
    right: 0;
}
ul li span{
    vertical-align: top;
}
ul li .label::before{
    content: '[';
    position: absolute;
    left: 0;
}
.biz .big{
    margin-top: 20px;
    display: inline-block;
}
  .sm{
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-right: 20px;
    font-size: 12px;
}
  .sm em{
    font-style: normal;
    color: #e7c882;
    padding: 2px 4px;
    background-color: #d92c18;
    border-radius: 4px;
    cursor: pointer;
}
.kef span{
    text-align: right;
}
.content{
    height: 850px;
}
.bannerwrap{
    float: left;
}
.toptitle{
    width: 680px;
    margin: auto;
    padding:  30px 0;
    border-bottom: 3px solid #282423;
}
.toptitle div{
    float: left;
    height: 30px;
    width: 130px;
    text-align: center;
    line-height: 30px;
    color: #bcbab3;
    background: #312d2c;
    margin-left: 6px;
    cursor: pointer;
}
.toptitle div:hover{
     background: #54301a;
}
.toptitle div.active{
    background: #54301a;
}
.newmain{
    float: left;
    height: 100%;
    width: 800px;
    height: 100%;
    margin-left: 7px;
    position: relative;
}
.newmain .top{
    width: 799px;
    height: 96px;
    background: url(https://static.web.sdo.com/tlsj/pic/ddcq/newst.png);
    margin: auto;
     color: #df7917;
}
.newmain .top .h1{
    font-size: 28px;
    line-height: 90px;
    padding-left: 40px;
}
.newmain .top .h1 span{
    font-size: 16px;
}
.newmain .top .loca{
    float: right;
    padding-top: 39px;
    padding-right: 40px;
}
.newmain .top .loca .sp1{
    cursor: pointer;
}
.newmain .top .loca .sp1:hover{
    text-decoration: underline;
}
.page{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.page span{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #df7917;
    border : 1px solid #df7917;
    cursor: pointer;
}
.page span:hover{
    background-color: #d00000;
}
.page span.active{
    background-color: #d00000;
}
.newslist{
    display: none;
}
.newslist ul{
    padding: 20px 30px;
}
.newslist li{
    color: #b0ada7;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.newslist li:hover{
    color: #df7917;
}
.newslist li .date{
    float: right;
}
.newscontent{
    padding: 30px 60px;
}
.headtop{
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #3a3838;
    margin-bottom: 30px;
}
.headtop .head{
    color: #df7917;
    font-size: 28px;
    line-height: 50px;
}
.headtop .date{
    color: #df7917;
    font-size: 14px;
    line-height: 24px;
}
.newscontent .main{
    color: #a8a8a8;
    overflow: auto;
    height: 550px;
    line-height: 24px;
}
.newscontent .main::-webkit-scrollbar {/*滚动条整体样式*/
        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.newscontent .main::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #a8a8a8;
    }
.newscontent .main::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #EDEDED;
}
