body{font-family: "Microsoft YaHei";}
/*新闻详情*/
.article{margin-bottom: 75px;}
.articleHead{ text-align: center;margin-bottom: 32px;padding-top: 22px;}
.articleHead h2 span{ font-size: 22px;color: #333;margin-top: 47px;margin-bottom: 21px;}
.articleHead span{ font-size: 12px;color: #666;background: url(../images/ico_date.png) left center no-repeat;padding-left: 22px; }
.articleBody p{ font-size: 14px;color: #666;letter-spacing: 0.7px;line-height: 24px;}
.articleBody p img{ display: table-cell;margin: 0 auto;}
.articleFoot a{ font-size: 14px;color: #333;letter-spacing: 0.7px;}
.articleFoot a:hover{ color: #1b9f96;}
.articleFoot a.prev,.articleFoot a.next{ color: #1b9f96;display: inline-block;background-color: #fff;width: 80px;height: 26px;line-height: 26px;
               text-align: center;margin-right: 12px;border: solid 1px #1b9f96;}
.articleFoot a.prev:hover,.articleFoot a.next:hover{ background-color: #1b9f96;color: #fff;}
.articleFoot div.prev,.articleFoot div.next{ width: 48%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.articleFoot div.next{ text-align: right;}
/*分享按钮*/
.share{height:38px;overflow: hidden;margin-top: 59px;margin-bottom: 29px;}
.share .jiathis_style{float: right;}
.share a{float: left;width:38px!important;height:38px!important;margin-left: 12px;cursor: pointer;}
.share a:first-child{ margin-left: 0;}
.share a .jiathis_txt{display: none!important;}
.share .jiathis_button_weixin{background: url("../images/ico_share01.png") no-repeat center;}
.share .jiathis_button_weixin:hover{background: url("../images/ico_share01On.png") no-repeat center;}
.share .jiathis_button_tsina{background: url("../images/ico_share02.png") no-repeat center;}
.share .jiathis_button_tsina:hover{background: url("../images/ico_share02On.png") no-repeat center;}
.share .jiathis_button_cqq{background: url("../images/ico_share03.png") no-repeat center;}
.share .jiathis_button_cqq:hover{background: url("../images/ico_share03On.png") no-repeat center;}
.share .jiathis_style>.jiathis_txt{display:inline-block;font-size: 12px;color:#666;font-family: simsun;line-height: 38px!important;letter-spacing: 0.4px;}

@media(max-width: 1240px) {
    .mycontainer{ width: 94%;margin: 0 auto;}
}
@media(max-width: 999px) {
}
@media(max-width: 768px) {
    .articleHead h2 {font-size: 20px;}
}
@media(max-width: 650px) {
    .articleBody p img{ width: 100%;}
}
@media(max-width: 480px) {
    
    .share{ display: none;}
    .article {margin-bottom: 79px;}
    .articleFoot{margin-top: 45px;}
    .articleFoot a{ display: none;}
    .articleFoot a.prev, .articleFoot a.next{ display: block;margin-right: 0;}
    .articleFoot div.prev, .articleFoot div.next{ width: inherit;}  
}