.content-left {
	width: 1200px;
	margin: 0 auto;
}

/* 当前位置 */
.currentLocation {
	/* margin-bottom: 15px; */
	margin-top: 20px;
}

.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-text {
	width: 100%;
	height: auto;
}

.content-text h1,
.content-text h1 a {
	/* width: 100%; */
	margin: 0 auto;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 44px;
}

.content-text h1 {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	position: relative;
	box-sizing: border-box;
	padding-left: 5px;
	height: 60px;
}

.content-text h1 a {
	padding: 0px 5px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-bottom: 4px solid #CC0202;
}

.content-one {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.content-one ul {
	overflow: hidden;
}

.content-one li:nth-child(10n)::after {
	content: "";
	display: block;
	width: 1200px;
	margin: 0 auto;
	border-bottom: 2px solid #CCCCCC;
	/* height: 30px; */
	float: left;
	margin: 15px 0px;
}

.content-one ul li {
	width: 100%;
	overflow: hidden;
}

.content-one ul li .f12 {
	float: right;
	width: 126px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 42px;
}

.content-one ul li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 42px;
}

.content-one ul li span.blue001 {
	font-size: 35px;
	line-height: 42px;
	vertical-align: sub;
	margin-right: 5px;
}

.content-right {
	width: 370px;
	float: right;
}

/* 列表 */
.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;
}


/* 头部检索 */
.search__main form {
	line-height: 26px;
}

body .content {
	margin-bottom: 0px;
}

/* 结尾 */
body .link {
	margin-top: 0px;
}
