html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
	color: #333;
}

* {
	box-sizing: border-box;
}


html,
body {
	min-height: 100%;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
	/* background: #F9F9F9; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #232323;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
}

input,
textarea {
	outline: none;
	border: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden;
}

/* 中心变形*/
img {
	transition: all 0.5s ease-out;
	/* 过度 所有css属性 1秒过度 结束慢*/
	-moz-transition: all 0.5s ease-out;
	/* Firefox 4 */
	-webkit-transition: all 0.5s ease-out;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s ease-out;
	/* Opera */
}


.fl {
	float: left
}

.fr {
	float: right
}

.tl {
	text-align: left;
}

.tc {
	text-align: center
}

.tr {
	text-align: right;
}

.ellipse {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

body {
	overflow-x: hidden;
}

/* 头部 */
.dj_index_head {
	width: 100%;
	position: relative;
	z-index: 2;
}

.dj_index_head_top {
	width: 100%;
	height: 26px;
	background-color: #d7080e;
}

.dj_index_head_top_con {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.dj_index_head_top_left {
	width: 50%;
}

.dj_index_head_top_left>p {
	font-size: 12px;
	color: #ffffff;
	line-height: 26px;
}

.dj_index_head_top_right {
	width: 50%;
	text-align: right;
}

.dj_index_head_top_right>div {
	width: 100%;
	text-align: right;
	line-height: 26px;
	font-size: 12px;
	color: #ffffff;
}

.dj_index_head_middle {
	width: 100%;
	height: 140px;
	background-image: url(../image/dj_head_bj.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.dj_index_head_middle_con {
	/*width: 1300px;*/
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dj_index_head_middle_left {
	width: 190px;
	height: 100px;
	line-height: 100px;
}

.dj_index_head_middle_left>a {
	display: block;
	width: 100%;
	height: 100%;
}

.dj_index_head_middle_left>a img {
	/*width: 100%;*/
	max-width: 100%;
}
.dj_index_head_middle_yyzx{
	width: 460px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index_head_foot_right_top_box_wgzx{
	min-width: 50%;
	line-height: 36px;

}
.index_head_foot_right_top_box_wgzx>img{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 15px;
}
.index_head_foot_right_top_box_wgzx>p{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #4c4c4c;
	margin-left: 5px;
}
.dj_index_head_middle_right {
	width: 550px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dj_index_head_middle_right_left {
	width: 309px;
	height: 50px;
}

.dj_index_head_middle_right_left>img {
	width: 100%;
	height: 100%;
}

.dj_index_head_middle_right_right {
	display: block;
	width: 177px;
	height: 50px;
}

.dj_index_head_middle_right_right>img {
	width: 100%;
	height: 100%;
}

.dj_index_head_foot {
	width: 100%;
	height: 58px;
	background-color: #d7080e;
}

.dj_index_head_foot_con {
	/*width: 1300px;*/
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

/* 导航 */
.dj_dh_box {
	width: 100%;
	height: 100%;
}

.dj_daohang_con_list {
	width: 100%;
	height: 100%;
}

.dj_body_head_nav_border {
	width: 100%;
	height: 100%;
}

.dj_body_head_nav_border>ul {
	width: 100%;
	height: 100%;
	font-size: 0;
	display: flex;
	justify-content: space-between;
}

.dj_itm {
	display: inline-block;
	vertical-align: top;
	/*width: 120px;*/
	min-width: 100px;
	height: 100%;
	line-height: 58px;
	text-align: center;
	position: relative;
}

.dj_itm_a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}

.dj_son {
	width: 100%;
	background-color: #d7080e;
	/*opacity: 0.8;*/
	position: absolute;
	left: 0;
	top: 58px;
	display: none;
	z-index: 5;
}

.dj_son_itm {
	width: 100%;
	/* height: 30px; */
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
}

.dj_son_itm_a {
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
}

.dj_son_itm:hover .dj_son_itm_a {
	color: #fff;
}

.dj_itm:hover .dj_itm_a {
	/*background-image: url(../image/dj_daohang_bj.png);*/
	/*background-size: 100% 100%;*/
	color: #fff;
}

.dj_itm_a[on="true"] {
	/*background-image: url(../image/dj_daohang_bj.png);*/
	/*background-size: 100% 100%;*/
	color: #fff;
}

/* 内容 */
.dj_body {
	width: 100%;
}

.dj_index_banner {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.dj_index_lunbos {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.dj_index_lunbos>.swiper-button-prev {
	width: 52px;
	height: 52px;
	left: 0;
	background-image: url(../image/l1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.dj_index_lunbos>.swiper-button-next {
	width: 52px;
	height: 52px;
	right: 0;
	background-image: url(../image/r1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.dj_index_lunbos>.swiper-pagination {
	bottom: 100px;
}

.dj_index_lunbos>.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #d7080e;
}

/* 工作动态 */
.dj_one {
	width: 100%;
	padding: 45px 0;
}

.dj_one_con {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.dj_one_left {
	width: 483px;
	height: 330px;
	overflow: hidden;
}

.dj_one_left_lunbo {
	width: 100%;
	height: 100%;
	position: relative;
}

.dj_one_left_lunbo_hz {
	display: inline-block;
	width: 483px;
	height: 330px;
	position: relative;
}

.dj_one_left_lunbo_hz>img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.dj_one_left_lunbo_hz>div {
	width: 100%;
	height: 34px;
	background: #000;
	opacity: 0.75;
	position: absolute;
	left: 0;
	bottom: 0;
}

.dj_one_left_lunbo_hz>p {
	width: 360px;
	height: 34px;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 34px;
	font-size: 16px;
	color: #ffffff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: 0;
}

.dj_one_left_lunbo>.swiper-pagination {
	padding-right: 20px;
	box-sizing: border-box;
	text-align: right;
}

.dj_one_left_lunbo>.swiper-pagination .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #ce0d0d;
	border-radius: 0;
	opacity: 1;
}

.dj_one_left_lunbo>.swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
	border-radius: 0;
	opacity: 1;
}

.dj_one_right {
	width: 680px;
}

.dj_one_right_top {
	width: 100%;
	height: 35px;
	background-image: url(../image/dj_bt_bj1.png);
	background-position: left top;
	/*background-size: 100% 100%;*/
	padding-left: 50px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dj_one_right_top>p {
	font-size: 18px;
	color: #fefefe;
}

.dj_one_right_top>a {
	display: block;
	width: 75px;
	height: 19px;
}

.dj_one_right_top>a img {
	width: 100%;
	height: 100%;
}

.dj_one_right_foot {
	width: 100%;
}

.dj_one_right_foot_ts {
	display: inline-block;
	width: 100%;
	border-bottom: 1px dotted #808080;
	padding: 30px 0 20px 0;
	box-sizing: border-box;
}

.dj_one_right_foot_ts_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dj_one_right_foot_ts_top>h6 {
	width: 490px;
	font-size: 18px;
	color: #ce0d0d;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dj_one_right_foot_ts_top>p {
	font-size: 14px;
	color: #999999;
}

.dj_one_right_foot_ts_foot {
	width: 100%;
	margin-top: 15px;
}

.dj_one_right_foot_ts_foot>p {
	font-size: 15px;
	color: #727272;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dj_one_right_foot_yb {
	display: inline-block;
	width: 100%;
	padding-left: 25px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
	position: relative;
}

.dj_one_right_foot_yb>p {
	width: 525px;
	font-size: 16px;
	color: #4c4c4c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dj_one_right_foot_yb>span {
	font-size: 14px;
	color: #999999;
}

.dj_one_right_foot_yb:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	margin: auto;
	width: 10px;
	height: 10px;
	border: 1px solid #ce0d0d;
	border-radius: 50%;
}

.dj_one_right_foot_yb:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 8px;
	margin: auto;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
}

.dj_one_right_foot_yb:hover.dj_one_right_foot_yb>p {
	color: #ce0d0d;
}

.dj_one_right_foot_yb:hover.dj_one_right_foot_yb:after {
	background: #ce0d0d;
}

/* 党建工作 */
.dj_two {
	width: 100%;
	padding: 40px 0;
	background: #f6f6f6;
}

.dj_two_con {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.dj_two_left {
	width: 590px;
	height: 420px;
	padding: 25px 13px;
	box-sizing: border-box;
	background: #fff;
}

.dj_two_left_top {
	width: 100%;
	height: 35px;
	background-image: url(../image/dj_bt_bj.png);
	background-position: left top;
	background-size: 100% 100%;
	padding-left: 50px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dj_two_left_top>p {
	font-size: 18px;
	color: #fefefe;
}

.dj_two_left_top>a {
	display: block;
	width: 75px;
	height: 19px;
}

.dj_two_left_top>a img {
	width: 100%;
	height: 100%;
}

.dj_two_left_foot {
	width: 100%;
	margin-top: 35px;
}

.dj_two_left_foot_hz {
	display: inline-block;
	width: 100%;
	padding-left: 32px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 30px;
}

.dj_two_left_foot_hz>p {
	width: 400px;
	font-size: 16px;
	color: #4c4c4c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dj_two_left_foot_hz>span {
	font-size: 14px;
	color: #999999;
}

.dj_two_left_foot_hz::before {
	content: '';
	position: absolute;
	left: 15px;
	top: 9px;
	margin: auto;
	width: 5px;
	height: 5px;
	background: #c90606;
}

.dj_two_left_foot_hz:hover.dj_two_left_foot_hz>p {
	color: #c90606;
}

.dj_two_left_foot_hz:hover.dj_two_left_foot_hz>span {
	color: #c90606;
}

/* 纪检监察 */
.djzt_three {
	width: 100%;
	padding: 30px 0 10px 0;
	background-color: #fff;
	margin-top: 25px;
}

.djzt_three_con {
	width: 1200px;
	margin: 0 auto;
}

.djzt_three_foot {
	width: 100%;
	margin-top: 39px;
	overflow: hidden;
}

.djzt_jjjc {
	display: inline-block;
	width: 580px;
	height: 142px;
	padding-left: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}

.djzt_three_foot>a:nth-child(2n+1) {
	float: left;
}

.djzt_three_foot>a:nth-child(2n) {
	float: right;
}

.djzt_jjjc_left {
	width: 207px;
	height: 142px;
	overflow: hidden;
}

.djzt_jjjc_left>img {
	width: 100%;
	height: 100%;
}

.djzt_jjjc_right {
	width: 350px;
}

.djzt_jjjc_right_bt {
	width: 100%;
	font-size: 16px;
	color: #4c4c4c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.djzt_jjjc_right_sj {
	font-size: 14px;
	color: #888888;
	margin: 18px 0;
}

.djzt_jjjc_right_ms {
	font-size: 15px;
	color: #999999;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.djzt_jjjc:hover .djzt_jjjc_right_bt {
	color: #c90606;
}

.djzt_jjjc:hover .djzt_jjjc_right_sj {
	color: #c90606;
}

/* 广告位  党群党章 专题学习 */
.dj_three {
	width: 100%;
	padding: 35px 0;
}

.dj_three_con {
	width: 1200px;
	margin: 0 auto;
}

.dj_three_top {
	width: 100%;
	height: 130px;
	overflow: hidden;
}

.dj_three_top_lunbo {
	width: 100%;
	height: 100%;
	position: relative;
}

.dj_three_top_lunbo_hz {
	display: block;
	width: 1200px;
	height: 130px;
}

.dj_three_top_lunbo_hz>img {
	width: 100%;
	height: 100%;
}

.dj_three_top_lunbo>.swiper-pagination {
	text-align: right;
	padding-right: 80px;
	box-sizing: border-box;
	bottom: 15px;
}

.dj_three_top_lunbo>.swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	background: #ffffff;
	opacity: 1;
	border-radius: 0;
}

.dj_three_top_lunbo>.swiper-pagination .swiper-pagination-bullet-active {
	background: #c90606;
	opacity: 1;
	border-radius: 0;
}

.dj_three_foot {
	width: 100%;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}

.dj_three_foot_left {
	width: 600px;
	border-right: 1px solid #eeeeee;
	padding: 25px 20px 0 20px;
	box-sizing: border-box;
}

.dj_three_foot_right {
	width: 575px;
	padding: 25px 15px 0 0;
	box-sizing: border-box;
}

.djzt_one_right_top {
	width: 100%;
	height: 35px;
	background-image: url(../image/dj_ztbj.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 50px;
	box-sizing: border-box;
	line-height: 34px;
	display: flex;
	justify-content: space-between;
}

.djzt_one_right_top>p {
	font-size: 18px;
	color: #fefefe;
}

.djzt_one_right_top>a {
	display: inline-block;
	width: 61px;
	height: 19px;
}

.djzt_one_right_top>a img {
	width: 100%;
	height: 100%;
}



/* 党建底部 */
.dj_foot {
	width: 100%;
	height: 297px;
	background-image: url(../image/dj_foot_bj.jpg);
	background-position: center top;
}

.dj_foot_con {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 250px;
	box-sizing: border-box;
}

.dj_foot_con>p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #ffffff;
	margin: 0 20px;
}

.dj_foot_con>p a {
	font-size: 14px;
	color: #ffffff;
}

/* 党建全文 */
.ny_banner {
	width: 100%;
	height: 200px;
}

.ny_banner_top {
	width: 100%;
	height: 122px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	text-align: center;
	line-height: 122px;
}

.ny_banner_top>p {
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
}

.ny_banner_foot {
	width: 100%;
	height: 78px;
}

.ny_banner_con {
	width: 1300px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ny_banner_foot_left {
	width: 1200px;
}

.erji {
	display: inline-block;
	padding: 31px 0;
	box-sizing: border-box;
	height: 78px;
	line-height: 78px;
}

.erji>p {
	font-size: 16px;
	color: #ffffff;
	border-right: 1px solid #89d0df;
	line-height: 16px;
	padding: 0 10px;
	box-sizing: border-box;
}

.ny_banner_foot_left .erji:last-child p {
	border-right: 0 solid #89d0df;
}

.ny_banner_foot_right {
	display: inline-block;
	width: 24px;
	height: 25px;
}

.ny_banner_foot_right>img {
	width: 100%;
	height: 100%;
}

.erji[on="true"] {
	border-top: 4px solid #fff;
}

.erji[on="true"] p {
	font-weight: bold;
}

.ny_nr {
	width: 100%;
	padding: 40px 0 110px 0;
}

.ny_nr_con {
	width: 1300px;
	margin: 0 auto;
}


.dj_ny_banner {
	width: 100%;
	height: 230px;
}

.dj_ny_banner_con {
	width: 1300px;
	margin: 0 auto;
	padding-top: 85px;
	box-sizing: border-box;
	text-align: center;
}

.dj_ny_banner_top>p {
	display: inline-block;
	padding: 0 15px;
	height: 54px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 54px;
	font-family: HuXiaoBo NanShen;
	font-size: 28px;
	color: #ffffff;
}

.dj_ny_nr {
	width: 100%;
	padding-bottom: 65px;
}

.dj_ny_nr_con {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.dj_ny_nr_left {
	width: 240px;
}

.dj_ny_nr_left_top {
	width: 100%;
	height: 100px;
	/*background-image: url(../image/dj_ej_bj.png);*/
	background: #d7080e;
	background-size: 100% 100%;
	text-align: center;
	line-height: 100px;
}

.dj_ny_nr_left_top>p {
	font-family: HuXiaoBo NanShen;
	font-size: 24px;
	color: #ffffff;
}

.dj_ny_nr_left_foot {
	width: 100%;
	margin-top: 10px;
}

.dj_erji {
	display: inline-block;
	width: 100%;
	height: 60px;
	background: #f3f3f3;
	text-align: center;
	line-height: 60px;
	border-left: 3px solid #f3f3f3;
	margin-bottom: 2px;
	font-size: 18px;
	color: #4c4c4c;
}

.dj_erji[on="true"] {
	border-left: 3px solid #d7080e;
	color: #d7080e;
}

.dj_erji:hover {
	border-left: 3px solid #d7080e;
	color: #d7080e;
}

.dj_ny_nr_right {
	width: 920px;
}

.dj_ny_nr_right_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dj_ny_nr_right_top_bt {
	min-width: 300px;
	font-size: 20px;
	color: #4c4c4c;
}

.dj_ny_nr_right_top_dian {
	width: 8px;
	height: 8px;
	background: #d7080e;
	border-radius: 50%;
}

.dj_ny_nr_right_top_xian {
	width: 590px;
	height: 1px;
	background: #e5e5e5;
}

.dj_ny_nr_right_foot {
	width: 100%;
	margin-top: 30px;
}

.djqwlb {
	width: 100%;
}

.djqwhz {
	display: inline-block;
	width: 100%;
	padding: 28px 0;
	box-sizing: border-box;
	border-bottom: 1px dotted #dcdcdc;
	display: flex;
	justify-content: space-between;
}

.djqwhz_left {
	width: 90px;
	height: 70px;
	background: #bbbbbb;
	border-radius: 20px 0 20px 0;
	text-align: center;
	padding-top: 10px;
}

.djqwhz_left_top {
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
}

.djqwhz_left_foot {
	font-size: 14px;
	color: #ffffff;
	margin-top: 4px;
}

.djqwhz_right {
	width: 780px;
	padding-right: 25px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.djqwhz_right_left {
	width:90%;
}

.djqwhz_right_left_bt {
	width: 100%;
	font-size: 17px;
	color: #696969;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.djqwhz_right_left_ms {
	width: 100%;
	font-size: 14px;
	color: #999999;
	margin-top: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.djqwhz_right_right {
	width: 12px;
	height: 23px;
}

.djqwhz_right_right>img {
	width: 100%;
	height: 100%;
	-webkit-filter: invert(45%);
	-moz-filter: invert(45%);
	-ms-filter: invert(45%);
	-o-filter: invert(45%);
	filter: invert(45%);
}

.djqwhz:hover .djqwhz_left {
	background: #d7080e;
}

.djqwhz:hover .djqwhz_right_left_bt {
	color: #d7080e;
}

.djqwhz:hover .djqwhz_right_right>img {
	filter: none;
}

/* 分页 */
.pagings1 {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.pc_page {
	width: 100%;
	text-align: center;
}

.pagings1>.pc_page>span {
	display: inline-block;
	vertical-align: top;
	min-width: 38px;
	min-height: 38px;
	line-height: 38px;
	text-align: center;
	border: 0px solid #d7080e;
	background: #d7080e;
	/*border-radius: 50%;*/
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
}

.pagings1>.pc_page>a {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	height: 38px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	font-size: 15px;
	color: #6b6b6b;
	line-height: 38px;
	margin-right: 20px;
}

.pagings1>.pc_page>.prev,
.pagings1>.pc_page>.next {
	padding: 0 6px;
	font-size: 12px;
}

.pagings1>.pc_page>a:hover {
	border: 1px solid #d7080e;
	background: #d7080e;
	color: #fff;
}

/* 图文列表 */
.djtwlb {
	width: 100%;
}

.djtwhz {
	width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
	border-bottom: 1px dotted #dcdcdc;
	display: flex;
	justify-content: space-between;
}

.djtwhz_left {
	width: 313px;
	height: 236px;
	overflow: hidden;
}

.djtwhz_left>img {
	width: 100%;
	height: 100%;
	transition: .8s all;
}

.djtwhz_right {
	width: 580px;
	display: flex;
	justify-content: space-between;
}

.djtwhz_right_left {
	width: 85px;
}

.djtwhz_right_left>p {
	font-size: 60px;
	color: #888888;
	font-weight: bold;
	line-height: 72px;
}

.djtwhz_right_left>span {
	font-size: 16px;
	color: #999999;
}

.djtwhz_right_right {
	width: 490px;
}

.djtwhz_right_right_bt {
	width: 100%;
	font-size: 17px;
	color: #4c4c4c;
	line-height: 50px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.djtwhz_right_right_ms {
	width: 100%;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.djtwhz_right_right_gd {
	width: 135px;
	height: 40px;
	border: 1px solid #d7080e;
	border-radius: 5px;
	padding: 0 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.djtwhz_right_right_gd>p {
	font-size: 14px;
	color: #4c4c4c;
	line-height: 14px;
}

.djtwhz_right_right_gd>span {
	font-size: 14px;
	color: #4c4c4c;
	font-family: SimSun;
}

.djtwhz:hover .djtwhz_left>img {
	transform: scale(1.05);
}

.djtwhz:hover .djtwhz_right_left>p {
	color: #d7080e;
}

.djtwhz:hover .djtwhz_right_right_bt {
	color: #d7080e;
}

.djtwhz:hover .djtwhz_right_right_gd {
	background: #d7080e;
}

.djtwhz:hover .djtwhz_right_right_gd>p {
	color: #fff;
}

.djtwhz:hover .djtwhz_right_right_gd>span {
	color: #fff;
}

/* 党建详情 */
.djxq {
	width: 100%;
}

.djxq_top {
	width: 100%;
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom: 2px solid #eeeeee;
}

.djxq_top_top {
	width: 100%;
	text-align: center;
}

.djxq_top_top>p {
	font-size: 18px;
	color: #d7080e;
	font-weight: bold;
}

.djxq_top_foot {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.djxq_top_foot>p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	margin-right: 20px;
}

.djxq_foot {
	width: 100%;
	margin-top: 30px;
}

.djxq_foot>p {
	font-size: 15px;
	color: #333;
	line-height: 30px;
}

.djxq_foot>p img,
.djxq_foot>img {
	display: block;
	max-width: 100%;
	margin: 15px auto;
}

/* 党建图文混合 */
.djtwhhlb {
	width: 100%;
}

.dj_twhz {
	display: inline-block;
	width: 100%;
	height: 210px;
	padding: 26px 0 27px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dj_twhz_left {
	width: 260px;
	height: 157px;
	overflow: hidden;
}

.dj_twhz_left>img {
	width: 100%;
	height: 100%;
	transition: .8s all;
}

.dj_twhz_right {
	width: 980px;
	display: flex;
	justify-content: space-between;
}

.dj_twhz_right_left {
	width: 735px;
}

.dj_twhz_right_left_bt {
	font-size: 18px;
	color: #4c4c4c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dj_twhz_right_left_ms {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.dj_twhz_right_right {
	text-align: left;
}

.dj_twhz_right_right_rq {
	font-size: 30px;
	color: #888888;
	line-height: 30px;
}

.dj_twhz_right_right_n {
	font-size: 14px;
	color: #afaeae;
	margin-top: 5px;
}

.dj_twhz_right_right_jt {
	width: 38px;
	height: 38px;
	filter: grayscale(300%) brightness(370%);
	margin-top: 3px;
}

.dj_twhz:hover .dj_twhz_left>img {
	transform: scale(1.05);
}

.dj_twhz:hover .dj_twhz_right_left_bt {
	color: #ce000f;
	font-weight: bold;
}

.dj_twhz:hover .dj_twhz_right_right_rq {
	color: #ce000f;
}

.dj_twhz:hover .dj_twhz_right_right_n {
	color: #ce000f;
}

.dj_twhz:hover .dj_twhz_right_right_jt {
	filter: none;
}

.dj_qwhz {
	display: inline-block;
	width: 100%;
	height: 152px;
	padding: 25px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dj_qwhz_left {
	width: 1025px;
}

.dj_qwhz_left_bt {
	font-size: 18px;
	color: #4c4c4c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dj_qwhz_left_ms {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.dj_qwhz_right {
	text-align: left;
}

.dj_qwhz_right_rq {
	font-size: 30px;
	color: #888888;
	line-height: 30px;
}

.dj_qwhz_right_n {
	font-size: 14px;
	color: #afaeae;
	margin-top: 5px;
}

.dj_qwhz_right_jt {
	width: 38px;
	height: 38px;
	filter: grayscale(300%) brightness(370%);
	margin-top: 3px;
}
.dj_qwhz:hover .dj_qwhz_left_bt{
	color: #ce000f;
}
.dj_qwhz:hover .dj_qwhz_right_rq{
	color: #ce000f;
}
.dj_qwhz:hover .dj_qwhz_right_n{
	color: #ce000f;
}
.dj_qwhz:hover .dj_qwhz_right_jt{
	filter: none;
}

/* 上下篇 */
.dj_all_content_shangxia {
	width: 100%;
	margin-top: 50px;
}

.dj_all_content_shangxia>p {
	width: 100%;
	font-size: 16px;
	color: #d7080e;
	margin-bottom: 10px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dj_all_content_shangxia>p a {
	font-size: 16px;
	color: #4c4c4c;
}
.dj_all_content_shangxia>p:hover .dj_all_content_shangxia>p a{
	color: #d7080e;
}
