.channel li a{
	position: relative;
	display: block;
}
.channel .active{
	background: #2b7acd;
}
.channel .active a{
	color: #fff;
}
.recommend a:after,
.newest a:after{
	font-family: "iconfont"!important;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e644";
	font-size: 18px;
	position: absolute;
	left: 36px;
}
.newest a:after{
	content: "\e65f";
}
.class-original-index{
	display: block;
	float: left;
	padding: 0px 5px;
	height: 20px;
	line-height: 20px;
	background: #f8575c;
	color: #fff !important;
	font-weight: bold;
	border-radius: 2px;
	margin-right: 10px;
}
.channel li:hover{
	background: #2b7acd;
}
.channel li:hover a{
	color: #fff;
}

/*首页右边*/
.index-right{
	width: 300px;
	height: auto;
	float: right;
	margin-left: 30px;
}
.hot-articles{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.hot-articles li{
	padding: 10px 0px;
	border-bottom: 1px solid #ededed;
	overflow: hidden;
	transition: all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.hot-articles li:hover{
	background: #fafafa;
}
.hot-articles-title{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.hot-articles-title .thenum{
	width: 18px;
	height: 18px;
	display: block;
	background: #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	line-height: 18px;
	float: left;
	margin-top: 4px;
}
.hot-articles-title .title-text{
	width:-moz-calc(100% - 28px);
	width:-webkit-calc(100% - 28px);
	width: calc(100% - 28px);
	font-size: 14px;
	line-height: 24px;
	color: #323232;
	float: right;
	display: block;
}
.hot-articles-relevant .write{
	font-size: 12px;
	color: #b2b2b2;
	display: block;
	float: left;
	line-height: 20px;
}
.hot-articles-relevant .write img{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50% 50% 50% 0;
	-moz-border-radius: 50% 50% 50% 0;
	border-radius: 50% 50% 50% 0;
	margin-right: 4px;
}
.hot-articles-relevant .browse{
	display: block;
	float: right;
	line-height: 20px;
	color: #b2b2b2;
	font-size: 12px;
}
.hot-articles-title .title-text:hover,
.hot-articles-relevant .write:hover{
	color: #2b7acd;
}
.hot-articles li:nth-child(1) .thenum,
.hot-articles li:nth-child(2) .thenum,
.hot-articles li:nth-child(3) .thenum{
	background: #2b7acd;
	color: #fff;
}
.recommend-write{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.recommend-write li{
	margin: 50px auto 20px;
	width: 100%;
	border: 1px solid #ededed;
	transition: all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.recommend-write .write-information{
	width: 100%;
	height: auto;
	position: relative;
	top: -30px;
	text-align: center;
}
.recommend-write .write-information a{
	display: block;
	padding: 0px 20px;
}
.recommend-write .write-information img{
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 50% 50% 50% 0;
	-moz-border-radius: 50% 50% 50% 0;
	border-radius: 50% 50% 50% 0;
}
.recommend-write .write-information .write-text{
	font-size: 16px;
	display: inline-block;
	margin: 10px 0px 0px;
	font-weight: bold;
}
.recommend-write .write-article{
	margin-top: -20px;
	padding: 0px 20px 20px;
	font-size: 14px;
	word-break: break-all;
}
.recommend-write .write-article a{
	color: #646464;
	line-height: 26px;
}
.recommend-write .write-article a:hover{
	color: #2b7acd;
}
.recommend-write li:hover{
	background: #fafafa;
}
.latest-comments{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.latest-comments li{
	width: 100%;
	height: auto;
	border: 1px solid #ededed;
	box-sizing: border-box;
	margin: 33px auto 0px;
	position: relative;
	padding: 0px 0px 20px 0px;
	transition: all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.latest-comments .quotation-marks{
	display: block;
	width: 50px;
	background: #fff;
	position: absolute;
	top: -13px;
	left: 20px;
}
.latest-comments .quotation-marks img{
	display: block;
	margin: 0 auto;
}
.latest-comments .thetitle{
	padding: 0px 20px;
	margin: 25px auto 0px;
	overflow: hidden;
	font-size: 14px;
	color: #323232;
	line-height: 26px;
	text-align: justify;
}
.latest-comments .thetitle a:hover{
	color: #2b7acd;
}
.latest-comments .personal-message{
	margin: 15px auto 0px;
	padding: 0px 20px;
	overflow: hidden;
}
.latest-comments  .message-pic{
	display: block;
	float: left;
}
.latest-comments .message-pic img{
	display: block;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50% 50% 50% 0;
	-moz-border-radius: 50% 50% 50% 0;
	border-radius: 50% 50% 50% 0;
}
.latest-comments .message-text{
	float: right;
	width:-moz-calc(100% - 55px);
	width:-webkit-calc(100% - 55px);
	width: calc(100% - 55px);
}
.latest-comments .message-text-title{
	font-size: 12px;
	color: #b2b2b2;
	overflow: hidden;
}
.latest-comments a,
.latest-comments span{
	display: block;
	float: left;
}
.latest-comments .user{
	color: #2b7acd;
	margin-right: 5px;
	display: block;
}
.latest-comments .thedate{
	color: #999999;
	float: right;
}
.latest-comments .message-article{
	margin-top: 7px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.latest-comments .message-article a{
	font-size: 12px;
	color: #808080;
}
.latest-comments .message-article a:hover{
	color:#2b7acd;
}
.sidebar-footer{
	width: 100%;
	height: auto;
	margin: 20px auto 0px;
	background: #2d3237;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sidebar-footer .thetitle{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 0px auto 15px;
}
.sidebar-footer .theshare{
	height: 24px;
}
.sidebar-footer .theshare .iconfont{
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right: 10px;
	background: #d21a1a;
	text-align: center;
	color: #fff;
	line-height: 24px;
	font-size: 14px;
	cursor: pointer;
}
.sidebar-footer .theshare .weixin{
	background: #5dba51;
	position: relative;
}
.sidebar-footer .theshare .weixin-code{
	width: 150px;
	position: absolute;
	top: 44px;
	left: 50%;
	margin-left: -75px;
	background: #fff;
	padding: 12px;
	webkit-box-shadow: 0 10px 20px rgba(153,160,169,0.3);
	box-shadow: 0 10px 20px rgba(153,160,169,0.3);
	display: none;
	transition: all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.sidebar-footer .theshare .weixin-code .code-pic-arrow{
	width: 0;
	height: 0;
	border-width: 14px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -14px;
}
.sidebar-footer .theshare .weixin-code img{
	display: block;
	margin: 0 auto;
	width: 126px;
	height: 126px;
}
.sidebar-footer .theshare .weixin-code .code-text{
	color: #646464;
	font-size: 12px;
	line-height: 36px;
	display: inline-block;
}
.sidebar-footer .theshare .weixin:hover .weixin-code{
	display: block;
}
.sidebar-footer-link{
	margin: 20px auto 0px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 20px;
}
.sidebar-footer-link a{
	display: block;
	color: rgba(255,255,255,0.5);
	line-height: 26px;
}
.sidebar-footer-link a:hover{
	color: rgba(255,255,255,1);
}
.slidebar-copy{
	color: rgba(255,255,255,0.5);
	line-height: 26px;
}
.channel-list-sub{
	display: none;
}


@media (max-width: 1200px){
	.index-right{
		width: 25%;
	}
}

@media (max-width: 991px){
	.container{
		width: 100%;
		margin: 0 auto;
	}
	.fixed-bottom{
		height: 110px;
	}
	.channel-list-sub{
		position: absolute;
		top: 50px;
		left: 0px;
		width: 100%;
		height: auto;
		background: #fafafa;
		padding: 2% 0px;
		z-index: 999;
		display: block;
	}
	.channel-list-sub a{
		display: block;
		float: left;
		width: 20%;
		margin: 2% 2.5%;
		background: #ededed;
		height: 32px;
		line-height: 32px;
		text-align: center;
		font-size: 13px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #646464;
	}
	.channel-list-sub a:focus{
		color: #2b7acd;
		font-weight: bold;
	}
	.channel li a{
		color: #b2b2b2;
	}
	.channel-list{
		width: 92%;
		height: 50px;
		margin: 0 auto;
	}
	.channel-list .channel-list-seat{
		width:-moz-calc(100% - 40px);
		width:-webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		height: 50px;
		float: left;
		overflow-y: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.channel-list ul{
		width: 100%;
		height: 50px;
	}
	.channel li{
		width: auto;
		display: inline-block;
		padding: 0px 0.5rem;
		line-height: 50px;
		height: 50px;
		margin-bottom: 0px;
	}
	.channel .active{
		background: none;
		border-bottom: 2px solid #2b7acd;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.channel .active a{
		color: #2b7acd;
		font-weight: bold;
	}
	.recommend a:after, .newest a:after{
		content: '';
	}
	.channel li:hover{
		background: none;
	}
	.channel li:hover a{
		color: #646464;
	}
	.channel-add{
		width: 40px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		float: left;
	}
	.channel-add .iconfont{
		font-size: 20px;
		color: #b3b3b3;
	}

}

.specialcolumn_des{
	margin-top: 10px;  display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-word;
	overflow: hidden; color: #666; font-size: 14px; line-height: 22px;
}
.specialcolumn_des a{
	color: #666;
}