@charset "UTF-8";
/* ======首页====== */

/* ===头条=== */
.headline h3 {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.headline h3 a {
	color: #bf000a;
}

.headline p {
	display: block;
	line-height: 31px;
	text-indent: 2em;
	padding-top: 26px;
	font-size: 17px;
}

/* ===首屏-轮播图=== */

.focus_row {
	display: flex;
	justify-content: space-between;
	padding-top: 52px;
}

.focus_box {
	width: 862px;
	height: 534px;
	position: relative;
}

.focus_bg {
	width: 643px;
	height: 467px;
	background-color: #f0f1f6;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.focus_in {
	width: 774px;
	position: relative;
	z-index: 2;
}

.focus_in .bd ul {
	width: 774px;
	height: 435px;
	zoom: 1;
}

.focus_in .bd ul li {
	position: relative;
}

.focus_in .bd ul li img {
	width: 774px;
	height: 435px;
	display: block;
}

.focus_in .bd ul li p {
	width: 774px;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 18px;
	color: #fff;
	padding: 6px 20px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.focus_in .hd {
	padding-top: 32px;
	display: flex;
	align-items: center;
	position: relative;
}

.focus_in .hd .pageState {
	font-size: 18px;
	color: #999;
	letter-spacing: 10px;
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.focus_in .hd .pageState span {
	font-size: 26px;
	font-weight: 700;
	color: #b40009;
	margin-bottom: 4px;
}

.focus_in .hd i {
	width: 66px;
	height: 2px;
	background-color: #b40009;
}

.focus_in .hd .prev,
.focus_in .hd .next {
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 32px;
	cursor: pointer;
}

.focus_in .hd .prev {
	background: url(../images/focus-prev.png) no-repeat;
	right: 61px;
}

.focus_in .hd .next {
	background: url(../images/focus-next.png) no-repeat;
	right: 0;
}

/* ===首屏-时政要闻=== */
.focus_right_box {
	width: 460px;
}

.main_title1 {
	display: flex;
	justify-content: space-between;
}

.main_title1 h3 {
	line-height: 100%;
	font-size: 24px;
}

.main_title1 h3 a {
	color: #111;
}

ul.shizheng_text {
	font-size: 18px;
	padding-top: 10px;
	line-height: 30px;
}

ul.shizheng_text li {
	padding: 17px 0;
}

ul.shizheng_text li a {
	max-height: 60px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

ul.shizheng_text li+li {
	background: url(../images/shizheng-bg.jpg) top center no-repeat;
}

/* ===快讯=== */
.index_bg1 {
	background: url(../images/index-bg1.jpg) center bottom no-repeat;
	overflow: hidden;
}

.bg1_row {
	display: flex;
	justify-content: space-between;
	padding-top: 132px;
}

.bg1_left {
	width: 420px;
}

.bg1_left_title {
	font-size: 24px;
	color: #ffd4a9;
}

.bg1_left_title a {
	color: #ffd4a9;
}

ul.bg1_left_text {
	font-size: 18px;
	line-height: 32px;
	padding-top: 24px;
}

ul.bg1_left_text li {
	height: 95px;
	padding-top: 14px;
}

ul.bg1_left_text li+li {
	border-top: 1px solid #c74249;
}

ul.bg1_left_text li::before {
	display: block;
	content: '';
	width: 9px;
	height: 9px;
	border: 2px solid #ffd4a9;
	border-radius: 50%;
	box-sizing: border-box;
	float: left;
	margin: 12px 10px 0 0;
}

ul.bg1_left_text li a {
	color: #fff;
	max-height: 64px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* ===市州播报=== */
.bg1_right {
	width: 460px;
	height: 558px;
	background: url(../images/szbb-bg.png) no-repeat;
	margin-top: 56px;
	border-radius: 26px 0 26px 0;
	overflow: hidden;
}

.bg1_right_title {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ffc1c4;
	margin: 0 32px;
	height: 80px;
}

.bg1_right_title h3,
.bg1_right_title h3 a {
	color: #bf000a;
	padding: 33px 0 0;
}

.bg1_right_title>a {
	font-size: 14px;
	color: #d0706f;
	padding: 39px 0 0;
}

ul.bg1_right_text {
	line-height: 26px;
	padding-top: 16px;
}

ul.bg1_right_text li {
	padding: 0px 32px;
	height: 71px;
	display: flex;
	align-items: center;    
}

ul.bg1_right_text li:nth-child(2n) {
	background: url(../images/szbb-bg2.png) no-repeat;
}

ul.bg1_right_text li a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* ====通知公告/部门工作==== */
.index_bg2 {
	overflow: hidden;
	background: url(../images/index-bg2.jpg) center top no-repeat;
}

.con_banner {
	width: 1400px;
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
}

.con_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ===通知公告=== */
.tzgg_box {
	margin-bottom: 24px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e8e8e8;
}

.tzgg_text {
	width: 700px;
	display: flex;
	margin-top: 12px;
	padding: 16px 0 10px 10px;
	background-color: #fff;
	overflow: hidden;
}

.tzgg_text h3 {
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color: #bf000a;
	border-radius: 10px 0px 10px 0px;
}

.tzgg_text h3 a {
	color: #fff;
}

.tzgg_text .bd {
	margin-left: 20px;
	width: 565px;
}

.tzgg_text .bd ul {}

.tzgg_text .bd ul li {
	display: flex;
	justify-content: space-between;
	height: 50px;
}

.tzgg_text .bd ul li span {
	flex: 1;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tzgg_text .bd ul li span::before {
	float: left;
	content: '';
	width: 4px;
	height: 4px;
	background-color: #bf000a;
	box-sizing: border-box;
	margin: 19px 13px 0 0;
}

/* === 部门工作 === */
.bmgz_box {
	background-color: #fff;
	margin-top: 24px;
	padding: 0 20px;
	height: 530px;
}

ul.bmgz_nav {
	line-height: 74px;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	font-size: 18px;
}

ul.bmgz_nav li {
	cursor: pointer;
	padding-left: 36px;
}

ul.bmgz_nav li a {
	display: block;
}

ul.bmgz_nav li.on {
	color: #bf000a;
	font-weight: bold;
	border-bottom: 3px solid #bf000a;
	margin-bottom: -1px;
}

ul.bmgz_nav li.on a {
	color: #bf000a;
}

ul.bmgz_nav li:nth-child(1) {
	background: url(../images/bmgz-icon1.jpg) left center no-repeat;
}

ul.bmgz_nav li:nth-child(1).on {
	background: url(../images/bmgz-icon1a.jpg) left center no-repeat;
}

ul.bmgz_nav li:nth-child(2) {
	background: url(../images/bmgz-icon2.jpg) left center no-repeat;
}

ul.bmgz_nav li:nth-child(2).on {
	background: url(../images/bmgz-icon2a.jpg) left center no-repeat;
}

ul.bmgz_nav li:nth-child(3) {
	background: url(../images/bmgz-icon3.jpg) left center no-repeat;
}

ul.bmgz_nav li:nth-child(3).on {
	background: url(../images/bmgz-icon3a.jpg) left center no-repeat;
}

ul.bmgz_nav li:nth-child(4) {
	background: url(../images/bmgz-icon4.jpg) left center no-repeat;
}

ul.bmgz_nav li:nth-child(4).on {
	background: url(../images/bmgz-icon4a.jpg) left center no-repeat;
}

ul.bmgz_nav li:nth-child(5) {
	background: url(../images/bmgz-icon5.jpg) left center no-repeat;
}

ul.bmgz_nav li:nth-child(5).on {
	background: url(../images/bmgz-icon5a.jpg) left center no-repeat;
}

ul.bmgz_nav li:nth-child(6) {
	background: url(../images/bmgz-icon6.jpg) left center no-repeat;
}

ul.bmgz_nav li:nth-child(6).on {
	background: url(../images/bmgz-icon6a.jpg) left center no-repeat;
}

ul.bmgz_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.bmgz_content li {
	width: 650px;
	padding-right: 6px;
	margin-top: 40px;
}

ul.bmgz_content li a {
	display: flex;
}

ul.bmgz_content li .pic_row {
	width: 280px;
	height: 170px;
	overflow: hidden;
	margin-right: 28px;
}

ul.bmgz_content li .pic_row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

ul.bmgz_content li .news_text {
	flex: 1;
}

ul.bmgz_content li a div p {
	font-size: 18px;
	line-height: 32px;
	max-height: 64px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

ul.bmgz_content li a div span {
	line-height: 28px;
	margin-top: 16px;
	display: block;
	color: #888;
	max-height: 84px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* === 主题党日 === */
.ztdr_row {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 35px;
}

.ztdr_left {
	width: 700px;
	height: 528px;
}

ul.ztdr_left_nav {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}

ul.ztdr_left_nav::after {
	display: block;
	content: '';
	width: 1px;
	height: 18px;
	background-color: #bbb;
	position: absolute;
	left: 388px;
	top: 16px;
}

ul.ztdr_left_nav li {
	z-index: 10;
	margin-right: 38px;
	height: 55px;
}

ul.ztdr_left_nav li.on {
	margin-bottom: -1px;
	border-bottom: 3px solid #bf000a;
}

ul.ztdr_left_nav li a {
	display: block;
	padding: 10px 0 16px;
}

ul.ztdr_left_nav li.active a {
	color: #bf000a;
}

ul.ztdr_left_nav li:nth-child(1),
ul.ztdr_left_nav li:nth-child(2) {
	font-size: 20px;
	font-weight: bold;
	padding-left: 30px;
}

ul.ztdr_left_nav li:nth-child(1) {
	background: url(../images/ztdr-icon1.png) left 14px no-repeat;
}

ul.ztdr_left_nav li:nth-child(1).on {
	background: url(../images/ztdr-icon1a.png) left 14px no-repeat;
}

ul.ztdr_left_nav li:nth-child(2) {
	background: url(../images/ztdr-icon2.png) left 13px no-repeat;
}

ul.ztdr_left_nav li:nth-child(2).on {
	background: url(../images/ztdr-icon2a.png) left 13px no-repeat;
}

ul.ztdr_left_nav li:nth-child(3),
ul.ztdr_left_nav li:nth-child(4) {
	font-size: 18px;
}

ul.ztdr_left_nav li:nth-child(3) a,
ul.ztdr_left_nav li:nth-child(4) a {
	color: #666;
}

ul.ztdr_left_nav li:nth-child(3).on a,
ul.ztdr_left_nav li:nth-child(4).on a {
	color: #bf000a;
	font-weight: bold;
}

ul.ztdr_left_content {
	padding-top: 20px;
}

ul.ztdr_left_content li {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

ul.ztdr_left_content li span {
	display: block;
	width: 88px;
	height: 70px;
	font-size: 14px;
	padding-top: 5px;
	background: url(../images/ztdr-bg.png) no-repeat;
	text-align: center;
	padding-right: 6px;
	margin-right: 22px;
	overflow: hidden;
}

ul.ztdr_left_content li em {
	display: block;
	font-size: 36px;
	line-height: 39px;
	font-style: normal;
}

ul.ztdr_left_content li a {
	font-size: 18px;
	line-height: 36px;
	max-height: 72px;
	max-width: 590px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* === 右侧专栏 === */
ul.ztdr_right {
	width: 612px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0;
}

ul.ztdr_right li {
	width: 296px;
	height: 160px;
	overflow: hidden;
}

ul.ztdr_right li a {
	display: block;
	position: relative;
}

ul.ztdr_right li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

ul.ztdr_right li h4 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding-top: 96px;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

ul.ztdr_right li:nth-of-type(3) {
	display: flex;
	justify-content: space-between;
}

ul.ztdr_right li:nth-of-type(3) a {
	width: 50%;
}

/* === 专题专栏 === */
.djlm_box {
	padding: 35px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.djlm_nav {
	font-size: 18px;
	line-height: 24px;
	position: relative;
}

ul.djlm_nav::after {
	display: block;
	content: '';
	width: 1px;
	height: 356px;
	background-color: #e6e6e6;
	position: absolute;
	left: 6px;
	top: 28px;
}

ul.djlm_nav li {
	max-width: 150px;
	min-height: 44px;
	padding: 18px 15px;
	margin-left: 25px;
	background-color: #bf000a;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

ul.djlm_nav li+li {
	margin-top: 58px;
}

ul.djlm_nav li::before {
	display: block;
	content: '';
	width: 9px;
	height: 9px;
	border: 2px solid #dedede;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	left: -25px;
	z-index: 1;
}

ul.djlm_nav li a {
	font-weight: 700;
	font-size: 20px;
	color: #ffd4a9;
}

ul.djlm_nav li.active a {
	color: #fff;
}

ul.djlm_nav li.active::before {
	border-color: #bf000a;
}

.djlm_box .bd {
	width: 1180px;
	position: relative;
	overflow: hidden;
}

.djlm_box .bd .prev,
.djlm_box .bd .next {
	display: block;
	width: 40px;
	height: 62px;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: 292px;
}

.djlm_box .bd .prev {
	background: url("../images/arrow-l.png") no-repeat;
	left: 0px;
}

.djlm_box .bd .next {
	background: url("../images/arrow-r.png") no-repeat;
	right: 0px;
}

ul.djlm_content {
	overflow: hidden;
	zoom: 1;
}

ul.djlm_content li:nth-child(2n+1) {
	margin-top: 40px;
}

ul.djlm_content li {
	width: 280px;
	height: 602px;
	margin-right: 20px;
	overflow: hidden;
}

ul.djlm_content li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

ul.djlm_content li:hover img {
	transform: scale(1.05);
}

/*======视频展播======*/
.video_box {
	margin: 55px auto 96px;
	overflow: hidden;
}

.video_box a.more1 {
	color: #777;
	margin-top: 12px;
}

.video_box a.more1:hover {
	color: #bf000a;
	text-decoration: underline;
}

.video_box .main_title1 h3 a {
	display: inline-block;
	padding: 12px 18px;
	color: #fff;
	background-color: #bf000a;
	border-radius: 10px 0px 10px 0px;
}

.video_in {
	padding-top: 30px;
}

.video_in li a {
	position: relative;
}

.video_in li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_in li:nth-of-type(1) {
	float: left;
	width: 900px;
	height: 558px;
}

.video_in li:nth-of-type(1) img {
	min-height: 558px;
}

.video_in li:nth-of-type(2),
.video_in li:nth-of-type(3) {
	float: right;
	width: 460px;
	height: 259px;
}

.video_in li:nth-of-type(2) img,
.video_in li:nth-of-type(3) img {
	min-height: 259px;
}

.video_in li:nth-of-type(3) {
	margin-top: 40px;
}

.video_in li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 460px;
	height: 259px;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url(../images/video_icon.png);
	background-repeat: no-repeat;
	background-position: 15px 205px;
	background-size: 39px;
}

.video_in li a:hover::before {
	background-color: rgba(0, 0, 0, 0);
}

.video_in li:nth-of-type(1) a::before {
	width: 900px;
	height: 558px;
	background-position: 20px 480px;
	background-size: 57px;
}

/*======右侧浮窗======*/
.aside_row {
	width: 176px;
	height: 237px;
	position: fixed;
	right: 120px;
	top: 600px;
	z-index: 20;
}

.aside_row.aside_hidden {
	display: none;
}

.aside_row .aside_close_btn,
.aside_row div {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	cursor: pointer;
	font-size: 0;
}

.aside_row .aside_close_btn,
.aside_row div a {
	display: block;
	height: 36px;
}

.aside_row div {
	top: 60px;
}

.aside_row div a {
	height: 176px;
}