/* serch */
* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 16px;
	/* min-width: 1300px; */
}

.serch {
	width: 100%;
	min-height: 100vh;
	background-image: url(../image/serch.png);
	padding-bottom: 30px;
}

.serch .bt {
	margin-top: 160px;
	text-align: center;
	display: inline-block;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.serch .bt>span {
	font-size: 1.875rem;
	color: #364361;
}

.serch-container {
	width: 100%;
	max-width: 820px;
	padding: 0 10px;
	margin: 0 auto;
}

.serch-1 {
	width: 100%;
	padding-left: 80px;
	height: 72px;
	background-color: #FFFFFF;
	margin-top: 60px;
	border-radius: 15px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
	background-image: url(../image/serch-1.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.serch-1 input {
	height: 72px;
	width: calc(100% - 160px);
	float: left;
	font-size: 1.875rem;
	color: #1E3481;
	outline: none;
	border: none;
	background-color: #FFFFFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.serch-1 button {
	width: 160px;
	height: 72px;
	float: right;
	outline: none;
	font-size: 1.5rem;
	color: #FFFFFF;
	border: none;
	background: none;
	background-color: #184995;
	border-radius: 0 15px 15px 0;
	cursor: pointer;
	box-shadow: 0 15px 15px 1px rgba(30, 52, 129, 0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.serch-container p {
	font-size: 1.125rem;
	color: #364361;
	margin-top: 60px;
}

.resou {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.resou a {
	display: inline-block;
	min-width: 25%;
	max-width: 80%;
	float: left;
	font-size: 1rem;
	color: #333333;
	line-height: 2.5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.resou a:hover {
	color: #364361;
	font-weight: 600;
	text-shadow: 5px 5px 2px rgba(30, 52, 129, 0.3);
}

.on .bt {
	margin-top: 10px;
}

.on .serch-1 {
	margin-top: 20px;
}

.on .serch-container .resou p {
	display: none;
}

.on .resou {
	display: none;
}

/* 新闻资讯-新闻列表 */
.in-new-list {
	display: none;
	width: 100%;
	padding: 0;
}

.on .in-new-list {
	display: inline-block;
}

.in-new-list li {
	list-style: none;
	width: 100%;
	height: 165px;
	position: relative;
	border-bottom: 1px dashed #DEDEDE;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.in-new-list li:hover {
	background-color: #DEDEDE;
}

.in-new-list li .bt {
	display: inline-block;
	width: 75%;
	width: calc(100% - 200px);
	padding-left: 28px;
	margin-top: 30px;
	font-size: 1.125rem;
	color: #333333;
	text-align: left;
	background-image: url(../image/in-new-li-1.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.in-new-list li:hover .bt {
	background-image: url(../image/in-new-li-2.png);
}

.in-new-list li .bt span {
	color: #FF3F33;
	font-weight: 600;
	font-size: 1.125rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.in-new-list li .bt:hover {
	text-decoration: underline;
}

/* .in-new-list li .bt:hover span {
	color: #000000;
} */

.in-new-list li .det {
	display: inline-block;
	width: 75%;
	width: calc(100% - 200px);
	height: 56px;
	padding-left: 28px;
	font-size: 0.875rem;
	color: #999999;
	line-height: 2;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
}

.in-new-list li .det span {
	color: #FF3F33;
	font-weight: 600;
	font-size: 1rem;
}

.in-new-list li .bt:hover {
	color: #364361;
}

.in-new-list li .tim {
	display: inline-block;
	width: 75%;
	width: calc(100% - 200px);
	padding-left: 28px;
	font-size: 0.875rem;
	color: #999999;
	margin-top: 10px;
}

.in-new-list li .img {
	display: inline-block;
	width: 180px;
	height: 125px;
	position: absolute;
	right: 0;
	top: 20px;
	overflow: hidden;
}

.in-new-list li .img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.in-new-list li .img:hover img {
	transform: scale(1.1, 1.1);
}

/* .in-new-list li:nth-child(2n+1) .img {
	display: none;
}

.in-new-list li:nth-child(2n+1) .bt,
.in-new-list li:nth-child(2n+1) .det,
.in-new-list li:nth-child(2n+1) .tim {
	width: 100%;
} */
.in-new-list .on .bt,
.in-new-list .on .det,
.in-new-list .on .tim {
	width: 100%;
}


/* 分页 */

.in-page {
	width: 100%;
	text-align: center;
	margin: 30px 0;
	display: none;
}
.on .in-page {
	display: block;
}
.in-page span {
	display: inline-block;
	font-size: 0.875rem;
	color: #666666;
	padding: 10px 20px;
	border: 1px solid #EEEEEE;
}

.in-page .strong {
	border: none;
	background: #184995;
	color: #FFFFFF;
}

.in-page a {
	display: inline-block;
	font-size: 0.875rem;
	color: #666666;
	padding: 10px 20px;
	border: 1px solid #EEEEEE;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.in-page a:hover {
	background-color: rgba(54, 67, 97, 0.5);
	border-color: #B5CAE0;
	color: #FFFFFF;
}

@media (max-width:750px) {

	.in-page span,
	.in-page a {
		padding: 5px 10px;
		font-size: 0.875rem;
	}
}

@media (max-width:600px) {
	.serch-container p {
		margin-top: 0;
	}
	.on .serch-1 {
		margin-top: 30px;
		margin-bottom: 0;
	}

	.on .bt {
		margin-top: 30px;
	}

	.serch-1 {
		height: 40px;
		border-radius: 5px;
		padding-left: 40px;
		background-position: 10px center;
		background-size: 20px auto;
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
		margin: 20px 0;
	}

	.serch-1 input {
		height: 40px;
		font-size: 0.875rem;
		width: calc(100% - 85px);
	}

	.serch-1 button {
		width: 80px;
		height: 40px;
		font-size: 0.875rem;
		border-radius: 0 5px 5px 0;
		box-shadow: none;
	}

	.in-new-list li .bt,
	.in-new-list li .det,
	.in-new-list li .tim {
		padding-left: 10px;
		width: calc(100% - 160px);
	}
	
	.in-new-list li .img {
		width: 150px;
		height: 100px;
	}
	.in-new-list li .bt {
		margin-top: 20px;
		font-size: 1rem;
	}
	.in-new-list li .det {
		margin-top: 0;
		line-height: 1.5;
		height: auto;
	}

}
