@charset "utf-8";
.banner {
	height: 480px;
	background: url(../images/aboutus_banner.jpg)center / cover no-repeat;
}

.file-list {
	margin-top: 20px;
	border-collapse: collapse;
	border: 1px solid #ededed;
	background-color: #fff;
}

.file-list td {
	border: 1px solid #ededed;
}

.list-title {
	height: 62px;
	text-align: center;
	line-height: 62px;
	color: #FFF;
	background-color: #0557A6;
}

.list-title th {
	font-size: 18px;
}

.order {
	width: 80px;
}

.name {
	width: 364px;
}

.intro {
	width: 586px;
}

.download {
	width: 138px;
}

td {
	padding: 20px 25px;
}

td.order {
	text-align: center;
	font-size: 20px;
	color: #333;
}

td.name {
	font-size: 16px;
	color: #333;
}

td.intro {
	font-size: 16px;
	color: #7F7F7F;
}

td.download {
	text-align: center;
}

td.download i {
	font-weight: bold;
	font-size: 35px;
	color: #0557A6;
}

.pager {
	padding: 80px 0 100px;
}