*{margin: 0;padding: 0;font-family: "微软雅黑";}
li{list-style: none;}
a{color: inherit;text-decoration: none;}
/*body{background: #b40814;}*/

/* 清除浮动 */
.clearfix{
	*zoom: 1;
}
.clearfix::after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
/* 1200居中 */
.center_block{width: 1200px;margin: 0 auto;}
/*banner*/
.whitebg {
	background: #ffffff;
	padding-top: 45px;
}
.banner img{display: block;margin: 0 auto;}
.nav {
	width: 1440px;
	height: 65px;
	margin: 0 auto;
	background: #366354;
	box-shadow: 0px 15px 15px -15px rgba(0,0,0,.5);
}
.nav li{
	float: left;
	font-size: 20px;
	font-family: "黑体";
	color: #FFFFFF;
	margin-left: 64px;
	margin-right: 64px;
	line-height: 65px;
}

.nav ul li:last-child {margin-right: 0;}
.nav ul li:nth-child(7){margin-right: 0;}
/*内容区*/
.content {
	width: 1440px;
	margin: 0 auto;
	background: #cee9e1;
	/* padding-top: 30px; */
	/* margin-top: 2px; */
	padding-bottom: 10px;
	box-shadow: 0px 0 7px rgb(0 0 0 / 30%);
}

.fl {
	width: 50%;
	/* height: 319px; */
	float: left;
}
.fr {
	width: 50%;
	/* height: 319px; */
	float: right;
}
.fr,.fl {
	margin-bottom: 33px;
}
.fl .chnl_title {float: left;}
.fr .chnl_title {float: right;}

.chnl_title {
	width: 590px;
	height: 100%;
	background: #FFFFFF;
}
.top {
	border-bottom: 1px solid #eeeeee;
}

.top .title {
	float: left;
	width: 191px;
	height: 41px;
	/* background-size: cover; */
	font-size: 20px;
	/* color: #ffffff; */
	background: url(../images/bxlsxy-202203-chnlbg.png) left top;
	/* font-weight: bold; */
	/* margin-top: 20px; */
	line-height: 41px;
	
}
.top .title::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	/* background: url(../images/202104xxds-chnlbg.png); */
	vertical-align: middle;
	margin-left: 23px;
	margin-right: 12px;
	margin-top: -3px;
}
/* .top .title a {
	margin-left: 30px;
} */
.top .more {
	float: right;
	/* line-height: 41px; */
	margin-right: 21px;
	font-size: 12px;
	margin-top: 20px;
}

.bottom ul {
	padding: 5px 20px 0 20px;
}
.bottom li {
	font-size: 14px;
	line-height: 44px;
}

.doctitle {float: left;width: 80%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.time {float: right;color: #bfbfbf;}
.doctitle:hover {color: #74ab85;text-decoration: underline;}

.footer {
	width: 1440px;
	display: table;
	margin: auto;
	height: 100px;
	background: #366354;
	color: #FFFFFF;
	text-align: center;
	padding-top: 56px;
	padding-bottom: 30px;
}


.c img {
	margin-bottom: 20px;
}
.c p {
	text-align: center;
}

/* carousel */
.swiper-container {
	position: relative;
	height: 320px;
	width: 590px;
	float: left;
}

.swiper-slide {
	position: relative;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}
/*分页器*/

.pagination {
	position: absolute;
	z-index: 20;
	right: 13px;
	bottom: 18px;
	width: 200px;
	text-align: right;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 11px;
	height: 3px;
	border-radius: 10px;
	background: #FFFFFF;
	margin: 0 3px;
	opacity: 0.8;
	/*border: 1px solid #fff;*/
	cursor: pointer;
}

.swiper-active-switch {
	display: inline-block;
	width: 25px;
	height: 4px;
	background: #74ab85;
	border-radius: 10px;
}
.swiper-title {
	width: 590px;
	height: 48px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	color: #FFFFFF;
	line-height: 48px;
	font-size: 15px;
	text-indent: 1rem;
}

/* end */

/*list页*/

.list_content {
	width: 1440px;
	background: #cee9e1;
	margin: 0 auto;
	padding-top: 38px;
	/* margin-top: 2px; */
	/* padding-bottom: 90px; */
}

.wbg {background: #FFFFFF;}
.wbg ul {
	padding: 42px 42px 0 42px;
}

.wbg ul li:nth-child(5n) {
	margin-bottom: 50px;
}

.wbg ul li:last-child {
	margin-bottom: 0;
}
.list {
	line-height: 41px;
}
.list:hover .doctitle,
.list:hover .time{
	color: #74ab85;
	text-decoration: underline;
}

.dot {
	margin-right: 10px;
	text-align: center;
	float: left;
}
.list:hover .dot {
	color: #74ab85;
}

/*分页*/
.fy {
	display:flex;
	display: -webkit-flex;
	/*justify-content:center;
	align-items:center;*/
	-webkit-justify-content: center;
	-webkit-align-items: center;
	width:360px;
	height: 30px;
	font-size: 12px;
	margin: 0 auto;
	margin-top: 49px;
	padding-bottom: 37px;
}
.sa {color: #333;
	padding: 10px 10px;
	border: 1px solid #d7d7d7;
	margin-right: 5px;
	background: #f9f9f9;
	*display: inline-block;
	border-radius: 5px;
	}
.fy .pages a {
	color: #333;
	padding: 10px 12px;
	border: 1px solid #d7d7d7;
	margin-right: 5px;
	background: #f9f9f9;
	*display: inline-block;
	border-radius: 5px;
}

.fy .pages a.on,
.fy .pages a:hover {
	background: #74ab85;
	color: #fff;
}

.fy a {
	color: #333;
	padding: 10px 12px;
	text-decoration: none;
}

.fy a:hover {
	color: #74ab85;
}

.fy span,
.fy button {
	margin: 0 3px;
}

.fy button {
	background: #3582c4;
	border: 1px solid #d7d7d7;
	padding: 3px 12px;
	*padding: 2px 12px 0;
	_padding: 6px 12px 0;
	color: #fff;
}

.fy input {
	width: 36px;
	padding: 3px 0;
	border: 1px solid #333;
	text-indent: 4px;
	margin: 0 4px;
}

/*细览页*/

.article {
	padding: 45px 70px 58px 70px;
}
.bt {
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	margin-bottom: 43px;
}
.del {
	color: #999999;
	text-align: center;
	margin-bottom: 35px;
}

.dochtmlcon {
	font-size: 16px;
	line-height: 33px;
	text-align: justify;
}


.h390 {
	height: 319px;
}

/*网分页样式*/
.pages {
	clear: both;
	margin: 40px auto 20px auto;
	padding-top: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 15px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px
}
.pages ul li:hover {
	background: #74ab85;
	color: #fff;
	border: 1px solid #74ab85
}
.pages ul li:hover a {
	color: #fff;
}
.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #74ab85;
	padding: 6px 15px;
	margin: 0 1px;
	background: #74ab85;
	color: #fff;
}
.pages ul li.thisclass a {
	color: #fff;
}
.pages ul li a {
	display: block;
	color: #999
}
.pages ul li a:hover {
	color: #fff;
}
