body {
	padding-bottom: 70px;
	color: #3c3c3d;
	font-family: "微软雅黑" !important;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	text-align: justify;
	overflow-x: hidden;
}

a:hover {
	text-decoration: none;
	color: #237cc6;
}

a {
	text-decoration: none;
	color: #237cc6;
	/* color: rgba(43,43,43,1); */
}

a:active {
	text-decoration: none;
	color: rgba(0, 71, 157, 0.7);
}

a:focus {
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
}

ol.img-color {
	/* color: #237cc6 !important; */
	margin: 0;
	padding: 0;
	position: relative;
	/* color: rgba(43,43,43,1) !important; */
}

ol.img-color li {
	margin: 0;
	float: left;
	width: 50%;
	list-style-type: none;
	vertical-align: middle;
}

ol.img-color li::before {
	content: attr(data-value);
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	width: 18px;
	height: 18px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	/* font-weight: bold; */
	line-height: 18px;
	vertical-align: middle;
}

.preface p {
	text-indent: 2em;
	font-size: 17px;
	line-height: 31px;
	margin-top: 5px;
}

header {
	width: 100%;
	text-align: center;
	/* color: #237cc6; */
	color: rgba(43, 43, 43, 1);
	font-size: 17px;
	font-weight: bold;
	padding: 7px 0;
	/* box-shadow: 2px 0 20px 1px rgb(0,0,0,0.3); */
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.container {
	padding: 0 20px;
	overflow: hidden;
	box-sizing: border-box;
	max-width: 1100px;
	margin: 0 auto;
}

.container * {
	box-sizing: border-box;
}

.title {
	width: 100%;
	/* min-height: 30px; */
	padding: 5px 30px 5px 15px;
	position: relative;
	border-top: 0;
	border-right: 0;
	/* border-bottom: 1px solid #237cc6; */
	border-bottom: 1px solid rgba(0, 71, 157, 1);
	/* line-height: 30px; */
	font-weight: bold;
	cursor: pointer;
	margin-top: 8px;

}

.material-icons {
	color: rgba(0, 71, 157, 1);
}

.title-border {
	/* border: 1px solid #237cc6; */
	border: 1px solid rgba(0, 71, 157, 1);
	/* line-height: 27px; */
}

.title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 8px;
	background-color: rgba(0, 71, 157, 1);
	/* background-color: #237cc6; */
}

.title-icon {
	position: absolute;
	right: 5px;
	top: calc(50% - 12px);
	transform: rotate(90deg);
	transition: 0.5s all;
}

.title-icon-transform {
	transform: rotate(0);
	right: 6px;
}

.content {
	margin: 20px 0;
}

.content div.img {
	width: 100%;
	text-align: center;
}

.content>div.img>img {
	width: 100%;
}

.content>div {
	margin: 5px 0;

}

.content p {
	margin: 3px 0;
	margin-bottom: 5px !important;
}

.content>.table-list-half>table {
	width: 100% !important;
}

.content>.table-list-half>table>tr>td {
	width: 50%;
}

.number-list {
	position: relative;
	width: 100%;
	margin: 3px 0;
	padding-left: 28px;
	line-height: 19px;
}

.number-list::before {
	content: attr(data-content);
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
}

.number-list.change::before {
	content: attr(data-content);
}

.title-underline {
	position: relative;
	width: auto;
	display: table;
	margin-bottom: 2px !important;
	font-weight: bolder;
}

div.title-underline+p {
	margin-top: 0;
}


.notice thead th::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 4px;
	margin-right: 20px;
	width: 30px;
	height: 20px;
	background-image: url(../img/notice.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.read thead th::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 4px;
	margin-right: 20px;
	width: 30px;
	height: 20px;
	background-image: url(../img/read.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.warning thead th::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 4px;
	margin-right: 20px;
	width: 30px;
	height: 20px;
	background-image: url(../img/warning.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.environmental thead th::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 4px;
	margin-right: 20px;
	width: 30px;
	height: 20px;
	background-image: url(../img/environment.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.environmental thead th,
.notice thead th,
.read thead th,
.warning thead th {
	text-align: left;
	padding: 20px 10px;
	position: relative;
	padding-left: 40px !important;
}

.read thead th {
	padding-left: 40px !important;
}

.warning thead th {
	background-color: #f47216;
}

.environmental table,
.notice table,
.read table,
.warning table {
	width: 100%;
	border-collapse: collapse;
}

.notice table th,
.notice table td,
.read table th,
.read table td,
.warning table th,
.warning table td,
.environmental table th,
.environmental table td {
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding: 5px;
}


.notice table td ul,
.read table td ul,
.warning table td ul,
.environmental table td ul {
	margin: 0;
	padding-left: 15px;
}

.notice table td ul li,
.read table td ul li,
.warning table td ul li,
.environmental table td ul li {
	margin: 5px 0;
}


.content p img {
	height: 20px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	vertical-align: middle;
	margin-right: 5px;
}

/* label color */
.input-field label {
	color: #237cc6;
}

/* label focus color */
.input-field input[type=text]:focus+label {
	color: #237cc6;
}

/* label underline focus color */
.input-field input[type=text]:focus {
	border-bottom: 1px solid #237cc6;
	box-shadow: 0 1px 0 0 #237cc6;
}

/* valid color */
.input-field input[type=text].valid {
	border-bottom: 1px solid #237cc6;
	box-shadow: 0 1px 0 0 #237cc6;
}

/* invalid color */
.input-field input[type=text].invalid {
	border-bottom: 1px solid #237cc6;
	box-shadow: 0 1px 0 0 #237cc6;
}

/* icon prefix focus color */
.input-field .prefix.active {
	color: rgba(0, 0, 0, 1);
}

.container .content .title-card {
	position: relative;
	padding-left: 20px;
}

.container .content .title-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	margin-right: 30px;
	background-color: #000000;
	width: 12px;
	height: 12px;
}

ul.cardumber-list li {
	position: relative;
	list-style-type: none;
	margin: 5px 0;
}

ul.cardumber-list li::before {
	content: attr(data-content);
	position: absolute;
	left: -40px;
	top: 2px;
	width: 18px;
	height: 18px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	/* font-weight: bold; */
	line-height: 18px;
}

ul.cardumber-list li.change::before {
	content: attr(data-content);
}

ol.number-normal,
ol.number-text {
	padding: 0 20px;
	margin: 3px 0;
}

ol.number-normal li,
ol.number-text li {
	position: relative;
	list-style-type: none;
	padding: 0 2px;
	margin: 5px 0;
}

ol.number-text li {
	position: relative;
	list-style-type: none;
	padding: 0 0 0 30px;
	margin: 7px 0;
	font-size: 15px;
}

ol.number-normal li::before {
	content: attr(data-content);
	position: absolute;
	left: -20px;
	top: 0px;
	font-size: 15px;
}

ol.number-text li::before {
	content: attr(data-content);
	position: absolute;
	left: -20px;
	top: 0;
	font-size: 15px;
}

ol.number-normal li.change::before,
ol.number-text li.change::before {
	content: attr(data-content);
}

.table-text {
	width: 100%;
	overflow-x: auto;
}

table.table-content {
	min-width: 100%;
	border-collapse: collapse;
	table-layout: fixed;

}

table.table-content td,
table.table-content th {
	border: 1px solid rgba(0, 0, 0, 0.3);
	/* word-break: keep-all;
	white-space: nowrap; */
	padding: 1px 5px;
	font-size: 16px;
	min-width: 100px;
}

ul.line-list {
	padding: 0 20px;
}

ul.line-list li {
	position: relative;
	list-style-type: none;
	margin: 20px 0;
	padding: 0 0 0 10px;
}

ul.line-list li::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 12px;
	width: 20px;
	height: 2px;
	background-color: rgba(0, 0, 0, 1);
	font-size: 18px;
}

table.notframe {
	width: 100%;
	margin: 5px 0;
}

table.notframe td {
	padding: 0 5px;
	word-break: keep-all;
	white-space: nowrap;
	font-size: 15px;
}

#menus .collapsible {
	border: none;
	background-color: transparent;
	box-shadow: none;
}

#menus ul.collapsible li .collapsible-header {
	position: relative;
	width: 100%;
}


#menus ul.collapsible li .collapsible-header::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	background-color: rgba(0, 71, 157, 1);
}

#menus .collapsible .collapsible-header {
	background-color: transparent;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 71, 157, 1);
	padding: 0;
	min-height: 30px;
	line-height: 30px;
}

#menus .collapsible .collapsible-header span {
	margin-left: 10px;
}

#menus .collapsible .collapsible-body {
	border-bottom: none;
}

#menus .collapsible .collapsible-body ul {
	margin-left: 10px;
}

#menus .collapsible .collapsible-body ul li:first-child {
	margin-top: 0;
	margin-bottom: 0;
}

.collapsible .collapsible-body ul li {
	margin: 10px 0;
}

#menus .collapsible .collapsible-body ul li a {
	color: #3c3c3d;
	/* color:#237cc6; */
}

#menus .linkcolor {
	color: #237cc6 !important;
}

#menus .collapsible .collapsible-body ul li:last-child {
	margin-bottom: 15px;
}

#menus .collapsible .collapsible-header i {
	float: right;
	line-height: 24px;
	font-size: 22px;
	margin-right: 0;
	transition: all 0.5s;
}

#menus .rotate {
	transform: rotate(90deg) !important;
	-ms-transform: rotate(90deg) !important;
	/* IE 9 */
	-moz-transform: rotate(90deg) !important;
	/* Firefox */
	-webkit-transform: rotate(90deg) !important;
	/* Safari 和 Chrome */
	-o-transform: rotate(90deg) !important;
}
