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;
}

.case_list {
	width: 100%;
	color: #999999;
	font-size: 12px;
}

.case_list>.case_item {
	height:350px;
}

.case_list>.case_item>.case_img {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.case_list>.case_item>.case_img>img {
	width: 100%;
	height: 100%;
}

.case_list>.case_item>.case_title {
	width: 100%;
	float: left;
	line-height: 30px;
	font-size: 14px;
}

.case_list>.case_item>.case_title>a {
	color: #333;
	text-decoration: none;
}
.case_list>.case_item>.case_title>a:hover {
	color: #333;
	text-decoration: none;
}


.case_list>.case_item>.case_detail {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	border-bottom: 2px solid #cccccc;
}

.conten_bottom {
	
	height: 70px;
	width: 99%;
}

.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;
}