.container{
	background-color: #fff;
}
.content{
	padding:0 .2rem .7rem;
}
.content .media_logo{
	margin: 1.3rem auto .4rem;
	width: 50%;
}
.content .media_logo h1{
	font-size: .45rem;
	color: #565656;
	text-align: center;
	white-space: nowrap;
}
.content .media_nav{
	height: .95rem;
	border-radius: 0 0 5px 5px ;
	overflow: hidden;
	box-shadow: 0 .01rem 5px #ccc;
}

.content .media_nav .top_title{
	height: .5rem;
	width: 100%;
	background-color: #4c4c4c;
	overflow: hidden;
}
.content .media_nav .top_title span{
	box-sizing: border-box;
	float: left;
	height: 100%;
	text-align: left;
	font-size:.2rem;
	color: #fff;
	line-height: .5rem;
}
.content .media_nav .top_title span:nth-child(1){
	width: 2.4rem;
	background-color: #C9161C;
	text-transform: uppercase;
	padding-left: .2rem;
}
.content .media_nav .top_title span:nth-child(2){
	font-weight: bold;
	padding: 0 0 0 .2rem;
}
.content .media_nav .top_title .media_icon{
	float: right;
	height: 100%;
	background: url(../img/mediaIcon.png) no-repeat;
	background-size: 2.99rem .27rem;
	margin-right: .2rem;
}

.content .media_nav .top_title .media_icon.shop{
	width: .31rem;
	background-position: -.63rem center;
}
.content .media_nav .top_title .media_icon.pc{
	width: .32rem;
	background-position: -2.08rem center;
}
.content .media_nav .top_title .media_icon.mobile{
	width: 1.6rem;
	background-position: -1.92rem center;
}
.content .media_nav .top_title .media_icon.one{
	width: .16rem;
	background-position: 0 center;
}
.content .media_nav .top_title .media_icon.two{
	width: .45rem;
	background-position: -.16rem center;
}
.content .media_nav .top_title .media_icon.three{
	width: .155rem;
	background-position: -.625rem center;
}
.content .media_nav .top_title .media_icon.huwai{
	width: .44rem;
	background-position: -.775rem center;
}
.content .media_nav .top_title .media_icon.touying{
	width: .45rem;
	background-position: -1.21rem center;
}
.content .media_nav .top_title .media_icon.online{
	width: .26rem;
	background-position: -1.676rem center;
}
.content .media_nav .top_title .media_icon.shop{
	width: .2rem;
	background-position: -1.95rem center;
}

.content .media_nav .bottom_describe{
	height: .45rem;
	background-color: #fff;
	color: #969696;
	text-align: left;
	padding: 0 .2rem;
	line-height: .45rem;
	font-size: .14rem;
	overflow: hidden;
}
.content .media_nav .bottom_describe span+span{
	padding-left: 3%;
}
.content .media_article{
	margin-top: .4rem;
}
.content .media_article dl dt,
.content .media_article .strong{
	font-size: .25rem;
	color: #565656;
	font-weight: bold;
	border-left: .06rem solid #ea0027;
	padding-left: .1rem;
}
.content .media_article dl dd,
.content .media_article p{
	font-size: .2rem;
	color: #828283;
	line-height: .35rem;
}

.content .media_article dl dd .data_img{
	width: 100%;
	margin: 0 auto;
}

.content .media_article .view{
	display: -webkit-flex;
	justify-content: space-between;
	color: #fff;
	margin-top: .3rem;
	
}
.content .media_article .view li{
	background-color: #ad2330;
	padding: .1rem .2rem;
	font-size: .2rem;
	font-weight: bold;
}

.content .media_article .label{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: .3rem;
}
.content .media_article .label li{
	margin-right: .2rem;
}
.content .media_article .label li:before{
	display: inline-block;
	content: "";
	height: .15rem;
	width: .15rem;
	background-color: #727272;
	margin-right: .05rem;
}
