.container{
	background-color: #fff;
}
.content{
	padding:0 .2rem .7rem;
}
.content .media_logo{
	margin: 1.3rem auto .4rem;
	width: 35%;
}
.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/phone.png) no-repeat;
	background-size: 1.91rem .3rem;
	margin-right: .2rem;
}

.content .media_nav .top_title .media_icon.shop{
	width: .31rem;
	background-position: -.65rem 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{
	padding: .15rem .2rem .3rem;
	margin-top: .2rem;
	color: #828283;
}
.content .media_article dl dt{
	font-size: .25rem;
	color: #565656;
	font-weight: bold;
	border-left: .1rem solid #ea0027;
	padding-left: .1rem;
}
.content .media_article dl dd{
	font-size: .18rem;
	color: #828283;
	line-height: 1.5;
	padding: .15rem .2rem .3rem;
}
.content .media_article dl dd .data_img{
	width: 100%;
	margin: 0 auto;
}
.content .media_article dl dd .hexin li:first-child{
	margin-bottom: .15rem;
}
.content .media_article dl dd .hexin li+li:before{
	display: inline-block;
	content: "";
	width: .15rem;
	height: .15rem;
	background-color: #898989;
	border-radius: .15rem;
	margin-right: .1rem;
}
.content .media_article dl dd i{
	display: inline-block;
	width: .3rem;
	height: .3rem;
	background: url(../img/phone.png);
	background-size: 1.52rem .3rem;
	vertical-align: middle;
}
.content .media_article dl dd span{
	display: inline-block;
	font-size: .25rem;
	padding-left: .1rem;
	vertical-align: middle;
}
