.ur_here{
	line-height: 32px;
	font-size: 12px;
	
	border-bottom: 1px solid #bbbbbb;
}
.news_list{
	margin-top: 20px;
}
.news_item{
	display: block;
	position: relative;
	overflow: hidden;
	height: 200px;
	padding: 20px;
	margin-bottom: 15px;
	background-color: #fff;
	box-shadow: 0 6.4px 14.4px 0 hsla(0,0%,0%,.132),0 1.2px 3.6px 0 hsla(0,0%,0%,.108)!important;
	box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,0.132),0 1.2px 3.6px 0 rgba(0,0,0,0.108)!important;
}
.news_item_img{
	width: 300px;
	height: 200px;
	position: absolute;
}
.news_item_txt{
	width: 840px;
	min-height: 300px;
}
.news_item.left .news_item_img{
	left: 20px;
}
.news_item.left .news_item_txt{
	float: right;
	text-align: left;
}
.news_item.right .news_item_img{
	right: 20px;
}
.news_item .title{
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}
.news_item .desc{
	line-height: 25px;
	max-height: 175px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	margin-bottom: 10px;
}
.news_item .date{
	color: #cccccc;
}
.news_item button{
	display: inline-block;
	width: 120px;
	height: 34px;
	background-color: #f0f0f0;
	border: solid 1px #cccccc;
	font-size: 14px;
	color: #0155a6;
	line-height: 34px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	bottom: 20px;
}
.news_item button:hover{
	background-color: #0155a6;
	color: #fff;
}
.page_info{
	text-align: center;
}
/** 内容页 **/
.title{
	font-size: 20px;
	color: #0155a6;
	line-height: 30px;
	text-align: center;
	padding: 10px 0;
	background-color: #FFFFFF;
}
.content{
	background-color: #FFFFFF;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 1px;
	padding: 15px;
}