
/***********************************************************************************************************************************************************/
/*========================================================================== 四级页面样式 ==================================================================*/
/***********************************************************************************************************************************************************/


/************************************************************新闻详情内容************************************************************/



.content-r-detail {
	margin: 40px 10px;
	min-height: 500px;
}

.detail-title {
	text-align: center;
	font-size: 25px;
}

.detail-tag {
	width: 50%;
	font-size: 14px;
	color: #888888;
	margin: 30px auto;
	text-align: center;
}

.detail-tag p {
	display: inline-block;
}

.detail-tag p:last-child {
	margin-left: 25px;
}

.detail-content {
	border-top: 1px dashed #d2cece;
	padding-top: 1px;
	text-align: justify;
}

.detail-content {
	line-height: 2.5rem;
	font-size: 16px;
}

.detail-content div, .detail-content video {
	max-width: 100%;
	height: auto;
	text-align: center;
}

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

.content-r-nav {
	margin: 40px 0;
	display: inline-block;
	width: 100%;

}

.content-r-nav > div {
	width: 88%;
	margin: 0 auto;
}

.content-r-nav .nav-page {
	width: 48%;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.content-r-nav .nav-page a {
	font-size: 14px;
	color: #888888;
}

.content-r-nav .nav-page a:hover {
	font-weight: bold;
	color: #3385cc;
}

/** 手机版 **/

@media screen and (max-width: 768px) {

	.detail-tag {
		width: 100%;
		font-size: 12px;
		color: #888888;
		margin: 17px auto;
		text-align: center;
	}

	.detail-tag p {
		display: block;
		width: 100%;
	}

	/* 	.detail-tag p span {
            display: block;
        } */

	.detail-tag p:last-child {
		margin-left: 0;
		margin-top: 10px;
	}

	.detail-title {
		font-size: 17px;
		font-weight: bold;
	}

	.content-r-nav {
		display: none;
	}

}
