

/* 导航 */
.break{
	margin-bottom: 25px;
}


/* 当前位置 */
.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 {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #CCCCCC;
}

.content .title {
	width: 1200px;
	/* height: 110px; */
	border-bottom: 1px solid #CCCCCC;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.content .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 .title h2 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	color: #333333;
	margin: 0 auto;
	line-height: 46px;
	width: 100%;
	text-align: center;
}


.content .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 .title div span {
	width: auto;
}

.content .title div span:first-child,
.content .title div span:nth-child(2) {
	margin-right: 10px;
}

.content .title div span:last-child {
	float: right;
	display: flex;
	align-items: center;
	width: 120px;
	justify-content: space-between;
	margin-left: 20px;
}

.content .title div span:last-child i {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: #333333;
	margin-right: 10px;
}


.content .title div span i:first-child,
.content .title div span i:last-child {
	color: #999999;
}


.content img {
	/* display: block; */
	margin: 0 auto;
	max-width: 1200px;
}


.content p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	/* margin: 40px auto; */
	/* text-indent: 2em; */
	margin-bottom: 25px;
	overflow: hidden;
}

/* 取消公共样式span */
.content  span{
	display: inline !important;
}

/* 分享代码 */
.bshare-custom {
	margin-bottom: 20px;
}


.content .text-name {
	width: 100%;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
}

.content .text-name:last-child {
	margin-bottom: 45px;
}

.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;
}


