body{
	font-size: 16px;
}
.content{
	min-height: 800px;
	padding-top: 23px;
}
/* 内容页 */
.rightCont{
	display: inline-block;
	width: 1040px;
	margin-left: 50px;
}
.content .address span,.content .address a{
	color: #6f6f6f;
	font-size: 14px;
}
.content .address a:hover{
	color: #b20008;
}
.content .address span{
	margin: 0 5px;
}
.content .address span.adsInfo{
	margin: 0;
}
.content .contTitle{
	border-bottom: 1px dashed #e6e3e3;
	text-align: center;
	padding: 80px 0 33px;
}
.content .contTitle h3{
	font-size: 32px;
	color: #1b1b1b;
	width: 900px;
	margin: 0 auto;
}
.content .contTips{
	text-align: center;
	padding-top: 7px;
	margin-bottom: 50px;
}
.content .contTips span{
	color: #6f6f6f;
	font-size: 14px;
	margin: 7px;
}
.content .Cont{
	width: 100%;
	padding: 0 90px;
}
.content .Cont p{
	font-size: 18px;
	color: #2a2a2a;
	text-indent: 2em;
	line-height: 33px;
	margin-bottom: 15px;
	text-align: justify;
}
.content .Cont img{
	display: block;
	margin: 20px auto;
	width: 226px;
	height: auto;
}
/* 左侧列表 */
.leftList{
	width: 298px;
	display: inline-block;
	vertical-align: top;
}
.leftList .leftTitle{
	text-align: center;
	padding: 10px 0;
	background-color: #bc0000;
}
.leftList .leftTitle img{
	width: 140px;
}
.leftList .leftTitle p{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
}
.leftList .leftInfo{
	width: 100%;
	margin-top: 15px;
}
.leftList .leftInfo ul li{
	height: 44px;
	text-align: center;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.leftList .leftInfo ul li:hover{
	background: url(../images/ListOn.png) no-repeat center;
	background-size: 100% 100%;
}
.leftList .leftInfo ul li:hover a{
	color: #b20008;
}
.leftList .leftInfo ul li a{
	font-size: 20px;
	color: #464646;
	line-height: 44px;
	font-weight: bold;
}
/* 列表页 */
.listTit{
	width: 100%;
	border-bottom: 1px solid #a39999;
	padding:14px 0;
	margin-top: 55px;
}
.listTit p{
	display: inline-block;
	color: #b40009;
	font-size: 22px;
	position: relative;
}
.listTit p::after{
	content: " ";
	display: block;
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: -17px;
	background: url(../images/columnIcon.png) repeat-x left;
	background-size: auto 100%;
	background-color: #FFFFFF;
	
}
.listTit a{
	float: right;
	font-size: 14px;
	color: #747474;
	line-height: 40px;
}
.rightCont .RightLists{
	width: 100%;
	margin-top: 15px;
}
.rightCont .RightLists ul li{
	border-bottom: 1px dashed #a39999;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.rightCont .RightLists ul li span{
	color: #b40009;
	font-size: 16px;
	/* float: right;
	margin-top: 22px; */
}
.rihusewn_span{
	font-size: 16px;
	color: #b40009;
	line-height: 65px;
	margin-right: 110px;
	vertical-align: middle;
}
.rightCont .RightLists ul li a{
	color: #515151;
	font-size: 16px;
	line-height: 65px;
	display: inline-block;
	width: 800px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.rightCont .RightListser{
	width: 100%;
	margin-top: 15px;
}
.rightCont .RightListser ul li{
	border-bottom: 1px dashed #a39999;
	display: flex;
	flex-direction: row;
	align-items: center;
	/* justify-content: space-between; */
}
.rightCont .RightListser ul li span{
	color: #b40009;
	font-size: 16px;
	/* float: right;
	margin-top: 22px; */
}
.rightCont .RightListser ul li a{
	color: #515151;
	font-size: 16px;
	line-height: 65px;
	display: inline-block;
	width: 800px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
/* 分页 */
.listPage{
	text-align: center;
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.listPage p{
	font-size: 14px;
	color: #555353;
	margin: 0 5px;
	width: 125px;
}
.listPage span span{
	padding: 5px 10px;
	border: 1px solid #d8d8d8;
	font-size: 16px;
	color: #473a42;
	margin-left: 5px;
}
.listPage span.p_no_d{
	background-color: #f04646;
	color: #FFFFFF;
	border: 1px solid #f04646;
}
.listPage span.p_fun_d{
	color: #d8d8d8;
}
/* 多列表 */
.ml35{
	margin-left: 25px;
}
.rightCont .moreList{
	width: 100%;
	/* margin-top: 60px; */
	display: flex;
	flex-wrap: wrap;
}
.rightCont .moreList .moreLists{
	width: 499px;
	display: inline-block;
}
.rightCont .moreList .moreLists:nth-child(2n){
	margin-left: 35px;
}
.rightCont .moreList .smLists{
	margin-top: 10px;
	border-bottom: 1px dashed #a39999;
	padding-bottom: 20px;
}
.rightCont .moreList .smLists ul li{
	position: relative;
	padding-left: 8px;
	line-height: 30px;
}
.rightCont .moreList .smLists ul li::before{
	content: " ";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #515151;
	vertical-align: middle;
	margin-right: 7px;
}
.rightCont .moreList .smLists ul li:hover a{
	color: #b40009;
}
.rightCont .moreList .smLists ul li a{
	width: 360px;
	font-size: 14px;
	color: #515151;
	display: inline-block;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.rightCont .moreList .smLists ul li span{
	font-size: 12px;
	margin-left: 40px;
	color: #b40009;
	vertical-align: middle;
}
/* 领导列表 */
.leaderList{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.lrLists{
	padding: 0 20px 0 20px;
	margin-bottom: 150px;
}
.lrLists .leaderList{
	/* border-bottom: 1px dashed #b7b7b7; */
	margin-top: 60px;
}
.lrLists .leaderList li{
	display: inline-block;
	text-align: center;
}
.lrLists .leaderList li+li{
	margin-left: 45px;
}
.lrLists .leaderList li .leaderImg{
	width: 180px;
	height: 225px;
}
.lrLists .leaderList li .leaderName{
	margin: 20px 0 60px;
}
.lrLists .leaderList li .leaderName h4{
	display: inline-block;
	font-size: 26px;
	margin-right: 10px;
}
.lrLists .leaderList li .leaderName span{
	color: #4f4f4f;
	font-size: 18px;
}

/* 领导详情页 */
.lrInfo{
	margin-top: 30px;
}
.lrInfo .leaderLeft{
	padding-top: 100px;
	width: 800px;
	display: inline-block;
}
.lrInfo .leaderLeft .lrName{
	width: 100%;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #b7b7b7;
}
.lrInfo .leaderLeft .lrName h4{
	font-size: 36px;
	display: inline-block;
	margin-right: 12px;
}
.lrInfo .leaderLeft .lrName span{
	font-size: 18px;
	color: #4f4f4f;
}
.lrInfo .leaderLeft .leaderInfo{
	margin-top: 30px;
}
.lrInfo .leaderLeft .leaderInfo p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 36px;
}
.lrInfo .leaderLeft .leaderInfo p.noIndent{
	text-indent: 0;
}
.lrInfo .leaderRight{
	display: inline-block;
	vertical-align: top;
	width: 195px;
	height: 235px;
	margin-left: 10px;
}
.lrInfo .leaderRight img{
	width: 100%;
}
/* 搜索 */
.ssLists{
	width: 100%;
	margin: 0;
}