/* banner */
.banner {
	height: auto;
}

.banner img {
	width: 100%;
	height: auto;
}

/* 当前位置 */
.location {
	height: 0.85rem;
	background-color: #F5F5F5;
	line-height: 0.85rem;
}

.location p {
	line-height: 0.85rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
}

.location p a {
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.location p a i {
	margin: 0 0.2rem;
}

.location p a:last-child {
	color: #349E6D;
}

.location p a:last-child i {
	display: none;
}


/* 正文标题 */
.title {
	box-sizing: border-box;
	height: auto;
	margin: 0 auto;
	padding: 0 0.2rem;
	overflow: hidden;
	text-align: center;
}

.title h1 {
	width: 100%;
	font-size: 0.42rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin: 0 auto;
	margin-top: 0.3rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: left;
}

.title h2 {
	width: 6rem;
	font-size: 0.36rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.title p {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	margin-top: 0.15rem;
	border-bottom: 0.02rem solid #CCCCCC;
}

.title span {
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.48rem;
	padding-bottom: 0.28rem;
	margin-right: 0.1rem;
}

/* 正文部分 */
.text {
	text-align: center;
	margin: 0 auto;
	height: auto;
	box-sizing: border-box;
	padding: 0 0.2rem;
	font-size: 0.34rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.8;	
}

.text img {
	max-width: 100%;
	height: auto !important;
	text-align: center;
	margin: 0.3rem auto;
	display: inline-block;
}

.text p {
	width: 100%;
	font-size: 0.34rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.8;
	margin-bottom: 0.45rem;
	text-align: left;
	text-indent: 0em !important;
	box-sizing: border-box;
	padding: 0 0.1rem;
}


.text .fu{
	display: block;
	width: 100%;
	text-align: left;
	margin: 0.2rem 0px;
}

/* 视频 */
.text video {
	width: 100% !important;
	height: auto !important;
	display: block;
}

.text-vidwo {
	margin-top: 0.45rem;
}
