/*新闻详情页样式开始*/
body {
	font-size: 16px;
}

.current-position {
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	color: #666;
	padding: 16px 0;
}

.news-list {
	margin-top: 0;
}

.current-position a {
	color: #666;
}

.data-text .article-title {
	font-size: 26px;
	color: #333;
	text-align: center;
	margin: 20px 0;
	line-height: 1.5em;
}

.data-text .article-time {
	text-align: center;
}

.data-text .article-text {
	padding-bottom: 30px;
	padding-top: 30px;
	font-size: 18px;
	line-height: 2em;
}

.data-text .article-text p {
	margin-top: 20px;
	text-indent: 2em;
}

.data-text .article-text {
	overflow: hidden;
}

#next {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}

.desc {
	font-size: 16px;
	line-height: 2em;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 20px;
}

.relevant {
	width: 1200px;
	background-color: #fff;
	margin-top: 16px;
}

.kind-title {
	position: relative;
	width: auto;
	height: 32px;
	line-height: 18px;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #EBEBEB;
}

.relevant .relUl {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.relevant .relUl ul {
	width: 1200px;
}

.relevant .relUl ul li {
	height: 16px;
	line-height: 16px;
	width: 370px;
	float: left;
	margin: 0 10px 20px 10px;
	list-style: disc;
}

.relevant .relUl ul li a:hover {
	color: #FF0036;
}

.relevant .relUl {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-left: 18px;
}

.relevant .relUl li a {
	width: 360px;
	line-height: 16px;
	color: #666;
	font-size: 16px;
	overflow: hidden;
}

.li_span {
	width: 16px !important;
	height: 16px !important;
	line-height: 16px !important;
	font-size: 12px !important;
	padding: 0 !important;
	margin-right: 6px !important;
	background-color: #E5E5E5 !important;
	display: inline-block !important;
	color: #fff !important;
	text-align: center !important;
	border-radius: 2px !important;
}

.recommend .reco-list li.data .layui-badge {
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	padding: 0;
	margin-right: 6px;
	background-color: #E5E5E5;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 2px;
}

.recommend .reco-list li.data .layui-badge.badge-1 {
	background-color: #FF8400;
}

.recommend .reco-list li.data .layui-badge.badge-2 {
	background-color: #FFB400;
}

.recommend .reco-list li.data .layui-badge.badge-3 {
	background-color: #FFCC00;
}

.reco-list-cate div:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.reco-list-cate li {
	height: 29px;
	text-align: center;
	line-height: 29px;
	width: 114px;
	background: url(/imagev7/bg.png) no-repeat -71px 0px;
	margin: 20px 0 0;
	overflow: hidden;
}

.weixin img {
	border: 0;
	display: block;
	margin: 0 auto;
}

/*右边导航代码*/
/*右侧返回顶部功能条*/
.backToTop,
#feedback a {
	display: none;
	width: 48px;
	height: 48px;
	line-height: 22px;
	color: #105590;
	text-align: center;
	text-indent: -9999px;
	position: fixed;
	_position: absolute;
	left: 55%;
	bottom: 120px;
	_bottom: "auto";
	cursor: pointer;
	background: url(/imagev7/bg.png) no-repeat scroll -415px -178px #e0e0e0;
	margin-left: 510px;
	font-size: 16px;
}

#feedback a {
	display: block;
	text-decoration: none;
	_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight)/2 :document.body.scrollTop +(document.body.clientHeight-this.clientHeight)/2);
}

#feedback a.live1 {
	bottom: 320px;
	background: url(/imagev7/bg.png) no-repeat scroll -415px 6px #e0e0e0;
}

#feedback a.live2 {
	bottom: 270px;
	background: url(/imagev7/bg.png) no-repeat scroll -414px -40px #e0e0e0;
}

#feedback a.live3 {
	bottom: 220px;
	background: url(/imagev7/bg.png) no-repeat scroll -415px -85px #e0e0e0;
}

#feedback a.live4 {
	bottom: 170px;
	background: url(/imagev7/bg.png) no-repeat scroll -415px -135px #e0e0e0;
}

#big_weixin {
	border: 1px solid #ccc;
	display: none;
	width: 258px;
	height: 310px;
	text-indent: 0;
	position: fixed;
	_position: absolute;
	left: 50%;
	bottom: 170px;
	_bottom: "auto";
	cursor: pointer;
	margin-left: 250px;
	background: #FFF;
}

.weixin:hover #big_weixin {
	display: block;
	-webkit-animation: fadeInUp 1s .2s ease both;
	-moz-animation: fadeInUp 1s .2s ease both;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0)
	}
}

#feedback a:hover,
.backToTop:hover {
	color: #fff;
	text-indent: 0;
	background: #1c3a4b;
}

/*新闻详情页样式结束*/


/*点击数*/

#infoCommBg {
	height: 39px;
	line-height: 33px;
	position: absolute;
	right: 0;
	z-index: 10;
}

.infoComm_C .sanJiao .num {
	background-position: 0 -70px;
}

.sanJiao .num {
	display: inline-block;
	padding: 0 7px 0 47px;
	color: #fff;
	background: url(/imagev7/icon_commentNumber.gif) no-repeat 0 0 #757575;
}

.gqsj-reco-list li {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.gqsj-reco-list li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.r {
	float: none;
}

.news-list-article .article-text img {
	max-width: 100%;
}