/* 头部 */
header {
	width: 100%;
	height: 0.9rem;
	line-height: 0.9rem;
	box-sizing: border-box;
	padding: 0px 0.2rem;
	background-color: #f5f5f5;
}

.header-left {
	float: left;
}

.header-left a img {
	width: 4rem;
	/* height: 0.46rem; */
	margin-right: 0.05rem;
}

.header-left span {
	width: 0.8rem;
	height: 0.42rem;
	background: #CC0202;
	border-radius: 0.04rem;
	line-height: 0.42rem;
}

.header-left span a {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 0.42rem;
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-style: italic;
	color: #FFFFFF;
	line-height: 0.42rem;
	text-shadow: 0px 0.02rem 0.02rem rgba(255, 0, 0, 0.35);
}

.header-right {
	float: right;
}

.header-right span {
	font-size: 0.36rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CC0202;
	line-height: 0.36rem;
}

.header-right span a img {
	width: 0.6rem;
	height: 0.5rem;
	margin-left: 0.18rem;
}

/* 正文标题 */
.title {
	width: 94%;
	height: auto;
	margin: 0 auto;
	padding: 0.2rem 0px 0.2rem 0px;
	border-bottom: 0.02rem solid #CCCCCC;
	text-align: center;
}

.title h1 {
	width: 100%;
	margin: 0.1rem 0rem;
	font-size: 0.42rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin: 0 auto;
	overflow: hidden;
	-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;
}

.title span {
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.48rem;
	margin-right: 0.28rem;
}

/* 正文部分 */
.text {
	text-align: center;
	margin: 0 auto;
	width: 92%;
	height: auto;
	margin-bottom: 0.5rem;
	padding-top:0.2rem;
}

.text .contentFiles{
	display: inline-block;
	max-width: 6.5rem;
	line-height: 0.45rem;
}

.text img {
	max-width: 100%;
	height: auto !important;
	text-align: center;
	margin: 0.3rem auto;
	display: inline-block;
}

.text p span {
	/* display: block; */
	margin: 0 auto;
}

.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;
}

.text p center{
	text-align: center;
}

.text p center p{
display:inline-block;
	font-size: 16px !important;
	color: gray !important;	
}

.text .last {
	text-indent: 0px;
	font-size: 0.28rem
}

.text .last {
	margin-bottom: 0.3rem;
	font-size: 0.28rem
}


/* 图说 */
center{
	font-size: 0.28rem;
}

/* 视频 */
.text video {
	width: 100% !important;
	height: auto !important;
	display: block;
}

.text-vidwo {
	margin-top: 0.45rem;
}

/* 结尾 */
footer {
	width: 100%;
	height: 1rem;
	background: #333333;
	line-height: 1rem;
	float: left;
	box-sizing: border-box;
	padding: 0.25rem 0px;
}

footer p {
	text-align: center;
	margin: 0 auto;
	width: 5.48rem;
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F5F5F5;
	line-height: 0.3rem;
}

/* 组图 */
.jia-main{
	margin-top: 0.85rem;
}

.ad-gallery .ad-back{
	left: -0.16rem;
}

.ad-gallery .ad-image-wrapper{
	height: 6rem;
}

#container{
	padding-top: 0px;
}

