body,
html {
	width: 100%;
	/* height: 100%; */
	margin: 0;
	padding: 0;
	min-width: 1440px;
}

a {
	text-decoration: none;
}

ul,
li {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.warp {
	width: 100%;
	/* height: 100%; */
}

.w1400 {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.news_title {
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	border-bottom: 2px solid #cb0c14;
}
.mian {
	padding-bottom: 40px;
}
.mian ul {
	width: 95%;
	margin: 0 auto;
}
.mian ul li {
	height: 40px;
	color: #333;
	line-height: 40px;
	font-size: 16px;
	border-bottom: 1px dashed #DFDFDF;
}
.mian ul li a {
	float: left;
	color: #333;
}
.mian ul li span {
	float: right;
}