.main {
	width: 100%;
	min-width: 1200px;
	margin-top: -10px;
	overflow: hidden;
	padding-bottom: 190px;
	background: url(../images/info_bg_20241213.png) no-repeat bottom center;
}

.location {
	color: #9e0000;
	font-size: 16px;
	margin-top: 25px;
}
.location img {
	margin-top: -1px;
	float: left;
	margin-right: 15px;width:16px;
}

.language div.active a{
    color: #c8221c;
}
.language div a {
    color: #222223;
}



.location a {
	color: #9e0000;
}

.content {
	margin: 0 auto;
	min-height: 500px;
	overflow: hidden;
	padding-bottom: 50px;
	margin-top: 26px;
	background: #fffcf7;
}
.title {
	margin: 40px 0;
}
.title img {
	display: block;
	margin: 0 auto;
}

.content ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #fff;
}

.content ul li {
	width: 270px;
	height: 211px;
	float: left;
	margin: 0 15px 15px;
}

.content ul li a {
	display: block;
}

.content ul li img {
	width: 100%;
	height: 152px;
}

.content ul li p {
	color: #333333;
	font-size: 16px;
	margin: 0;
}