@import url("../../../css/clear.css");
@import url("../../../css/headAndFoot.css");

.news {
	overflow: hidden;
	width: 100%;
}

.news .content {
	padding: 80px 0;
	width: 1190px;
	margin: 0 auto;
}

.news>.content>h2 {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 36px;
	margin-bottom: 18px;
}

.news>.content>.separate {
	height: 2px;
	width: 100%;
	background: #E5E5E5;
	position: relative;
}

.news>.content>.separate>.swag {
	width: 100px;
	height: 4px;
	background: #368AC0;
	position: absolute;
	left: 540px;
	top: -1px;
}

.banner1 {
	margin-top: 100px;
}

.banner1 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 40px;
}

.banner1 ul>li {
	margin-bottom: 30px;

}

.banner1 ul>li>div:first-of-type {
	width: 370px;
	height: 250px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.18);
}

.banner1 ul>li>div:last-of-type {
	width: 370px;
	height: 190px;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.18);
	box-sizing: border-box;
	padding: 25px 20px 0 20px;
}

.banner1 ul>li>div>h3 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
	margin-bottom: 13px;
	text-align: center;
}

.banner1 ul>li>div>p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
}
