body,
label,
input,
select,
button,
textarea,
pre {
	font-family: Arial, Simhei, '黑体', sans-serif !important;
	font-size: 15px;
}

div,
section,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
ol,
p,
strong,
span,
label,
li,
dt,
dd {
	margin: 0;
	padding: 0
}

ul,
ol,
dl {
	list-style-type: none
}

a {
	outline: none;
	text-decoration: none;
}

html,
body {
	width: 100%;
	height: 100%;
}

/* 隐私 */
.textIndent {
	text-indent: 28px;
	margin: 5px 0;
}

.blueColor {
	color: #2ac5ff;
}

.container {
	width: 100%;
	min-height: 100%;
	padding: 35px 20px;
	background-color: #fff;
}

.container img {
	display: block;
	width: 30%;
	margin: 0 auto 35px;
}

.container h2 {
	font-size: 18px;
	margin-bottom: 15px;
}

.container .top-info {
	line-height: 24px;
}

.content-box {
	line-height: 25px;
}

.first-content-title {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0;
	line-height: 24px;
}

.first-content-title span {
	float: left;
	width: 10px;
	height: 24px;
	margin-right: 20px;
	background-color: #28c4ff;
}

.second-content-title {
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
	line-height: 22px;
}

.second-content-title span {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 5px 15px 0 0;
	background-color: #7ed321;
}

.footer-com {
	margin-top: 50px;
}

.footer-com,
.footer-time {
	text-align: right;
	line-height: 30px;
}

table,tbody,tr{
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
} 
table{
 table-layout: fixed;
}
.first th{
	background-color: #afafaf;
}
 th,td{
	font-weight: normal;
	 min-height: 2em;
	 line-height: 2em;
	
     text-align: center;
}

td a{
	text-decoration:underline;
	word-wrap:break-word;
}

.textIndent p{
	color: black;
	font-size: 15px;
}
/* .indent{
	text-indent:2em
} */
