@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
	font-size: 18px;
	line-height: 1.8;
	color: #000;
	text-align: left;
	min-width: 1200px;
}

.domPC {
	display: block;
}

.domMb {
	display: none;
}

.banner {
	/* background: url(../images/gzlfzBanner.jpg) no-repeat center top; */
	height: auto;
}

.banner img {
	width: 100%;
	height: auto;
}

.con1200 {
	width: 1200px;
	height: auto;
	margin: 0px auto;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #323232;
	text-decoration: none;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

p,
span {
	color: #000;
	line-height: 1.8;
}

img {
	width: 100%;
	height: 100%;
}

li {
	list-style: none;
	list-style-position: outside;
	border: 0;
}

.clear {
	clear: both;
	overflow: hidden;
}


/* 正文内容 */

.main .tout {
	margin-top: 40px;
	margin-bottom: 60px;
	box-shadow: 0 0 20px 0 #ccc;
	padding: 30px 0;
	color: #bf0009;
	background-color: #fff;
	text-align: center;
	position: relative;
}


.main .tout .tout_top{
	padding: 0 20px;
}

.main .tout .tout_top h1,
.main .tout .tout_top h1 *{
	font-size: 36px;
	line-height: 1.2;
}

.main .tout .tout_top h1 a {
	color: #bf0009;
}

.main .tout .tout_bottom {
	padding: 10px 20px 0;
	width: auto;
	overflow: hidden;
}

.main .tout .tout_bottom h4 {
	margin: 0 6px;
	display: inline-block;
	color: #323232;
}

.main .tout .tout_bottom h4 a {
	font-size: 16px;
	font-weight: normal;
}

.main .tout .tout_bottom h4 a:hover{
	color: #bf0009;
}


/* 要闻 S */

.boxXw {
	height: 480px;
}

.yaow_list {
	width: 410px;
	height: 480px;
	border-top: 10px #bf0009 solid;
}

.yaow_list .yw {
	padding: 10px;
	box-sizing: border-box;
	/* background-image: linear-gradient(to bottom, #bf0009 0%, #32b56e 100%); */
	background-color: #fff;
}


.yaow_list ul li {
	height: 92px;
	border-bottom: 1px #999 dashed;
	margin: 0 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4;
}

.yaow_list ul li:last-child {
	border-bottom: 0;
}

.yaow_list ul li a {
	color: #333;
}

.yaow_list ul li a:hover {
	color: #bf0009;
}

.yaow_pic {
	position: relative;
	width: 750px;
	height: 490px;
	overflow: hidden;
	border-top: 10px #bf0009 solid;
}

.yaow_pic .swiper-slide img {
	display: block;
	width: 750px;
	height: 480px;
	object-fit: cover;
}

.yaow_pic h3 {
	z-index: 99;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 80px;
	line-height: 80px;
}

.yaow_pic h3 a {
	color: #fff;
}

.yaow_pic .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 40px;
}

:root {
	--swiper-theme-color: #fff;
}

.yaow_pic .swiper-button-next,
.yaow_pic .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.yaow_pic .swiper-pagination-bullet {
	background: #fff;
	margin-right: 5px;
}

.yaow_pic .swiper-button-prev {
	left: 0px;
	right: auto;
	color: #bf0009;
	font-weight: bolder;
}

.yaow_pic .swiper-button-next {
	right: 0px;
	left: auto;
	color: #bf0009;
	font-weight: bolder;
}

.yaow_pic .swiper-pagination-bullet {
	width: 20px;
	height: 10px;
	display: inline-block;
	border-radius: 0;
	opacity: 0.3;
}

.yaow_pic .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #fff;
}

.yaow_pic .swiper-container-horizontal>.swiper-pagination-bullets,
.yaow_pic .swiper-pagination-custom,
.yaow_pic .swiper-pagination-fraction {
	bottom: 50px;
}

/* 标题栏 */

.topic {
	width: 1200px;
	margin: 80px auto 40px;
	height: 92px;
	position: relative;
	text-align: center;
}

.topic::before {
	content: "";
	position: absolute;
	top: 46px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 4px;
	background-color: #c70000;
}

.topic h2 {
	background: #fff;
	display: inline-block;
	height: 92px;
	padding: 0 20px;
	
}

.topic h2::before {
	content: "";
	display: inline-block;
	float: left;
	width: 120px;
	height: 92px;
	background: url(../images/tit_75th.png) no-repeat 0 0;
	background-size: 100%;
	margin-right: 20px;
}

.topic h2 a {
	color: #c70000;
	font-weight: bolder;
	line-height: 92px;
	font-size: 48px;
	letter-spacing: 5px;
}

/* 标题栏 E */

.dbwy .con_bottom ul li {
	color: #df2a36;
	list-style: disc inside;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px #999 dashed;
	overflow: hidden;
}

.dbwy .con_top {
	border-bottom: 2px #999 dashed;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.dbwy .con_top .con_top_fl {
	width: 580px;
	height: 350px;
	position: relative;
}

.dbwy .con_top>:first-child {
	margin-right: 40px;
}

.dbwy .con_top .con_top_fl p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	text-align: left;
}

.dbwy .con_top .con_top_fl p a {
	color: #fff;
}

.dbwy .con_bottom .con_bottom_fl {
	width: 580px;
}

.dbwy .con_bottom>:first-child {
	margin-right: 40px;
}



.rmsp .spCon {
	width: 380px;
	height: 280px;
	margin-right: 30px;
	float: left;
	background: #fff;
	position: relative;
	margin-bottom: 30px;
}

.rmsp .spCon:nth-child(3n) {
	margin-right: 0;
}

.rmsp .spCon:nth-child(4),
.rmsp .spCon:nth-child(5),
.rmsp .spCon:nth-child(6),{
	margin-bottom: 0;
}

.rmsp .spCon img {
	display: block;
	width: 380px;
	height: 280px;
	object-fit: cover;
}

.rmsp .spCon h3 {
	position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0px 10px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.4);
}

.rmsp .spCon h3 a {
	color: #fff;
}

.rmsp .spCon i {
	background: url(../images/btn_play.png);
	width: 55px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin: -38.5px 0 0 -27.5px;
	transition: all 0.5s;
}

.mainGq {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.mainGq .gqSwiper {
	position: relative;
	float: left;
	width: 786px;
	height: 480px;
	overflow: hidden;
}

.mainGq .gqSwiper .swiper-slide img {
	display: block;
	width: 786px;
	height: 480px;
	object-fit: cover;
}

.mainGq .gqSwiper h3 {
	z-index: 99;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 80px;
	line-height: 80px;
}

.mainGq .gqSwiper h3 a {
	color: #fff;
}

.mainGq .gqSwiper .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 48px;
}

:root {
	--swiper-theme-color: #fff;
}

.mainGq .gqSwiper .swiper-button-next,
.mainGq .gqSwiper .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.mainGq .gqSwiper .swiper-pagination-bullet {
	background: #fff;
	margin-right: 5px;
}

.mainGq .gqSwiper .swiper-button-prev {
	left: 0px;
	right: auto;
	color: #bf0009;
	font-weight: bolder;
}

.mainGq .gqSwiper .swiper-button-next {
	right: 0px;
	left: auto;
	color: #bf0009;
	font-weight: bolder;
}

.mainGq .gqSwiper .swiper-pagination-bullet {
	width: 20px;
	height: 10px;
	display: inline-block;
	border-radius: 0;
	opacity: 0.3;
}

.mainGq .gqSwiper .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #fff;
}

.mainGq .gqSwiper .swiper-container-horizontal>.swiper-pagination-bullets,
.mainGq .gqSwiper .swiper-pagination-custom,
.mainGq .gqSwiper .swiper-pagination-fraction {
	bottom: 50px;
}


.mainGq .gqPic {
	width: 393px;
	float: right;
}

.mainGq .gqPic ul {
	list-style: none;
}

.mainGq .gqPic li {
	margin-bottom: 20px;
	width: auto;
	height: 230px;
}

.mainGq .gqPic li:last-child {
	margin: 0;
}

.mainGq .gqPic li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	color: #fff;
}

.mainGq .gqPic li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainGq .gqPic li h3 {
	z-index: 99;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
}