header {
	background-color: #000000;
}

.banner {
	width: 100%;
	margin-top: 107px;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #ffffff;
	padding-top: 60px;
	padding-bottom: 100px;
}

.main .title h4.en {
	font-size: 24px;
	color: #c7000b;
	line-height: 24px;
	text-align: center;
	font-weight: 500;
}

.main .title h4.cn {
	font-size: 24px;
	color: #333333;
	font-weight: 500;
	line-height: 68px;
	text-align: center;
	background-image: url(../images/news_addtimebg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 38px;
}

.main ul.youshi_list li:after {
	display: table;
	content: "";
	clear: both;
}

.main ul.youshi_list li {
	margin-bottom: 15px;
}

.main ul.youshi_list li .txt {
	float: left;
	background-color: #c7000b;
	height: 340px;
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px;
}

.main ul.youshi_list li .txt .icon {
	width: 107px;
	height: 124px;
	margin: 0 auto;
	margin-top: 35px;
	background-image: url(../images/youshi_wibg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.main ul.youshi_list li .txt .icon i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.main ul.youshi_list li:nth-of-type(1) .txt .icon i {
	background-image: url(../images/youshi_ri1.png);
}

.main ul.youshi_list li:nth-of-type(2) .txt .icon i {
	background-image: url(../images/youshi_ri2.png);
}

.main ul.youshi_list li:nth-of-type(3) .txt .icon i {
	background-image: url(../images/youshi_ri3.png);
}

.main ul.youshi_list li:nth-of-type(4) .txt .icon i {
	background-image: url(../images/youshi_ri4.png);
}

.main ul.youshi_list li .txt h5 {
	font-size: 30px;
	color: #FFFFFF;
	line-height: 54px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}

.main ul.youshi_list li .txt p.summary {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
}

.main ul.youshi_list li.even .txt {
	float: right;
}

.main ul.youshi_list li .pic {
	width: 50%;
	height: 340px;
}

.main ul.youshi_list li .pic img {
	display: block;
	width: 100%;
}
