.channel-main{
	margin-top: 20px;
}
.channel-nav{
	margin-right: 10px;
}
.channel-nav>span{
	display: inline-block;
	width: 270px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #c52021;
	color: #fff;
	font-size: 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.channel-nav ul{
	width: 250px;
	padding: 15px 10px 0 10px;
	background-color: #f6f7fb;
}
.channel-nav ul li{
	display: inline-block;
	width: 250px;
	height: 34px;
	line-height: 34px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #e2eaf2;
	background-color: #fff;
}
.channel-nav ul li:last-child{
	margin-bottom: 0;
}
.channel-nav ul li a{
	display: inline-block;
	width: 100%;
	color: #c52021;
	font-size: 16px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.channel-nav ul li.class_A{
	background-color: #6492c0;
}
.channel-nav ul li.class_A a{
	color: #fff;
}


.channel-list{
	width: 700px;
}
.channel-list-head{
	height: 33px;
	line-height: 35px;
	border-bottom: 2px solid #e4eaf2;
}
.channel-list-head span{
	display: inline-block;
	height: 35px;
	padding: 0 15px;
	background-color: #e4eaf2;
	color: #c52021;
	font-size: 18px;
}
.channel-list-content{
	padding: 10px 0;
}
.channel-list-content li{
	border-bottom:  1px dashed #346699;
}
.channel-list-content li:before{
	height: 0;
	width: 0;
}
.channel-list-content li a{
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
.channel-list-content li span{
	top: 8px;
}

.article-content{
	/*height: 70px;*/
	line-height: 70px;
	text-align: center;
	margin: 0 -10px;
	border-bottom: 1px solid #e4eaf2;
	font-size: 20px;
	color: #346699;
}
.article-main{
	margin: 0 -10px;
	padding: 0 10px 60px 10px;
	border-bottom: 1px solid #e4eaf2;
}
.article-main table{
	border-collapse:collapse;
}

.article-main-top{
	margin: 20px 0;
	text-align: center;
	position: relative;
}
.article-main-top>div{
	position: absolute;
	right: 30px;
	top: -7px;
}
.article-main-content{
	margin: 0 10px;
}
.article-main-content *{
	margin-top: 5px !important;
	line-height: 30px !important;
}
/* 处理峨山文章详情图片和表格 */
.article-main-content img{
	max-width: 100%!important;
}
.article-main-content table{
	max-width: 100%!important;
}
