html {
    font-size: 34px!important;
}

body {
    margin: 0;
    font-size: 12px;
    line-height: 2;
    color: #333;
    background-color: #fff;
}
.newsinfo-box .top-box {
    background-color: #f4f4f4;
}
.view {
    width: 62.5%;
    margin: 0 auto;
    max-width: 1200px;
}
.newsinfo-box .top-box .bread-box {
    padding: 1rem 0;
    border-bottom: 1px solid #dcdcdc;
    border-top: none;
}

.bread-box .bread .home {
    padding-left: .75rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/home.png);
}
.bread-box .bread {
    float: left;
}
.bread-box .bread a {
    font-size:12px;
    line-height: .4rem;
    color: #999;
    transition: all .2s;
}
.bread-box .bread a, .bread-box .bread span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.bread-box .bread span {
    margin: 0 .625rem;
    width: 8px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/bread-arrow.png);
}
.bread-box .back {
    float: right;
    font-size: .3rem;
    line-height: .4rem;
    color: #999;
    padding-left: .625rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .4rem;
    background-image: url(../img/back-btn.png);
    transition: all .2s;
}








.newsinfo-tit-box {
    padding: 0.1rem 0;
    box-sizing: border-box;
    padding-right: 1.75rem;
}
.newsinfo-tit-box .tit {
    font-size: 1rem;
    line-height: 1.1rem;
}
.newsinfo-tit-box .tit h1 {
    font-size: 1rem;
    
}
.newsinfo-tit-box .data-box {
    margin-top: 0.3rem;
}
.newsinfo-tit-box .data-box .share-box {
    float: left;
    font-size: 0;
}




.newsinfo-tit-box {
    padding: 0.1rem 0;
    box-sizing: border-box;
    padding-right: 1.75rem;
	text-align:center;
}











.newsinfo-tit-box .data-box .share-box a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0;
    margin: 0 .5rem 0 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .2s;
}
.newsinfo-tit-box .data-box .share-box .bds_weixin {
    background-image: url(../img/news-icon1.png);
}
.newsinfo-tit-box .data-box .share-box .bds_weixin:hover {
    background-image: url(../img/h-news-icon1.png);
}
.bdshare-button-style0-16 .bds_weixin {
    background-position: 0 -1612px;
}
.newsinfo-tit-box .data-box .share-box .bds_sqq {
    background-image: url(../img/news-icon2.png);
}
.newsinfo-tit-box .data-box .share-box .bds_sqq:hover {
    background-image: url(../img/h-news-icon2.png);
}
.newsinfo-tit-box .data-box .share-box .bds_tsina {
    background-image: url(../img/news-icon3.png);
}
.newsinfo-tit-box .data-box .share-box .bds_tsina:hover {
    background-image: url(../img/h-news-icon3.png);
}


.newsinfo-tit-box .data-box .right .time {
    background-image: url(../img/time.png);
}
.newsinfo-tit-box .data-box .right .time, .newsinfo-tit-box .data-box .right .times {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    line-height: 30px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #999;
    margin-left: 1.25rem;
}
.newsinfo-tit-box .data-box .right {
    float: right;
    font-size: 0;
}

/* 文章内容页 ********************************************/
.newsinfo {
    border-top: 1px solid #e8e8e8;
}
.view {
    width: 62.5%;
    margin: 0 auto;
    max-width: 1200px;
}
.f-cb {
    zoom: 1;
}
.newsinfo .left {
    float: left;
    width: 68.33%;
    box-sizing: border-box;
    padding: 1.25rem 0rem 1.25rem 0;
    border-right: 1px solid #f5f5f5;
}
.newsinfo .left .con {
    font-size: .4rem;
    line-height: 1rem;
    color: #666;
}
.newsinfo .left .con img {
    max-width: 100% !important;
}


/* 右侧推荐新闻 ********************************************/

.newsinfo .right {
    float: right;
    width: 31.67%;
    padding: 1.25rem .9rem 1.25rem 1.65rem;
    box-sizing: border-box;
}
.newsinfo .right h3 {
    font-size: .45rem;
    line-height: .5rem;
    color: #000;
    position: relative;
    padding-left: .9rem;
}
.newsinfo .right h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #a18448;
}

.newsinfo .right .list {
    margin-top: .95rem;
}
.newsinfo .right .list .item {
    display: block;
    padding-bottom: .75rem;
    border-bottom: 1px solid #f3f4f4;
    margin-bottom: .9rem;
}
.newsinfo .right .list img {
    width: 100%;
}
.newsinfo .right .list .tit {
    font-size: .4rem;
    line-height: .5rem;
    color: #333;
    margin-top: .4rem;
}
.newsinfo .left .ctrl-box a {
    font-size: .35rem;
    line-height: .45rem;
    background-repeat: no-repeat;
    color: #333;
    transition: all .2s;
}
.newsinfo .left .ctrl-box {
    margin-top: .9rem;
    padding-top: .9rem;
    border-top: 1px solid #f5f5f5;
}
.newsinfo .left .ctrl-box .next {
    float: right;
    padding-right: 14px;
    background-image: url(../img/newsinfo-next.png);
    background-position: right center;
}
.newsinfo .left .ctrl-box .prev {
    float: left;
    padding-left: 14px;
    background-image: url(../img/newsinfo-prev.png);
    background-position: left center;
}


























