.column1-box{
	height: 400px;
	margin-top: 25px;
	margin-bottom: 12px;
}
/*轮播部分*/
.slide {
	display: inline-block;
	width: 660px;
	height: 400px;
	overflow: hidden;
	position: relative;
	padding: 15px 15px;
	background: #fff;
}
.box_img {
	width: 630px;
	height: 370px;
	overflow: hidden;
}
.box_img ul li {
	position: absolute;
	display: none;
}
.box_img ul li a>img {
	display: block;
	width: 630px;
	height: 370px;
}
.box_tab {
	display: block;
	width: 630px;
	height: 48px;
	box-sizing: border-box;
	padding-right: 0.15rem;
	margin-top: -48px;
	z-index: 999;
	text-align: right;
	background: rgba(0,0,0,.6);
	position: relative;
	font-size: 0;
}
.box_tab a {
	margin: 21px 5px 0;
	overflow: hidden;
}
.box_tab a>i{
	width: 10px;
	height: 10px;
	line-height: 10px;
	background: #fff;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	box-sizing: border-box;
	position: relative;
	z-index: 99;
	border-radius: 10px;
}
.box_tab a>i:hover{
	background: #0e9aeb;
}
.box_tab a>span{
	display: none;
	position: absolute;
	left: 0;
	bottom: 1px;
	margin: 0 auto;
	line-height: 48px;
	font-size: 14px;
	color: #fff;
	width: 630px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 15px;
}
.box_tab a.active {
}
.box_tab a.active>span{
	display: block;
}
.box_tab a.active>i{
	background: #0e9aeb;
}
.jhxx-box{
	width: 525px;
	height: 400px;
	padding: 0 15px;
	background: #fff;
	vertical-align: top;
}
.pub-title{
	height: 60px;
	line-height: 59px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.pub-title i{
	margin: 0 14px;
	width: 5px;
	height: 21px;
	background: #016ab4;
	vertical-align: top;
	margin-top: 19px;
}
.pub-title span{
	font-size: 20px;
	color: #016ab4;
	font-weight: bold;
}
.more{
	float: right;
	font-size: 14px;
	color: #4f4e4e;
}
.pub-list{
	margin-top: 10px;
	padding-left: 14px;
	height: 320px;
	overflow: hidden;
}
.pub-list li{
	font-size: 16px;
	padding-left: 25px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	height:40px;
	color: #000000;
}
.pub-list li a{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 308px;
}
.pub-list li span{
	float: right;
	color: #7d7d7d;
}
.pub-list li i{
	width: 4px;
	height: 4px;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #000000;
	margin-top: -2px;
}
.column2-box{
	height: 309px;
	padding: 0 15px;
	background: #fff;
}
.big-img{
	position: relative;
	margin-top: 10px;
	width: 396px;
	height: 222px;
	cursor: pointer;
}
.big-img a{
	display: block;
	height: 100%;
}
.big-img img{
	width: 396px;
	height: 222px;
}
.big-img p{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 36px;
	line-height: 36px;
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 16px;
	z-index: 1;
}
.img-list{
	margin-top: 10px;
	font-size: 0;
	width: 775px;
	height: 222px;
	overflow: hidden;
}
.img-list li{
	display: inline-block;
	height: 103px;
	width: 182px;
	margin-bottom: 14px;
	margin-left: 11px;
}
.img-list li a{
	display: block;
	height: 100%;
	position: relative;
}
.img-list li a img{
	height: 103px;
	width: 182px;
}
.img-list li a p{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 36px;
	line-height: 36px;
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 16px;
	z-index: 1;
}
.column3-box{
	margin-top: 14px;
	padding: 16px 19px 0;
	height: 116px;
	background: #fff;
}
/* 转圈圈 */
.five_banner{
	height: 85px;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 1172px;
}
.fiveleft{
	position: absolute;
	top: 21px;
	left: 0;
	z-index: 99;
}
.fiveright{
	position: absolute;
	top: 21px;
	right: 9px;
	z-index: 99;
}
.fivebanner{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.fivebanner div {
	width: 293px;
	height: 85px;
	box-sizing: border-box;
	position: relative;
	float: left;
}
.fivebanner div img{
	width: 285px;
	height: 85px;
	margin-right: 8px;
}