body {
	height: 100%;
	background-color: #fff;
}

/*
 * Main content
 */
.main {
	padding: 0px;
}

a {
	color: #999;
	text-decoration: none;
}

.con_top {
	color: #999999;
	line-height: 40px;
	margin-left: 5%;
	height: 40px;
	margin-top: 30px;
	width: 90%;
	border-bottom: 1px solid #999999;
}

.con_centre {
	margin-left: 5%;
	margin-top: 3%;
	
	width: 90%;
}

.con_top>.menu_item {
	height: 100%;
	text-align: center;
	cursor:pointer;
}

.con_top>.active {
	color: #a81404;
	border-bottom: 1px solid #444;
}

.news_top {
	width: 100%;
	height: 25%;
	
}

.news_top>.news_img {
	
}

.news_top>.news_img>img {
	width: 100%;
	height: 100%;
}

.news_top>.news_info {
	
	
}

.news_top>.news_info>.info_top {
	width: 100%;
	color: #666666;
	height: 120px;
}

.news_top>.news_info>.info_top>.news_title {
	width: 100%;
	line-height: 30px;
	height: 30px;
}

.news_top>.news_info>.info_top>.news_title>a {
	color: #333;
}

.news_top>.news_info>.info_top>.news_secondtitle {
	width: 100%;
	height: 90px;
	font-size: 12px;
	color: #999999;
}

.news_top>.news_info>.info_bottom {
	width: 100%;
	font-size: 14px;
	color: #999999;
	
}

.news_top>.news_info>.info_bottom>.news_time {
	float: left;
	width: 50%;
	font-size: 20px;
	color: #999999;
}

.news_top>.news_info>.info_bottom>.news_detail {
	float: left;
	width: 50%;
	font-size: 14px;
	color: #999999;
	text-align: right;
}

.news_item {
	
	margin-left: 25px;
	margin-right: 25px;
	border-bottom: 1px solid #cccccc;
	
	height: 70px;
	line-height: 70px;
}

.news_item>.item_title {
	float: left;
	width: 85%
}

.news_item>.item_title>a {
	color: #333;
}

.news_item>.item_title>a:hover {
	color: #333;
}

.news_item>.item_time {
	float: left;
	width: 15%;
	font-size: 20px;
	color: #999999;
}

.conten_bottom {
	float: left;
	width: 99%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.pages {
	line-height: 30px;
}

.pages>a {
	margin-left: 20px;
	color: #444;
}

.pages>a:hover {
	color: #a81404;
	font-size: 18px;
}
.pages>.active {
	color: #a81404;
	font-size: 18px;
}