/*头部*/
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: auto;
}
.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;*/
  	line-height:0.2rem;
} 
.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: #178EEB;
	color: #178EEB;
}
.special-header .describes{
	font-size: 0.13rem;
	color: #999999;
	line-height: 0.18rem;
} 
.special-column-list{
  	overflow: hidden;
  	display: flex;
  	flex-wrap:wrap;
  	background: #fff;
  	padding:0.1rem 0 0.02rem 0;
}
/*
.special-column-list a{
  	display: block;
  	width: 0.6rem;
  	border: 1px solid #999;
  	border-radius: 1rem;
  	padding: 0.03rem 0.1rem;
  	margin: 0 0.058rem 0.1rem;
  	font-size: .14rem;
  	color: #666;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	text-align: center;
}
*/
.column-list-fix{
  	position: fixed;
  	top: 0.48rem;
  	z-index: 10;
}
/*头部*/

/*中间*/
.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.16rem;
	color: #666666;
	border-left: 0.02rem solid  #F72645;
	padding-left: 0.08rem;
  	height:0.16rem;
  	line-height:0.16rem;
}


.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;
}
.singe-type .img-box1{
	width: 100%;
    height: 0.82rem;
    margin-right: 0.1rem;
    justify-content: space-between;
}
.singe-type .img-box1 img{
   width: 1.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;
}
.new_video_flag{
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.1rem;
}
/*文字区块*/
.graphic-type .part-word{
	flex: 1;
	flex-direction: column;
}
.part-title{
	font-size: 0.17rem;
	color: #2E2E2E;
	line-height: 0.24rem;
	flex: 1;
    margin-bottom: 0.1rem;
}
.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;
}
.gallay_num_span{
    position: absolute;
    bottom: 0.4rem;
    right: 0.1rem;
    font-size: 0.12rem;
    color: #fff;
    width: 0.5rem;
    height: 0.2rem;
    line-height:0.2rem;
    text-align:center;
    background: rgba(0,0,0,0.7);
}
.gallay_num{
    font-style: normal;
}
.gallary_extra{
   position: relative;
}
/*中间*/

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