/* 头部样式覆盖 */
.pub_header .header_bot{
	width: 1200px;
	margin: 0 auto;
}
.body_cont{
	margin: 30px auto 90px !important;
	min-height: 680px;
	position: relative;
}
.body_cont .lists_box{
	width: 860px;
	position: relative;
	padding-bottom: 60px;
}
.body_cont .lists_box .item{
	display: inline-block;
	width: 100%;
	height: 180px;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #E7E7E7;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.body_cont .lists_box .item .title{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	width: 560px;
}
.body_cont .lists_box .item .cont{
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	width: 560px;
}
.body_cont .lists_box .item .time{
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 120px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background: #EFEFEF;
}
.body_cont .lists_box .item img{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 200px;
	height: 138px;
}
/* 分页 */
.body_cont .lists_box .page_box{
	position: absolute;
	bottom: 0;
	right: 0;
}
.body_cont .lists_box .page_box a{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	border: 1px solid #E7E7E7;
	min-width: 38px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 4px;
}
.page_choose{
	background: #ff0000;
	color: #fff;
}

.body_cont .news_act_box{
	position: absolute;
	right: 0;
	top: 0;
}
.body_cont .news_act_box .act_list{
	width: 320px;
	height: 465px;
	border: 1px solid #E7E7E7;
	box-sizing: border-box;
}
.body_cont .news_act_box .act_img{
	width: 320px;
	height: 200px;
	margin-top: 20px;
}
.body_cont .news_act_box .act_img img{
	width: 100%;
	height: 100%;
}

/* 分页 */
.pagination{padding:10px 0; text-align:center;}
.pagination li{border-radius:3px; border:1px solid #ddd;display:inline-block;margin:0 2px;}
.pagination .active{background:#df0303; color:#FFF; border-color:#df0303; margin:0 2px;}
.pagination .disabled{color:#aaa;}
.pagination li a{ border-radius:3px;display:inline-block; padding:5px 16px;color:#666;}
.pagination li a:hover {color: #333; text-decoration: none;}
.pagination span{border-radius:3px;display:inline-block;padding:5px 16px;}