.page-center{
	width:800px;
	padding-left:45px;
}
.news-container{
	display: none;
}
.news-title{
	color: #313131;
	padding: 0;
	margin:25px 0 25px 0;
	line-height:1.5;
	font-weight:bold;
	font-size:25px;
	word-wrap:break-word;
	word-break:normal;
}

.news-attr-box{position:relative;}
.news-attr{font-size:14px;color:#a0a0a0;}
.news-attr a{color:#2d9ad2; text-decoration:none;}

.right-attr{
	float:right;
	margin-top:5px;
}
.right-attr a{
	text-decoration: none;
}
.subsection-icon{
	/* display:none; */
	font-size:0;
}
.subsection-icon img{
	width:56px;
	height:56px;
	border-radius:28px;
	cursor: pointer; 
}
.subsection-name-box{
	display: inline-block;
	margin-left:12px;
	line-height: 1.1;
	position:relative;
	top:-13px;
	font-size:0;
}
.subsection-name{
	font-weight: bold;
	color:#323232;
	display:block;
	padding-bottom:4px;
	font-size: 15px;
	cursor: pointer; 
}
.publish-time{
	color:#b0b0b0;
	font-size:12px!important;
}
.ellipsis{
	text-overflow: ellipsis;
	overflow:hidden;
	word-break:keep-all;
	white-space:normal;
}
.subscribe{
	width:30px;
	height:16px;
	position:relative;
	top:14px;
	cursor:pointer;
	display:none;
}
.subscribe img{
	width:40px;
}

.news-summary{
	font-size:16px;
	text-align:justify;
	line-height:1.5;
	color:#787878; 
	margin-top:18px;
	padding-left:18px;
	position: relative;
}
.news-summary .left-border{
	width:1px;
	height:calc(100% - 8px);
	border-left: 1px solid #a0a0a0;
	position: absolute;
	top:4px;
	left:0;
}
.news-banner{
	display:none;
	width:100%;
	margin:25px auto 0 auto;
	padding-bottom: 5px;
}
.news-banner img{
	width:100%;
	border-radius:5px;
}
.news-video{
	width:100%;
	height:450px;
	margin:25px auto 15px auto;
	display: none;
}
.news-video video{
	display: none;
	width:100%;
	height:100%;
	background-color: #000;
}
.news-video embed{
	display: none;
	width:100%;
	height:100%;
}
.news-content{
	font-size:16px; 
	font-family:"Hiragino Sans GB","Microsoft Yahei",sans-serif; 
	line-height:1.875; 
	letter-spacing:0.5px; 
	color:#333; 
	text-align: justify; 
	word-wrap:break-word;
	word-break:normal;
}
.news-content p{
	margin:1.75em 0 0 0;
}
.news-content hr{
	margin:1em 0 0 0;
}
.news-content img{
	max-width:100%!important;
	height:auto !important;
}
.news-content video{
	width:100%;
	height:450px;
	outline:none;
}
.news-edit-info{
	margin:25px 0;
}
.edit-info-item{
	color:#666666;
	display:none;
	font-size:14px;
	line-height:165%;
}
.custom-attr{
	font-family: "Hiragino Sans GB","Microsoft Yahei",sans-serif;  
    color:#666666;  
    font-size:14px;
	line-height:165%;
    margin:2px 0;
    padding:0; 
    word-wrap:break-word; 
    white-space:pre-wrap; 
    width:100%;
}
.copyright{
	display:none;
	color:#454545!important;
}
.user-operate-box{
	padding:50px 0 35px 0;
	text-align: center;
}
.operate-item{
	border-radius:8px;
	border:1px solid #e3e3e3;
	display: inline-block;
	width:120px;
	height:39px;
	line-height:36px;
	font-size:0;
	box-sizing: border-box;
	margin-left:30px;
}
.user-operate-box .row2{
	margin-top:25px;
}
.user-operate-box .row1 .btn{
	width:23px;
	margin-left:10px;
	vertical-align: middle;
}
.user-operate-box .row2 .btn{
	width:28px;
	margin-left:10px;
	vertical-align: middle;
}
.operate-item .item-tips{
	color:#777;
	font-size:15px;
	letter-spacing:1px;
	vertical-align: middle;
	display: inline-block;
	width:80px;
}

.related-news-container{
	display: none;
}
.related-head{
	color:#333;
	font-size:16px;
	font-weight: bold;
	padding:15px 0;
	border-top:1px solid #f0f0f0;
}
.kapian-ul li{
	margin:0;
	width:256px;
}
.related-swiper-container{
	height:340px;
	overflow: hidden;
	position: relative;
}
.shade-box{
	height:100%;
	font-size:0;
	position: absolute;
	top:0;
	right:0;
	display: none;
}
.shade-box .gradient{
	display: inline-block;
	width:20px;
	height:100%;
	background-image: linear-gradient(to left, rgb(255,255,255), rgb(255,255,255,0));
}
.shade-box .white-back{
	display: inline-block;
	width:10px;
	height:100%;
	background-color: #fff;
}

.author-box{
	display:none;
	position: relative;
	margin: 20px 0;
	padding-top:15px;
	border-top:1px solid #f0f0f0;
	text-align: left;
}
.author-box .headpic{
	width:80px;
	height:77px;
	border-radius: 5px;
	border:1px solid #e0e0e0;
	vertical-align: middle;
}
.author-box .desc{
	display:inline-block;
	width:70%;
	vertical-align: middle;
	margin-left: 10px;
}
.author-box h5{
	font-size:16px;
	font-weight: bold;
	color:#333;
}
.author-box p{
	font-size:15px;
	color:#555;
	margin-top:14px;
}
.author-box .right{
	position: absolute;
	top:40px;
	right:2px;
	color:#fff;
	font-size:15px;
	letter-spacing: 1px;
	border-radius: 14px;
	padding:6px 15px;
	background-color: rgb(200,200,200);
	cursor: pointer;
}
.timeline-section{
	display: none;
	margin-top: 20px;
}

.before-report-section {
	margin-top:15px;
	display: none;
}
.before-report-section ul,li{
	margin:0;
	padding:0;
	list-style: none;
}
.before-report-section .report-item{
	display:flex;
	align-items: center;
	margin-top:8px;
}
.before-report-section .report-icon {
	flex-basis : 15px;
	flex-shrink : 0;
	display:flex;
	align-items: center;
}
.before-report-section .report-icon img {
	width:100%;
}
.before-report-section .report-title{
	font-size: 14px;
	color:#888888;
	margin-left: 10px;
	flex-grow: 1;
	padding:5px 0;
	position: relative;
	cursor: pointer;
}
.before-report-section .bottom-line {
	border-bottom: 1px solid #efefef;
	width:100%;
	height:1px;
	position: absolute;
	left:0;
	bottom:-4px;
}