.line_box {
	width: 100%;
}
.line_box  img{
	display: block;
	width: 100%;
}
.middleTitle{
	position: relative;
	text-align: center;
	line-height: 50px;
	font-size: 22px ;
	font-weight: bold;
	color: #333;
	background-color: #f4f4f4;
	padding: 50px 0px 20px 0px;
	
}
.middleTitle span{
	display: block;
	width: 38px;
	height: 4px;
	background-color: #EC830F;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -19px;
}
.middleTitle .layui-form{
	position: absolute;
	right: 50%;
	margin-right: -750px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.centerBox{
	background-color: #f4f4f4;
}
.postList{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	padding-top: 30px;
}
.postList li{
	width: 475px;
	height: 374px;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 30px;
	
	cursor: pointer;
	position: relative;
}
.postBox{
	width:475px;
	height: 374px;
	background: #fff;
	position: absolute;
	transition: all .5s;
	left:0;
	top: 0;
}
.postBox p{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 20px;
	color: #333;
	transition: all 0.5s;
}
.postList li:hover .postBox{
	width: 500px;
	height: 394px;
	left:-12px;
	top:-10px;
	box-shadow:0px 0px 24px 0px rgba(0,0,0,.4);
	
}
.postList li:hover .postBox p{
	font-size: 24px;
}
.postList li img{
	width: 100%;
	height:225px;
	display: block;
	transition: all 0.5s;
}
.postList li:hover img{
	height:237px;
}
.bottomBox{
	padding: 20px;
}
.postTitle{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	width:435px;
	height: 50px;
	overflow: hidden;
}
.want{
	text-align: left;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	white-space: nowrap;
	margin-top: 14px;
}
.news_title {
	border-bottom: 1px solid #D8D8D8;
	padding: 10px 0;
	margin-bottom: 15px;
}

.news_box {
	width: 1200px;
	margin: 0 auto;
}

.title_left {
	float: left;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 34px;
}

.title_right {
	float: right;
	font-size: 14px;
	line-height: 34px;
}

.classfiy {
	color: #999;
}

.select_box {
	width: 120px;
	margin-left: 10px;
}

.news_item {
	padding: 0px 0;
}

.con_title {
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
}

.con_detail {
	font-size: 12px;
	color: #666666;
	line-height: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.con_detail {
	max-height: 60px;

}

.look_detail {
	font-size: 12px;
	color: #4165FD;
	line-height: 24px;
}

.date {
	font-size: 22px;
	color: #ccc;
	line-height: 44px;
}

.year {
	font-size: 14px;
	color: #ccc;
}

.news_date {
	width: 20%;
	text-align: right;
	padding-top: 14px;
}

.news_content {
	width: 80%;
	display: block;
}



#headerbox .header {
	position: absolute;
	background-color: transparent;
}

#headerbox {
	height: auto;
}

#headerbox .input_search,
#headerbox .li_cotain,
#headerbox .service_cotain {
	background-color: rgba(24, 65, 128, 0.8) !important;
}

.layui-table tr {
	height: 80px;
}

.layui-table-cell {
	height: auto;
	line-height: auto;
}

thead {
	display: none;
}

.layui-table-page {
	padding-top: 20px;
	height: 61px;
}
