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;
}
.main {
	padding-bottom: 40px;
}

.news_title {
	text-align: center;
}

.news_title p:first-child {
	font-size: 30px;
	color: #000;
	line-height: 30px;
	margin-top: 50px;
}

.news_title p:last-child {
	font-size: 14px;
	color: #888;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
}
.news_info {
	color: #333;
	padding-top: 20px;
}