/* 取消公共样式span */
span {
	display: inline !important;
}

.content {
	margin-top: 20px;
}

/* 中心文章 */
.content-left {
	float: left;
	width: 1200px;
}

.content-right {
	float: right;
	width: 370px;
}

/* 展示图 */
.show {
	width: 100%;
	height: 120px;
	margin-bottom: 30px;
}

.show a,
.show img {
	width: 100%;
	height: 100%;
}

/* 要闻 */
.important {
	border-top: 4px solid #CC0202;
	box-sizing: border-box;
	padding: 0rem 20px;
	width: 370px;
	height: 450px;
	background: #F5F5F5;
	margin-bottom: 30px;
}

.important .important-title {
	width: 100%;
	height: 54px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

.important .important-title a:first-child {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 54px;
	float: left;
}

.important .important-title a:last-child {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 54px;
	float: right;
}

.important ul {
	margin-top: 15px;
}

.important ul li,
.important ul li a {
	width: 100%;
}

.important ul li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: #333333;
	line-height: 56px;
	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: 30px;
	width: 370px;
	height: 295px;
	background: #F5F5F5;
}

.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;
}

/* 本例子css */
.banner-small {
	width: 330px;
	height: 190px;
	overflow: hidden;
	position: relative;
}

.banner-small .next,
.banner-small .prev {
	width: 30px;
	height: 54px;
	position: absolute;
	top: 50%;
	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 span {
	width: 330px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	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;
}


.banner-small .bd img {
	width: 330px;
	height: 190px;
	display: block;
}


/* 深度 */
.depth {
	width: 370px;
	height: 600px;
	background: #F5F5F5;
	border-top: 4px solid #CC0202;
	box-sizing: border-box;
	padding: 0px 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.depth-title {
	width: 330px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.depth-title span:first-child {
	float: left;
}

.depth-title span:last-child {
	float: right;
}

.depth-title span:first-child a {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 46px;
}

.depth-title span:last-child a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}


.depth .depth-list li a::before {
	display: inline-block;
	content: '•';
	color: #999999;
	margin-right: 6px;
}

.depth-one {
	width: 100%;
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom: 1px dashed #CCCCCC;
}

.depth-one:last-of-type {
	padding-top: 20px;
}

.depth-one a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.depth-one img {
	width: 160px;
	height: 90px;
}

.depth-one p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	width: 150px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.depth .depth-list {
	width: 100%;
}

.depth .depth-list li {
	width: 100%;
	height: 44px;
}

.depth .depth-list li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: ##515151;
	line-height: 44px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.depth .depth-list li a::before {
	display: inline-block;
	content: '•';
	color: #999999;
	margin-right: 6px;
}


/* 当前位置 */
.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;
}

.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: 100px;
	justify-content: space-between;
	margin-left: 20px;
}

.content-two .title div span:last-child i {
	font-size: 20px;
	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 {
	display: block;
	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; */
	/* text-indent: 2em; */
	overflow: hidden;
	margin-bottom: 25px;
}

/* 取消公共样式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;
	font-size: 18px !important;
}

.content-two .text-name:last-child {
	margin-bottom: 25px;
}



/* 按钮 */
.content-left .content-two .title .button {
	cursor: pointer;
	font-size: 25px;
}


video{
	display: block;
	margin: 0 auto;
}