@charset "utf-8";
.jcsHeadWrapItem {
	margin: 0 auto;
	height: 78px;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	cursor: pointer;
	min-width: 1200px;
}
.ge-head-img {
	background: url('../../getipic/zhibobanner_bg.jpg')  center;
	height: 526px;	
}
.container {
	width: 1200px;
	margin: 0 auto;
}

.clear:after {
	display: table;
	content: "";
	height: ;
	line-height: 0;
	clear: both;
}

.linghuo-item {
	width: 33.33%;
	width: 377px;
	float: left;
	text-align: center;
	margin: 10px;
}

.zhibo-item-List-Textst {
	font-size: 24px;
	padding-top: 30px;
	font-weight: bold;
	color: #000000;
}

.zhibo-item-List-Textnd {
	font-size: 14px;
	line-height: 20px;
	width: 306px;
	margin: 20px auto 0;
	color: #666666;
	min-height: 80px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.zhibo-item-icon {
	width: 378px;
	height: 282px;
}

.zhibo-item-icon img {
	width: 378px;
	height: 282px;
	border-radius: 6px;
}

.zhibo-item-bg {
	width: 378px;
	background: #FFFFFF;
	border-radius: 6px;
	padding: 0 0 36px;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.04);
}


/*底部分页*/

.zhibo-page {
	width: 1200px;
	height: 50px;
	margin: 90px auto 0;
}
.zhibo-page-item-wrap {	
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.page-item {
	float: left;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border: 2px solid #e6e6e6;
	box-sizing: border-box;
	border-radius: 4px;
	background: #FFFFFF;
	font-size: 17px;
	color: #333333;
	margin: 5px;
	text-align: center;
	cursor: pointer;
}
.page-active {
	background: #f8f8f8;
}
