﻿.container {
    position: relative;
}
.detail {
    width:75%;
    min-height: 1610px;
    padding:0 40px 0 80px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 100px;
}
.detail .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 auto;
    padding-top: 15px;
    width: 100%;
    color: #282d44;
}
.detail .news_info {
    color: #666;
    padding-top: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom:1px solid #e9e9e9;
    padding-bottom: 10px;
}
.detail .news_info .right_info,.detail .news_info .key_words span {
    float:left;
    font-size: 14px;
	line-height: 21px;
}
.detail .news_info .right_info span.time_text,.detail .news_info .right_info .source {
    display:none;
}
.detail .news_info .right_info .source {
    margin-left:20px;
}
.detail .news_info .key_words {
    float:right;
}
.detail .news_info .key_words>a {
    font-size: 14px;
    padding-right: 10px;
    /*max-width:80px;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    float: left;
    color:#666;
}
.detail .news_info .key_words>a:hover {
    color:#1875f0;
}
.share .bdsharebuttonbox {
    text-align: center;
    width: 40px;
}
#detail_share {
    position: absolute;
    top: 220px;
    left: 0px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    width: 40px;
    box-sizing: border-box;
    z-index: 999;
}
#detail_share .mobile_share {
    display:none;
}
#detail_share share {
    width: 40px;
}
#detail_share .bdsharebuttonbox  a,
#detail_share .bdsharebuttonbox .bds_more  {
    width: 100%;
    padding: 10px;
    height: 40px;
    display:block;
    box-sizing:border-box;
    position: relative;
    margin: 0;
}
#detail_share .bdsharebuttonbox  .share_text {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    top: 0;
    width: 90px;
    left: 60px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    display: none;
    color: #333;
}
#detail_share .bdsharebuttonbox  .share_text.active {
    display:block;
}
#detail_share .bdsharebuttonbox span.share_sina {
    top:40px;
}
#detail_share .bdsharebuttonbox span.share_qzone {
    top:80px;
}
#detail_share .bdsharebuttonbox span.share_qq {
    top:120px;
}
#detail_share .bdsharebuttonbox  .share_text.code {
    width: 136px;
    padding: 6px;
}
#detail_share .bdsharebuttonbox  span.share_text:before {
    display:block;
    content:'';
    position:absolute;
    top:50%;
    margin-top: -10px;
    left:-10px;
    border-right:15px solid #fff;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
}
#detail_share .bdsharebuttonbox .code:before  {
    display:block;
    content:'';
    position:absolute;
    bottom: 5px;
    margin-top: -10px;
    left:-10px;
    border-right:15px solid #fff;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
}
#detail_share .bdsharebuttonbox .bds_weixin  {
    background: url('../imagesp/weixin.png') no-repeat center center;
}
#detail_share .bdsharebuttonbox .bds_tsina  {
    background: url('../imagesp/sina.png') no-repeat center center;
}
#detail_share .bdsharebuttonbox .bds_qzone  {
    background: url('../imagesp/qzone.png') no-repeat center center;
}
#detail_share .bdsharebuttonbox .bds_sqq  {
    background: url('../imagesp/qq.png') no-repeat center center;
}
#detail_share .bdsharebuttonbox .bds_weixin:hover  {
    background: url('../imagesp/weixin-hover.png') no-repeat center center;

}
#detail_share .bdsharebuttonbox .bds_tsina:hover  {
    background: url('../imagesp/sina-hover.png') no-repeat center center;

}
#detail_share .bdsharebuttonbox .bds_qzone:hover  {
    background: url('../imagesp/qzone-hover.png') no-repeat center center;

}
#detail_share .bdsharebuttonbox .bds_sqq:hover  {
    background: url('../imagesp/qq-hover.png') no-repeat center center;

}
.detail .content {
    font-size: 16px;
    position: relative;
}
.detail .content .news_video {
    position:relative;
}
.detail .content .news_video iframe {
    font-size: 14px;
    color: rgb(102, 102, 102);
    width:100%;
    height:377px;
    margin:40px 0;
}
.detail .content .news_video .code {
    position: absolute;
    left:10px;
    top: -26px;
    width: 134px;
    height: 156px;
    background: white;
    z-index: 9999;
    display: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.detail .content .news_video .code .shareCodeTop {
    padding: 10px 8px 0 10px;
}
.detail .content .news_video .code>div:nth-child(2) {
    font-size: 12px;
    color: #666;
    text-align:center;
    padding-top:5px;
}
.bdshare-button-style0-16 a {
    height: 40px;
    display:block;
}
.detail .content .news_video .code:before {
    display:block;
    content:'';
    position:absolute;
    bottom:20px;
    left:-10px;
    border-right:15px solid #fff;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
}
.detail .content p {
    color: rgb(102, 102, 102);
    padding: 10px;
    line-height: 28px;
}
.detail .content p.news_pic {
    height: 458px;
    margin:40px 0;
}
.detail .content p.news_pic img {
    height: 100%;
}
.detail .content a {
	color: #2c99fe;
}
.explain {
    background-color: #fafafa;
    color: #999;
    padding: 14px 27px;
    line-height: 21px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.explain span {
	color: #2c99fe;
}
.news_cpzct {
    margin-bottom: 40px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-top: 2px solid #2c99fe;
    padding: 12px 0px 12px 0px;
    padding-bottom: 6px;
    position: relative;
    margin-top: 30px;
    top: 15px;
}
.news_cpzct .re-logo  {
    position: absolute;
    display: inline-block;
    width: 140px;
    height: 32px;
    line-height: 32px;
    left: -1px;
    top: -32px;
    background: url(../imagesp/icon-recommend.png) no-repeat;
    background-size: 140px 32px;
    padding-left: 20px;
    font-size: 14px;
    color: #ffffff;
}
.recommend-con  {
    overflow: hidden;
    width: 100%;
}

.b2b-statics  {
    float: left;
    width: 215px;
    margin-left: 32px;
}
.b2b-statics span {
    font-size: 12px;
}
.news_related .related_container .related_top  {
    height: 45px;
    border-top: 1px solid #e9e9e9;
}
.news_related .related_container .related_top>h3  {
    display: inline-block;
    padding-top: 15px;
    font-size: 20px;
    font-weight: bolder;
    color: #222;
    border-top: 1px solid #1875f0;
    margin-top: -1px;
    cursor: default;
}
.img-box:hover  {
    border: 1px solid #f29435;
}
.img-box:hover img  {
    transform: scale(1.05);
}
.img-box  {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    cursor: pointer;
    overflow: hidden;
    transition: all linear 0.2s;
}
.s-title  {
    margin-top: 10px;
    display: inline-block;
    color: #2c99fe;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 550;
}
.img-box img  {
    width: 210px;
    height: 130px;
    transition: all linear 0.4s;
}
.related_list>li  {
    /* width: 100%; */
    padding: 30px 0px;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    min-height: 210px;
}
.related_list .left_box {
    width:220px;
    height: 150px;
    float: left;
}
.related_list .left_box>a {
    display: block;
    width: 220px;
    height: 150px;
    background-color: #f5f5f5;
    overflow: hidden;
}
.related_list .left_box>a>img {
    width: 100%;
    height: 100%;
    padding:0;
}
.related_list .right_box {
    padding-left: 30px;
}

.related_list>li {
    /*width: 100%;*/
    padding: 30px 0px;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    min-height: 210px;
}
.related_list .left_box {
    width: 28.2%;
    float:left;
    overflow: hidden;
    /*padding-right: 10px;*/
}
.related_list .left_box >a {
    display: block;
    width: 220px;
    height: 150px;
    background-color: #f5f5f5;
    overflow: hidden;
}
.related_list .left_box >a>img {
    width: 100%;
    height: 100%;
}
.related_list .left_box >a>img:hover  {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -khtml-opacity: .8;
    /*transition: all .1s linear;*/
}
.related_list .right_box {
    width: 71.8%;
    height:100%;
    float:right;
    padding-left: 20px;
    box-sizing: border-box;
}
.related_list .right_box .news_title a {
    font-size: 20px;
    color: #222;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:block;
    padding-top: 0;
}
.related_list .right_box .news_text>a .desc {
    padding: 20px 0 0px;
    color: #999;
    font-size: 14px;
    height: 98px;
    display: block;
    line-height: 24px;
    text-align: justify;
}
.related_list .right_box .news_title>a:hover {
    color:#1875f0;
}
.related_list .right_box .bottom_btn {
    height: 30px;
    font-size:14px;
}
.related_list .right_box .bottom_btn .left_link>a  {
    font-size: 14px;
    padding-right: 10px;
    display: block;
    float: left;
}
.related_list .right_box .bottom_btn .left_link>a:hover  {
    color: #1875f0;
}
.related_list .right_box .bottom_btn span.split_line  {
    width: 1px;
    height: 12px;
    background-color: #999;
    float: left;
    margin: 4px 0;
    margin-right: 10px;
}
.related_list .right_box span.time  {
    float: left;
    color: #999;
    position: relative;
}
.news_related .video_suspension  {
    width: 42%;
    height: 288px;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 1000;
    display: none;
}

.news_ad  {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
}
.news_ad  {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height:  100%;
    overflow: hidden;
}
.rightpin {height:100%;}
.place_ad  {
    width: 280px;
    height: 170px;
}
.place_ad:nth-child(1)  {
    margin-top: 15px;
}
.place_news_list  {
    margin-top: 10px;
}
.place_news_list>li  {
    position: relative;
    height: 42px;
    line-height: 42px;
}
.place_news_list1>li  {
    background: url('../imagesp/xiangang_img.png') no-repeat 10px 14px;
}
.place_news_list2>li:after  {
    content: "";
    background: #ccc;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -2px;
}
.place_news_list>li:before  {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    background: #1875f0;
    width: 3px;
    height: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.place_news_list>li>span  {
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 16px;
    height: 23px;
    color: #999;
    text-align: left;
    margin-right: 10px;
}
.place_news_list2>li>span  {
    margin-right: 4px;
}
.place_news_list>li>a  {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.place_news_list2>li>a  {
    width: 250px;
}
.place_news_list>li>span.newLight  {
    color: #1875f0;
}
.place_news_list>li:hover a  {
    color: #1875f0
}

.place_news_list>li:hover:before  {
    height: 30px;
    top: 5px;
    bottom: 0
}
.place_news  {
    margin-top: 15px;
}
.place_news_title  {
    height: 41px;
    border-top: 1px solid #e9e9e9;
}
.place_news_title>h3  {
    display: inline-block;
    padding-top: 19px;
    font-size: 18px;
    color: #222;
    border-top: 1px solid #1875f0;
    margin-top: -1px;
    font-weight: bold;
}
.news_video  {
    /* margin-top: 20px; */
}
.news_video li {
    float: left;
    width: 130px;
    /* height: 116px; */
    margin: 19px 20px 0 0;
}
.news_video li:nth-child(2n) {
    margin-right: 0;
}
.news_video .video_box {
    width: 132px;
}
.news_video .video_img {
    width: 130px;
    height: 81px;
    position: relative;
    overflow: hidden;
}
.news_video .video_img>img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.news_video .video_img:hover>img  {
    transform: scale(1.2);
}
.news_video .video_img:hover:after  {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.news_video .video_name {
    height: 36px;
    line-height: 36px;
}
.news_video .video_name>span  {
    display: inline-block;
    width: 98%;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_video .video_name:hover>span {
    color: #1875f0;
}
.content h2 {
    margin-bottom: 8px;
    font-size: 17px;
    color: #2c99fe;
    padding: 13px 10px;
    font-weight: 700;
    line-height: 20px;
    font-family: microsoft yahei;
    vertical-align: baseline;
    border-left: 3px #2c99fe solid;
    display: block;
    word-wrap: break-word;
    background-color: #f6f6f6;
    margin-top: 5px;
}
.content h3 {
    margin-top: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}
.content img {
    display: block;
    background-color: #fafafa;
    border: 1px solid #eee;
    margin-top: 8px;
    margin: 0 auto 8px;
    max-width: 760px!important;

}
.news_related .related_l {
    overflow: hidden;
    list-style-type: disc;
    height: 130px;
    margin-top: 8px;
	width: 390px;
    float: left;
}
.news_related .related_r {
    overflow: hidden;
    list-style-type: disc;
    height: 130px;
    margin-top: 8px;
	width: 390px;
}
.news_related li {
    width: 350px;
    text-overflow: ellipsis;
    float: left;
    list-style-type: disc;
    margin: 0 18px 8px;
    line-height: normal;
    white-space: nowrap;
    color: #666;
    font-size: 14px;
}
.news_related li a:hover {
	color: #2c99fe;
}
.news_related {
    margin-top: 20px;
}
.news_cpzct .re-logoxm  {
    position: absolute;
    display: inline-block;
    width: 140px;
    height: 32px;
    line-height: 32px;
    left: -1px;
    top: -32px;
    background: url(../imagesp/icon-recommend.png) no-repeat;
    background-size: 175px 55px;
    padding-left: 9px;
    font-size: 14px;
    color: #ffffff;
}
.txt-upDown  {
    clear: both;
    padding: 18px 0 0;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.txt-upDown span  {
    color: #999;
    max-width: 320px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.imgex {
	font-size: 12px;
	font-weight: 600;
}