.support-list{
	width: 100%;
	margin-top: 40px;
}
.support-list a{
	display: block;
	margin-top: 25px;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: solid 1px #cfcfcf;
}
.support-list a .l-con{
	float: left;
}
.support-list a .l-con .name{
	font-size: 18px;
	color: #4b4b4b;
	padding-left: 20px;
	background: url(../images/support-arrow1.png) no-repeat left center;
}
.support-list a .l-con .date{
	font-size: 14px;
	color: #909090;
	padding-left: 20px;
}
.support-list a .r-con{
	float: right;
	padding-left: 40px;
	padding-right: 22px;
	height: 34px;
	line-height: 34px;
	border: solid 1px #85bb2b;
	font-size: 14px;
	color: #85bb2b;
	background: url(../images/support-icon1.png) no-repeat 15px center;
}
.support-list a:hover .l-con .name{
	background: url(../images/support-arrow2.png) no-repeat left center;
	color: #85bb2b;
}
.support-list a:hover .r-con{
	color: #fff;
	background: url(../images/support-icon2.png) no-repeat 15px center #85bb2b;
}


.about-group3{
	width: 100%;
	margin-top: 100px;
	padding-bottom: 45px;
	/* border-top: solid 1px #333333; */
}
.about-group3 .title{
	font-size: 32px;
	color: #222222;
}
.about-group3 .title .en{
	font-weight: bold;
}
.about-group3 .title .cn{
	margin-left: 15px;
}
.about-group3 .title .cn-list{
	font-size: 16px;
	color: #333333;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 35px;
	margin-bottom: 15px;
	margin-top: 25px;
}
.about-group3 .title .cn-pic{
	margin-left: 15px;
	margin-top: 35px;
	text-align:center;
}
.about-group3 .bt{
	font-size: 22px;
	color: #222222;
	margin-top: 60px;
}
.about-group3 ul{
	width: 1325px;
}
.about-group3 ul li{
	float: left;
	padding-left: 9px;
	padding-right: 9px;
	width: 280px;
	border: solid 1px #c1c1c1;
	/* height: 84px; */
	margin-right: 25px;
	margin-top: 35px;
}
.about-group3 ul li .num{
	font-size: 14px;
	color: #222222;
	padding-top: 5px;
}
.about-group3 ul li .name-cn{
	font-size: 14px;
	color: #222222;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	text-align: center;
	white-space: nowrap;
	margin-top: 10px;
}
.about-group3 ul li .name-en{
	font-size: 14px;
	color: #222222;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	text-align: center;
	white-space: nowrap;
}


