body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

body {
	font-family: Microsoft YaHei', Helvetica, Arial, sans-serif;
 -webkit-tap-highlight-color: transparent;
	background: #0a1d50;
	font-size: 14px;
}

html {
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	-webkit-tap-highlight-color: transparent;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input {
	outline: none;
	border-radius: 0;
}

input[type="submit"],
input[type="reset"],
input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cf:after {
	clear: both;
	display: table;
	content: " "
}

a {
	text-decoration: none;
	-webkit-touch-callout: none;
	color: #333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

a:hover {
	color: #2dbfa9;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}



/* flex 鐢啫鐪�*/
.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.leftBox {
	overflow: hidden;
}

.articleLeft {
	overflow: hidden;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-en {
	display: flex;
	align-items: flex-end;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-end {
	display: flex;
	justify-content: flex-end;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-overflow1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}



.w1200 {
	width: 1006px;
	margin: 0 auto;
}

.headerBox {
	background: rgba(0, 0, 0, .4);
	height: 60px;
}

.logo {
	height: 60px;
}

.logo img {
	height: 30px;
}

.nav a {
	display: block;
	line-height: 60px;
	height: 60px;
	padding: 0 15px;
	font-size: 16px;
	color: #6bf8ff;
}

.nav li.on a,
.nav a:hover {
	background: #6bf8ff;
	color: #1437a1;
}

.indexList {
	margin-left: -20px;
	margin-top: 20px;
}

.indexList li {
	margin-bottom: 20px;
	padding-left: 20px;
	width: 16.667%;
}

.indexList li a {
	display: block;
	width: 152px;
	height: 152px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	border: 2px transparent solid;
}

.indexList li a p {
	position: absolute;
	left: 0;
	height: 32px;
	line-height: 30px;
	text-align: center;
	padding: 0 10px;
	right: 0;
	bottom: -2px;
	color: #6bf8ff;
	background-color: rgba(9, 29, 89, 0.85);
	font-size: 14px;
}

.indexList li img {
	display: block;
	width: 152px;
	height: 152px;
}

.indexList li a:hover img {
	transform: scale(1.15);
}

.indexList li a:hover p {
	background: #6bf8ff;
	color: #1437a1;
}

.indexList li a:hover {
	border: 2px #6bf8ff solid;
}

.footerBox {
	text-align: center;
	padding: 20px;
	font-size: 14px;
	line-height: 2;
	color: rgb(173, 181, 189);
}

.title {
	margin-top: 20px;
}

.title h2 {
	font-weight: bold;
	color: #6bf8ff;
	font-size: 32px;
}

.title a {
	height: 38px;
	line-height: 38px;
	background: #1437a1;
	padding: 0 15px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
}

.title a:hover {
	background: #112f89;
}



.pages {
	text-align: center;
	padding-top: 25px
}

.pages a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	border: 1px solid #6bf8ff;
	line-height: 30px;
	color: #6bf8ff;
}

.pages span,
.pages a {
	margin-bottom: 10px;
}

.article {
	margin-top: 20px;
}

.pages a.active,
.pages a:hover,
.pages span {
	border-color: #1437a1;
	background: #1437a1;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	height: 30px
}

.pages span.a1none {
	background: transparent;
	border-color: transparent
}

.content-box {
	background: #1437a1;
	border-radius: 10px;
	padding: 20px;
	color: #fff;
	line-height: 1.9;
	font-size: 16px;
}

.content-box h3 {
	line-height: 1.2;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #6bf8ff;
}