@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, a, span, i, em, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
html, body, fieldset, img, iframe, abbr {
	border: 0;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}
[hidefocus], summary {
	outline: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
	font-weight: normal;
}
sup, sub {
	font-size: 83%;
}
pre, code, kbd, samp {
	font-family: inherit;
}
q:before, q:after {
	content: none;
}
textarea {
	overflow: auto;
	resize: none;
}
label, summary {
	cursor: default;
}
a, button {
	cursor: pointer;
}
del, ins, u, a {
	text-decoration: none;
}
body, textarea, input, button, select, keygen, legend {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
	outline: 0;
}
body {
	font-size: 14px;
	line-height: 1;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	color: #333;
}
a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover {
	text-decoration: none;
}

.text-indent-2{
	text-indent: 2em;
}
.text-right{
	text-align: right!important;
}
.text-center{
	text-align: center!important;
}

.font-size-12{
	font-size: 12px!important;
}

.mainContent {
	max-width: 750px;
	margin: 0 auto;
}
.contentIn {
	padding: 30px 15px;
}
.contentIn h2 {
	font-size: 20px;
	color: #000;
	line-height: 34px;
	text-align: center;
}

.timeTxt { padding-top: 25px; padding-left: 20px;}
.timeTxt span{ font-size: 14px; margin-right: 10px; color: #929292;}
.txtTop{
	padding-top: 15px;
}
.txtTop p{
	font-size: 16px;
	color: #000;
	line-height: 24px;
	margin-top: 10px;
	text-align: justify;
}
.contentIn .list-txt {
	padding-top: 15px;
}
.contentIn dl {
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
}
.list-txt dt {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #ff6307;
}
.list-txt dd {
	line-height: 50px;
	padding-bottom: 10px;
}
.list-txt dd h3 {
	font-weight: bold;
	line-height: 30px;
	padding-top: 10px;
}
.list-txt dd h3.beforeCircle::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin-right: 12px;
	margin-left: 10px;
	background: #000;
	border-radius: 50%;
	
}
.list-txt dd p {
	margin-bottom: 10px;
	line-height: 24px;
	text-indent: 2em;
	text-align: justify;
}
.list-txt dd p.no_indent {
	text-indent: 0;
}
.list-txt dt::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 20px;
	margin-left: 10px;
	background: #ff6307;
	border-radius: 50%;
}
.noneCircle dt::before{
	display: none;
}
.bottomTxt {
	padding-top: 20px;
}
.bottomTxt p {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	text-indent: 2em;
	text-align: justify;
}

.table-style1 {
	width: 100%;
  margin-bottom: 12px;
}
.table-style1 td,
.table-style1 th {
  font-size: 12px;
  color: #666666;
  border: 1px solid #aaa;
  line-height: 1.5;
  padding: 8px 5px;
  text-align: center;
	word-break: break-all;
}
.table-style1 td.td1 {
  width: 30%;
}
.table-style1 td.td2 {
  width: 30%;
}
.table-style1 td.td3 {
  width: 20%;
}
.table-style1 td.td4 {
  width: 20%;
}
.table-style1 td a {
  color: #619fde;
  text-decoration: underline;
}