/*------------二级、三级页 容器样式------------*/
.container {
	width: 1200px;
	height: auto;
	margin: 0 auto;
 0background: #e9e9e9;
}
.list-container {
	width: 1200px;
	margin: 15px 0px;
	overflow: hidden;
	justify-content: space-between;
	background: #fff;
}
/* 当前位置、内容容器样? */
.list-path, .list-content {
	position: relative;
	padding: 10px 20px;
	width: 100%;
}
.list-path {
	position: relative;
	width: 1160px;
	height: 20px;
	font-size: 16px;
	background-color: #1A68CA;
}
.list-path>span {
	color: #fff;
}
.list-path>span>a {
	color: #fff;
}
.list-content {
	width: 1098px;
	min-height: 550px;
	color: #4c4c4c;
	border: 1px solid #d0d0d0;
	padding: 20px 50px;
}
/*------------ 二级、三级页内容样式 ---------*/

/*------------ 列表? ---------*/
/*列表*/
.list {
	position: relative;
	width: 1000px;
	min-height: 550px;
	margin: 0 auto;
}
.list>li {
	position: relative;
	line-height: 42px;
	font-size: 15px;
	width: 100%;
	border-bottom: 1px dashed #bbb;
}
/*列表-日期*/
.list>li>span:first-child+a+span {
	position: absolute;
	right: 20px;
	margin-left: 80px;
	color: #666;
	font-size: 14px;
}
/*------------ 文章样式 ---------*/

/* 正文标题内容 */
.list-content-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0 auto;
}
.list-content-title>div {
	display: flex;
	justify-content: center;
	padding: 10px 0;
	margin: 0 auto;
}
/* 正文文章标题 */
.content-title {
	width: 100%;
	font-size: 22px;
	color: #4c4c4c;
 0border-bottom: 1px solid #dd983d;
	margin-bottom: 6px;
	font-family: 'NSimSun', 'SimSun', 'STSong';
	font-weight: 700;
}
/* 正文创建时间 */
.content-time {
	font-size: 14px;
	width: 100%;
	color: #666;
	background: rgb(245, 245, 245);
}
/* 正文 文章 */
.list-content-context {
	font-size: 15px;
	line-height: 2.7rem;
	padding: 20px 20px;
}
.list-content-context>p, .list-content-folder>p {
	text-indent: 2rem;
}
.align-l {
	text-align: left;
}
.align-r {
	text-align: right;
}
/* ---------------  领导班子 图文样式  ------------ */

.show_learder {
	position: relative;
	width: 940px;
	float: left;
	text-align: left;
	margin: 0px 20px;
}
.learder_info {
	width: 1040px;
	float: left;
	padding: 20px 10px;
	border-bottom: solid 1px #ededed;
}
.learder_left {
	width: 204px;
	float: left;
}
.photo_img {
	position: relative;
	width: 204px;
	float: left;
	padding: 10px 35px 10px 10px;
	vertical-align: middle;
	display: block;
}
.photo_img img {
	width: 204px;
	height: 244px;
	border: 0px;
}
.learder_right {
	width: 880px;
	float: left;
	font-family: 'Helvetica Neue', 'Helvetica', 'Microsoft Yahei';
	color: #222;
}
.name {
	position: relative;
	width: 80px;
	float: left;
	font-size: 20px;
	color: #333;
	line-height: 40px;
}
.post {
	position: relative;
	width: 600px;
	float: left;
	font-size: 16px;
	color: #1f6adf;
	line-height: 40px;
}
.info {
	position: relative;
	width: 700px;
	float: left;
	font-size: 16px;
	color: #7C7C7C;
	line-height: 30px;
}
.info_content {
	width: 780px;
	float: left;
	padding-top: 20px;
	line-height: 160%;
	font-size: 15px;
	text-algin: justify;
}
.content-title{    line-height: 1.3!important;
    font-size:36px!important;
    margin-bottom: 20px;
    font-family: SourceHanSerifCN-Bold !important;}
.wp_articlecontent p {
    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;
}
.wp_articlecontent span{    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;}
.wp_articlecontent font{    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;}