@charset "UTF-8";

/* ======首页====== */
/* ===头条新闻=== */
.head_news {
	margin-bottom: .46rem;
}

.head_news li {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.head_news li a {
	color: #000;
}

.head_news li a:hover {
	color: #e32227;
}


/* ===首屏-轮播图=== */
.focus_row {
	display: flex;
	justify-content: space-between;
}

.focus_swiper {
	width: 834px;
	height: 478px;
	margin: 0;
}

.focus_swiper .swiper-slide {
	width: 834px;
	height: 478px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.focus_swiper .swiper-slide h4 {
	position: absolute;
	bottom: 0;
	left: .2rem;
	line-height: .54rem;
	width: 640px;
	z-index: 111;
	font-weight: normal;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.focus_swiper .swiper-slide a {
	color: #fff;
}

.focus_swiper .swiper-slide a::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: .54rem;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.focus_swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.focus_swiper .swiper-pagination {
	display: flex;
	justify-content: right;
	width: 100%;
	padding-right: .16rem;
	margin-bottom: .13rem;
}

.focus_swiper .swiper-pagination-bullet {
	width: .12rem;
	height: .12rem;
	background: #fff;
	opacity: .58;
}

.focus_swiper .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

/* ===首屏-核心要闻=== */
.index_focus_news {
	width: 530px;
	overflow: hidden;
}

.index_focus_news .news_menu {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
}

.index_focus_news .news_menu li {
	flex: 1;
	width: 170px;
	line-height: 40px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	background-color: #f1f1f1;
}

.index_focus_news .news_menu li:nth-last-of-type(2) {
	margin: 0 .1rem;
}

.index_focus_news .news_menu li.selected {
	background-color: #c70000;
}

.index_focus_news .news_menu li.selected a {
	color: #fff;
}

.index_focus_news .news_content_wrapper {
	position: relative;
}

.index_focus_news .news_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

.index_focus_news .news_content.active {
	opacity: 1;
	visibility: visible;
	position: relative;
}

.indx_news_list1 {
	margin-top: 3px;
}

.indx_news_list1 li,
.indx_news_list2 dd {
	height: 80px;
	line-height: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}

.indx_news_list1 li::before,
.indx_news_list2 dd::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 20px;
	background-color: #e37f7f;
	margin-right: 16px;
}

.indx_news_list1 li a {
	flex: 1;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* ===列表=== */
.index_main_news2 {
	display: flex;
	justify-content: space-between;
	margin: .4rem auto .3rem;
}

.indx_news_list2 {
	width: 482px;
}

.indx_news_list2 dt .more1 {
	position: relative;
	top: 8px;
}

.indx_news_list2 dd {
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	border: none;
}

.indx_news_list2 dd a {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_news2_right {
	width: 360px;
	height: 259px;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.index_news2_right .bzztc_pic_mobile {
	display: none;
}

.index_news2_right .bzztc_pic img {
	width: 360px;
	height: 173px;
}

.index_news2_right .news2_btn {
	margin-top: 20px;
	width: 170px;
	height: 66px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f1f1f1;
}

.index_news2_right .news2_btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
}

.index_news2_right .news2_btn span img {
	width: auto;
	height: 26px;
}

/* === 湘聚同心=== */
.main_title1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .1rem;
}

.main_title1 h3 {
	display: inline-block;
	padding-right: 18px;
	height: .75rem;
	line-height: .75rem;
	font-size: 30px;
	font-weight: 700;
	background: #fff url(../images/title1_bg.png) right center no-repeat;
	background-size: 78px auto;
}

.main_title1 h3 a {
	color: #c70000;
}

.xztx_title {
	width: 395px;
	display: flex;
	justify-content: space-between;
}

.xztx_title a {
	font-size: 20px;
	display: flex;
	align-items: center;
}

.xztx_title img {
	width: auto;
	height: 28px;
	margin-right: 12px;
}

.index_main_xztx .xztx_pic_row dd:nth-of-type(4) {
	display: none;
}

/* === 视听专区 === */
.index_main_video {
	margin: .4rem auto .25rem;
}

.video_swiper_wrapper {
	height: 245px;
	position: relative;
	width: 100%;
}

.video_swiper {
	width: 100%;
	height: 245px;
}

.video_swiper .swiper-wrapper {
	padding: 0 0 0 5px;
}

.video_swiper .swiper-slide a {
	display: block;
	width: 260px;
	height: 242px;
	background-color: #fff;
	box-shadow: 1px 2px 5px 0px rgba(51, 51, 51, 0.16);
	overflow: hidden;
}

.video_swiper .swiper-slide .jz_pic_row {
	width: 260px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.video_swiper .swiper-slide .jz_pic_row::before {
	content: '';
	position: absolute;
	top: 55px;
	left: 112px;
	z-index: 20;
	width: .4rem;
	height: .4rem;
	background: url(../images/video_icon.png) center no-repeat;
	background-size: .4rem;
}

.video_swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_swiper .swiper-slide h4 {
	margin-top: .18rem;
	width: 100%;
	padding: 0 16px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.video_swiper_wrapper .swiper-button-next:after,
.video_swiper_wrapper .swiper-button-prev:after {
	display: none;
}

.video_swiper_wrapper .swiper-button-prev,
.video_swiper_wrapper .swiper-button-next {
	position: absolute;
	top: 112px;
	width: 25px;
	height: 60px;
	z-index: 10;
}

.video_swiper_wrapper .swiper-button-prev {
	left: -45px;
	background: url("../images/prev_icon1.png") left center no-repeat;
}

.video_swiper_wrapper .swiper-button-next {
	right: -45px;
	background: url("../images/next_icon1.png") right center no-repeat;
}

.video_swiper_pagination {
	display: none;
}

/* === 专题专栏 === */
.index_main_ztzl .main_title1 h3 {
	width: 98%;
	text-align: center;
	background: none;
}

.ztzl_swiper_wrapper {
	height: 148px;
	position: relative;
	width: 1400px;
	margin: .35rem auto;
}

.ztzl_swiper {
	width: 100%;
	height: 148px;
}

.ztzl_swiper .swiper-wrapper {
	width: 264px;
	height: 148px;
}

.ztzl_swiper .swiper-slide .jz_pic_row {
	width: 264px;
	height: 148px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.ztzl_swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ztzl_swiper_wrapper .swiper-button-next:after,
.ztzl_swiper_wrapper .swiper-button-prev:after {
	display: none;
}

.ztzl_swiper_wrapper .swiper-button-prev,
.ztzl_swiper_wrapper .swiper-button-next {
	position: absolute;
	top: 67px;
	width: 20px;
	height: 60px;
	z-index: 10;
}

.ztzl_swiper_wrapper .swiper-button-prev {
	left: -40px;
	background: url("../images/prev_icon2.png") left center no-repeat;
}

.ztzl_swiper_wrapper .swiper-button-next {
	right: -40px;
	background: url("../images/next_icon2.png") right center no-repeat;
}

.ztzl_swiper_pagination {
	display: none;
}

/* === 传播矩阵 === */
.index_main_cbjz {
	margin: .5rem auto .56rem;
}

.cbjz_tabs {
	display: flex;
}

.cbjz_tabs li {
	margin-left: 75px;
	cursor: pointer;
	color: #000;
}

.cbjz_tabs li.active {
	color: #c70000;
}

.cbjz_pic_row {
	width: 100%;
	height: 328px;
	background: url("../images/cbjz_bg.jpg") center no-repeat #c71613;
	position: relative;
}

.cbjz_pic_row .contentbox {
	position: relative;
}

.cbjz_pic_row .cbjz_row {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

.cbjz_pic_row ul {
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
}

.cbjz_pic_row .cbjz_row.active {
	opacity: 1;
	visibility: visible;
	position: relative;
}

.cbjz_pic_row ul li {
	position: relative;
	width: 332px;
	height: 98px;
	margin: 12px 24px 12px 0;
	background-color: rgba(255, 255, 255, .9);
}

.cbjz_pic_row ul li a {
	height: 98px;
	display: flex;
	align-items: center;
}

.cbjz_pic_row ul li:nth-child(4n) {
	margin-right: 0;
}

.cbjz_pic_row ul li .pic_row {
	width: 70px;
	height: 70px;
	margin: 0 14px 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: #fff;
	border-radius: 35px;
}

.cbjz_pic_row ul li .pic_row img {
	width: 70px;
	height: 70px;
}

.cbjz_pic_row .cbjz_row5 li .pic_row {
	width: 332px;
	height: 98px;
	margin: 0;
	background: none;
	border-radius: 0;
}

.cbjz_pic_row .cbjz_row5 li .pic_row img {
	width: auto;
	height: auto;
}

.cbjz_pic_row .cbjz_row5 li h4 {
	display: none;
}

.cbjz_pic_row ul li h4 {
	color: #c70000;
}

.cbjz_pic_row ul li .ewm_show_div {
	transition: opacity 0.3s, visibility 0.3s;
	opacity: 0;
	visibility: hidden;
	pointer-events: npxone;
	position: absolute;
	top: -40px;
	left: 202px;
	z-index: 100;
	width: 130px;
	height: 130px;
	background-color: #fff;
	box-shadow: 0px 3px 8px 0px rgba(51, 51, 51, 0.26);
}

.cbjz_pic_row ul li .ewm_show_div img {
	margin: 0 auto;
	width: 130px;
	height: 130px;
}

.cbjz_pic_row ul li:hover .ewm_show_div {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.cbjz_pic_row ul li:hover .ewm_show_div::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: -7px;
	margin-top: -6px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 7px solid #fff;
}

.cbjz_pic_row .cbjz_row3 {
	height: 328px;
	overflow: hidden;
}

.cbjz_pic_row .cbjz_row3 .swiper-wrapper {
	height: 100%;
}

.cbjz_pic_row .cbjz_row3 .swiper-slide {
	width: 100%;
	height: auto;
}

.index_main_cbjz .cbjz_tabs_mobile {
	display: none;
}

/* ===统战百科/同心文苑=== */
.index_main_last_news {
	display: flex;
	justify-content: space-between;
}

.index_main_last_news .indx_news_list2 {
	width: 440px;
}

.txwy_pic_row {
	display: flex;
	flex-wrap: wrap;
}

.txwy_pic_row dt {
	margin-bottom: 18px;
}

.txwy_pic_row dd {
	width: 190px;
	height: 196px;
	display: flex;
	margin: 10px 0 10px 20px;
}

.txwy_pic_row dd a {
	width: 100%;
	height: 196px;
}

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

.txwy_pic_row dd::before {
	display: none;
}

.txwy_pic_row dd h4 {
	position: absolute;
	z-index: 111;
	bottom: .08rem;
	left: 0;
	width: 100%;
	padding: 0 .12rem;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.txwy_pic_row dd a::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: .46rem;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

/* ===响应式样式=== */
@media screen and (max-width: 1200px) {

	/* ===首屏=== */
	.head_news {
		padding: 0 .3rem;
	}

	.head_news li {
		font-size: .36rem;
		line-height: .54rem;
	}

	.focus_row {
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
	}

	.focus_swiper,
	.focus_swiper .swiper-slide {
		width: 100%;
		height: 4.2rem;
	}

	.focus_swiper .swiper-slide h4 {
		width: 100%;
		bottom: .46rem;
		left: 0;
		padding: 0 .3rem;
		font-size: .3rem;
	}

	.focus_swiper .swiper-slide a::before {
		height: 1.0rem;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
	}

	.focus_swiper .swiper-pagination {
		justify-content: center;
		padding-right: 0;
		margin-bottom: .02rem;
	}

	.index_focus_news {
		position: relative;
		width: 100%;
		padding: 0 .3rem;
		margin-top: .55rem;
		border-bottom: .3rem solid #f8f8f8;
	}

	.index_focus_news .swiper1 {
		width: 4.98rem;
	}

	.index_focus_news .news_menu {
		width: 4.98rem;
		justify-content: start;
		height: .5rem;
	}

	.index_focus_news .news_menu li {
		line-height: .5rem;
		font-size: .32rem;
		background-color: #fff;
	}

	.index_focus_news .news_menu li:nth-last-of-type(2) {
		margin: 0;
	}

	.indx_news_list1 {
		margin-top: 0;
		padding: .22rem 0 .35rem;
	}

	.indx_news_list1 li,
	.indx_news_list2 dd {
		height: .72rem;
		line-height: .72rem;
		border: none;
	}

	.indx_news_list1 li::before,
	.indx_news_list2 dd::before {
		width: .1rem;
		height: .1rem;
		margin-right: .2rem;
	}

	.indx_news_list1 li a {
		font-size: .3rem;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.indx_news_list2 dd a {
		font-size: .3rem;
	}

	.index_focus_news .more1 {
		position: absolute;
		right: 0;
		top: -.42rem;
		margin-top: 0;
	}

	/* ===市县动态=== */
	.index_main_news2 {
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
	}

	.indx_news_list2 {
		width: 100%;
		padding: .16rem .3rem .35rem;
		border-bottom: .3rem solid #f8f8f8;
	}

	.indx_news_list2 dt,
	.indx_news_list2 dt h3 {
		border-bottom: none;
	}

	.indx_news_list2 dt {
		align-items: center;
	}

	.indx_news_list2 dt h3 {
		font-size: .36rem;
	}

	.indx_news_list2 dt .more1 {
		top: 0;
	}

	.index_news2_right {
		width: 100%;
		height: auto;
		padding: .3rem .3rem .5rem;
		border-bottom: .3rem solid #f8f8f8;
	}

	.index_news2_right .bzztc_pic {
		display: none;
	}

	.index_news2_right .bzztc_pic_mobile {
		display: block;
		width: 100%;
	}

	.index_news2_right .bzztc_pic_mobile img {
		width: 100%;
		height: auto;
	}

	.index_news2_right .news2_btn {
		margin-top: .36rem;
		width: calc(50% - .19rem);
		height: 1.54rem;
		font-size: .32rem;
	}

	.index_news2_right .news2_btn span {
		margin-right: .2rem;
		width: .95rem;
		height: .95rem;
	}

	.index_news2_right .news2_btn span img {
		width: auto;
		height: .5rem;
	}

	/* === 湘聚同心 === */
	.index_main_xztx {
		padding-bottom: .1rem;
		border-bottom: .3rem solid #f8f8f8;
	}

	.index_main_xztx .main_title1 {
		flex-wrap: wrap;
		padding: .3rem 0;
	}

	.index_main_xztx .main_title1 h3 {
		margin-bottom: .3rem;
	}

	.main_title1 h3 {
		width: 100%;
		padding-right: 0;
		text-align: center;
		height: .96rem;
		line-height: .96rem;
		font-size: .44rem;
		background-size: .96rem auto;
		background-position: 61% top;
	}

	.xztx_title {
		width: 100%;
		padding: 0 .32rem;
	}

	.xztx_title a {
		font-size: .30rem;
	}

	.xztx_title img {
		height: .46rem;
		margin-right: .2rem;
	}

	.index_main_xztx .xztx_pic_row dd:nth-of-type(4) {
		display: block;
	}

	/* === 视听专区 === */
	.index_main_video,
	.index_main_ztzl {
		padding-bottom: .3rem;
		border-bottom: .3rem solid #f8f8f8;
	}

	.index_main_video .main_title1 h3 {
		width: 93%;
	}

	.video_swiper_wrapper {
		height: 4.32rem;
		margin-top: .05rem;
	}

	.video_swiper {
		height: 3.86rem;
	}

	.video_swiper .swiper-wrapper {
		padding: 0;
	}

	.video_swiper .swiper-slide a {
		width: auto;
		height: 3.76rem;
		box-shadow: 0px 2px .1rem 0px rgba(0, 0, 0, 0.15);
	}

	.video_swiper_wrapper .swiper-button-prev,
	.video_swiper_wrapper .swiper-button-next {
		display: none;
	}

	.video_swiper .swiper-slide .jz_pic_row {
		width: 100%;
		height: 1.90rem;
	}

	.video_swiper .swiper-slide h4 {
		margin-top: .22rem;
		padding: 0 .22rem;
		font-size: .3rem;
		line-height: 1.5;
		-webkit-line-clamp: 3;
	}

	.video_swiper .swiper-slide .jz_pic_row::before {
		top: .75rem;
		left: 1.45rem;
	}

	.video_swiper_pagination {
		display: block;
		position: relative;
		text-align: center;
		margin-top: .22rem;
	}

	.video_swiper_pagination .swiper-pagination-bullet {
		width: .12rem;
		height: .12rem;
		background: #dad9d9;
		opacity: 1;
	}

	.video_swiper_pagination .swiper-pagination-bullet-active {
		background: #d12c25;
	}

	/* === 专题专栏 === */
	.index_main_ztzl .main_title1 h3 {
		width: 93%;
		text-align: left;
	}

	.index_main_ztzl .bg_gray {
		background-color: #fff;
	}

	.ztzl_swiper_wrapper {
		margin: .16rem auto .1rem;
		width: 100%;
		height: 2.3rem;
	}

	.ztzl_swiper {
		height: 1.86rem;
	}

	.ztzl_swiper .swiper-slide {
		width: auto;
	}

	.ztzl_swiper .swiper-slide .jz_pic_row {
		width: 100%;
		height: 1.86rem;
	}

	.ztzl_swiper .swiper-slide img {
		height: auto;
	}

	.ztzl_swiper_pagination {
		display: block;
		position: relative;
		text-align: center;
		margin-top: .25rem;
	}

	.ztzl_swiper_pagination .swiper-pagination-bullet {
		width: .12rem;
		height: .12rem;
		background: #dad9d9;
		opacity: 1;
	}

	.ztzl_swiper_pagination .swiper-pagination-bullet-active {
		background: #d12c25;
	}

	.ztzl_swiper_wrapper .swiper-button-prev,
	.ztzl_swiper_wrapper .swiper-button-next {
		display: none;
	}

	/* === 传播矩阵 === */
	.index_main_cbjz {
		margin: .3rem auto 0;
		border-bottom: .3rem solid #f8f8f8;
	}

	.index_main_cbjz .cbjz_tabs,
	.index_main_cbjz .cbjz_pic_row {
		display: none;
	}

	.index_main_cbjz .cbjz_tabs_mobile {
		width: 100%;
		height: 4.42rem;
		padding: .37rem .3rem .4rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		background: url("../images/cbjz_bg_mobile.jpg") center no-repeat #c71613;
		background-size: auto 4.42rem;
	}

	.cbjz_tabs_mobile li {
		font-weight: 700;
		line-height: 1.5;
		font-size: .3rem;
		text-align: center;
		background-color: rgba(255, 255, 255, .9);
		box-shadow: 0px 0.03rem .12rem 0px rgba(134, 16, 13, 0.32);
	}

	.cbjz_tabs_mobile li:nth-child(-n+2) {
		width: calc(50% - .1rem);
		height: 1.74rem;
		margin-bottom: .18rem;
	}

	.cbjz_tabs_mobile li:nth-child(n+3) {
		width: calc(33.333% - .12rem);
		height: 1.74rem;
	}

	.cbjz_tabs_mobile li a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 1.74rem;
		padding: 0 .4rem;
		color: #c70000;
	}

	/* ===统战百科/同心文苑=== */
	.index_main_last_news {
		flex-wrap: wrap;
		padding: 0;
	}

	.index_main_last_news .indx_news_list2 {
		width: 100%;
	}

	.index_main_last_news .indx_news_list2 dd:nth-child(n+8) {
		display: none;
	}

	.txwy_pic_row {
		justify-content: space-between;
	}

	.txwy_pic_row dd {
		width: calc(50% - .15rem);
		height: 3.38rem;
		margin: 0 0 .3rem 0;
	}

	.txwy_pic_row dd a {
		height: 3.38rem;
	}

	.txwy_pic_row dd h4 {
		bottom: .12rem;
		padding: 0 .16rem;
		font-size: .3rem;
	}

	.txwy_pic_row dd a::before {
		height: .66rem;
	}
}