.newsInfoDetail {
	box-sizing: border-box;
	padding: 30px 50px 0;
}

.newsInfoDetail h1 {
	line-height: 48px;
	color: #333333;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
        font-family:"SourceHanSerifCN-Bold"!important
}

.infoDetailLayout {
	display: flex;
	justify-content: center;
	margin-top: 37px;
	flex-direction: row-reverse;
}

.infoDetailLeft {
	width: 150px;
	height: auto;
	box-sizing: border-box;
	border-left: 1px solid #EDEDED;
	padding-left: 20px;
}








.infoDetailRight {
	width: calc(100% - 150px);
	height: auto;
	box-sizing: border-box;
	padding: 0 43px 50px;
}

.infoDetailRight img {
	max-width: 100%;
	height: auto;
}

.infoDetailRight article table{
	word-break: break-all;
}
.infoDetailRight article > * {
	line-height: 36px;
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}

.releaseTime {
	width: 100%;
	text-align: center;
}

.releaseTime span {
	font-size: 18px;
	color: #666666;
	line-height: 24px;
}




.newsInfoDetail .article-attr{padding-bottom:6px; color:#888888; border-bottom:#e1e1e1 1px dotted;margin-left: 5%;}
.newsInfoDetail .article-attr b{font-weight:normal;}
.newsInfoDetail  span{ margin-right: 30px; display:inline-block; white-space:nowrap;}
.newsInfoDetail .article-attr #view span{ margin:0;}
/*.article-attr .llcs{display: none;}*/
.newsInfoDetail .article-attr .llcs b{color:#8d0707;}

.newsInfoDetail  .print, .newsInfoDetail .fontsize{display: inline-block; line-height: 36px;  margin-right: 5px;}
.newsInfoDetail .shareIcon{display: inline-block;}
.newsInfoDetail  .fontsize a{cursor: pointer; color:#333;}
.newsInfoDetail .fontsize a:hover{color: #333;}
.newsInfoDetail .fontsize a{display: inline-block; width: 30px; height: 28px; line-height: 28px; border: transparent 1px solid; text-align: center; border-radius: 3px;}
.newsInfoDetail  .fontsize a.on{border: #2e86d7 1px solid; color: #0672d7;}
.newsInfoDetail  .article-icon i{display: inline-block;vertical-align: middle;margin-top: -3px; position: relative; width: 30px; height: 25px; padding:0 3px; background: url(../images/cotent_icon.png) no-repeat; cursor: pointer; filter:alpha(opacity=70); -moz-opacity: 0.7; opacity:0.7; transition: all .3s; -webkit-transition: all .3s;}
.newsInfoDetail  .article-icon i.goblack{background-position: 0 0;}
.newsInfoDetail  .article-icon i.on{background-position: 0 -25px;}
.newsInfoDetail  .article-icon i.print{background-position: 0 -50px;}
.newsInfoDetail  .article-icon i:after{content: ''; position: absolute; right: 0; top: 50%; margin-top: -6px; height: 12px; width: 1px; background: #e4e4e4;}
.newsInfoDetail  .article-icon i:last-child:after{display: none;}
.newsInfoDetail  .article-icon i:hover{filter:alpha(opacity=100); -moz-opacity: 1; opacity:1;}












.releaseTime p {
	color: #333333;
	line-height: 24px;
	font-size: 30px;
	margin: 12px 0;
}

.year {
	width: 100px;
	position: relative;
	display: inline-block;
}

.year:before, .year:after {
	content: "";
	width: 20px;
	height: 1px;
	display: inline-block;
	position: absolute;
	background: #E5E5E5;
	top: 50%;
	transform: translateY(-50%);
}

.year:before {
	left: 0;
}

.year:after {
	right: 0;
}

.ll-views {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 64px;
	height: 24px;
	margin: 10px 0;
}

.ll-views img {
	margin-right: 7px;
}
.detailFun{
	text-align: center;
}
.detailFun *{
	font-size: 14px;
	cursor: pointer;
	color: #000000;
}
.source {
	text-align: center;
	margin-top: 26px;
}

.source span {
	font-size: 14px;
}

.source a {
	display: block;
	color: #1B55AC;
	line-height: 24px;
	font-size: 14px;
	margin-top: 10px;
}

.shareBox {
	text-align: center;
	margin-top: 26px;
}

.shareBox span {
	font-size: 14px;
}

.m-share {
	margin-top: 27px;
}

.share {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.share a {
	cursor: pointer;
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #D0D0D0;
	margin-bottom: 13px;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
}

.share a i {
	color: #FFFFFF;
	font-size: 30px;
	line-height: 45px;
}

.share a:hover:nth-child(1) {
	background: #28C445;
}

.share a:hover:nth-child(2) {
	background: #68A5E1;
}

.share a:hover:nth-child(3) {
	background: #F56467;
}

.qrcode {
	display: none;
	position: absolute;
	z-index: 999;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);
}


@media screen and (max-width: 1024px) {
	.newsInfoDetail {
		padding: 30px 30px 0;
	}

	.infoDetailRight {
		padding: 0 20px 40px 0;
		width: calc(100% - 150px);
	}

	.infoDetailLeft {
		width: 110px;
		padding-left: 10px;
	}
	.detailFun *{
		display: block;
	}
	.detailFun > *:nth-child(2){
		margin-top: 10px;
	}
}