	/*主体内容begin*/
.box_cont{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
		/*主体左侧*/
.jiCheng{
	width: 100%;
	height: 45px;
	float: left;
}
.jiCheng li {
	float: left;
	margin-left: 8px;
	line-height: 45px;
	color: #666;
}
.jiCheng li a{
	font-size: 12px;
	font-family: "微软雅黑";
}
.jiCheng li a b{
	margin-left: 10px;
}
.jiCheng li:last-child b{
	color: #333;
}
.mian-cont {
	width: 1200px;
	height: auto;
	float: left;
	margin-bottom: 60px;
}
		/*左侧*/
.mian5-left{
	width: 240px;
	height: auto;
	border: 1px solid #F3F0F0;
	border-radius: 5px;
	background: #FFFFFF;
	float: left;
}
		/*------1F------*/
.mian5-left-one{
	width: 85%;
	height: 245px;
	margin-left: 8%;
	float: left;
	margin-top: 22px;
}
.mian5-left-one>p{
	width: 200px;
	height: 150px;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.mian5-left-one img{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mian5-left-one>i{
	width: 100%;
	height: 25px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.mian5-left-one>b{
	width: 100%;
	height: 25px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.mian5-left-two{
	width: 100%;
	height: 112px;
	float: left;
	border-top: 1px solid #e8e8e8;
}
.mian5-left-two p{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 16px;
	text-indent: 1em;
	color: #666;
	line-height: 45px;
}
.mian5-left-two span{
	width: 90%;
	height: 45px;display: inline-block;
	border-bottom: 1px solid #e8e8e8;
	font-size: 16px;
	color: #666;
	margin-left: 5%;
	line-height: 45px;
}
.mian5-left-two p:hover{
	color: #ff5a5a;
	background: none;
}
.mian5-left-thrid{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.mian5-left-thrid p{
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}
		/*右侧内容*/
.right-cont{
	width: 920px;
	height: auto;
	float: right;
}
.list-infor{
	width: 100%;
	height: auto;
	float: left;
}
.list-infor>a>li{
	width: 418px;
	height: 380px;
	float: left;
	margin-left: 40px;
	border: 1px solid #dcdcdc;
	border-radius:5px;
	margin-bottom: 30px;
}
.list-infor>a>li>p{
	width: 95%;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.list-infor>a>li>p>img{
	width: 100%;
	height: auto;
	margin: auto;
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
}
.list-infor h2{
	height: 30px;
	line-height: 30px;
	text-indent: 1em;
	font-size: 16px;
	color: #666;
}
.infor_FG{
	width: 100%;
	height: 30px;
	float: left;
	margin-top: 15px;
	margin-left: 17px;
}
.infor_FG>li{
	width: auto;
	height: 15px;
	float: left;
	text-align: center;
	line-height: 15px;
	color: #999;
}
.infor_FG>li b{
	margin:0px 6px;
	color: #e8e8e8;
}
.list-infor>a>li:hover img{
	opacity: .8;
}
.list-infor>a>li:hover h2{
	color: #ff5a5a;
}
