/*人物介绍*/
.center{
	width:85%;
	margin:100px auto;
	overflow: hidden;
}
.center>.center_all{
	height:250px;
	margin-top:40px;
	overflow: hidden;
}
.center_Character_img,
.center_Character_all>div>div,
.center_Character_all>div>h6{
	float: left;
}
.center_Character_all>div>h6{
	width: 220px;
	font-size: 24px;
	color: #a84433;
    line-height: 55px;
}
.center_Character_img>img{
    /*border: 8px solid red;*/
	width: 200px;
}
.center_Character_all{
	width: 75%;
	float: right;
}
.center_Character_all>div{
	height: 55px;
}
.center_Character_all>div>img{
	line-height: 55px;
	float: right;
}
.line{
	position: absolute;
	width: 480px;
}
.center_Character_all>div>div>div>p:nth-child(1){
	margin-top: 20px;
	width: 450px;
	border: 1px solid #ddaa8c;
}
.center_Character_all>div>div>div>p:nth-child(2){
	margin-top: 10px;
	width: 450px;
	border: 1px solid #e0aa8c;
	position: absolute;
	right: 0;
}
/*介绍*/
.center_Character_all>p{
	display: inline;
	font-size: 16px;
	line-height: 2em;
}
.center_Character_all>p .more{
	font-size: 16px;
	color: #d00e0e;
}
/*新闻报道*/
.NewsReport{
	margin: 35px 0;
	padding-top:10px; 
	overflow: hidden;
}
.NewsReport>a{
	display: block;
	background: url("../img/Characterq.png") no-repeat;
	width: 300px;
	height: 75px;
	position: relative;
	text-align: center;
	margin:0 10px;
}
.NewsReport .a2 {background: url("../img/Characterq_01.png") 0 0 no-repeat;}
.NewsReport>a,
.NewsReport>span{
	float: left;
	color: #a13323;
}
.NewsReport>span{
	line-height:70px;
	font-size: 20px;
}
.NewsReport>a>p,
.NewsReport>a>span{
	position: relative;
	color: #a13323;

}
.NewsReport>a>p{
	top:-10px;
	font-size: 24px;
	font-family: "微软雅黑";
}
.NewsReport>a>span{
	font-size: 20px;
	font-family: "微软雅黑";
}
.list_center>ul {min-height:185px;}
.list_center>ul>li{
	font-size: 18px;
	list-style:inside;
	margin:15px 0; 
}
.list_center>ul>li>a>span{
	float: right;
}
.IMGS{
	width: 1033px;
	float: left;
	min-height:390px;
}
.IMGS>a{
	width: 213px;
	display: inline-block;
	text-align: center;
	margin-right: 56px;
}
.IMGS>a:nth-child(4n){
	margin-right:0;
}
.IMGS>a>img{
	display: block;
	width: 214px;
	height:158px;
}
.IMGS>a>span{
	display: inline-block;
	font-size: 15px;
	margin: 11px 0;
}
/*圆点*/
.dot{
	margin-top: 12px;
	text-align: center;
}
.dot>a{
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #a13323;
	border-radius: 100%;
	margin-left: 11px;
}
.dot>.change{
	background: #f7641f;
}