﻿.container {
    position: relative;
    margin-bottom: 30px;
}
.news_ad {
    width: 280px;
    margin-bottom: 80px;
}
.place_news_list {
    margin-top: 10px;
}
.place_news_list>li {
    position: relative;
    height: 42px;
    line-height: 42px;
}
.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: 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_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: 2px 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: 80px;
    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;
}
.nav_news .news_cats>li {
    display: inline-block;
    padding: 17px 0 20px 0;
    margin-right: 40px;
}
.nav_news .news_cats>li>a {
    padding-bottom: 18px;
    font-size: 16px;
    color: #333;
}
.nav_news .news_cats>li:hover>a,
.nav_news .news_cats>li.active>a {
    color: #1875f0;
    border-bottom: 3px solid #1875f0;
}
.news_list{
    width:900px;
}
.news_list>li{
    /*width: 100%;*/
    padding: 30px 0px;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    min-height: 200px;
    margin-right:60px;
}
.news_list .left_box{
    width: 25.6%;
    float:left;
    overflow: hidden;
    /*padding-right: 10px;*/
}
.news_list .left_box >a{
    display: block;
    width: 220px;
    height: 136px;
    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:100%;
    float:right;
    padding-left: 20px;
    box-sizing: border-box;
}
.news_list .right_box .news_title a{
    font-size: 20px;
    color: #222;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    word-break: break-all;
}
.news_list .right_box .news_text>.desc{
    padding: 20px 0 0px;
    color: #999;
    font-size: 14px;
    height: 65px;
    display: block;
    line-height: 24px;
    text-align: justify;
}
.news_list .right_box .news_title>a:hover{
    color:#1875f0;
}
.news_list .right_box .bottom_btn{
    height: 30px;
    font-size:14px;
    line-height:  30px;
}
.mr_10 {
    margin-right: 10px;
}
#news_share .bdshare-button-style0-16{
    position:relative;
    top: 5px;
}
#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);
}
.bdshare-button-style0-24 .bds_weixin,#news_share .bdshare-button-style0-16 .bds_weixin {
    background: url('../imagesp/weixin.png') no-repeat center center!important;
}

.bdshare-button-style0-24 .bds_tsina,#news_share .bdshare-button-style0-16 .bds_tsina {
    background: url('../imagesp/sina.png') no-repeat center center!important;
}
.bdshare-button-style0-24 .bds_qzone,#news_share .bdshare-button-style0-16 .bds_qzone {
    background: url('../imagesp/qzone.png') no-repeat center center!important;
}
.bdshare-button-style0-24 .bds_sqq,#news_share .bdshare-button-style0-16 .bds_sqq {
    background: url('../imagesp/qq.png') no-repeat center center!important;
    margin-right: 0;
}
.bdshare-button-style0-24 .bds_weixin:hover,#news_share .bdshare-button-style0-16 .bds_weixin:hover {
    background: url('../imagesp/weixin-hover.png') no-repeat center center!important;
}
.bdshare-button-style0-24 .bds_tsina:hover,#news_share .bdshare-button-style0-16 .bds_tsina:hover {
    background: url('../imagesp/sina-hover.png') no-repeat center center!important;
}
.bdshare-button-style0-24 .bds_qzone:hover,#news_share .bdshare-button-style0-16 .bds_qzone:hover {
    background: url('../imagesp/qzone-hover.png') no-repeat center center!important;
}
.bdshare-button-style0-24 .bds_sqq:hover,#news_share .bdshare-button-style0-16 .bds_sqq:hover {
    background: url('../imagesp/qq-hover.png') no-repeat center center!important;
}
.gz-pagination {text-align: center;padding-top: 30px;}
.gz-pagination li {display: inline-block;height: 34px;margin-right: 5px;}
.gz-pagination li.thisclass {background: #09f;color: #fff;}
.gz-pagination li.thisclass a,.gz-pagination li.thisclass a:hover {background: transparent;border-color: #09f;color: #fff;cursor: default;}
.gz-pagination li a {float: left;display: block;height: 32px;line-height: 32px;padding: 0 12px;font-size: 16px;border: 1px solid #dddddd;color: #555555;text-decoration: none;}
.place_ad {
    width: 280px;
    height: 180px;
    margin-top: 10px;
}
.introduce {
	width: 800px;
    background-color: #fafafa;
    color: #444;
    margin-right: 60px;
    padding: 15px 30px;
}
.introduce h1 {
    font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}
.introduce p {
    font-size: 14px;
	line-height: 21px;
	margin-top: 5px;
}