
/*======================================================
                    article
======================================================*/
*{ margin:0; padding:0;}
html.newsdetailspage,
html.newsdetailspage body
html.newsdetailspage .allwrap{
/*    width: 100%;
    height: auto;*/
}
html{
    background-color: #fff;
}

.allwrap{
    overflow: auto;
}

.main2s{
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.clear{ clear:both; overflow:hidden; zoom:1;}

.newsdetails{
    position: relative;
    z-index: 1;
    display: block;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 100px;
    background-color: #fff;
}

.closer-wrap{
    position: fixed;
    top: 103px;
    left: 50%;
	margin-left:-575px;
    z-index: 3;
    width: 1150px;
    height: 50px;

}




.closer-content{
    position: relative;
    display: block;
    width: 1150px;
    height: 100%;
    margin: 0 auto;
}

.closer{
    position: absolute;
    top: 0;
    right: -65px;
    display: block;
    width: 65px;
    height: 65px;
    background: #c49845;
    cursor: pointer;
	text-align:center;
	text-decoration:none;
}


.closer-wrap2{
    position: fixed;
    top: 103px;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 50px;

}

.closer-inner{
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    margin: 6px auto 2px;
    /*transition: transform 0.35s;*/
}



.closer-content2{
    position: relative;
    display: block;
    width: 1150px;
    height: 100%;
    margin: 0 auto;
}

.closer2{
    position: absolute;
    top: 0;
    left: -65px;
    display: block;
    width: 65px;
    height: 65px;
    background: #c49845;
    cursor: pointer;
	text-align:center;
	text-decoration:none;
}

.closer-inner2{
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    margin: 6px auto 2px;
	background:url(../images/back.png) center center no-repeat;
    /*transition: transform 0.35s;*/
}
.closer p , .closer2 p{ font-size:15px; color:#FFFFFF; }

.closer-inner:hover{
   /* transform: rotate(90deg);*/
}

.closer-inner:before,
.closer-inner:after{
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.closer-inner:before{
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.closer-inner:after{
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.article {
    width: 100%;
    text-align: left;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
}

.article .titlebox{
    text-align: center;
}

.article .title{
    font-size: 26px;
    font-weight: 100;
}

.article .time{
    color: #999;
    padding: 5% 0 4%;
}

.article .content img{
    max-width: 100%;
	height:auto;
    margin: 15px 0;
}

.article .content,
.article .content p{
    font-size: 16px;
    color: #444;
	line-height:30px;
}

.article-links{
    margin-top: 60px;
	/*line-height:35px;*/
}
.article-links a{
    display: block;
    color: #999;
	line-height:22px;
	margin-top:20px;
}
.article-links a span{
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.article-links a span:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: width .5s;
}
.article-prev span{
    color: #333;
    font-size: 15px;
}
.article-next span{
    color: #333;
    font-size: 15px;
}
.article-back span{
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    background-color: #c49845;
    padding: 3px 30px;
    margin-top: 30px;
	border-radius: 5px;
}

.sharebar {
    height: 16px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.sharebar .share-icon {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.closer-wap{
    position: fixed;
    bottom: 100px;
    right: 12px;
    z-index: 666;
    display: none;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    color: #000;
    cursor: pointer;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    background-color: hsla(0,0%,100%,.7);
}
.closer-wap .icon-fanhui1{
    font-size: 18px;
    color: #000;
}


@media screen and (max-width: 1280px){
    .newsdetails,
    .closer-content , .closer-content2{
        width: 80%;
    }
		.closer-wrap{
    left: 0;
	margin-left:0;
    width: 100%;
}
}

@media screen and (max-width: 991px){

    html{
        background-color: #fff;
    }

    .newsdetails{
        width: 100%;
        padding: 50px 12px;
    }
    .article .title{
        font-size: 20px;
    }
    .closer-wrap , .closer-wrap2{
        z-index: 10;
        display: none;
    }

    .closer{
        position: fixed;
        top: 12px;
        right: 0;
        display: none;
        width: 30px;
        height: 30px;
        background: #000;
        cursor: pointer;
        opacity: .6;
    }
	.closer2{
        position: fixed;
        top: 12px;
        left: 0;
        display: none;
        width: 30px;
        height: 30px;
        background: #000;
        cursor: pointer;
        opacity: .6;
    }
	
	.article .content, .article .content p {
    font-size: 15px;
    line-height: 30px;
}
    .closer-inner , .closer-inner2{
        position: relative;
        display: block;
        width: 16px;
        height: 16px;
        margin: 7px;
        transition: transform 0.35s;
    }
	
    .closer-inner:before,
    .closer-inner:after{
        top: calc(50% - 1px);
    }
    .closer-wap , .closer-wap2{
        display: block;
    }
}

@media screen and (max-width: 767px){
    .closer-wrap , .closer-wrap2{
        z-index: 10;
    }
    .closer{
        position: fixed;
        top: 12px;
        right: 0;
        display: block;
        width: 30px;
        height: 30px;
        background: #000;
        cursor: pointer;
        opacity: .6;
    }
	.closer2{
        position: fixed;
        top: 12px;
        left: 0;
        display: block;
        width: 30px;
        height: 30px;
        background: #000;
        cursor: pointer;
        opacity: .6;
    }
    .closer-inner , .closer-inner2{
        position: relative;
        display: block;
        width: 16px;
        height: 16px;
        margin: 7px;
        transition: transform 0.35s;
    }
    .closer-inner:before,
    .closer-inner:after{
        top: calc(50% - 1px);
    }
}


@media screen and (min-width: 769px){
    .article-close:hover{
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .article-links a span:hover:after{
        width: 100%;
    }
}
