.main {
	width: 100%;
	height: 2340px;
	min-width: 1200px;
	margin-top: -10px;
	overflow: hidden;
	background: url(../images/bg_20241213.png) no-repeat top center;
}
.w1200 {
	overflow: hidden;
}
.location {
	color: #9e0000;
	font-size: 16px;
	margin-top: 25px;
}

.location img {
	margin-top: -1px;
	float: left;
	margin-right: 15px;width:16px;
}

.location a {
	color: #9e0000;
}

.logo {
	width: 654px;
	height: 115px;
	margin: 0 auto;
	margin-top: 59px;
	background: url(../images/logo_20241213.png) no-repeat;
	background-size: 100%;
}

.list {
	width: 100%;
	padding: 0 40px;
	margin-top: 59px;
	box-sizing: border-box;
}

.list li {
	width: 100%;
	height: 199px;
	border-bottom: 1px solid #e5e5e5;
}

.list li a {
	display: block;
}

.list li.text {
	width: 100%;
}

.list li .left {
	width: 308px;
	height: 173px;
	float: left;
}

.list li .left img {
	width: 100%;
	height: 100%;
}

.list li .right {
	float: left;
	margin-left: 30px;
}

.list li .right .title,
.list li.text .title {
	color: #333333;
	font-size: 18px;
	font-weight: 900;
	margin: 35px 0;
}

.list li .right .content {
	width: 780px;
	color: #333333;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

.list li.text .content {
	color: #333333;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

.list li .right .content span,
.list li.text span {
	color: #df0a0d;
}