input,td,div,p {
	font-family: 'arial,verdana,arial,Simsun';
	font-size: 9pt;
}
.tb {
	font-family: 'verdana,arial,Simsun';
	font-size: 9pt;
}
.curtab {
	background-Color: #FFFFFF;
	cursor: hand;
	border-bottom: 1 solid #ffffff;
	color: #07519A;
	font-size: 10.5pt;
	font-weight: bold;
}
.notab {
	background-Color: #EBF3FB;
	cursor: hand;
	color: #07519A;
	font-size: 10.5pt;
}
td,th {
	font-family: arial, verdana, arial, Simsun;
}
.content{
	width: 100%;
	max-width: 1560px;
	min-height: 1060px;
	margin: 20px auto;
}
.title{
	margin-bottom: 20px;
	text-align: center;
}
.title a{
	font-size: 20px;
	color: #333;
	margin-right: 30px;
	cursor: pointer;
	text-decoration: none;
}
.title .curr,.title a:hover{
	color: #0F6EA1;	
}

.iosdown{
	display: inline-block;
	text-decoration: none;
	height: 42px;
	padding: 0 15px;
	margin-bottom: 15px;
	width: auto;
	background: #333;
	border-radius: 21px;
	vertical-align: middle;
	transition: all 0.2s;
}
.iosdown svg{
	display: inline-block;
	position: relative;
	top: -2px;
	width: 22px;
	height: 22px;
	margin: 10px;
	float: left;
}
.iosdown span{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 42px;
	margin-right: 10px;
}
.iosdown:active{
	transform: scale(0.9, 0.9);
}