/* 省略 */
.sheng {
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.title_sheng {
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.wenda_sheng {
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.about_sheng {
	overflow: hidden;
	-webkit-line-clamp: 8;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
#neirong img{
		max-width: 100%;
		max-height: 100%;
	}
/* 导航条 */
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
	display: none;
}

.layui-nav .layui-nav-more {
	display: none;
}

#nav li a:hover {
	font-weight: bolder;
}

#nav li dl dd a {
	color: black;
}

#nav li dl dd a:hover {
	font-weight: normal;
	color: red;
}

/* 副标题超链接 */
.index-nav {
	color: #777777
}

.index-nav:hover {
	color: #f81536;
	font-weight: bolder;
}

#nav li a {
	font-size: 17px;
	padding-left: 12px;
	padding-right: 12px;
	color: #000000;
}

/* 图片滚动 */
.scroll {
	width: 100%;
	border: 0px solid #ccc;
	overflow: hidden;
}

.scroll ul {
	white-space: nowrap;
}

.scroll ul li {
	display: inline-block;
	margin: 10px;
	width: 400px;
}

.scroll ul img {
	vertical-align: top;
	width: 100%;
}
/* 标题 */
.wrap {
	width: 300px;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: auto;
}

.wrap span {
	float: left;
	font-size: 16px;
	text-align: center;
	width: 33.3%;
}

.wrap .line {
	border-bottom: 1px solid black;
	height: 12px;
}