body {
    background-color: #fff;
}

.container {
    position: relative;
}

.new_page {
    text-align: center;
    padding: 50px 0 130px;
    width: 72%;
}

.new_page .pageInput:focus {
    border-color: #1875f0;
}

.new_page .previous.disable {
    cursor: default;
    background: url(../images/news/page_left_disabled_img.png) no-repeat center;
}

.new_page .next.disable {
    cursor: default;
    background: url(../images/news/page_right_disabled_img.png) no-repeat center;
}

.new_page .pagebtn:hover {
    background-color: #1569d8;
}

.content {
    min-height: 1630px;
}

/*新闻搜索*/
.search_header {
    padding: 25px 0 10px;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.header_news .logo_key {
    padding-left: 0px;
    padding-right: 30px;
    /*margin-top: 30px;*/
}

.logo_key > div {
    font-size: 24px;
    color: #222;
    position: relative;
}

.logo_key .phone_line i {
    position: absolute;
    top: 3px;
    left: -16px;
    width: 1px;
    height: 20px;
    background-color: #e9e9e9;
    display: none;
}

.header_news .search_tab {
    height: 30px;
    line-height: 30px;
}

.search_tab > a {
    padding: 0 11px 0 10px;
    position: relative;
    color: #666666;
    font-size: 14px;
}

.search_tab > a.focus {
    color: #1875f0;
}

.search_tab > a:hover {
    color: #1875f0;
}

.search_tab > a > span {
    position: absolute;
    top: 5px;
    right: -1px;
    width: 1px;
    height: 10px;
    background-color: #e9e9e9;
}

.search_header .logo_search_input > input {
    width: 436px;
    font-size: 14px;
    padding: 6px 10px;
    border: 1px solid #e9e9e9;
    border-right: none;
    outline: none;
    height: 40px;
    /*line-height: 38px;*/
}

.search_header .logo_search_input > input:focus {
    border-color: #1875f0;
}

.search_header .logo_search_input > a {
    display: block;
    float: right;
    width: 94px;
    height: 40px;
    line-height: 40px;
    background: #1875f0;
    border: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.search_header .logo_search_input > a:hover {
    background-color: #1569d8;
}

.news_menu .container {
    position: relative;
}

.new_cates {
    position: absolute;
    top: -60px;
    left: 280px;
    max-width: 340px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.new_cates > span {
    position: relative;
}

.new_cates a {
    font-size: 12px;
    color: #666;
}

.new_cates span > span {
    font-size: 12px;
    color: #666;
}

.new_cates a:hover {
    color: #1875f0;
}

.new_cates > span i {
    display: inline-block;
    vertical-align: middle;
    padding: 0 13px;
    width: 7px;
    height: 12px;
    background: url('../images/news/nav_news_place.png') no-repeat 9px 0;
}

/*返回*/
.phone_back {
    display: none;
    width: 16px;
    height: 18px;
    position: absolute;
    top: 27px;
    left: 15px;
}

.phone_back > a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/news/news_phone_back.png') no-repeat;
    background-size: 50%;
}

.phone_go_back {
    right: 15px;
    bottom: 100px;
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    z-index: 10;
}

.phone_go_back > span {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/news/phone_go_back.png') no-repeat;
    background-size: 50%;
    background-position: center 10px;
}

/*导航*/
.nav_news {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
    position: relative;
}

.nav_news .news_cats > li {
    display: inline-block;
    padding: 8px 12px;
    margin-right: 16px;
    margin-bottom: 12px;
    cursor: pointer !important;
}

.nav_news .news_cats > li > a {
    font-size: 16px;
    color: #333;
    cursor: pointer !important;
}
.nav_news .news_cats > li:hover ,
.nav_news .news_cats > li.active{
    background: rgba(24,117,240,0.1);
    border-radius: 4px;
}
.nav_news .news_cats > li:hover > a,
.nav_news .news_cats > li.active > a {
    color: #1875f0;
    font-weight: 600;
}
@media (max-width: 768px) {
    .nav_news {
        height: 62px;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #e9e9e9;
        overflow: hidden;
        position: relative;
    }

    .nav_news .news_cats > li {
        display: inline-block;
        padding: 17px 0 20px 0;
        margin-right: 40px;
        margin-bottom: 0;
        cursor: pointer !important;
    }

    .nav_news .news_cats > li > a {
        padding-bottom: 18px;
        font-size: 16px;
        color: #333;
        cursor: pointer !important;
    }
    .nav_news .news_cats > li:hover ,
    .nav_news .news_cats > li.active{
        background: transparent;
        border-radius: 0;
    }
    .nav_news .news_cats > li:hover > a,
    .nav_news .news_cats > li.active > a {
        color: #1875f0;
        border-bottom: 3px solid #1875f0;
        font-weight: normal;
    }

}
/*新版新闻*/
.news_list {
    width: 76.67%;
}

.news_list > li {
    /*width: 100%;*/
    padding: 30px 0px;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    min-height: 190px;
    margin-right: 60px;
    position: relative;
}

.news_list .left_box {
    width: 25.6%;
    float: left;
    overflow: hidden;
    /*padding-right: 10px;*/
}

.news_list .left_box > a {
    display: block;
    width: 220px;
    height: 130px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.news_list .left_box > a > img {
    width: 100%;
    height: 100%;
}

.news_list .left_box > a > img:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -khtml-opacity: .8;
    /*transition: all .1s linear;*/
}

.news_list .right_box {
    width: 74.4%;
    height: 130px;
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.news_list .news_title a {
    font-size: 20px;
    color: #222;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    font-weight: bold;
    word-break: break-all;
}

.news_list .right_box .news_text > a .desc {
    padding: 10px 0 0px;
    color: #999;
    font-size: 14px;
    /* height: 98px;*/
    display: block;
    line-height: 20px;
    text-align: justify;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}
.news_list .news_text > a .desc {
    padding: 10px 0 0 0px;
    color: #999;
    font-size: 14px;
    /* height: 98px;*/
    display: block;
    line-height: 24px;
    text-align: justify;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}

.news_list .right_box .news_title > a:hover {
    color: #1875f0;
}

.news_list .right_box .bottom_btn {
    height: 30px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
}


.news_list .bottom_btn {
    height: 18px;
    font-size: 14px;
    position: absolute;
    bottom: 32px;

}
.left_link{
    float: left;
    margin-right: 20px;
}
.right_box .classify{
    margin-top: 10px;
}
.classify{
    overflow: hidden;
    height: 20px;
}
.classify >span{
    display: inline-block;
    text-align: left;
    margin-right: 10px;
}
.classify >span>a{
    color:#1875f0;
}
/*资讯活动*/
.news_activity_list {
    width: 100%;
    display: block;
    padding-top: 30px;
}

.news_activity_list li {
    float: left;
    display: block;
    width: 588px;
    margin-bottom: 24px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
}

.news_activity_list li:nth-child(even) {
    margin-left: 12px;
}

.news_activity_list li:nth-child(odd) {
    margin-right: 12px;
}

.activity_img {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.activity_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.activity_content {
    width: 100%;
    padding: 24px;
}

.activity_content_title {
    padding-right: 90px;
    position: relative;
    width: 100%;
    height: 26px;
}

.activity_content_title > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #222;
}

.activity_content_title > .activity_status {
    width: 84px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.activity_content_title > .activity_status.activity_running {
    background: #fc6164;
}

.activity_content_title > .activity_status.activity_apply {
    background: #17d848;
}

.activity_content_title > .activity_status.activity_over {
    background: #cccccc;
}

.activity_text {
    width: 100%;
    overflow: hidden;
    padding: 16px 0 8px;
    height: 68px;
}

.activity_text > a {
    line-height: 21px;
    font-size: 14px;
    color: #666;
}

.activity_footer {
    width: 100%;
    height: 40px;
    padding: 0 24px;
    line-height: 39px;
    border-top: 1px solid #e9e9e9;
    font-size: 14px;
    color: #999;
}

.activity_dis {
    display: inline-block;
    max-width: calc(100% - 90px);
    overflow: hidden;
    white-space: nowrap;
}

.activity_time {
    float: right;
}

@media (max-width: 768px) {
    .news_activity_list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .activity_content {
        width: 100%;
        padding: 12px;
    }

    .news_activity_list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_activity_list li:nth-child(even) {
        margin-left: 0px;
    }

    .news_activity_list li:nth-child(odd) {
        margin-right: 0px;
    }

    .activity_content_title {
        padding-right: 70px;
    }

    .activity_img {
        max-height: 165px;
        overflow: hidden;
    }

    .activity_content_title > .activity_status {
        font-size: 12px;
        width: 64px;
    }

    .activity_text {
        width: 100%;
        overflow: hidden;
        padding: 16px 0 0px;
        height: auto;
    }

    .activity_footer {
        padding: 0 15px;
        font-size: 12px;
    }
}

/*分享*/
.mr_10 {
    margin-right: 10px;
}

#news_share .bdshare-button-style0-16 {
    position: relative;
}

#news_share .bdshare-button-style0-16 .code {
    background-color: #fff;
    padding: 14px;
    position: absolute;
    bottom: 37px;
    left: -58px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding-bottom: 6px;
    display: none;
}

#news_share .bdshare-button-style0-16 .code:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -15px;
    border-top: 24px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

#news_share .bdshare-button-style0-16 a,
#news_share .bdshare-button-style0-16 .bds_more {
    float: left;
    width: 20px;
    padding-left: 0;
    line-height: 20px;
    height: 20px;
    margin: 0;
    margin-right: 10px;
}

#news_share .bdshare-button-style0-16 a:hover {
    /* color: #333; */
    opacity: 1;
    filter: alpha(opacity=100);
}

#news_share .bdshare-button-style0-16 .bds_weixin {
    background: url('../images/share/weixin.png') no-repeat center center;
}

#news_share .bdshare-button-style0-16 .bds_tsina {
    background: url('../images/share/sina.png') no-repeat center center;
}

#news_share .bdshare-button-style0-16 .bds_qzone {
    background: url('../images/share/qzone.png') no-repeat center center;
}

#news_share .bdshare-button-style0-16 .bds_sqq {
    background: url('../images/share/qq.png') no-repeat center center;
    margin-right: 0;
}

#news_share .bdshare-button-style0-16 .bds_weixin:hover {
    background: url('../images/share/weixin-hover.png') no-repeat center center;
}

#news_share .bdshare-button-style0-16 .bds_tsina:hover {
    background: url('../images/share/sina-hover.png') no-repeat center center;
}

#news_share .bdshare-button-style0-16 .bds_qzone:hover {
    background: url('../images/share/qzone-hover.png') no-repeat center center;
}

#news_share .bdshare-button-style0-16 .bds_sqq:hover {
    background: url('../images/share/qq-hover.png') no-repeat center center;
}

/**/

/*详情分享*/
#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;
}

#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;
    top: -118px;
    padding: 14px;
    padding-bottom: 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('../images/share/weixin.png') no-repeat center center;
}

#detail_share .bdsharebuttonbox .bds_tsina {
    background: url('../images/share/sina.png') no-repeat center center;
}

#detail_share .bdsharebuttonbox .bds_qzone {
    background: url('../images/share/qzone.png') no-repeat center center;
}

#detail_share .bdsharebuttonbox .bds_sqq {
    background: url('../images/share/qq.png') no-repeat center center;
}

#detail_share .bdsharebuttonbox .bds_weixin:hover {
    background: url('../images/share/weixin-hover.png') no-repeat center center;

}

#detail_share .bdsharebuttonbox .bds_tsina:hover {
    background: url('../images/share/sina-hover.png') no-repeat center center;

}

#detail_share .bdsharebuttonbox .bds_qzone:hover {
    background: url('../images/share/qzone-hover.png') no-repeat center center;

}

#detail_share .bdsharebuttonbox .bds_sqq:hover {
    background: url('../images/share/qq-hover.png') no-repeat center center;

}

/**/
.news_list .right_box .bottom_btn .left_link {
    margin-top: 10px;
    float: left;
}


.news_list .right_box .bottom_btn .left_link > a {
    font-size: 14px;
    padding-right: 10px;
    /*max-width: 90px;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    display: block;
    float: left;
}

.news_list .right_box .bottom_btn .left_link > a:hover {
    color: #1875f0;
}

/*.news_list .right_box .bottom_btn .share{
    float:right;
}
.news_list .right_box .bottom_btn .share>div:nth-child(1){
    margin-top: 6px;
}*/
.news_list .right_box span.time {
    float: left;
    color: #999;
    position: relative;
}

.news_list .right_box .bottom_btn span.split_line {
    width: 1px;
    height: 12px;
    background-color: #999;
    float: left;
    margin: 4px 0;
    margin-right: 10px;
}

/*detail*/
.detail {
    width: 75%;
    min-height: 1610px;
    padding: 0 40px 0 80px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 100px;
}

.breadcrumb {
    border-bottom: 1px solid #e5e5e5;
}

.detail .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 auto;
    padding-top: 38px;
    width: 100%;
    color: #222;
}

.detail .news_info {
    color: #666;
    padding-top: 12px;
    margin-bottom: 57px;
    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;
}

.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;
}

/*.detail .share {*/
/*width: 40px;*/
/*position: absolute;*/
/*left: -50px;*/
/*top: 118px;*/
/*background-color: #fff;*/
/*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);*/
/*}*/
/*.detail .share span{*/
/*padding:10px;*/
/*font-size:14px;*/
/*color:#999;*/
/*position:absolute;*/
/*left:60px;*/
/*width:100px;*/
/*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);*/
/*display:none;*/
/*background-color: #fff;*/
/*}*/
/*.detail .share span.active{*/
/*display:block;*/
/*}*/
/*.detail .share .bdsharebuttonbox>span.share_sina{*/
/*top:15px;*/
/*}*/
/*.detail .share .bdsharebuttonbox  >span.share_qone{*/
/*top:45px;*/
/*}*/
/*.detail .share .bdsharebuttonbox  >span.share_qq{*/
/*top:70px;*/
/*}*/
/*.detail .share span:before{*/
/*display:block;*/
/*content:'';*/
/*position:absolute;*/
/*top:50%;*/
/*margin-top:-5px;*/
/*left:-10px;*/
/*border-right:15px solid #fff;*/
/*border-top:10px solid transparent;*/
/*border-bottom:10px solid transparent;*/
/*}*/
.detail .share .bdsharebuttonbox {
    text-align: center;
}

.detail .content {
    font-size: 14px;
    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: #444;
}

.detail .content p.news_pic {
    height: 458px;
    margin: 40px 0;
}

.detail .content p.news_pic img {
    height: 100%;
}

/*.news_related {
    !*width:75%;
    padding:0 40px 0 80px;*!
    box-sizing: border-box;
    position: relative;
}
.news_related .related_container{
    margin-top:20px;
    border-top: 1px solid #e9e9e9;
    margin-bottom: 70px;
}
.news_related .related_container .related_top {
    height: 54px;
}
.news_related .related_container .related_top>a{
    display: inline-block;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bolder;
    color: #222;
    border-top: 1px solid #1875f0;
    margin-top: -1px;
    cursor: default;
}
.news_related .related_container .related_content{
    padding:40px 0;
    border-bottom: 1px solid #e9e9e9;
}
.news_related .related_container .related_content:last-child{
    border-bottom: none;
}
.news_related .related_container .related_content .related_title{
    width: 100%;
    height: 100%;
}
.news_related .related_container .related_content .related_title>a:hover{
    color:#1875f0;
}
.related_content .related_title>a{
    display: inline-block;
    color:#222;
    font-size:24px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_related .related_container .related_content .related_msg{
    line-height: 26px;
    color:#666;
    font-size:14px;
    margin-top: 10px;
}
.related_msg .msg_target {
    font-size: 14px;
    color: #1875f0;
}
.related_msg .msg_target:hover {
    color: #1569d8;
}
.news_related .video_suspension{
    width:42%;
    height: 288px;
    position:fixed;
    top:20%;
    right:0;
    z-index: 1000;
    display:none;
}
.news_related .video_suspension iframe{
    width: 100%;
    height: 100%;
}*/
/*新闻详情相关新闻迭代*/
.news_related .related_container .related_top {
    height: 54px;
}

.news_related .related_container .related_top > a {
    display: inline-block;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bolder;
    color: #222;
    border-top: 1px solid #1875f0;
    margin-top: -1px;
    cursor: default;
}

.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: 190px;
}

.related_list .left_box {
    width: 28.2%;
    float: left;
    overflow: hidden;
    /*padding-right: 10px;*/
}

.related_list .left_box > a {
    display: block;
    width: 220px;
    height: 130px;
    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  .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 .news_text > a .desc {
    padding: 20px 0 0px;
    color: #999;
    font-size: 14px;
    height: 98px;
    display: block;
    line-height: 24px;
    text-align: justify;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 74px;
    margin-bottom: 6px;
}

.related_list .right_box .news_title > a:hover {
    color: #1875f0;
}

.related_list  .bottom_btn {
    height: 19px;
    font-size: 14px;
}

.related_list  .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 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;
}

/*mobile-page controller*/
.page_controller {
    margin: 10px 0;
}

.page_controller .new_pagenav {
    position: relative;
    height: 52px;
    line-height: 52px;
    margin: .1rem 0;
    background: #fff;
}

.c-flexbox {
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-box-align: stretch;
    -webkit-box-lines: single;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    -webkit-align-content: flex-start;
    -webkit-flex-wrap: nowrap;
}

.page_controller .new_pagenav_left {
    width: 40%;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
}

.page_controller .new_pagenav_center {
    -webkit-box-flex: 0;
    -webkit-flex: none;
}

.page_controller .new_pagenav_right {
    width: 40%;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
}

.page_controller .c_icon img {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

.page_controller .new_prepage {
    display: block;
    text-align: right;
}

.page_controller .new_prepage .c_icon {
    margin-right: 32%;
}

.new_firstpage .c_icon {
    margin-right: 32%;
}

.page_controller .new_nowpage {
    color: #9b9fa4;
    font-size: 14px;
}

.page_controller .new_nextpage .c_icon {
    margin-left: 32%;
}

.page_controller .new_firstpage {
    display: inline-block;
    color: #797979;
    text-align: right;
    width: 48%;
}

.new_firstpage + .new_prepage, .new_nextpage + .new_lastpage {
    display: inline-block;
    width: 48%;
}

.new_firstpage + .new_prepage .c_icon {
    margin-right: 65%;
}

.new_nextpage + .new_lastpage {
    display: inline-block;
    width: 48%;
}

.new_nextpage + .new_lastpage .c_icon {
    margin-left: 50.5%;
}

.page_controller .c_icon {
    width: 6px;
    height: 10px;
}

.page_controller .new_firstpage {
    background-image: url("../images/first_page.png");
    background-repeat: no-repeat;
    background-size: 12%;
    background-position-x: 50%;
    background-position-y: 50%;
    /*background-image:url(../images/first_page.png);*/
}

.page_controller .new_prepage {
    background-image: url("../images/pre_page.png");
    background-repeat: no-repeat;
    background-size: 9%;
    background-position-x: 50%;
    background-position-y: 50%;
    /*background-image:url(../images/first_page.png);*/
}

.page_controller .new_nextpage {
    display: inline-block;
    width: 48%;
    background-image: url("../images/next_page.png");
    background-repeat: no-repeat;
    background-size: 9%;
    background-position-x: 50%;
    background-position-y: 50%;
    /*background-image:url(../images/first_page.png);*/
}

.page_controller .new_lastpage {
    background-image: url("../images/last_page.png");
    background-repeat: no-repeat;
    background-size: 12%;
    background-position-x: 50%;
    background-position-y: 50%;
    /*background-image:url(../images/first_page.png);*/
}

/*右部广告*/
.content > .container {
    position: relative;
}

.news_ad {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
}

.place_ad {
    width: 280px;
    height: 150px;
    margin-top: 34px;
}

.place_ad:nth-child(1) {
    margin-top: 44px;
}

.place_news_list {
    margin-top: 25px;
}

.place_news_list > li {
    position: relative;
    height: 42px;
    line-height: 42px;
}

.place_news_list1 > li {
    background: url('../images/news/xiangang_img.png') no-repeat 5px 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: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.place_news_list2 > li > a {
    width: 235px;
}

.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: 50px;
}

.place_news_title {
    height: 41px;
    border-top: 1px solid #e9e9e9;
}

.place_news_title > a {
    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;
    height: 116px;
}

.news_video .video_img {
    width: 130px;
    height: 88px;
    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;
    background: url('../images/news/video_layer_new.png') no-repeat center 20px;
}

.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;
}

.detail_scroll {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 40px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.detail_scroll > .scroll_list:nth-child(2) {
    display: none;
}

.detail_scroll > .scroll_list > div:nth-child(1) {
    background: url('../images/news/news_gzh.png') no-repeat center center;
}

.detail_scroll > .scroll_list:nth-child(2) > div {
    background: url('../images/news/news_back.png') no-repeat center center;
    cursor: pointer;
}

.scroll_list {
    width: 40px;
    height: 40px;
    position: relative;
}

.scroll_list > div {
    width: 100%;
    height: 100%;
}

.scroll_list:hover {
    background-color: rgba(24, 117, 240, 1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.detail_scroll > .scroll_list > div:nth-child(1):hover {
    background: url('../images/news/news_gzh_hover.png') no-repeat center center;

}

.detail_scroll > .scroll_list:nth-child(2):hover > div {
    background: url('../images/news/news_back_hover.png') no-repeat center center;
}

.scroll_list .go_back {
    position: absolute;
    top: 0px;
    left: -90px;
    white-space: nowrap;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    display: none;
    -webkit-animation: ani_x_fixed_tool_pop .3s 0s ease-out forwards;
    animation: ani_x_fixed_tool_pop .3s 0s ease-out forwards;
}

.scroll_list .scroll_share {
    width: 135px;
    height: 155px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    left: -150px;
    top: -120px;
    box-sizing: border-box;
    padding: 12px 10px 0;
    display: none;
    -webkit-animation: ani_x_fixed_tool_pop .3s 0s ease-out forwards;
    animation: ani_x_fixed_tool_pop .3s 0s ease-out forwards;
}

@-webkit-keyframes ani_x_fixed_tool_pop {
    0% {
        opacity: .5;
        -webkit-transform: scale(.5);
        -webkit-transform-origin: right center
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1);
        -webkit-transform-origin: right center
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -webkit-transform-origin: right center
    }
}

@keyframes ani_x_fixed_tool_pop {
    0% {
        opacity: .5;
        transform: scale(.5);
        transform-origin: right center
    }
    60% {
        opacity: 1;
        transform: scale(1);
        transform-origin: right center
    }
    100% {
        opacity: 1;
        transform: scale(1);
        transform-origin: right center
    }
}

.scroll_list .scroll_share:before {
    display: block;
    content: '';
    position: absolute;
    top: 88%;
    margin-top: -10px;
    right: -10px;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.scroll_share_img {
    width: 108px;
    height: 108px;
    margin: 0 auto;
}

.scroll_share_img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.scroll_share_text {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
}

.scroll_list .go_back:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.detail_scroll > .scroll_list:nth-child(1):hover > .scroll_share {
    display: block;
}

.detail_scroll > .scroll_list:nth-child(2):hover > .go_back {
    display: block;
}

/*无商品*/
.empty_product {
    width: 72%;
    height: 400px;
    position: relative;
    text-align: center;
}

.empty_product_box {
    height: 200px;
    position: relative;
    top: 100px;
    overflow: hidden;
    display: inline-block !important;
}

.empty_product_box > div {
    float: left;
    display: inline-block !important;
}

.empty_product_box > div:first-child {
    width: 145px;
    height: 138px;
    text-align: center;
    line-height: 145px;
    display: inline-block !important;
}

.empty_product_box > div:first-child img {
    width: 145px;
    height: 138px;
    vertical-align: middle;
}

#empty_product_content {
    /*width: 800px;*/
}

#empty_product_content a {
    margin-left: 20px;
    color: #fc7820;
    font-size: 18px;
}

#empty_product_content span {
    color: #555;
    font-size: 18px;
    margin-right: 10px;
}

.empty_product_content {
    height: 138px;
    margin-left: 10px;
    text-align: left;
}

.empty_product_content > div {
    font-size: 16px;
    margin-top: 20px;
    color: #555;
    margin-bottom: 30px;
    /*display:inline-block;!important;*/
}

.empty_product_content > div span {
    font-size: 16px;
    color: #1875f0;
    word-break: break-all;
}

.empty_product_content > div span:hover {
    font-size: 16px;
    color: #1569d8;
}

.empty_product_content > p {
    color: #555;
    font-size: 12px;
    margin-top: 10px;
    /*display:inline-block;!important;*/
}

.empty_product_content .empty_product_content_link {
    margin-top: 10px;
    margin-bottom: 0px;
}

.empty_product_content .empty_product_content_link p a {
    font-size: 14px;
    color: #fc7820;
}

.empty_product_content .empty_product_content_link p a:hover {
    color: #FF4E02;
}

.phone_ad [class*=col-],
.phone_ad .row {
    padding: 0;
    margin: 0;
}

/*移动端广告*/
.phone_ad {
    width: 100%;
    margin: 10px 0;
    display: none;
}

.phone_module {
    width: 100%;
    height: 194px;
    overflow: hidden;
    padding: 0 15px;
}

.phone_module {
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin-top: 10px;
}

.phone_module:nth-child(1) {
    margin-top: 0;
}

.phone_module_title {
    height: 70px;
    line-height: 70px;
    color: #222;
    font-size: 20px;
}

.phone_module_title > a {
    height: 70px;
    color: #222;
}

.phone_module > div:nth-child(2) {
    margin-top: 0;
}

.phone_module > div:last-child {
    border-bottom: none;
}

.phone_news_list {
    margin-top: 12px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 12px;
}

.phone_news_list:first-child {
    margin-top: 0;
}

.phone_news_list:last-child {
    border-bottom: none;
}

.phone_news_list .phone_img {
    height: 70px;
    overflow: hidden;
    width: 27%;
}

.phone_img > a {
    width: 100%;
    height: 70px;
    vertical-align: middle;
    display: block;
    overflow: hidden;
}

.phone_img > a > img {
    vertical-align: middle;
    /*min-height: 100%;
    min-width: 100%;*/
    width: 100%;
    height: 100%;
}

.phone_news_list .phone_text {
    overflow: hidden;
    width: 73%;
    padding-left: 10px;
}

.phone_text > div:nth-child(1) > a {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 25px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
}

.phone_text > div:nth-child(2) > span {
    font-size: 12px;
    color: #888;
}

.phone_ads {
    height: 194px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 15px;
    display: none;
}

.phone_ads img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.phone_news_video {
    height: 100%;
    width: 100%;
}

.phone_ad .phone_video {
    height: 180px;
    width: 49%;
    margin-right: 5px;
}

.phone_video:nth-child(2n) {
    margin-right: 0;
}

.phone_video_img {
    height: 105px;
    width: 100%;
    overflow: hidden;
}

.phone_video_img > a {
    width: 100%;
    height: 105px;
    vertical-align: middle;
    display: block;
    overflow: hidden;
}

.phone_video_img > a > img {
    vertical-align: middle;
    /*min-height: 100%;
    min-width: 100%;*/
    width: 100%;
    height: 100%;
}

.phone_video_text {
    margin-top: 6px;
    height: 50px;
    overflow: hidden;
    text-align: justify;
    padding-right: 5px;
}

.phone_video_text a {
    font-size: 15px;
    color: #333;
    line-height: 25px;
}

.nav_shadow {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 60px;
    background: url('../images/news/nav_shadow.png') no-repeat center right;
    background-size: contain;
    background-color: rgba(244, 245, 246, 0.3);
    z-index: 100;
}

@media (min-width: 760px) and (max-width: 1200px) {
    .container {
        padding: 0 15px;
    }

    .news_ad {
        right: 15px;
    }
}

@media (min-width: 760px) and (max-width: 1100px) {
    .news_list > li {
        margin-right: 90px;
    }

    .news_list > li {
        min-height: 170px;
    }

    .news_list .left_box {
        width: 162px;
        height: 110px;
    }

    .news_list .left_box > a {
        height: 100%;
        width: 100%;
    }

    .news_list .right_box .news_text > a .desc {
        padding: 12px 0 0px;
        height: 62px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news_list .share_container {
        position: relative;
        padding-bottom: 20px;
    }

    .news_list .share_icon {
        width: 20px;
        height: 20px;
        background: url("../images/news/share_icon.png") no-repeat center center;
        font-size: 0;
        margin-right: 0;
        float: right;
        padding-right: 0;
    }

    #news_share .bdshare-button-style0-16 {
        position: absolute;
        float: right;
        top: 32px;
        left: -118px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        box-shadow: -10px 0 15px rgba(225, 226, 228, 0.3), 1px 0px 10px rgba(225, 226, 228, 0.3), 10px 0px 15px rgba(225, 226, 228, 0.3), 0 20px 20px rgba(225, 226, 228, 0.3);
        display: none;
        background-color: #fff;
        z-index: 1;
    }

    #news_share .bdshare-button-style0-16 a, #news_share .bdshare-button-style0-16 .bds_more {
        float: left;
        width: 34px;
        padding-left: 0;
        line-height: 20px;
        height: 34px;
        margin: 0;
        /*margin-right: 10px;*/
    }

    #news_share .bdshare-button-style0-16:before {
        display: block;
        content: '';
        position: absolute;
        right: 10px;
        top: -16px;
        border-bottom: 16px solid #fff;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

    #news_share .bdshare-button-style0-16 .code {
        background-color: #fff;
        padding: 14px;
        position: absolute;
        bottom: -170px;
        left: 0px;
        text-align: center;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        padding-bottom: 6px;
        /*display: none;*/
        z-index: 10000;
    }

    #news_share .bdshare-button-style0-16 .code:after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        margin-left: 15px;
        top: -15px;
        border-bottom: 15px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }

    #news_share .bdshare-button-style0-16 .code:before {
        display: none;
    }
}

@media (max-width: 760px) {
    body {
        background-color: #f5f5f5;
    }

    .logo_key > div {
        font-size: 17px;
    }

    .header_news .logo_key {
        padding-left: 33px;
        margin-top: 22px;
    }

    .logo_key .phone_line i {
        display: block;
    }

    .news_list {
        width: 100%;
        box-sizing: border-box;
        background-color: #fff;
    }

    .news_list > li {
        height: 62px;
        padding: 12px 0;
        box-sizing: content-box;
        min-height: 62px;
        margin: 0 15px;

    }

    .news_list .left_box {
        width: 106px;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .news_list .left_box > a {
        width: 100%;
        height: 80px;
        vertical-align: top;
        display: block;
        overflow: hidden;
    }

    .news_list .right_box {
        width: calc(100% - 106px);
        padding-left: 10px;
        height: 62px;
    }
    .news_list .bottom_btn .left_link {
        margin-top: 20px;
        float: left;
        width: 100%;
    }
    .news_list  .news_text, .news_list  .bottom_btn .left_link > a {
        display: none;
    }

    .news_list .right_box .bottom_btn > .time {
        display: block;
        margin-top: 36px;
        padding-left: 0;
        font-size: 20px;
    }

    .news_list .news_title a {
        line-height: 20px;
        font-size: 14px;
        overflow: hidden;
        font-weight: normal;
    }

    .news_list .right_box span.time {
        float: left;
        color: #999;
        position: relative;
        margin-top: 10px;
    }

    .content {
        min-height: 100px;
    }

    .detail {
        width: 100%;
        min-height: 300px;
        overflow: hidden;
        padding: 0 10px;
        box-sizing: border-box;
        background: #fff;
        margin-bottom: 0;
    }

    .detail .related_container {
        margin-top: 60px;
    }

    .detail .news_info .right_info span.time_text {
        display: inline-block;
    }

    .search_header {
        padding: 0 0 0 20px;
    }

    .nav_news {
        padding: 0 15px;
    }

    .phone_detail .search_header {
        padding: 0 0 10px 40px;
    }

    .detail .title {
        padding-top: 0;
        font-size: 22px;
    }

    .detail .news_info .key_words,
    .detail .news_info .right_info .source {
        display: none;
    }

    .detail_scroll,
    .new_page,
    .new_cates,
    .logo_search,
    .news_list_ad {
        display: none;
    }

    .news_ad {
        position: relative;
        top: 0;
        left: 0;
    }

    .news_related,
    .news_detail_ad,
    .related_container,
    .new_cates,
    .logo_search,
    .news_list_ad,
    .bottom_btn .news_list_share,
    .bottom_btn span.split_line {
        display: none;
    }

    .nav_shadow,
    .news_detail .phone_ad {
        display: block;
    }

    .phone_detail .phone_back {
        display: block;
    }

    .phone_detail .phone_go_back {
        /*display: block;*/
    }

    .detail .news_info {
        border-bottom: none;
    }

    .logo_news {
        width: 100px;
        margin-top: 0;
    }
    .news_cats{
        line-height: 58px;
    }
    .nav_news .news_cats > li {

        margin-right: 20px;
        padding: 0px;
        text-align: center;
        min-width: 50px;
    }

    .nav_news .news_cats > li:hover > a {
        color: #333;
        border-bottom: 3px solid #fff;
    }

    #detail_share {
        display: none;
        margin: 20px 0;
        box-shadow: none;
        width: 100%;
        box-sizing: border-box;
    }

    .share {
        float: none;
    }

    #detail_share .mobile_share {
        display: block;
        height: 60px;
        line-height: 60px;
    }

    .detail .news_info {
        padding-top: 5px;
        margin-bottom: 15px;
        margin-top: 0;
    }

    #detail_share .bdsharebuttonbox a, #detail_share .bdsharebuttonbox .bds_more {
        width: 60px;
        height: 60px;
        margin: 0;
        float: left;
        border-radius: 50%;
        margin-right: 10px;
    }

    #detail_share .bdsharebuttonbox .bds_weixin {
        background: url(../images/share/mobile-weixin.png) no-repeat center center;
        background-color: #8ec914;
    }

    #detail_share .bdsharebuttonbox .bds_tsina {
        background: url(../images/share/mobile-sina.png) no-repeat center center;
        background-color: #f56467;
    }

    #detail_share .bdsharebuttonbox .bds_qzone {
        background: url(../images/share/mobile-qzone.png) no-repeat center center;
        background-color: #fec449;
    }

    #detail_share .bdsharebuttonbox .bds_sqq {
        background: url(../images/share/mobile-qq.png) no-repeat center center;
        background-color: #30a5dd;
    }

    #detail_share .bdsharebuttonbox .bds_weixin:hover {
        background: url(../images/share/mobile-weixin.png) no-repeat center center;
        background-color: #8ec914;
    }

    #detail_share .bdsharebuttonbox .bds_tsina:hover {
        background: url(../images/share/mobile-sina.png) no-repeat center center;
        background-color: #f56467;
    }

    #detail_share .bdsharebuttonbox .bds_qzone:hover {
        background: url(../images/share/mobile-qzone.png) no-repeat center center;
        background-color: #fec449;
    }

    #detail_share .bdsharebuttonbox .bds_sqq:hover {
        background: url(../images/share/mobile-qq.png) no-repeat center center;
        background-color: #30a5dd;
    }

    .empty_product {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .news_cats {
        width: 4000px;
        position: absolute;
        top: 0;
        left: 0;
        height:60px;
    }

    .nav_news .news_cats > li > a {
        font-size: 15px;
        padding-bottom: 0px;
        display: block;
    }

    .news_list .right_box .bottom_btn > .time {
        margin-top: 32px;
    }

    .empty_product_box > div:first-child {
        width: 110px;
    }

    .empty_product_box > div.empty_product_content {
        max-width: 290px;
    }
}

@media (max-width: 375px) {
    #detail_share .bdsharebuttonbox .bds_sqq {
        margin-right: 0;
    }

    .empty_product_box > div.empty_product_content {
        max-width: 240px;
    }
}

@media (max-width: 320px) {
    .news_cats {
        padding-left: 0;
    }

    .nav_news {
        /*padding: 0px 8px;*/
    }

    .nav_news .news_cats > li {
        /*margin-right: 1px;*/
    }

    .mobile_share {
        margin-right: 0px;
    }

    #detail_share .bdsharebuttonbox a, #detail_share .bdsharebuttonbox .bds_more {
        width: 50px;
        height: 50px;
        margin: 0;
        float: left;
        border-radius: 50%;
        margin-right: 5px;
    }

    .nav_shadow {
        width: 30px;
    }

    .empty_product_box > div:first-child {
        width: 100px;
    }

    .empty_product_box > div.empty_product_content {
        max-width: 200px;
    }
}

.ywzk .news_list .left_box {
    width: 21.86%;
    height: 255px;
}

.ywzk .news_list .left_box > a {
    width: 188px;
    height: 255px;
}

.ywzk .news_list .right_box {
    position: relative;
    height: 255px;
}

.ywzk .bottom_btn {
    position: absolute;
    bottom: 0px;
}

.ywzk .news_list .right_box .bottom_btn .left_link {
    margin-top: 10px;
}

.ywzk .news_list .right_box .news-read {
    display: inline-block;
    width: 100px;
    height: 36px;
    background-color: #1875f0;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.news_list .right_box .news_text > a .desc li.list-desc {
    position: relative;
    list-style: disc;
    list-style-position: inside;
    color: #1875f0;
}
.news_list .news_text > a .desc li span{
    color: #999999;
}
.desc{
    height: 67px;
    overflow: hidden;
}
.ywzk .desc{
    height: 183px;
}
.ywzk .desc-dot {
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1875f0;
}

@media (max-width: 768px) {
    .ywzk .news_list > li {
        height: auto;
    }

    .ywzk .news_list .left_box {
        width: 90px;
        height: 123px;
    }

    .ywzk .news_list .left_box > a {
        width: 90px;
        height: 123px;
    }

    .ywzk .news_list .right_box {
        width: calc(100% - 100px);
        position: relative;
        height: 123px;
    }

    .ywzk .bottom_btn {
        position: absolute;
        bottom: 0px;
    }

    .ywzk .news_list .right_box .bottom_btn .left_link {
        margin-top: 10px;
    }

    .ywzk .news_list .right_box .news-read {
        display: inline-block;
        width: 100px;
        height: 36px;
        background-color: #1875f0;
        border-radius: 4px;
        text-align: center;
        line-height: 36px;
        font-size: 14px;
        color: #ffffff;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .ywzk .news_list .right_box .news_text > a .desc li {
        padding-left: 12px;
        position: relative;
    }

    .ywzk .desc-dot {
        position: absolute;
        left: 0;
        top: 9px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #1875f0;
    }
}
.recent_search-shadow{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    top: 0;
    left: 0;
}
.recent_search{
    z-index: 20000;
}