/*头部*/
body{
	background-color:#eee;
}
.special-header{
	background-color: #fff;
	/*height:2.586667rem;*/
	width: 100%;
	/*margin-bottom: 0.1rem;*/
}
.special-header .img-box{
	height: 1.0rem;
	overflow: hidden;
}
.special-header .img-box img{
	width: 100%;
	height: 100%;
}
.special-header .title-box{
	padding: 0.1rem 0.12rem;
}
.special-header .title{
	font-size: 0.17rem;
	color: #2E2E2E;
	line-height: 0.24rem;
	margin-bottom: 0.1rem;
} 
.special-header .description-box{
	/*height: 0.533333rem;*/
} 
.special-header .defalut-icon{
	border-radius: 2px;
	border: 1px solid;
	font-size: 0.11rem;
	display: inline-block;
	width: 0.3rem;
	height: 0.18rem;
	line-height: 0.18rem;
	text-align: center;
    vertical-align: 0.01rem;
} 
.special-header .zhaiyao-icon{
	border-color: #e51410;
	color: #e51410;
}
.special-header .describes{
	font-size: 0.13rem;
	color: #999999;
	line-height: 0.2rem;
} 

/*头部*/

/*中间*/
.special-main{
	background-color:#fff; 
}
.special-main .main-header{
	height: 0.4rem;
	border-bottom: 1px solid #EBEBEB;
	padding: 0.12rem;
}
.main-header .main-title{
	font-size: 0.14rem;
	color: #666666;
	border-left: 0.02rem solid #e51410;
	padding-left: 0.04rem;
}


.special-main .main-contain{
	padding: 0 0.12rem;
}
.graphic-type{
	padding: 0.1rem 0;
	border-bottom: 1px solid #EBEBEB;
}
/*单图*/
.singe-type{

}
.singe-type .img-box{
	width: 1.1rem;
    height: 0.82rem;
    margin-right: 0.1rem;
}
/*大图和视频公共*/
.big-type{

	flex-direction:column;
}
.big-type .part-title{
	margin-bottom: 0.1rem;
}
.big-type .img-box{
	height: 1.92rem;
	position: relative;
}
.big-type .mark-item{
	/*width: 0.38rem;*/
	/*height: 0.16rem;*/
	position: absolute;
	opacity: 0.6;
	background: #000000;
	border-radius: 0.3rem;
	right: 0.08rem;
	bottom: 0.04rem;
	padding: 0 0.04rem;
}
.big-type .mark-item span{
	font-size: 0.11rem;
	color: #FFFFFF;
	line-height: 0.16rem;
}
/*大图和视频公共*/
/*大图*/
.big-type{

}

/*视频*/
.video-type{

}
.video-type .part-title{
	margin-bottom: 0.1rem;
}
.video-type .img-box{
	height: 1.92rem;
}

/*文字区块*/
.graphic-type .part-word{
	flex: 1;
	flex-direction: column;
}
.part-title{
	font-size: 0.17rem;
	color: #2E2E2E;
	line-height: 0.24rem;
	flex: 1;
}
.part-word .part-other{
	font-size: 0.11rem;
	color: #999999;
	height: 0.16rem;
	margin-top: 0.1rem;
}

.part-other span:last-of-type{
	float: right;
}
/*中间*/

/*前往APP*/
.go-app{
	padding: 0.14rem;
	text-align: center;
}
.go-app>a{
	font-size: 0.16rem;
	color: #e51410;
	margin-left: 0.08rem;
	cursor: pointer;
}
/*前往APP*/