* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

a {
	text-decoration: none;
}

body {
	background: #f0f0f0
}

.container {
	padding-left: 12px;
	padding-right: 12px;
}

.clearfix::after,
.clearfix::before {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

img {
	max-width: 100%;
	display: block;
}

.banner img {
	display: block;
}

.d_flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}

/*zhaoheng all style*/
/*margin-top*/
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt17 {
	margin-top: 17px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 55px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

/*padding-top*/
.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt35 {
	padding-top: 35px;
}

.pt38 {
	padding-top: 38px;
}

.pt40 {
	padding-top: 40px;
}

.pt45 {
	padding-top: 45px;
}

.pt50 {
	padding-top: 50px;
}

.pt55 {
	padding-top: 55px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pt80 {
	padding-top: 80px;
}

/*padding-bottom*/
.flex_n {
	flex: none;
	-webkit-flex: none;
	-ms-flex: none;
}

.flex_1 {
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}

.pagesT {
	font-size: 19px;
	line-height: 24px;
	color: #333333;
	border-bottom: 1px solid #d5a05c;
	padding-bottom: 10px;
}

.pagesT a {
	display: block;
	float: right;
	transform: translateY(2px);
	font-size: 15px;
	line-height: 22px;
	color: #999999;
}

.allF {
	font-size: 15px;
	line-height: 26px;
	color: #333333;
}

.allBox {
	padding: 0 12px;
}

.allPox {
	padding: 12px 0px;
	background-color: #fff;
	border-radius: 7px;
}

.ysleft {
	position: relative;
	margin-right: 4px;
}

.ysleft>div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 10px;
	top: 10px;
	color: #fff;
	font-size: 14px;
}

.ysleft span {
	display: block;
	margin-top: 5px;
}

.ysleft hr {
	width: 35%;
	height: 1px;
	background-color: #fff;
	margin-top: 10px;
}

.ysleft a {
	padding: 2px 12px;

	background-color: #ffffff;
	border-radius: 15px;
	font-size: 12px;
	color: #333333;
	display: inline-block;
	margin-top: 10px;
}

.ysright .item {
	position: relative
}

.ysright .item>div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 10px;
	top: 5px;
	color: #fff;
	font-size: 14px;
}

.ysright hr {
	width: 35%;
	height: 1px;
	background-color: #fff;
	margin-top: 8px;
}

.ysright a {
	padding: 2px 12px;
	background-color: #ffffff;
	border-radius: 15px;
	font-size: 12px;
	color: #333333;
	display: inline-block;
	margin-top: 8px;
}

.marjor .font {
	background: url(../images/xx.png);
	background-size: 100% 100%;
	padding: 8px;
}

.marjor .font p {
	font-size: 14px;
	color: #333333;
}

.marjor .font span {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	color: #666666;
}

.allbut a {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	line-height: 42px;
	background-color: #1e2c4f;
	border-radius: 7px;
	display: block;
	text-align: center;
}


.news .item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bababa;
}

.news .item .flex_n {
	margin-right: 10px;
	width: 30%;
}

.news .item .flex_1>a {
	font-size: 16px;
	color: #333;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	box-sizing: border-box;
}

.news .item .flex_1 div a {
	float: right;
	padding: 4px 12px;
	color: #fff;
	font-size: 13px;
	display: inline-block;

	background-color: #1e2c4f;
	border-radius: 30px;
}

.news .item .flex_1 div {
	color: #999999;
	font-size: 15px;
}

.public_from {
	background: #fff;
}

footer {
	margin-top: 10px;
}
