.mainCenter h5{
	font-size: .48rem;
	margin: 0.5rem 0;
	text-align: center;
}
.media_list nav{
	padding: 0 .5rem;
	border-bottom: 1px solid #333;
	margin-bottom: 0.2rem;
}
.media_list nav a{
	font-size: .24rem;
	width: 1.72rem;
	display: inline-block;
	height: 0.84rem;
	line-height: 0.84rem;
	text-align: center;
	position: relative;
}
.media_list nav a.active::before,.media_list nav a:hover::before  {
	content: "";
	display: block;
	height: 3px;
	background-color: #6f4ecc;
	position: absolute;
	bottom: -1px;
	width: 1.72rem;
	 transition: all 0.5s ease 0s;
}
.media_list nav a.active{
	color: #6f4ecc;
}
.list_img{
	width: 20%;
}
.list_news{
	width: 100%;
	margin-bottom: 0.2rem;
}
.list_news .title a{
	font-size: 0.2rem;
	line-height: 1.5;
}
.list_news p{
	margin-top: 0.2rem;
}
.list_news p a{
	font-size: 0.18rem;
	color: #666666;
}
.list_news .date{
	font-size: 0.16rem;
	color: #999999;
	margin-top: 0.5rem;
}
.list_news .title{
	width: 100%;
}
.list_news .list_ne{
	width: 74%;
}
.news_detail .postion{
	margin-top: 0.2rem;
	font-size: .24rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #e8e8e8;
}
.news_detail .postion span{
	color: #999;
	font-size: .24rem;
}
.news_detail .postion  a{
	color: #999;
	font-size: .24rem;
}
.news_detail .title{
	padding: 0.3rem 0;
	font-size: 0.48rem;
	color: #333;

}
.date span{
	padding-left: 0.1rem;
	padding-right: .1rem;
	color: #999999;
	border-right: 1px solid #999999;
}
.date span:nth-last-of-type(1){
	border-right: none;
}
.conten{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem	;
}
.contact_content{
	width: 100%;
}
.contact_content_left{
	width: 50%;
}
.contact_right{
	width: 50%;
}
.contact_title{
	width: 100%;
	font-size: 0.48rem;
	text-align: center;
	margin: .4rem 0;
	font-weight: bold;
}
/* contact_content_left */
.contact_content_left dl{
	margin-bottom: 0.1rem;
}
.contact_content_left dt{
	color: #333;
	font-size: 0.2rem;
	line-height: 3;
	font-weight: bold;
}
.contact_content_left dd{
	color: #666;
	font-size: 0.16rem;
	line-height: 1.5;
}
.contact_right .btton input{
	color: #fff;
	width: 1.42rem;
	height: 0.5rem;
    padding: 0;
	    background: linear-gradient(to right, #d570b8, #7450cb);
}
/* fllow_icon */
.fllow_icon{
	text-align: center;
	background-color: #f8f8f8;
	padding: .56rem;
	border-radius: 0.5rem;
	margin-top: 0.2rem;
}
.fllow_icon .fllow_icon_w{
	margin-bottom: 0.5rem;
	font-size: 0.3rem;
}
.fllow_icon_list a{
	margin: 0 .3rem;
}
/* .fllow_icon_list img{
	width: 3%;
} */
/* contact_right */
.contact_right{
	padding: 0.2rem;
	background-color: #f8f8f8;
	border-radius: 0.2rem;
}
.contact_right input{
	height: 0.78rem;
	border: 1px solid #999999;
	border-radius: 0.2rem;
	font-size: 0.16rem;
	padding: 0.2rem;
}
.contact_right dl{
	margin-bottom: 0.28rem;
}
.contact_right dl input{
	width: 100%;
}
.contact_right dl select{
	width: 100%;
	height: 0.78rem;
	padding: 0 .15rem;
	font-size: 0.16rem;
	border-radius: 0.2rem;
	color: #333;
}
.contact_right dl select option{
	line-height: 0.78rem;
	font-size: .16rem;
}
.contact_right input::placeholder{
	color: #666;
}
.contact_right dl:nth-of-type(1) input{
	width: 46%;
}
.contact_right dl textarea{
	width: 100%;
	padding: 0.3rem 0.15REM;
	border-radius: 0.2rem;
	font-size: 0.16rem;
}
/*  contact_title*/
@media screen and (max-width:768px) {
	.contact_right dl select{
	font-size: 0.26rem;
}
	.contact_right dl textarea{
		font-size: 0.26rem;
	}
	
	.contact_content_left dd{
		font-size: 0.2rem;
	}
	.contact_content_left dt{
		font-size: 0.26rem;
	}
	.contact_right input{
		font-size: 0.26rem;
		
	}
	.contact_right .btton input{
		width: 1.9rem;
		cursor: pointer;
	}
	.news_list{
		text-align: center;
	}
	.list_img {
		width: 100%;
	}
	.list_news .list_ne{
		width: 100%;
		text-align: left;
		margin-top: 0.1rem;
	}
	.contact_content_left,.contact_right{
		width: 100%;
	}
	.fllow_icon_list img{
		width: 10%;
	}
}