body{
	font-size: 14px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/lat_mainBg_2.png) center bottom no-repeat;
	min-height: 514px;
}
.title{
	font-size: 20px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #fff;
	background: rgba(0,135,165,0.7);
	padding: 40px 0 10px 0;
	color: #fff;
	position: relative;
}
.text{
	width: 80%;
	margin: 0 auto;
}
.text img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.date{
	color: #f8f400;
	float: right;
	position: absolute;
	top: 10px;
	right: 15px;
}
li{
	width: 100%;
	float: left;
	margin: 5px 0;
	list-style: none;
}
li img{
	margin-right: 5px;
}
.tit{
	color: #0079dc;
	font-weight: 600;
	font-size: 18px;
}
.source, .source a{
	font-size: 14px;
	color: #666;
}