.loading{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 999999999;
}
@keyframes rot{
	0%{
		transform: 0;
	}
	100%{
		transform: rotate(360deg);
	}
}
.content .main_news_box .m .newsinfo .titles p{
	margin-bottom: .3rem;
}
.loading img{
	animation: rot 1.5s infinite linear;
	width: 60px;
	display: block;
}
@font-face {
	font-family: pf;
	src: url(../font/PingFang-SC-Regular.ttf);
}
@font-face {
	font-family: pfb;
	src: url(../font/PingFangBold.ttf);
}
@charset "utf-8";
/* CSS Document */
html, body, div,a,  span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	font-family: pf, 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

html, body, .content .header .m .right ul,.content .des_banners .m p,.news_right p, .content .main_news_box .m .news_right .news_item ul{
	padding: 0;
	margin: 0;
}
.content .footer .info .m .link .label ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
textarea{
	font-family: "微软雅黑";
}
input,select{
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
body {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div,ul ,li, input{
	box-sizing: border-box;
}

.content .header .m .right ul li{
	list-style: none;
}
.content .header .m .right ul li a{
	text-decoration: none;
}
.content .header .m .right{
	font-size: 12px;
}


.content .main_news_box .m .news_right .news_item ul{
	font-size: 12px;
}
.content .header .m .right .share a .show .childs a, .content .main_news_box .m .news_right .news_item ul li a,.content .header .m .right .share .langs .show .childs a{
	text-decoration: none;
}
.content .stauts_box input{
	outline: none;
}

.mobile_fade .box ul li a, .btn_growa div a, .content .footer .info .m .link .label ul li a{
	text-decoration: none;
}


