html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

html,
body {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	-webkit-overflow-scrolling: touch;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

b,
strong {
	font-weight: bolder;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

pre {
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

fieldset,
img {
	border: 0;
	margin: 0 !important;
}

img {
	display: block;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

del {
	text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}

i,
em {
	font-style: normal;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

a {
	color: inherit;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
}

a:active,
a:hover {
	outline-width: 0;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

[hidden],
template {
	display: none;
}

input,
select,
textarea {
	font-size: 100%;
}

button,
input {
	outline: 0;
	overflow: visible;
	background: none;
	outline: none;
	border: 0px;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"],
[type="text"] {
	-webkit-appearance: none;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/*重置placeholder样式*/

::-moz-placeholder {
	color: #9B9B9B !important;
}

::-webkit-input-placeholder {
	color: #9B9B9B !important;
}

:-ms-input-placeholder {
	color: #9B9B9B !important;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 3px;
}

::-webkit-scrollbar-thumb {
	background: #E8E8EF;
	border-radius: 3px;
}

::-webkit-scrollbar-track {
	background-color: rgba(216, 221, 228, 0.3);
}


.m-t-20 {
	margin-top: 20px;
}
  
.m-r-20 {
	margin-right: 20px;
}
  
.m-b-20 {
	margin-bottom: 20px;
}
  
.m-l-20 {
	margin-left: 20px;
}
  
.m-b-10 {
	margin-bottom: 10px;
}
  
.m-t-15 {
	margin-top: 15px;
}
  
.m-l-8 {
	margin-left: 8px;
}
  
.m-r-8 {
	margin-right: 8px;
}
  
.m-l-10 {
	margin-left: 10px;
}
  
.m-r-10 {
	margin-right: 10px;
}
  
.p-t-15 {
	padding-top: 15px;
}
  
.p-t-20 {
	padding-top: 20px;
}
  
.p-b-20 {
	padding-bottom: 20px;
}
  
.p-t-30 {
	padding-top: 30px;
}
  

/* -------------------------------------------------公共头尾----------------------------------------------------- */
.rela {
	position: relative;
}

.el-icon-search {
	cursor: pointer;
}

.bg-box {
	height: 44px;
	flex: 1;
}

.bg-l-box {
	background: #0C4CB6;
}

.bg-r-box {
	background: #D03333;
	height: 42px;
	box-shadow: 0px -4px 11px 0px rgba(220, 220, 220, 0.57);
}

.header {
	background-position: top center;
	background-repeat: no-repeat;
}

.header-top {
	height: 180px;
	position: relative;
	background-image: url('../img/img-logo-header.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.top-share {
	position: absolute;
	top: 7px;
	right: 0;
	line-height: 20px;
}

.share-link {
	color: #8E93A7;
	font-size: 14px;
	font-weight: 400;
	margin-left: 30px;
}

.search-box {
	width: 250px;
	height: 36px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
	border-radius: 4px;
	position: absolute;
	right: 7px;
	bottom: 20px;
	background: white;
}

.search-ipt {
	width: 100%;
	position: relative;
	height: 36px;
	line-height: 36px;
	padding: 0 30px 0 15px;
	font-size: 14px;
}

.home-search-icon {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background-image: url('../img/icon-header-search.svg');
}

.header-mid {
	height: 44px;
	background: white;
	position: relative;
}

.mid-content {
	position: absolute;
	height: 44px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.nav-list {
	flex: 1;
	height: 44px;
	background: #0C4CB6;
	position: relative;
}

.nav-list::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	border-top: 22px solid #083E78;
	border-right: 14px solid #D03333;
	border-bottom: 22px solid transparent;
	border-left: 14px solid transparent;
}

.nav-list .link-txt {
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-right: 60px;
	cursor: pointer;
}

.login-box {
	width: 170px;
	height: 42px;
	padding-left: 37px;
}

.login-box .login-text {
	padding-left: 26px;
	font-size: 14px;
	line-height: 42px;
	cursor: pointer;
	color: white;
	font-weight: 400;
	background-image: url('../img/icon-nav-login.svg');
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 0 14px;
}

.header-bot {
	height: 42px;
	line-height: 42px;
	box-shadow: 0px 3px 7px 0px rgba(94, 111, 166, 0.12);
}

.header-bot .link-txt {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	margin-right: 30px;
	cursor: pointer;
}

.main-box {
	min-height: calc(100vh - 458px);
}

.footer {
	height: 192px;
	background: #0C4CB6;
	border-top: 5px solid #D03333;
}

.footer-container {
	background-image: url('../img/icon-foot-logo.png');
	background-size: 208px 64px;
	background-position: center left;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 34px;
	padding-left: 268px;
}

.footer-content .footer-text {
	line-height: 20px;
	color: #CDCDCD;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}

.qr-box {
	position: absolute;
	top: 27px;
	right: 0;
}

.qr-item {
	width: 76px;
	height: 90px;
	background: white;
	margin-left: 49px;
	padding-top: 72px;
	text-align: center;
	font-size: 12px;
	color: #3D3D3D;
	font-weight: 400;
	background-size: 76px 76px;
	background-position: top center;
	background-repeat: no-repeat;
}

.footer-bot {
	height: 46px;
	border-top: 1px solid rgba(216, 216, 216, 0.19);
	line-height: 46px;
	text-align: center;
}

.footer-bot .link-txt {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
}

.divider {
	display: inline-block;
	height: 12px;
	width: 1px;
	background: white;
	margin: 0 20px;
}


.w-1000 {
	width: 1000px;
	margin: 0 auto;
}


/* ------------------------------------------------------正文--------------------------------------------------- */


.w-600 {
	width: 600px;
}

.w-860 {
	width: 860px;
}

.top {
	border-bottom: 1px solid #F2F2F2;
}

.news-top {
	padding-bottom: 15px;
	padding-top: 25px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.news-title {
	color: #0C0C0C;
	font-size: 26px;
	font-weight: bold;
	line-height: 37px;
	margin-bottom: 18px;
}

.news-bot {
	line-height: 20px;
}

.news-type {
	padding: 0 5px;
	background: #F0F3F9;
	border-radius: 2px;
	color: #1C4FA3;
	font-size: 12px;
	font-weight: 400;
}

.news-text {
	color: #9197AD;
	font-size: 12px;
	font-weight: 400;
	margin-right: 24px;
	position: relative;
}

.line::before {
	content: '';
	width: 1px;
	height: 12px;
	background: #D7D7D7;
	position: absolute;
	top: 4px;
	left: -12px;
}

.line::after {
	content: '';
	width: 1px;
	height: 12px;
	background: #D7D7D7;
	position: absolute;
	top: 4px;
	right: -12px;
}

.img-nothandled {
	background-image: url('../img/img-nothandled.png');
}

.img-handle {
	background-image: url('../img/img-handle.png');
}

.img-Handled {
	background-image: url('../img/img-Handled.png');
}

.content {
	padding: 30px 0;
	color: #454545;
	font-size: 14px;
	line-height: 28px;
}

.content img {
	max-width: 100%;
}

.btn-list {
	margin-bottom: 65px;
}

.mid-btn {
	width: 140px;
	height: 50px;
	line-height: 50px;
	border-radius: 28px;
	text-align: center;
	margin: 0 10px;
	font-size: 16px;
	cursor: pointer;
}

.iconfont {
	margin-right: 10px;
}

.mid-btn1 {
	color: #D03333;
	border: 1px solid #D03333;
}

.mid-btn2 {
	color: #0D50C1;
	border: 1px solid #0D50C1;
}

.reply-box {
	margin-bottom: 50px;
	background: linear-gradient(180deg, rgba(251, 252, 255, 0.59) 0%, rgba(231, 237, 250, 0.32) 100%);
	border: 1px solid #E9ECF7;
	padding-top: 30px;
	position: relative;
}

.reply-icon {
	position: absolute;
	width: 176px;
	height: 38px;
	line-height: 38px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	top: -5px;
	left: 20px;
	background-image: url('../img/img-reply.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.reply-list {
	margin: 0 30px 30px 62px;
}

.reply-item {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E6E8F1;
}

.reply-item:last-child {
	border: none;
	padding-bottom: 0px;
}

.reply-title {
	position: relative;
	color: #0C0C0C;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}

.reply-title::before {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	top: 0;
	left: -32px;
	background-image: url('../img/icon-head22-official.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.reply-text {
	padding-right: 15px;
	color: #454545;
	font-size: 14px;
	line-height: 26px;
}

.reply-text img {
	max-width: 100%;
}

.reply-bot {
	color: #BBBBBB;
	font-size: 14px;
}

.comment-icon {
	height: 30px;
	line-height: 30px;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	padding-left: 28px;
	margin-bottom: 38px;
	position: relative;
}

.comment-icon::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	background: #eee;
	left: 0;
	box-sizing: border-box;
	top: 6px;
	border-bottom: 10px solid #D03333;
}

.comment-box {
	margin-bottom: 50px;
	position: relative;
}

.comment-list {
	margin: 0 30px 0 67px;
}

.comment-item {
	margin-top: 30px;
	border-bottom: 1px solid #E6E8F1;
	padding-bottom: 30px;
}

.comment-item:last-child {
	border: none;
	padding-bottom: 0px;
}

.comment-title {
	position: relative;
	color: #0C0C0C;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}

.comment-title::before {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	top: 0;
	left: -32px;
	background-image: url('../img/icon-head22-official.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.comment-text {
	padding-right: 15px;
	color: #454545;
	font-size: 14px;
	line-height: 26px;
}

.comment-text img {
	max-width: 100%;
}


.comment-bot {
	color: #BBBBBB;
	font-size: 14px;
}

.login-tips-box {
	height: 86px;
	background: #FFF9F9;
	border: 1px dashed #D03333;
	padding: 0 30px;
}

.login-tips-box .login-text {
	color: #777777;
	font-size: 14px;
}

.login-btn-text {
	margin: 0 15px;
	cursor: pointer;
	color: #D03333;
}

.login-btn {
	width: 90px;
	height: 38px;
	line-height: 38px;
	background: #D03333;
	border-radius: 4px;
	text-align: center;
	color: white;
	font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.login-btn-b {
    margin-left: 20px;
    background: #0D50C1;
}


.img-list {
  display: grid;
  grid-gap: 20px;
  grid-auto-flow: column dense;
  grid-template-columns: 1fr 2fr 2fr 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 40px;
}

/* .grid-item .img-item {
	width: 100%;
} */

.grid-item {
	margin: 20px 20px 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #d6dde2;
	width: 163px;
	height: 135px;
}
.grid-item .img-item {
	max-width: 100%;

	max-height: 100%;
}

.video-list {
  margin-bottom: 40px;
}

.video-item {
	position: relative;
	text-align: center;
	margin: 0 auto 20px;
	width: 600px;
	height: 450px;
}

.video-list .video-item .video-tag {
	align-items: center;
	position: absolute;
	bottom: 65px;
	left: 0;
	width: 100%;
	color: #8e8e8f;
	font-size: 12px;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	display: flex;
}

.video-list .video-item .video-tag .icon {
	width: 13px;
	height: 13px;
	margin-right: 8px !important;
}
