@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: 1280px;
}

.domPC {
	display: block;
}

.domMb {
	display: none;
}

.banner {
	height: auto;
	margin-bottom: 50px;
}

.banner img {
	width: 100%;
	height: auto;
	display: block;
}

.con1200 {
	width: 1200px;
	height: auto;
	margin: 0px auto;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #006699;
	text-decoration: none;
}

h3 {
	font-size: 20px;
}

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;
	height: 0px;
	overflow: hidden;
}


/* 正文内容 */

.main .tout {
	margin-top: 40px;
	margin-bottom: 60px;
	box-shadow: 0 0 20px 0 #ccc;
	padding: 40px 0;
	color: #FFC107;
	background-color: #fff;
	text-align: center;
	position: relative;
}

.main .tout .tout_top h1 {
	font-size: 36px;
	line-height: 1.4;
}

.main .tout .tout_top h1 a {
	color: #FFC107;
}

.main .tout .tout_bottom {
	margin: 10px 10px 0;
	width: 100%;
	height: 32px;
	overflow: hidden;
}

.main .tout .tout_bottom h4 {
	margin: 0 6px;
	display: inline-block;
}

.main .tout .tout_bottom h4 a {
	font-size: 16px;
	font-weight: normal;
	color: #666;
}


/* 要闻 S */

.boxXw {
	height: auto;
}

.yaow_list {
	width: 410px;
	height: 380px;
}

.yaow_list .yw {
	padding: 10px;
	box-sizing: border-box;
	/* background-image: linear-gradient(to bottom, #FFC107 0%, #32b56e 100%); */
	background-color: #fff;
}

.yaow_list  .yaowTit{
	padding: 0 15px;
	border-bottom: 10px #FFC107 solid;
}

.yaow_list .yaowTit a{
	font-size: 32px;
	color: #FFC107;
	font-weight: bolder;
}

.yaow_list ul li {
	height: 150px;
	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;
	font-weight: bolder;
}

.yaow_list ul li a:hover {
	color: #E34B3C;
}

.yaow_pic {
	position: relative;
	width: 750px;
	height: 390px;
	overflow: hidden;
	border-top: 10px #FFC107 solid;
}

.yaow_pic .swiper-slide img {
	display: block;
	width: 750px;
	height: 380px;
	object-fit: cover;
}

.yaow_pic h3 {
	z-index: 99;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
}

.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: #03429a;
	font-weight: bolder;
}

.yaow_pic .swiper-button-next {
	right: 0px;
	left: auto;
	color: #03429a;
	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;
}

/* 开栏的话S */

.kldh {
	margin: 40px auto;
}

.kldh .con1200 {
	background-color: #f5f5f5;
	padding: 40px;
	box-sizing: border-box;
}

.kldh .stopic {
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 20px;
}

.kldh .stopic span {
	/* padding: 10px 20px; */
}

.kldh .con {
	font-size: 22px;
}


/* 开栏的话E */

/* 标题栏 */

.topic {
	width: 1200px;
	margin: 50px auto 40px;
	/* text-align: center; */
	/* background: url(../images/kjsh/topicBg.png) no-repeat center center; */
	height: 80px;
	line-height: 75px;
	padding-left: 40px;
	background: linear-gradient(left, #FFC107 60%, transparent);
	background: -o-linear-gradient(left, #FFC107 60%, transparent);
	background: -moz-linear-gradient(left, #FFC107 60%, transparent);
	background: -webkit-linear-gradient(left, #FFC107 60%, transparent);
	/* background-color: #FFC107; */
	/* border-radius: 30px; */
	position: relative;
}

.topic h2 {
	display: inline-block;
	text-shadow: 4px 5px 5px #E34B3C;
	font-size: 40px;
	letter-spacing: 5px;
	font-weight: bolder;
	color: #fff;
}

.topic h2::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 5px;
	height: 100%;
	background-color: #fff;
}

.topic h2 a {
	color: #fff;
	font-weight: bolder;
}


/* 标题栏 E */

.mtjj .con1200 {
	padding: 0 0.5rem;
}

.mtjj_con li {
	margin-top: 50px;
	overflow: hidden;
}

.mtjj_con li+li {
	border-top: 1px dashed #999;
	padding-top: 20px;
	margin-top: 20px;
}

.mtjj_con li .img {
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 30px;
}

.mtjj_con li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mtjj_con li h3 {
	font-size: 22px;
	line-height: 34px;
	font-weight: bolder;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mtjj_con li h3 a {
	color: #333;
}

.mtjj_con li h3 a:hover {
	color: #E34B3C;
}

.mtjj_con li p {
	line-height: 32px;
	margin-top: 10px;
	color: #333;
}

.more {
	text-align: center;
	padding: 15px 0;
}

.more a {
	color: #FFC107;
	font-size: 13px;
}

.rmsp {
	width: auto;
}

.rmsp ul {
	list-style: none;
	overflow: hidden;
}

.rmsp .spCon {
	width: 380px;
	height: 280px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	position: relative;
}

.rmsp .spCon:nth-child(3n) {
	margin-right: 0;
}

.rmsp .spCon:nth-child(-n+3) {
	margin-bottom: 0;
}

.rmsp .spCon img {
	display: block;
	width: 380px;
	height: 220px;
}

.rmsp .spCon h3 {
	width: 100%;
	height: auto;
	line-height: 24px;
	padding-top: 10px;
	font-size: 20px;
	overflow: hidden;
}

.rmsp .spCon h3 a {
	color: #333;
}

.rmsp .spCon h3 a:hover{
	color: #E34B3C;
}

.rmsp .spCon i {
	background: url(../images/btn_play.png);
	width: 55px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin: -51.5px 0 0 -27.5px;
	transition: all 0.5s;
}


.sourthTime {
	width: auto;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
}

.sourthTime span {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	font-weight: normal;
}

.sourthTime i {
	font-style: normal;
	margin: 0 3px;
}