/*css news list page*/
.news-list-page #wrap{
	background: url(../images/news_bkg.jpg) no-repeat top center #f8f8f8;
}
.news-list-page #main{
	padding: 25px 0 120px;
}
.news-list-page .news-fluid a.item {
	display: block;
	width: 234px;
	border: 1px solid #ddd;
	background: #fff;
	margin-bottom: 10px;
}
.news-list-page .news-fluid a.item .img-box img {
	display: block;
}
.news-list-page .news-fluid a.item .item-con {
	padding: 20px 18px;
}
.news-list-page .news-fluid a.item .item-con p{
	color: #666666;
	line-height: 20px;
}
.news-list-page .news-fluid a.item .item-con p.date{
	color: #5298d1;
}
.news-list-page .news-fluid a.item .item-con h5 {
	color: #004277;
	line-height: 22px;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.news-list-page .loading {
	position: fixed;
	margin: -12px 0 0 -12px;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	background: url(../images/overlay90.png);
	padding: 10px;
	border-radius: 3px;
	display: none;
}
.news-list-page .loading img {
	display: block;
	width: 100%;
}
/*css news detail page*/
.news-detail-page #wrap{
	background: url(../images/news_bkg.jpg) no-repeat top center #f8f8f8;
}
.news-detail-page #main{
	padding: 25px 0 120px;
}
.news-detail-page .news-detail {
	background: #fff;
	padding: 50px 80px;
}
.news-detail-page .news-detail h1{
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
	color: #004076;
}
.news-detail-page .news-detail p.date{
	line-height: 20px;
	color: #666;
	margin-bottom: 20px;
}
.news-detail-page .news-detail #customzone {
	min-height: 500px;
}

