@charset "UTF-8";

/* ======当前位置====== */
.mod_tab {
	height: 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #999;
}

.mod_tab span {
	padding: 0 0.06rem;
}

.mod_tab a {
	color: #999;
}

/* ===本部介绍=== */
.channel_menu {
	display: flex;
	border-bottom: 1px solid #dcdcdc;
}

.channel_menu a {
	padding: 0.15rem 0.3rem;
	margin-bottom: -1px;
	display: flex;
	justify-content: center;
}

.channel_menu a.active {
	color: #c70000;
	border-bottom: 2px solid #c70000;
}

.channel_menu a::after {
	display: block;
	content: "";
	width: 0.01rem;
	height: 16px;
	background-color: #999;
	position: relative;
	left: 31px;
	top: 4.5px;
}

.channel_menu a:last-of-type::after {
	display: none;
}

/* ======新闻列表====== */
.page_news_row {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

/* ===菜单=== */
.page_news_row .news_menu {
	flex: 0 0 286px;
	margin: 20px 86px 0 0;
	text-align: center;
	overflow: hidden;
}

.page_news_row .cities_title {
	display: none;
}

.news_menu dt {
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-weight: 700;
	background-color: #c70000;
}

.news_menu dd {
	cursor: pointer;
	height: 46px;
	font-size: 16px;
	border-top: 2px solid #fff;
	background-color: #f2f2f2;
}

.news_menu dd a {
	display: block;
	line-height: 46px;
}

.news_menu dd.active {
	background-color: #fae8e8;
}

.news_menu dd.active a {
	color: #c70000;
}

/* ===文字列表=== */
.con_news_row1 {
	flex: 1 1 1028px;
	min-width: 0;
}

.page_news_title {
	margin-bottom: 0.1rem;
}

.page_news_row .news_list1 {
	overflow: hidden;
}

.page_news_row .news_list1 li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dcdcdc;
}

.page_news_row .news_list1 li::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: 1px 16px 0 0;
	background-color: #e37f7f;
}

.page_news_row .news_list1 li a {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	overflow: hidden;
}

.page_news_row .news_list1 li h4 {
	flex: 1;
	font-weight: 400;
	margin-right: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page_news_row .news_list1 li time {
	text-align: right;
	font-size: 16px;
	color: #999;
}

/* ===图文列表=== */
.page_news_row .news_list2::before {
	display: none;
}

.page_news_row li.news_list2 a {
	padding: 20px 0;
	height: 150px;
}

.page_news_row .news_list2 .pic_row {
	width: 196px;
	height: 110px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.page_news_row .news_list2 .pic_row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page_news_row .news_list2 .news_text {
	flex: 1;
	margin-left: 24px;
	height: 110px;
}

.page_news_row li.news_list2 h4 {
	line-height: 1.8;
	margin: 0 0 18px 0;
	text-align: justify;
	white-space: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* ===图片列表=== */
.page_news_title2 {
	padding: 0 60px 2px;
	font-size: 30px;
	color: #c70000;
}

.page_news_row .pic_news_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 60px 10px;
	overflow: hidden;
}

.page_news_row .pic_news_list li {
	width: calc(25% - 56px);
	margin: 0.3rem 0 0;
	height: 100%;
	overflow: hidden;
}

.page_news_row .pic_news_list li .pic_row {
	position: relative;
	width: 264px;
	height: 168px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

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

.page_news_row .pic_news_list li h4 {
	margin-top: 0.12rem;
	padding: 0 8px;
	font-weight: 400;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*======翻页======*/
.pageNav {
	margin: 0.5rem auto 0;
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 14px;
}

.pageNav a,
.pageNav span {
	color: #333;
	padding: 8px 14px;
	margin: 0 4px;
	border: 1px solid #ddd;
}

.pageNav .page_current {
	color: #fff;
	background-color: #c70000;
	border-color: #c70000;
}

.pageNav a:visited,
.passport a:active {
	color: #333;
	text-decoration: none;
}

.pageNav a:hover {
	color: #c70000;
	text-decoration: underline;
}

/* ===列表右侧-专题专栏=== */
.ztzl_scroll_wrapper {
	position: relative;
	width: 312px;
	height: 688px;
	padding: 34px 24px;
	margin: 10px 0 0 60px;
	background-color: #f2f2f2;
	overflow: hidden;
}

.ztzl_scroll_swiper {
	width: 100%;
	height: 622px;
}

.ztzl_scroll_swiper .swiper-slide {
	width: 264px;
	height: 148px;
	overflow: hidden;
}

.ztzl_scroll_swiper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

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

.ztzl_scroll_wrapper .swiper-button-prev,
.ztzl_scroll_wrapper .swiper-button-next {
	width: 100%;
	height: 34px;
	position: absolute;
	left: 0;
	z-index: 10;
	cursor: pointer;
}

.ztzl_scroll_wrapper .swiper-button-prev {
	top: 0;
	margin-top: 0;
	background: url("../images/prev_icon3.png") center no-repeat;
}

.ztzl_scroll_wrapper .swiper-button-next {
	top: auto;
	bottom: 0;
	background: url("../images/next_icon3.png") center no-repeat;
}

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

/* ======新闻详情====== */
.ny_news_show,
.ny_news_show2 {
	margin-top: 0.4rem;
	background-color: #fff;
}

.ny_news_show_tit,
.ny_news_show_tit2 {
	text-align: center;
	padding: 0.1rem 0 0;
}

.ny_news_show_tit h3,
.ny_news_show_tit2 h3 {
	font-size: 34px;
	line-height: 1.5;
	color: #333;
}

.ny_news_show_tit2 h3 {
	font-size: 30px;
}

.ny_news_show_tit_con {
	margin-top: 30px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #666;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dcdcdc;
}

.ny_news_show_tit em,
.ny_news_show_tit time {
	font-style: normal;
	padding: 0 20px 0 0;
}

.ny_news_show_con {
	padding: 0.4rem 0.6rem 0.1rem;
	min-height: 460px;
	overflow: hidden;
}

.ny_news_show2 .ny_news_show_con {
	padding-top: 0.12rem;
}

.ny_news_show_con p,
.ny_news_show_con div {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 33px;
	color: #3a3a3a;
	text-indent: 2em;
	text-align: justify;
	margin: 0.22rem 0;
	overflow: hidden;
}

.ny_news_show_con .vcp-player div {
	margin: 0;
}

#videoContainL {
	margin: 0 auto;
	width: 1080px;
}

.ny_news_show_con .vcp-player div.vcp-playtoggle,
.ny_news_show_con .vcp-player div.vcp-volume,
.ny_news_show_con .vcp-player div.vcp-fullscreen-toggle {
	width: 3em;
}

.ny_news_show_con img,
.ny_news_show_con video {
	display: block;
	max-width: 1080px;
	height: auto !important;
	margin: 0 auto 0.2rem;
}

.ny_news_show_con video {
	width: 1080px !important;
}

.ny_news_show_con table,
.con_news_row1 table {
	border-collapse: collapse;
	border: 1;
}

.ny_news_show_con table td,
.con_news_row1 table td {
	padding: 0.1rem;
}

.content_editor,
.content_source,
.content_author,
.shenhe {
	font-size: 14px !important;
}

/* ======右侧返回顶部====== */
.right_nav {
	position: fixed;
	right: 140px;
	bottom: 25%;
	z-index: 100;
	display: none;
}

.right_nav a {
	cursor: pointer;
	display: block;
	padding-top: 17px;
	margin-top: 12px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 0px 0.16rem 1px rgba(199, 0, 0, 0.25);
}

.right_nav a.go_home {
	display: none;
}

.right_nav a img {
	margin: 0 auto;
	width: auto;
	height: 27px;
}

/* ====部长直通车==== */
.leader_intro {
	margin-top: -0.5rem;
}

.leader_row {
	height: 278px;
	display: flex;
	justify-content: space-between;
	padding: 0.36rem 0;
}

.leader_row dt {
	width: 154px;
	margin: 0 48px 0 0;
	box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.35);
	overflow: hidden;
}

.leader_row dt img {
	margin: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.leader_row dd {
	flex: 1;
	color: #333;
}

.leader_row dd h3 {
	font-size: 30px;
	line-height: 100%;
	margin: 0.28rem 0 0.18rem 0;
}

.leader_row dd h4 {
	font-size: 22.5px;
	font-weight: 400;
}

.leader_row dd p {
	font-weight: 400;
	margin-top: 0.33rem;
}

.message_row {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}

.message_row .tips_row {
	width: 605px;
}

.message_row .tips_row h4 {
	font-size: 24px;
	font-weight: 400;
	color: #333;
	letter-spacing: 0.08rem;
	text-align: center;
}

.message_row .tips_text {
	padding-top: 0.08rem;
	font-size: 16px;
	line-height: 32px;
	color: #666;
	text-indent: 2em;
}

.message_row .tips_text p {
	margin-top: 0.1rem;
}

/* ===表单=== */
.message_form {
	padding-bottom: 10px;
}

.message_form div {
	margin-bottom: 0.18rem;
}

.message_form label {
	display: block;
	color: #3a3a3a;
	margin-bottom: 0.13rem;
}

.message_form input {
	box-sizing: border-box;
	width: 354px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 12px;
	border: 1px solid #c5c3c3;
}

.message_form textarea {
	box-sizing: border-box;
	width: 626px;
	padding: 12px;
	font-size: 16px;
	border: 1px solid #c5c3c3;
}

.message_form div:nth-of-type(-n + 3)::after {
	display: block;
	content: "*";
	font-size: 18px;
	color: #c70000;
	margin-top: 7px;
}

.message_form div .yzm_row {
	display: flex;
}

.users_btn {
	display: flex;
	padding-top: 20px;
}

.users_btn button {
	margin-right: 30px;
	width: 146px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #c70000;
	border-radius: 0.05rem;
	background-color: #fff;
	border: 1px solid #c70000;
}

.users_btn button.submit_btn {
	color: #fff;
	background-color: #c70000;
}

/* ===湘聚同心=== */
.page_main_xztx {
	padding: 15px 0 25px;
}

.page_main_xztx:last-of-type {
	padding-bottom: 0;
}

.page_main_xztx .xztx_news_title {
	margin-bottom: 33px;
}

.con_news_row1 .xztx_news_title {
	margin-bottom: 15px;
}

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

.xztx_news_title h3 {
	font-size: 30px;
	line-height: 100%;
	display: flex;
	color: #c70000;
}

.xztx_news_title h3 a {
	color: #c70000;
}

.xztx_news_title img {
	width: auto;
	height: 38px;
	margin-right: 16px;
}

.xztx_news_title .more1 {
	flex: 1;
	margin: 0 0 0.06rem 0.16rem;
	padding: 7px 0 0;
	border-bottom: 1px solid #c70000;
}

.xztx_news_title .more1:hover {
	text-decoration: none;
}

.page_main_xztx .xztx_pic_row {
	flex-wrap: wrap;
}

.page_main_xztx .xztx_pic_row dt,
.page_main_xztx .xztx_pic_row dd {
	margin-bottom: 20px;
}

/* ===传播矩阵=== */
.page_news_title3 {
	text-align: center;
	font-size: .4rem;
	color: #c70000;
	padding: .36rem 0 .18rem;
}

.cbjz_list_row,
.cbjz_list_row2 {
	padding-bottom: .2rem;
	min-height: 7rem;
}

.cbjz_list_row li,
.cbjz_list_row2 li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 .24rem 0 .34rem;
	margin-top: .3rem;
	height: 1.66rem;
	background-color: #fcebeb;
	box-shadow: 0px 3px 12px 0px rgba(134, 16, 13, 0.32);
}

.cbjz_list_row li a {
	display: flex;
	flex: 1;
	align-items: center;
}

.cbjz_list_row li .pic_row {
	width: 1rem;
	height: 1rem;
	margin-right: .28rem;
	overflow: hidden;
	background-color: #fff;
	border-radius: 50%;
}

.cbjz_list_row li .pic_row img {
	width: 1rem;
	height: 1rem;
}

.cbjz_list_row li h4 {
	flex: 1;
	font-size: .3rem;
	font-weight: 700;
	color: #c70000;
}

.cbjz_list_row li .ewm_show_div,
.cbjz_list_row li .ewm_show_div img {
	width: 1.3rem;
	height: 1.3rem;
}

.cbjz_list_row2 .pic_row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

	/* ======当前位置====== */
	.mod_tab {
		margin-top: -0.5rem;
		height: 0.8rem;
		font-size: 0.26rem;
		background-color: #f8f8f8;
	}

	/* ======新闻列表====== */
	.page_news_row {
		flex-wrap: wrap;
		padding-bottom: 0.45rem;
		border-bottom: 0.3rem solid #f8f8f8;
	}

	.ztzl_scroll_wrapper {
		display: none;
	}

	/* ===菜单=== */
	.page_news_row .news_menu {
		flex: 0 0 100%;
		margin: 0.23rem 0 0.15rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.page_news_row .cities_title {
		display: block;
	}

	.news_menu dt {
		display: none;
	}

	.news_menu dd {
		width: calc(33.333% - 0.09rem);
		height: 0.6rem;
		margin-bottom: 0.2rem;
		font-size: 0.3rem;
	}

	.news_menu dd a {
		line-height: 0.6rem;
	}

	/* ===文字列表=== */
	.con_news_row1 {
		flex: 1 1 100%;
	}

	.page_news_title {
		margin: -0.1rem 0 0.2rem;
	}

	.page_news_title h3 {
		font-size: 0.4rem;
	}

	.page_news_title h3::after {
		top: 0.3rem;
	}

	.page_news_row .news_list1 li {
		align-items: flex-start;
	}

	.page_news_row .news_list1 li::before {
		width: 0.1rem;
		height: 0.1rem;
		margin: 0.38rem 0.2rem 0 0;
	}

	.page_news_row .news_list1 li a {
		flex-wrap: wrap;
		align-items: flex-start;
		height: auto;
		padding: 0.22rem 0;
	}

	.page_news_row .news_list1 li h4 {
		width: 100%;
		flex: none;
		margin-right: 0;
		font-size: 0.3rem;
		line-height: 1.5;
		overflow: hidden;
		white-space: wrap;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.page_news_row .news_list1 li time {
		width: 100%;
		display: block;
		margin-top: 0.18rem;
		text-align: left;
		font-size: 0.24rem;
	}

	/* ===图文列表=== */
	.page_news_row li.news_list2 a {
		padding: 0.3rem 0;
		height: 1.86rem;
	}

	.page_news_row .news_list2 .pic_row {
		width: 2.24rem;
		height: 1.26rem;
	}

	.page_news_row .news_list2 .news_text {
		margin: -0.1rem 0 0 0.32rem;
		height: 1.26rem;
	}

	.page_news_row li.news_list2 h4 {
		line-height: 1.5;
		margin-bottom: 0.06rem;
	}

	/* ===图片列表=== */
	.page_news_title2 {
		padding: 0 0 0.05rem;
		font-size: 0.4rem;
	}

	.page_news_row .pic_news_list {
		padding: 0 0 0.2rem;
	}

	.page_news_row .pic_news_list li {
		width: calc(50% - 0.25rem);
	}

	.page_news_row .pic_news_list li .pic_row {
		width: 100%;
		height: 2.04rem;
	}

	.page_news_row .pic_news_list li h4 {
		padding: 0;
		font-size: 0.3rem;
	}

	/*======翻页======*/
	.pageNav {
		flex-wrap: wrap;
		font-size: 0.24rem;
	}

	.pageNav a,
	.pageNav span {
		display: inline-block;
		height: 0.54rem;
		line-height: 0.54rem;
		padding: 0 0.2rem;
		margin: 0 0.1rem 0.2rem;
	}

	/* ===湘聚同心=== */
	.page_xztx_row {
		border-bottom: 0.3rem solid #f8f8f8;
	}

	.page_main_xztx {
		padding: 0.05rem 0 0.5rem;
	}

	.page_main_xztx:last-of-type {
		padding-bottom: 0.6rem;
	}

	.page_main_xztx .xztx_news_title {
		margin-bottom: 0.4rem;
	}

	.con_news_row1 .xztx_news_title {
		margin-bottom: 0.1rem;
	}

	.xztx_news_title h3 {
		font-size: 0.4rem;
		line-height: 0.5rem;
	}

	.xztx_news_title img {
		width: auto;
		height: 0.5rem;
		margin-right: 0.2rem;
	}

	.page_xztx_row .page_main_xztx:nth-of-type(2) .xztx_news_title img {
		height: 0.54rem;
	}

	.xztx_news_title .more1 {
		padding-top: 0.05rem;
		border-bottom: 1px solid #c70000;
	}

	.page_main_xztx .xztx_pic_row dt,
	.page_main_xztx .xztx_pic_row dd {
		margin-bottom: 0.3rem;
	}

	/* ======新闻详情====== */
	.ny_news_show,
	.ny_news_show2 {
		border-bottom: 0.3rem solid #f8f8f8;
	}

	.ny_news_show_tit {
		text-align: left;
	}

	.ny_news_show_tit h3,
	.ny_news_show_tit2 h3 {
		font-size: 0.4rem;
	}

	.ny_news_show_tit_con {
		flex-wrap: wrap;
		margin-top: 0.36rem;
		padding-bottom: 0.25rem;
		font-size: 0.24rem;
	}

	.ny_news_show_tit em,
	.ny_news_show_tit time {
		padding-right: 0.26rem;
	}

	.share_row {
		display: none;
	}

	.ny_news_show_con {
		padding: 0.4rem 0 0.4rem;
		min-height: auto;
	}

	.ny_news_show_con p,
	.ny_news_show_con div {
		font-size: 0.34rem;
		line-height: 1.65;
	}

	.ny_news_show_con .vcp-player div {
		font-size: .26rem;
		line-height: 1.5;
	}

	.ny_news_show_con img,
	.ny_news_show_con video,
	#videoContainL,
	#videoContainL video,
	#videoContainL .vcp-controls-panel {
		max-width: 100%;
	}

	.content_editor,
	.content_source,
	.content_author,
	.shenhe {
		font-size: 0.26rem !important;
		line-height: 1.5;
		color: #515151;
	}

	/* ======右侧返回顶部====== */
	.right_nav {
		right: 0.3rem;
		bottom: 5rem;
	}

	.right_nav a {
		padding-top: 0.27rem;
		margin-top: 0.2rem;
		width: 1rem;
		height: 1rem;
	}

	.right_nav a.go_home {
		display: block;
	}

	.right_nav a img {
		height: 0.46rem;
	}

	/* ===本部介绍=== */
	.channel_menu {
		justify-content: space-between;
		margin: 0.1rem 0.3rem;
		padding: 0;
		font-size: 0.3rem;
	}

	.channel_menu a {
		width: 33.333%;
		position: relative;
	}

	.channel_menu a::after {
		position: absolute;
		height: 0.3rem;
		left: auto;
		right: 0;
		top: 0.22rem;
	}

	/* ====部长直通车==== */
	.leader_row {
		height: 3.38rem;
		padding: 0.47rem 0.26rem 0.47rem 0.3rem;
	}

	.message_row {
		justify-content: end;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.leader_row dt {
		width: 1.8rem;
		height: 2.44rem;
		margin-right: 0.34rem;
	}

	.leader_row dd h3 {
		font-size: 0.4rem;
	}

	.leader_row dd h4 {
		font-size: 0.3rem;
	}

	.leader_row dd p {
		font-size: 0.26rem;
	}

	.message_row {
		margin-top: 0.56rem;
		padding-bottom: 0.8rem;
		border-bottom: 0.3rem solid #f8f8f8;
	}

	.message_row .tips_row {
		width: auto;
		padding-top: 0.46rem;
		border-top: 1px solid #dcdcdc;
	}

	.message_row .tips_row h4 {
		font-size: 0.36rem;
	}

	.message_row .tips_text {
		padding-top: 0.2rem;
		font-size: 0.3rem;
		line-height: 1.86;
	}

	/* ===表单=== */
	.message_form {
		width: auto;
		padding: 0 0.3rem 0.6rem;
	}

	.message_form label {
		font-size: 0.3rem;
	}

	.message_form input,
	.message_form textarea {
		width: auto;
		min-width: 6.3rem;
		padding: 0 0.2rem;
		font-size: 0.24rem;
	}

	.message_form input {
		height: 0.66rem;
		line-height: 0.66rem;
	}

	.message_form textarea {
		min-height: 2.1rem;
	}

	.message_form div:nth-of-type(-n + 3)::after {
		margin-top: 0.12rem;
		font-size: 0.24rem;
	}

	.message_form div .yzm_row input {
		min-width: 3.32rem;
	}

	.users_btn {
		width: auto;
		padding-top: 0.35rem;
		display: flex;
		justify-content: space-between;
	}

	.users_btn button {
		margin-right: 0;
		width: calc(50% - 0.25rem);
		height: 0.66rem;
		line-height: 0.66rem;
		font-size: 0.3rem;
	}
}