/* 通栏banner */
nav {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

nav a {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

nav img {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

/* 导航 */
header {
	width: 100%;
	height: 100px;
	background: #F5F5F5;
	box-shadow: 0px 1px 8px 0px rgba(153, 153, 153, 0.35);
	/* position: relative; */
	margin-bottom: 25px;
	/* 	display: flex;
	align-items: center; */
	position: relative;
}

header p {
	width: 1px;
	height: 100px;
	background: #CCCCCC;
}

.header {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.title-img {
	width: 395px;
	height: 54px;
	margin-right: 20px;
	margin-left: 0px;
}

.title-img a,
.title-img img {
	width: 100%;
	/* height: 100%; */
}

.header ul {
	overflow: hidden;
	height: 100%;
	margin-right: 0px;
}

.header ul li {
	line-height: 100px;
	float: left;
	margin: 0px 15px;
}

.header ul li:first-child {
	margin-left: 40px;
}

.header ul li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: #666666;
}

.header ul li:hover a {
	color: #CC0202;
	font-weight: bold;
}

.ipone {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	text-align: center;
	vertical-align: bottom;
}

.ipone span {
	width: 130px;
	height: 130px;
	background-color: #fff;
	position: absolute;
	bottom: -160px;
	left: -10px;
	z-index: 100;
	display: none;
}

.ipone span img {
	width: 100% !important;
	height: 100% !important;
}

.ipone i {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.ipone i a {
	line-height: 32px;
}

.ipone i a img {
	vertical-align: middle;
}

.ipone i:first-child {
	margin-right: 20px;
}

.ipone i:first-child img {
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.ipone i:last-child img {
	width: 25px;
	height: 25px;
	position: relative;
	margin-right: 5px;
	background-color: #EBEBEB;
	border-radius: 50%;
	padding: 5px;
}

/* 标题 */
.title {
	text-align: center;
	height: auto;
	margin-bottom: 28px;
}

.title h1 a {
	font-size: 38px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 54px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* .title span a {
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	width: 100%;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} */

.title p a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 内容 */
.content {
	margin-bottom: 50px;
}

.content-left {
	width: 800px;
	float: left;
}

.list {
	width: 800px;
	height: 138px;
	background: #FFFFFF;
	box-shadow: 1px 1px 5px 0px rgba(153, 153, 153, 0.64);
	box-sizing: border-box;
	padding: 15px 0px;
	margin-bottom: 30px;
}

.list ul {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 30px;
}

.list ul li {
	height: 38px;
	/* display: flex; */
}

.list ul li a {
	/* flex: 1; */
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	/* min-width: 300px; */
	max-width: 740px;
}

.list ul li:nth-child(2) {
	width: 755px;
	white-space: nowrap;
	overflow: hidden;
}

.list ul li:nth-child(2) a {
	/* width: 50%; */
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: content-box;

}

.list ul li:nth-child(2) a:first-child {
	padding-right: 10px;
	position: relative;
}

.list ul li:nth-child(2) a:last-child {
	padding-left: 15px;
	position: relative;
}

.list ul li:nth-child(2) a:last-child::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 50%;
	left: 0px;
	top: 50%;
	margin-top: -2px;
}

.scoller-title {
	width: 100%;
}

/* 本例子css */
.txtMarquee-left {
	width: 740px;
	position: relative;
	/* border: 1px solid #ccc; */
}

.txtMarquee-left .bd {
	/* padding: 10px; */
	width: 100%;
}

.txtMarquee-left .bd .tempWrap {
	width: 740px !important;
}

/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.txtMarquee-left .bd ul li {
	max-width: 740px;
	/* margin-right: 20px; */
	float: left;
	height: 38px;
	line-height: 38px;
	text-align: left;
	_display: inline;
	width: auto !important;
}

/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */


.infoList li a:last-child {
padding-left:0!important;
	padding-right:30px!important;;
	position: relative;
}
.infoList a {
	/* flex: 1; */
	position: relative;
	padding-right:30px!important;;
}

.infoList a::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 50%;
	right: 15px;
	top: 50%;
	margin-top: -2px;
}



.content-right {
	width: 370px;
	float: right;
}


/* 轮播图 */
.banner-img {
	width: 800px;
	height: 533px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 40px;
}

.banner-img .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: -10px;
	z-index: 1;
	width: 230px;
}

.banner-img .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner-img .hd ul li {
	float: left;
	margin-right: 10px;
	width: 20px;
	height: 8px;
	background: #848483;
	border-radius: 4px;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
	color: transparent;
}

.banner-img .hd ul li:last-child {
	margin-right: 30px;
}

.banner-img .hd ul li.on {
	width: 50px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 4px;
	color: #fff;
}

.banner-img .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-img .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.mask {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: inline-block;
	width: 800px;
	/* height: 100px; */
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5) 46.53%);
	z-index: 100;
	box-sizing: border-box;
	padding: 34px 28px 32px 30px;
}

.mask a {
	display: inline-block;
	/* margin-top: 12px; */

	/* margin-left: 32px; */
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.banner-img .bd img {
	width: 800px;
	height: 533px;
	display: block;
}

.prev,
.next {
	width: 30px;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.prev {
	left: 0;
}

.next {
	right: 0px;
}

.prev img,
.next img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 24px;
}

/* 视频 */
.video {
	width: 100%;
	height: 570px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: inherit;
	margin-bottom: 40px;
	position: relative;
}

.video li {
	height: 274px;
	width: 390px;
	border-bottom: 1px solid #CCCCCC;
}

.video span {
	position: absolute;
	width: 70px;
	height: 30px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	background-color: #FFFFFF;
	line-height: 30px;
	right: 0px;
	bottom: -20px;
	text-align: center;
}

.video li:nth-child(1),
.video li:nth-child(2) {
	margin-bottom: 30px;
}

.video li:nth-child(1),
.video li:nth-child(3) {
	margin-right: 20px;
}

.video li a {
	width: 100%;
	position: relative;
	height: 100%;
}

.video li a img {
	width: 390px;
	height: 220px;
	display: block;
}

.video li a i {
	position: absolute;
	left: 20px;
	bottom: 74px;
}

.video li a i img {
	width: 36px;
	height: 36px;
}

.video li a p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	margin-top: 12px;
	color: #333333;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

/* 广告图 */
.guang {
	width: 800px;
	height: 120px;
	box-shadow: 1px 2px 6px 0px rgba(153, 153, 153, 0.64);
	margin-bottom: 28px;
}

.guang img {
	width: 100%;
	height: 100%;
}


/* 深度图解 */
.xuan {
	width: 100%;
	margin-bottom: 30px;
}


.slideTxtBox,
.slide {
	border-bottom: 1px solid #CCCCCC;
}

.hd {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.hd .yichu .on {
	position: relative;
}

.hd .yichu .on a {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #A50034;
}

.hd .yichu .on::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	width: 54px;
	height: 8px;
	background: #FFCCCC;
	left: 0px;
	opacity: 0.6;
	z-index: -10;
}

.hd .yichu li {
	float: left;
	text-align: center;
	width: 54px;
}

.hd .yichu li a {
	width: 100%;
	height: 100%;
}

.hd .yichu li:first-child {
	margin-right: 16px;
}

.hd .yichu li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}

.header-title-rigth {
	float: right;
}

.header-title-rigth a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}

.bd {
	/* height: 365px; */
	width: 800px;
	/* 	box-sizing: border-box;
	padding-bottom: 15px; */
	/* border-bottom: 1px solid #CCCCCC; */
}

.bd ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bd ul .list-left {
	width: 320px;
	height: 100%;
	float: left;
}

.bd ul .list-left img {
	width: 320px;
	height: 180px;
	margin-bottom: 15px;
}

.bd ul .list-left li {
	width: 100%;
	box-sizing: border-box;
	/* padding-bottom: 10px; */
	min-height: 75px;
}

.bd ul .list-left li a {
	width: 100%;
}

.bd ul .list-left li:first-of-type {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.bd ul .list-left li h2 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bd ul .list-left li p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.bd ul .list-right {
	width: 460px;
	height: 100%;
	float: right;
}

.list-right li {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	/* padding-bottom: 10px; */
	/* min-height: 125px; */
}

#bot .list-right li h2 {
	line-height: 25px !important;
	margin: 16px auto;
}

/* 

#bot .list-right li p{
	line-height: 26px;
}

#bot .list-right li{
	padding-bottom: 6px;
}


.list-right li:last-of-type {
	border: none;
} */

.list-right li:first-of-type h2 {
	margin-top: 0px !important;
}

.list-right li a {
	width: 100%;
}



.list-right li h2 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	margin: 14px auto;
	margin-bottom: 16px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-right li p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.list-right li span {
	width: 100%;
	text-align: end;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}

/* 图解 */
.center-recommend {
	width: 100%;
	height: 346px;
}

/* 本例子css */
.scrolling {
	width: 100%;
	height: 346px;
	overflow: hidden;
	position: relative;
}


.scrolling .hd {
	width: 100%;
	height: 100%;
	position: absolute;

}

.scrolling .hd .next,
.scrolling .hd .prev {
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.4);
	/* z-index: 100; */
}

.scrolling .hd .next img,
.scrolling .hd .prev img {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.scrolling .hd .next {
	position: absolute;
	right: 0px;
	z-index: 999;
}

.scrolling .hd .prev {
	position: absolute;
	right: 0px;
	z-index: 999;
}

.tempWrap {
	width: 1200px !important;
}

.scrolling .bd {
	width: 100%;
	height: 346px;
	position: absolute;
	z-index: 10;
}

.scrolling .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	height: 346px;
}

.scrolling .bd ul li {
	margin-right: 25px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 250px !important;
}

.scrolling .bd ul li .pic {
	text-align: center;
	height: 346px;
}

.scrolling .bd ul li .pic img {
	width: 250px;
	height: 346px;
	display: block;
}

.picList li {
	position: relative;
}

.title-text {
	width: 250px;
	height: 60px;
	line-height: 50px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
	box-sizing: border-box;
	padding: 0px 15px;
}

.title-text a {
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 24px;
	-webkit-line-clamp: 2;
	text-align: left;
}

/* 舆情 */
.yu {
	margin-bottom: 30px;
	/* height: 365px; */
	border-bottom: 1px solid #CCCCCC;
	width: 800px;
}

.yu ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.yu ul .list-left {
	width: 320px;
	height: 100%;
	float: left;
}

.yu ul .list-left img {
	width: 320px;
	height: 180px;
	margin-bottom: 15px;
}

.yu ul .list-left li {
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 0px;
	min-height: 75px;
}

.yu ul .list-left li a {
	width: 100%;
}

.yu ul .list-left li:first-of-type {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.yu ul .list-left li h2 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yu ul .list-left li p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.yu ul .list-right {
	width: 460px;
	height: 100%;
	float: right;
}

.yu .list-right li {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding-bottom: 6px;
	/* min-height: 125px; */
}

#bot .list-right li {
	padding-bottom: 6px;
}

.list-right li:last-of-type {
	border: none;
}

.yu .list-right li:first-of-type h2 {
	margin-top: 0px;
}

.yu .list-right li a {
	width: 100%;
}

.yu .list-right li h2,
#bot .list-right li h2 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	margin: 20px auto;
	/* 	margin-bottom: 14px; */
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yu .list-right li p,
#bot .list-right li p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.yu .list-right li span {
	width: 100%;
	text-align: end;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
}

.yu .yichu {
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}

.yu .yichu li {
	width: 54px;
	float: left;
}

.yu .yichu li a {
	width: 54px;
	text-align: center;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #A50034;
	position: relative;
}

.yu .yichu li a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	width: 54px;
	height: 8px;
	background: #FFCCCC;
	left: 0px;
	opacity: 0.6;
	z-index: -10;
}

/* 展示位 */
.display {
	width: 370px;
	margin-bottom: 25px;
}

.display img {
	width: 370px;
	height: 90px;
	margin-bottom: 10px;
}

.display .banner-img {
	width: 370px;
	height: 90px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 0px;
}

.display .banner-img .hd {
	width: 130px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 4px;
	z-index: 1;
	margin-bottom: 0px;
	margin-right: -10px;
	display: none;
}

.display .banner-img .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.display .banner-img .hd ul li {
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 4px;
	background: #848483;
	border-radius: 4px;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
}

.display .banner-img .hd ul li:last-child {
	margin-right: 30px;
}

.display .banner-img .hd ul li.on {
	width: 16px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 4px;
	color: #fff;
}

.display .banner-img .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.display .banner-img .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
	width: 370px;
	height: 90px;
}

.display .mask {
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 370px;
	height: 35px;
	left: 0px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
	display: none;
}

.display .mask a {
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 35px;
	margin: 0px;
	margin-left: 20px;
}

.display .banner-img .bd img {
	width: 370px;
	height: 90px;
	display: block;
}

/* 列表 */
.grey {
	width: 100%;
	background: #F5F5F5;
	border-top: 4px solid #CC0202;
	box-sizing: border-box;
	padding: 0px 20px;
	margin-bottom: 25px;
}

.grey .grey-title {
	width: 330px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.grey .grey-title span:first-child {
	float: left;
}

.grey .grey-title span:last-child {
	float: right;
}

.grey .grey-title span:first-child a {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 46px;
}

.grey .grey-title span:last-child a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}

.grey ul {
	width: 330px;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 40px;
}

.grey ul li {
	width: 100%;
}

.grey ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 56px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 热门推荐 */
.recommendation {
	width: 100%;
	background: #F5F5F5;
	border-top: 4px solid #CC0202;
	box-sizing: border-box;
	padding: 0px 20px;
	margin-bottom: 25px;
}

.recommendation-title {
	width: 330px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.recommendation-title span:first-child {
	float: left;
}

.recommendation-title span:last-child {
	float: right;
}

.recommendation-title span:first-child a {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 46px;
}

.recommendation-title span:last-child a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}

.central-one-bottom {
	margin-bottom: 15px;
}

.central-one-bottom .small {
	width: 330px;
	/* height: 120px; */
	padding-bottom: 30px;
}

/* 本例子css */
.banner-small {
	width: 330px;
	/* height: 125px; */
	overflow: hidden;
	position: relative;
}

.banner-small .next,
.banner-small .prev {
	width: 30px;
	height: 54px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	background: rgba(000, 000, 000, 0.5);
	display: block;
}

.banner-small .next img,
.banner-small .prev img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner-small .next {
	right: 0px;
	/* top: 0px; */
	z-index: 100;
}

.banner-small .prev {
	left: 0px;
	z-index: 100;
}

.banner-small .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-small .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
	width: 330px;
}

.banner-small .bd li p {
	margin-top: 20px;
}

.banner-small .bd li p a {
	width: 330px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.banner-small .bd img {
	width: 330px;
	height: 120px;
	display: block;
}

.recommendation-text {
	padding-bottom: 28px;
	/* min-height: 136px; */
}

.recommendation-text,
.recommendation-text h2,
.recommendation-text p {
	width: 100%;
}

.recommendation-text h2 a {
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recommendation-text p a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* 各地新闻联播 */
.news {
	width: 100%;
	background: #F5F5F5;
	border-top: 4px solid #CC0202;
	box-sizing: border-box;
	padding: 0px 20px;
	margin-bottom: 25px;
	padding-bottom: 26px;
}

.news-title {
	width: 330px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.news-title span:first-child {
	float: left;
}

.news-title span:last-child {
	float: right;
}

.news-title span:first-child a {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 46px;
}

.news-title span:last-child a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}

.news img {
	display: block;
	width: 330px;
	height: 190px;
}

.news-img {
	height: 210px;
	border-bottom: 1px dashed #CCCCCC;
}

.news .jie {
	position: relative;
	height: 190px;
	margin-bottom: 20px;
	box-sizing: content-box;
}

.news .mask {
	width: 330px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	line-height: 40px;
	text-align: center;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 100;
	box-sizing: border-box;
	padding: 0rem 10px;
}

.news ul {
	width: 330px;
	margin: 0 auto;

}

.news ul li {
	padding: 10px 0px;
	width: 100%;
	border-bottom: 1px dashed #CCCCCC;
}

.news ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: #333333;
	line-height: 32px;
	width: 100%;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news ul li a::before {
	display: inline-block;
	content: '•';
	color: #000000;
	margin-right: 6px;
}

/* 党媒平台 */
.platform {
	width: 100%;
	background: #F5F5F5;
	border-top: 4px solid #CC0202;
	box-sizing: border-box;
	padding: 0px 20px;
	margin-bottom: 25px;
	padding-bottom: 24px;
}

.platform-title {
	width: 330px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	/* margin-bottom: 20px; */
}

.platform-title span:first-child {
	float: left;
}

.platform-title span:last-child {
	float: right;
}

.platform-title span:first-child a {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 46px;
}

.platform-title span:last-child a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}

.platform ul {
	width: 330px;
	margin: 0 auto;

}

.platform ul li {
	padding: 11px 0px;
	width: 100%;
	border-bottom: 1px dashed #CCCCCC;
}

.platform ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: #333333;
	line-height: 32px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.platform ul li a::before {
	display: inline-block;
	content: '•';
	color: #000000;
	margin-right: 6px;
}

/* 广告位二 */
.guang-two,
.guang-two img {
	width: 370px;
	height: 100px;
}

/* 尾部 */
footer {
	width: 100%;
	height: 200px;
	background: #333333;
}

.footer {
	height: 100%;
}

.footer-left {
	float: left;
	width: 800px;
	height: 100%;
	text-align: center;
}

.footer-left ul {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.footer-left li {
	margin: 8px 0px;
}

.footer-left li:nth-child(2) a {
	margin-right: 10px;
}

.footer-left li:nth-child(2) a:last-child {
	margin-right: 0px;
}

.footer-left li:first-child a:first-child {
	margin-right: 28px;
}

.footer-left li a,
.footer-left li p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F6F6F6;
}

.footer-right {
	width: 280px;
	float: right;
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.footer-right p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
}

.footer-right li {
	width: 100%;
	height: 52px;
	overflow: hidden;
	margin-top: 12px;
}

.footer-right li span {
	float: left;
	margin-right: 10px;
}

.footer-right li span:last-child {
	margin-right: 0px;
}

.footer-right li span a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-right li span a img {
	width: 30px;
	height: 30px;
	display: block;
}

.footer-right li span a i {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.code-one,
.code-two,
.code-three,
.code-four {
	position: absolute;
	width: 130px;
	height: 130px;
	background: #FFFFFF;
	right: 44px;
	top: -45px;
	display: none;
}

.code-one {
	left: -36px;
}

.code-two {
	left: 38px;
}

.code-four {
	right: -6px;
}


.container {
	margin: 0 auto;

	/* marquee_list的宽度需要大于父级的宽度，否则会出现空隙卡顿的现象  */
	max-width: 1040px;

	/* background-color: #f5f5f5; */
	/* padding: 2rem; */
	/* padding-top: 0; */
	overflow: hidden;
}

.marquee {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 38px;
}

.marquee .marquee_list {
	display: inline-block;
}

.marquee .marquee_list.rtl {
	/* 动画名 动画时长 线性 重复播放 */
	animation: marquee_rtl 55s linear infinite;
	/* 动画时长请根据marquee_list的长度适当调整（即滚动速度） */
}

.marquee .marquee_list.rtl span a::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 50%;
	right: 10px;
	top: 50%;
	/* margin-top: -2px; */
}

.marquee .marquee_list.rtl span a {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: black;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* box-sizing: border-box; */
	padding-right: 30px;
	position: relative;
}






/* 滚动方向：从右到左 */
@keyframes marquee_rtl {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(-100%, 0);
	}
}

.bd-four {
	display: none;
}

.bd-two {
	display: none;
	height: 366px !important;
}
