body{
	/*height:100%;*/
	/*padding-bottom:150px;*/
}
#main {
	height:100%;
}
#container {
	height:100%;
}
.contain_left, .contain_right{
	float:left
}
.contain_left{
	width:200px;
	min-height:500px;
	background:#f8f8f8;
}
.contain_left .title{
	font-size:24px;
	background:#f3f3f3;
	color:#d00002;
	height:62px;
	line-height:62px;
	padding:0 0 0 20px;
}
.contain_left .list li{
	border-bottom:1px solid #eee;
	height:42px;
	line-height:42px;
	padding:0 0 0 20px;
}
.contain_left .list li a{
	color:#747474;
}
.contain_left .list li.active a{
	border-left:3px solid #c5251d;
	color:#000;
	padding-left:10px;
}
.contain_left .list li a:hover{
	border-left:3px solid #c5251d;
	color:#000;
	padding-left:10px;
	transition:.5s;
}
.contain_right{
	width:800px;
	padding:20px 0;
}
.contain_right .location{
	text-align:right;
	width:95%;
	margin:0 auto;
	border-bottom:1px solid #efefef;
}
.contain_right .location span{
	display:inline;
	height:44px;
	line-height:44px;
	color:#d00002;
}

.contain_right .txtcontent{
	width:95%;
	margin:10px auto;
	line-height:22px;
	font-size:14px;
}