/*
* @Author: wjp
* @Date:   2019-08-19 15:15:14
* @Last Modified by:   wjp
* @Last Modified time: 2019-10-23 10:21:35
*/

body {
	font-family: arial, sans-serif;
}
#header {
	padding: 0;
	position: relative;
}
#title {
	position: absolute;
	top: 40%;
	height: 100px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#title h1 {
	font-weight: bold;
	vertical-align: middle;
	font-size: 50px;
	color: #001E50;
}
@media (max-width: 767px) {
	#header {
		margin-top: 50px;
	}
	#title {
		top: 15%;
	}
	#title h1 {
		font-size: 35px;
	}
}
.content {
	margin-top: 30px;
}
.lastNews a {
	color: #333;
}
.lastNews img {
	border: 2px solid #eee;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.content h4 {
	padding-bottom: 15px;
	color: #000;
	font-size: 24px;
	text-align: center;
}
.newsContent p {
	font-size: 16px;
}
.newsContent img {
	-moz-border-radius: 10px;
	border-radius: 10px;
}