
/* 通栏banner */
nav {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

nav a {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

nav img {
	width: 100%;
	height: 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; */
	overflow: hidden;
}

header p {
	width: 1px;
	height: 100px;
	background: #CCCCCC;
}

.header {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;

	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	float: left;
}

.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;
	float: right;
	margin-top: 34px;
}

.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;
}


/* 中心文章 */
.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: 14px;
	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: 30px;
	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: left;
}

.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;
}

.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: 90px;
	justify-content: space-between;
	margin-left: 20px;
}

.content-two .title div span:last-child i {
	font-size: 18px;
	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;
}


.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;
}

/* 尾部 */
footer {
	width: 100%;
	height: 200px;
	background: #333333;
}

footer  .footer {
	height: 100%;
	margin-bottom: 0px;
}

.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 {
	position: absolute;
	width: 130px;
	height: 130px;
	background: #FFFFFF;
	right: 44px;
	top: -45px;
	display: none;
}
