.page {
	background: url('bj3.png') no-repeat;
	background-size: 100% 100%;
    padding: 100px 140px;
}
.page-title-container {
	font-size: 44px;
	color: #000000;
	margin-bottom: 75px;
	font-weight: 550;
}
.article-container {
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	padding: 0 80px;
	height: 750px;
    overflow-y: auto;
    position: relative;
}
.article-container .article-title {
	font-size: 26px;
	padding: 34px 0;
	text-align: center;
	background: url('cx.png') no-repeat;
	background-position:bottom center;
}
.article-container .article-content {
	padding-top: 24px;
}
.article-container .article-content p{
	text-indent: 2em;
	font-size: 20px;
	line-height: 2;
}
.article-container .article-foot {
	font-size: 20px;
	text-align: right;
}
.article-container .article-foot > div {
	margin: 20px 0;
}
@media screen and (max-width: 1080px) {
	.page {
		background: url('bj3-1.png') no-repeat;
		padding: 235px 80px;
	}
	.page-title-container {
		margin-bottom: 125px;
	}
	.article-container {
		height: 1050px;
	}
}
.relevant-box{
    margin-bottom: 20px;
}
.relevant-box-title{
    font-size: 28px;
    margin-top: 20px;
}
.relevant-box-item{
    width: 100%;
    text-indent: 30px;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
        color: #eee;
}
.istop{
 position: absolute;
 right: 100px;
 bottom: 30px;
 width: 50px;
 height: 50px;
z-index: 999;
}
.istop img{
    width: 100%;
    height: 100%;
}
.scroll-box{
    position: relative;

}
.istop-hide{
    display:none;
}