

/* 中心文章 */
.content-left {
	float: left;
	width: 800px;
}

.content-right {
	float: right;
	width: 370px;
}

/* 右侧内容 */
/* 展示位 */
.display {
	width: 370px;
	margin-bottom: 30px;
}

.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: 30px;
}

.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;
}

/* 视频 */
.video {
	width: 370px;
	height: 295px;
	background: #F5F5F5;
	margin-bottom: 30px;
	border-top: 4px solid #CC0202;
}

.video-title {
	width: 330px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.video-title span:first-child {
	float: left;
}

.video-title span:last-child {
	float: right;
}

.video-title span:first-child a {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 46px;
}

.video-title span:last-child a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}

.slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	margin: 0 auto;
}

.slideBox .bd {
	position: relative;
	width: 330px;
	height: 190px;
	z-index: 0;
	margin: 0 auto;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.slideBox .bd img {
	width: 330px;
	height: 190px;
	/* display: block; */
}

.slideBox .bd li p {
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	padding: 0px 10px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.slideBox .bd li i img {
	width: 50px;
	height: 50px;
}

.next img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.slideBox .bd li i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 热门推荐 */
.recommendation {
	width: 100%;
	background: #F5F5F5;
	border-top: 4px solid #CC0202;
	box-sizing: border-box;
	padding: 0px 20px;
	margin-bottom: 30px;
}

.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;
}

.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: 30px;
	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: 20px;
	padding-bottom: 26px;
}

.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: 12px 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;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.platform ul li a::before {
	display: inline-block;
	content: '•';
	color: #000000;
	margin-right: 6px;
}

/* 广告位二 */
.guang-two,
.guang-two img {
	width: 370px;
	height: 100px;
}




/* 当前位置 */
.currentLocation {
	margin-bottom: 15px;
}

.currentLocation span a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.currentLocation span i {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin-left: 5px;
}

.currentLocation span a:last-child i {
	display: none;
}

.currentLocation span a:last-child {
	color: #333333;
}

.currentLocation span a:last-child i {
	display: none;
}

/* 左边中心内容 */
.content-two {
	/* overflow: hidden; */
	position: relative;
	border-bottom: 1px solid #CCCCCC;
}

.content-two .title {
	width: 100%;
	/* height: 110px; */
	border-bottom: 1px solid #CCCCCC;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.content-two .title h1,
.content .title h1 p {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin: 0 auto;
	line-height: 46px;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 100%;
	text-align: center;
}

.content-two .title h2 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	text-align: center;
	color: #333333;
	margin: 0 auto;
	line-height: 46px;
}

.content-two .title div {
	width: 100%;
	font-size: 14px !important;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin: 0 auto;
	color: #999999;
	line-height: 24px;
	text-indent: 0px;
	text-align: left;
	margin-top: 25px;
}

.content-two .title div span {
	width: auto;
	font-size: 18px !important
}

.content-two .title div span:first-child,
.content-two .title div span:nth-child(2) {
	margin-right: 10px;
}

.content-two .title div span:last-child {
	float: right;
	display: flex;
	align-items: center;
	width: 110px;
	justify-content: space-between;
	margin-left: 20px;
}

.content-two .title div span:last-child i {
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: #333333;
	margin-right: 10px;
}


.content-two .title div span i:first-child,
.content-two .title div span i:last-child {
	color: #999999;
	cursor: pointer;
}


.content-two img {

	margin: 0 auto;
	max-width: 800px;
}


.content-two p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	/* margin: 40px auto; */
	margin-bottom: 25px;
	overflow: hidden;
}

/* 取消公共样式span */
.content-two span {
	display: inline !important;
}

/* 分享代码 */
.bshare-custom {
	margin-bottom: 20px;
}

.content-two .text-name {
	width: 100%;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
}

.content-two .text-name:last-child {
	margin-bottom: 25px;
}

.footer {
	margin-top: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin-bottom: 30px;
}

.footer p {
	width: 100%;
	text-align: left;
}

/* 相关推荐 */
.related {
	margin-bottom: 70px;
}

.related-title {
	width: 100%;
	overflow: hidden;
}

.related-title h2 {
	float: left;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
}

.related-title span {
	float: right;
}

.related-title span a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}

.related ul {
	width: 100%;
}

.related ul li {
	width: 100%;
	overflow: hidden;
	padding: 20px 0px;
	border-bottom: 1px solid #CCCCCC;
}

.related ul li img {
	width: 210px;
	height: 114px;
	float: left;
	margin-right: 20px;
}

.related ul li a {
	width: 100%;
}

.related ul li div {
	float: right;
	width: calc(100% - 235px);
	overflow: hidden;
}

.related ul li div h3 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.related ul li div span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.related ul li div span i {
	color: #CC0000;
	margin-left: 10px;
}

.text-name{
	font-size: 18px !important;
}