.content-box {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.list {
	display: block;
	width: 1200px;
	padding: 20px 0;
	margin: 0 auto 30px;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	background: url('../image/list-arrow.png') no-repeat center;
	background-position-x: 1061px;
	background-size: 18px;
	cursor: pointer;
	transition: all .4s; 
}
.list:hover {
	box-shadow: 0 4px 18px 0 rgba(0, 93, 255, .18);
}
/*.list:hover img {
	transform: scale(1.1);
}*/
.list .imgs {
	width: 267px;
	height: 150px;
	margin-left: 103px;
	overflow: hidden;
}
.list .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list .right {
	margin-left: 412px;
}
.list .titles {
	font-size: 18px;
}
.list .text {
	text-align: justify;
	margin-top: 30px;
	margin-bottom: 35px;
	color: #666;
	max-width: 578px;
}
.list .time {
	color: #999;
}

/*搜索*/
.search-box form {
	width: 371px;
	height: 50px;
	margin: 50px auto 52px;
	border: 1px solid #3F82E2;
	box-sizing: content-box;
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.16);
}
.search-box .input {
	border: 0;
	height: 100%;
	width: 293px;
	padding-left: 30px;
	background: url('../image/search.png') no-repeat left center;
	background-position-x: 8px;
	box-sizing: border-box;
}
.search-box button {
	height: 100%;
	width: 78px;
	text-align: center;
	background-color: #3F82E2;
	line-height: 30px;
	color: #fff;
	border: 0;
	outline: 0; 
}
.search-title {
	color: #2D73DB;
	font-size: 24px;
	padding-left: 36px;
	background: url('../image/search-list.png') no-repeat left center;
	background-size: 26px;
	margin-bottom: 52px;
}
.search-kong {
	background: url('../image/search-kong.png') no-repeat center;
	background-size: 150px;
	padding-top: 139px;
	margin-bottom: 139px;
	font-size: 18px;
	text-align: center;
}