.listsection {
	max-width: 1920px;
	margin: auto;
}

.showContent {
	display: block;
	position: relative;
	margin: 40px auto 55px;
	width: 1200px;
	min-height: 800px;
}

.aside_nav {
	width: 236px;
	background: #eef0ef;
	padding-bottom: 100px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	margin: 77px 0 0 14px;
}


.aside_nav li {
	border-bottom: 1px solid #fff;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
}

.aside_nav li:hover {
	background: #dedede;
	border-left: 4px solid #8f000b;
}

.aside_nav li a {
	display: block;
	padding-left: 30px;
}

.content_right {
	width: 1200px;
	height: 90%;

}


/*==location==*/

.location {
	border-bottom: 1px solid #CCC;
	padding-bottom: 8px;
}

.location span {
	padding-left: 25px;
	background: url(../img/location.png) no-repeat 0 -2px;
}

.content_detail{
	width: 1200px;
	/*height: 70%;*/
}
.contents img{/* display: block; *//* margin: 15px auto 15px; */}
.contentTitle{text-align: center;font-size: 30px;font-weight: 700;margin-top: 25px;width: 100%;}
.contentTitle2{margin-top: 25px;width: 100%;text-align: center;height: 40px;background-color: #eeeeee;line-height: 40px;}
.contentTitle2 span{padding-left: 20px;}
.contents{text-indent:2em;width: 80%;line-height: 30px;margin: 30px auto;}
.lastlower{width: 100%;height: 100px;bottom: 0;position: relative;line-height: 0px;border-top: 1px solid #cccccc;margin: 20px 0 0 0;}
.lastlower a:hover{color: #8f000b;}
.lastlower>div{margin-top: 30px;}