.contentL{width:860px; float:right;}
.sideR{float:left;}

/*view 文章样式*/
.view_class{
	border-left:2px solid #F2F2F2;
	border-right:2px solid #F2F2F2;
	border-bottom:2px solid #F2F2F2;
	width: 300px;
	font-family: 'Microsoft Yahei';
}

.class_li{
	background: #F9F9F9;
	border-top:2px solid #F2F2F2;
}

.fh{
	font-size: 25px;
	padding-left:25px;
	padding-right:17px;
	color:#A2A2A2;
}

.lightgreen{
	color:#6BB86B;
}

.onshow{
	color:#6BB86B;
	font-weight: bolder;
}

.li_title{
	font-size: 16px;
	color: #6F6F6F;
	line-height: 36px;
}

.li_content{
	background: #fff;
	padding-left: 58px;
	line-height: 27px;
	font-size: 14px;
	max-height: 304px;
	overflow: hidden;
}

.li_content a{
	color: #9D9D9D;
}
.li_content p{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	width:235px;
	line-height: 30px;
}

.img_left{
	width: 100%;
	margin-top:15px;
}

.oncolor {color:#FF9601;}
.class_li:hover .clickshow .li_title {
	color:#FF9601;
}


/*列表页样式*/
.content_div{
	width: 100%;border:1px solid #EDEDED;background: #F9F9F9;height: 165px;position:relative;margin-bottom: 20px;
}

.list_div_img{
	width: 160px;margin:10px;float: left;
}

.list_img{
	width: 100%;height: 138px;
}

.list_font_div{
	float: left;margin-top: 15px;margin-left:5px;
}

.list_font_title{
	font-weight: bolder;font-size: 19px;
}

.list_font_cont{
	width: 503px;font-size: 16px;line-height: 24px;margin-top: 7px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}

.list_button_div{
	position: absolute;bottom:0px;right: 0px;
}

.list_button1{
	color: #65B763;border:1px solid #65B763;background: #F9F9F9;float: left;padding: 4px 18px;font-size: 14px;font-weight:900;margin:10px;
}
.list_button2{
	color: #fff;border:1px solid #FE9601;background: #FE9601;float: left;padding: 4px 18px;font-size: 14px;font-weight:900;margin:10px 10px 10px 0px;
}