@import "../css/public.css";

.inner-header {
	background: url("/materialpub/images/newsCenterBg.png") no-repeat center center;
}

.survey-layout {
	margin: 0.67rem auto;
	display: flex;
	justify-content: space-between;
}

.detail-layout {
	display: flex;
	justify-content: space-between;
}

.detail-cont {
	box-sizing: border-box;
	padding-right: 0.5rem;
	width: calc(100% - 3.1rem);
}

.detail-cont h1 {
	font-size: 0.3rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.detail-cont .detail-info {
	min-height: 0.9rem;
	box-sizing: border-box;
	border-bottom: 0.01rem solid #D8D8D8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.37rem;
}

.detail-cont .detail-info p {
	font-size: 0.16rem;
	color: #666666;
}

.detail-cont .detail-info .share {
	display: flex;
	align-items: center;
}

.detail-cont .detail-info .qrcode {
	position: absolute;
	left: 0;
	top: 0.3rem;
	display: none;
}

.detail-cont .detail-info a {
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	background: #F1F1F1;
	text-align: center;
	line-height: 0.3rem;
	margin: 0 0.01rem;
	position: relative;
	cursor: pointer;
}

.detail-cont .detail-info a i {
	color: #00785A;
	font-size: 0.16rem;
}

.detail-cont .detail-info a:hover .icon-weixin {
	color: #00C800;
}

.detail-cont .detail-info a:hover .icon-weibo {
	color: #E71F19;
}

.detail-cont .detail-info a:hover .icon-QQkongjian {
	color: #FFCD00;
}

.detail-cont .detail-art > * {
	line-height: 0.36rem;
	color: #333333;
	margin-top: 1em;
}

.detail-cont .detail-art * {
	font-size: 0.16rem !important;
}

.detail-cont .detail-art img {
	max-width: 100%;
}

.detail-dy {
	max-width: 3.1rem;
	width: 100%;
	height: auto;
}

.detail-dy h3 {
	font-size: 0.3rem;
	color: #333333;
	border-bottom: 0.01rem solid #00785A;
	box-sizing: border-box;
	padding: 0.16rem 0;
}

.detail-dy .newest-list {
	margin-top: 0.43rem;
	box-sizing: border-box;
	border-left: 0.01rem solid rgba(0, 0, 0, 0.1);
	padding-left: 0.14rem;
}

.detail-dy .newest-list li {
	margin-bottom: 0.3rem;
}

.detail-dy .newest-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.detail-dy .newest-list li p, .detail-dy .newest-list li h4 {
	transition: all 0.3s ease-in-out 0s;
}

.detail-dy .newest-list li p {
	width: 0.8rem;
	height: 0.31rem;
	display: inline-block;
	position: relative;
	font-size: 0.14rem;
	color: #999999;
	text-align: center;
	line-height: 0.31rem;
	background: url("/materialpub/images/lj1.png") no-repeat center left;
	background-size: contain;
	box-sizing: border-box;
	padding-left: 0.1rem;
}

.detail-dy .newest-list li h4 {
	font-size: 0.16rem;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 0.42rem;
	margin-top: 0.12rem;
	box-sizing: border-box;
	padding-left: 0.1rem;
	display: -webkit-box;
}

.detail-dy .newest-list li:hover p, .detail-dy .newest-list li:hover h4 {
	color: #00785A;
}

.sections {
	box-sizing: border-box;
	padding-top: 0.37rem;
	margin-top: 0.8rem;
	border-top: 0.01rem solid #D8D8D8;
}

.sections a {
	display: block;
	font-size: 0.14rem;
	color: #666666;
	margin-bottom: 0.1rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.btn-group {
	border: none;
	padding-top: 0.2rem;
}

@media screen and (max-width: 1366px) and (min-width: 1152px) {
	.detail-cont .detail-info p {
		font-size: 0.1866666667rem;
	}

	.detail-cont .detail-art > * {
		font-size: 0.1866666667rem;
	}

	.detail-dy .newest-list li p {
		font-size: 0.16rem;
	}

	.detail-dy .newest-list li h4 {
		font-size: 0.1866666667rem;
	}

	.sections a {
		font-size: 0.1866666667rem;
	}

	.btn-group a {
		font-size: 0.1866666667rem;
	}
}

@media screen and (max-width: 1154px) {
	.detail-cont .detail-info {
		padding: 0;
		flex-wrap: wrap;
	}

	.m-share {
		width: 100%;
	}
}

@media screen and (max-width: 996px) {
	.survey-layout {
		flex-direction: column;
	}

	.detail-layout {
		flex-direction: column;
	}

	.detail-dy {
		max-width: 100%;
		margin-top: 0.4rem;
	}

	.detail-cont {
		width: 100%;
		padding-right: 0;
	}
}

@media screen and (max-width: 616px) {
	.detail-cont .detail-info p {
		margin: 0 0.1rem;
	}
}

@media screen and (max-width: 475px) {
	.detail-cont {
		padding-right: 0;
	}
}
