body, div, p, ul, ol, li, table, tbody, tr, td, textarea, form, input, h1, h2, h3, h4, h5, dl, dt, dd, img, iframe, figure {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 14px;
	color: #272727;
	list-style: none;
}
body {
	background: #FFF;
	font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}
a {
	text-decoration: none;
	color: #1056c0;
}
header, nav, section, article, footer, figure, figcaption {
	display: block;
}
a, *[onclick] {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a.downbtn {
	display: block;
	width: 63px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background-color: #0a4595;
	text-align: center;
	border-radius: 4px;
	letter-spacing: 2px;
}

.list-radius {
	float: left;
	margin-right: 10px;
}

.list-radius img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.list-radius img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

footer {
	background: #e4eff8;
	border-top: 1px solid #cae0f4;
	height: 108px;
	text-align: center;
	padding-top: 5px;
	position: relative;
}

.app-list figure {
	position: relative;
	margin: 0;
	overflow: hidden;
	padding: 4px 8px 4px 10px;
	border-bottom: 1px solid #e2e2e3;
}

.app-list figure a.list-radius {
	margin-top: 5px;
}

.app-list figure a.list-radius {
	margin-top: 5px;
}

.app-list>figure:first-child {
	border-top: 1px solid #E2E2E3;
}

.app-list>figure:first-child {
	border-top: 1px solid #E2E2E3;
}

.app-list figure.first a.list-radius, .app-list figure.latest a.list-radius, .app-list figure.active a.list-radius {
	position: relative;
}

.app-list figure.first a.list-radius::before, .app-list figure.latest a.list-radius::before, .app-list figure.active a.list-radius::before {
	content: "";
	position: absolute;
	left: -1px;
	top: -2px;
	display: block;
	height: 31px;
	width: 30px;
}

.app-list figure.first a.list-radius::before {
	background: url(../image/news.png) -180px -480px no-repeat;
} 
.app-list h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.app-list h3 a {
	color: #272727;
}

.app-list figcaption p {
	white-space: nowrap;
	font-size: 12px;
	color: #868686;
	line-height: 21px;
}
.app-list .lastver {
	position: absolute;
	bottom: 18px;
	right: 8px;
	width: 60px;
	color: #1056c0;
	font-size: 14px;
}

.app-list a.downbtn {
	position: absolute;
	right: 10px;
	top: 4px;
	bottom: 0;
	margin: auto;
}

.app-list figcaption p span {
	color: #b1acac;
}

.app-list figcaption p span:not(:first-child) {
	margin-left: 10px;
}