* {

	font-family: "Noto Sans SC", "Source Han Sans CN", "思源黑体", PingFang SC, "Microsoft YaHei", "微软雅黑";
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;

}

li {
	list-style: none;
}



img {
	border: 0px;
	border: none;
}

body,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
input,
textarea {
	font-family: "Source Han Sans CN", PingFangSC-Regular, PingFangSC-Medium, PingFang SC, "Microsoft YaHei";
}

a {
	text-decoration: none;
}

.w90 {
	width: 90%;
	margin: 0 auto;
}

.w82 {
	width: 82%;
	max-width: 1588px;
	margin: 0 auto;
}

.pd4 {
	padding: 0 4%;
}

/*控制pc与移动端显示*/
.pc-page {
	display: block;
}

.mobile-page {
	display: none;
}

/*二级页通用banner*/
.sencond-banner {
	width: 100%;
	height: 585px;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
}

.sencond-banner>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sencond-banner .sencond-banner-word {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	transform: translate(-50%, -50%);
}

.sencond-banner .sencond-banner-word p {
	display: none;
	color: #ffffff;
	font-size: 42px;
	line-height: 60px;
}

/*分页器*/
.more-page {
	margin: 80px 0 120px 0;
}

.zy-btn {
	width: 55px;
	height: 55px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #e2d7d7;
	font-size: 21px;
	cursor: pointer;
	border-radius: 2px;
}

.more-page .t {
	dispay: blcok;
	margin: 0 28px;
}

.NormalRed,
.more-page .t a {
	width: 55px;
	height: 55px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	cursor: pointer;
	border-radius: 2px;
}

.NormalRed {
	color: #ff1b0a !important;
	border: 1px solid #ff1b0a;
}

/*二级小屏适配*/
@media screen and (max-width:1440px) {

	/*banner*/
	.sencond-banner {
		height: auto;
	}

	.sencond-banner>img {
		height: 80%;
	}

	.sencond-banner .sencond-banner-word p:last-child {
		font-size: 38px;
	}

	.dqwz span a,
	.dqwz span {
		font-size: 16px;
	}

	/*信息列表*/
	.news-lists-b li {
		padding: 25px 0;
	}

	.date-r {
		font-size: 24px;
	}

	.new-tit {
		padding-left: 30px;
	}

	.new-tit .wz {
		font-size: 18px;
	}

	.new-tit .sum {
		font-size: 16px;
		text-align: justify;
	}

	/*二级正文*/
	/*.rc-py p,
	.gyzh-zw p,
	.cont p {
		font-size: 16px;
	}*/

	.rc-py h3 {
		font-size: 20px;
		margin: 10px 0;
	}

	/*组织架构*/
	.mk_con img,
	.qywh-box p img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/*分页*/
	.NormalRed,
	.more-page .t a,
	.zy-btn {
		font-size: 18px;
		width: 45px;
		height: 45px;
	}

	.more-page .t {
		margin: 0 20px;
	}

	.more-page {
		margin: 40px 0 80px 0;
	}

}

/*手机端，屏幕小于1000px*/
@media screen and (max-width:1000px) {
	.pc-page {
		display: none;
	}

	.mobile-page {
		display: block;
	}


	/*二级页通用banner*/
	.sencond-banner {
		height: 247px;
		margin-top: 50px;
	}

	.sencond-banner>img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		min-width: 100%;
		min-height: 100%;
		object-fit: cover;
	}

	.sencond-banner>p {
		font-size: 28px;
		font-weight: bold;
		color: #fff;
		z-index: 2;
		width: 100%;
		text-align: center;
	}


}

/*二级页手机端布局*/
@media screen and (max-width:1000px) {
	.s-page-cont .w82 {
		width: 92%;
		padding-top: 35px;
	}

	.dqwz {
		display: none;
	}

	.lt-nav {
		display: none;
	}

	.rt-cont {
		width: 100% !important;
	}

	/*正文上方大标题*/
	.mk_tit1 span {
		font-size: 22px !important;
	}

	/*正文*/

	.gyzh-zw {
		margin-bottom: 30px !important;
	}

	.gyzh-zw p {
		font-size: 16px !important;
	}

/*新闻中心与党建要闻列表*/
	/*新闻列表*/
	.news-lists-b li {
		padding: 0 15px!important;
	}

	.news-lists-b li .date {
		display: none!important;
	}

	.new-tit {
		padding-left: 0!important;
		border-bottom: 1px solid #f5f5f5!important;
	}

	.new-tit .wz {
		font-size: 17px!important;
		line-height: 2!important;
	}

	.new-tit .sum {
		font-size: 16px!important;
		line-height: 2!important;
	}

	.new-tit p:last-child {
		font-size: 14px!important;
		line-height: 20px!important;
		margin: 5px 0 10px 0!important;
	}

	.new-tit .wz {
		margin-top: 10px!important;
		margin-bottom: 10px!important;
	}

	.news-lists-b li {
		border-bottom: none!important;
	}
	.more-page {
		margin: 40px 0 40px 0!important;padding:0 10px;
	}

	.more-page .t a:nth-last-child(-n+10) {
		display: none!important;
	}

	.more-page .t span:nth-last-child(-n+10) {
		display: none !important!important;
	}


}







/*公共面包屑*/
.dqwz {
	padding: 35px 0;
}

.i-icon {
	width: 28px;
	margin-right: 10px;
}

.dqwz span a,
.dqwz span {
	font-size: 20px;
	color: #333333;
}

/*二级页公共CSS*/

/*二级页导航*/
.navLt {
	box-shadow: 0px 4px 12px 4px rgba(52, 53, 59, .07);
	margin-bottom: 40px;
}



/*正文标题*/
.d-tit {
	text-align: center;
	margin-bottom: 45px;
}

.d-tit h3 {
	font-size: 28px;
	line-height: 40px;
	color: #333;
	padding: 23px 0 6px 0;
}

.d-tit p {
	font-size: 18px;
	color: #666;
	line-height: 2;
}

/*正文内容*/
.cont p {
	font-size: 18px;
	color: #333;
	line-height: 2;
	margin: 10px 0;
	text-align: justify;word-wrap: break-word;
}

.cont p strong {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.cont p a,
.cont a {
	font-size: 18px;
	color: #333333;
}

.cont img {
	margin: 20px 0;
}

/*公共flex布局*/
.df {
	display: flex;
	display: -ms-flexbox;
}

/* 主轴对齐 */
.df-jc-c {
	justify-content: center;
	-ms-flex-pack: center;
}

.df-jc-sb {
	justify-content: space-between;
	-ms-flex-pack: justify;
}

.df-jc-sa {
	justify-content: space-around;
	-ms-flex-pack: distribute;
}

.df-jc-fe {
	justify-content: flex-end;
	-ms-flex-pack: end;
}

/* 交叉轴对齐 */
.df-ai-c {
	align-items: center;
	-ms-flex-align: center;
}

.df-ai-fe {
	align-items: flex-end;
	-ms-flex-align: end;
}

.df-ai-fs {
	align-items: flex-start;
	-ms-flex-align: start;
}

/* 组合属性 */
.df-cc {
	justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-ms-flex-align: center;
}

.df-sb-c {
	justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-ms-flex-align: center;
}

/* 其他特性 */
.df-fw {
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.df-fd-c {
	-ms-flex-direction: column;
	flex-direction: column;
}

.as-c {
	align-self: center;
	-ms-flex-item-align: center;
}

.i-gs {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}