/* 轮播 */
.bannerr {
    width:100%;
    min-width: 1200px;
    overflow: hidden;
    height: 400px;
}
.banner>img {
    display: block;
    width: 100%;
    height: auto;
}
/* news_ls */
.newls>.data_ls span{
    display:inline-block;
    font-size: 15px;
    color: rgb( 59, 63, 66 );
    vertical-align: middle;
}
.newls>.data_ls>.fl div>em{
    display:inline-block;
    width:20px;
    height:20px;
    background: url(../images/rl.png) no-repeat center;
    margin-right:8px;
    vertical-align: middle;
}
.newls>.data_ls{
    margin:30px 0px;
}
.newls>.data_ls>.fr li>a>em{
    display:inline-block;
    width:36px;
    height:36px;
    background: url(../images/fx.png) no-repeat center;
    margin-left:8px;
    vertical-align: middle;
}
.newls>.data_ls>.fr>ul>li{
    width:80px;
    height:36px;
    position: relative;
}
.newls>.data_ls>.fr li>a{
    display:block;
    width:100%;
    height:100%;
}
.newls>.data_ls>.fr>ul>li>.share{
    display: absolute;
    right:0px;
    top:0px;
    display:none;
}
.newls>.data_ls>.fr>ul>li>.share>a{
    display:block;
    width:36px;
    height:46px;
    margin-left:40px;
    padding:5px 0px;
}
.newls>.data_ls>.fr>ul>li:hover .share{
    display:block;

}
.newls>.data_ls>.fr>ul>li:hover .fx>em{
    background: url(../images/gb.png) no-repeat center;
}
.newls>.data_ls>.fr>ul>li>.share>a>em{
    display:block;
    width:36px;
    height:36px;
}
.newls>.data_ls>.fr>ul>li>.share>.swb>em{
    background: url(../images/wb1.png) no-repeat center;
}
.newls>.data_ls>.fr>ul>li>.share>.swx>em{
    background: url(../images/wx1.png) no-repeat center;
}
.newls>.data_ls>.fr>ul>li>.share>.spyq>em{
    background: url(../images/pyq1.png) no-repeat center;
}
.newls>.data_ls>.fr>ul>li>.share>.skj>em{
    background: url(../images/kj1.png) no-repeat center;
}
.newls>.data_ls>.fr>ul>li>.share>.stx>em{
    background: url(../images/tx1.png) no-repeat center;
}
.newls>.data_ls>.fr>ul>li>.share>.swb:hover em{
    background: url(../images/wb2.png) no-repeat center;
}
.newls>.data_ls>.fr>ul>li>.share>.swx:hover em{
    background: url(../images/wx2.png) no-repeat center;
}
.newls>.data_ls>.fr>ul>li>.share>.spyq:hover em{
    background: url(../images/pyq2.png) no-repeat center;
}
.newls>.data_ls>.fr>ul>li>.share>.skj:hover em{
    background: url(../images/kj2.png) no-repeat center;
}
.newls>.data_ls>.fr>ul>li>.share>.stx:hover em{
    background: url(../images/tx2.png) no-repeat center;
}
.newconts>.title>h1{
    font-size: 35px;
    color: rgb( 18, 19, 20 );
}
.newconts>.title>span{
    display:block;
    font-size: 15px;
    color: rgb( 118, 123, 127 );
    padding:10px 0px;
}
.newconts>p{
    font-size: 14px;
    color: rgb( 104, 107, 111 );
    line-height:26px;
    padding:5px 0px;
}
.newconts>.fir_p{
    padding-top: 30px;
}
.newconts>b{
    display:block;
    font-size: 16px;
    color: rgb( 37, 39, 41 );
    font-weight: bold;
    margin-top:30px;
}
.newconts>.imgbox>ul{
    margin-right:-18px;
    margin-top: 20px;
}
.newconts>.imgbox>ul>li{
    width:602px;
    height:400px;
    float: left;
    margin-right:18px;
}
.newconts>.imgbox>ul>li>img{
    width:100%;
    height:100%;
}
.cak{
    width:100%;
    height:auto;
    margin:76px auto;
}
.cak>a{
    display:block;
    width: 203px;
    height: 53px;
    border-width: 1px;
    border-color: rgb( 216, 216, 216 );
    border-style: solid;
    font-size: 17px;
    color: rgb( 147, 150, 154 );
    line-height: 53px;
    text-align: center;
    margin:0 auto;

}
.cak>a:hover{
    border:1px solid transparent;
    color: rgb( 255, 255, 255 );
    background-image: -moz-linear-gradient( 0deg, rgb(37,174,253) 0%, rgb(61,132,248) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(37,174,253) 0%, rgb(61,132,248) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(37,174,253) 0%, rgb(61,132,248) 100%);
}