* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "PingFang SC", "Source Han Sans CN", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "Source Han Sans CN Regular", "SF UI Display", "Robot";
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	background: #fff;
	color: #02192e;
	text-align: justify;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	transition: all 0.3s ease-out 0s;
}

a {
	color: #0d6dca;
	cursor: default;
}

a,
.button,
.btn {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus,
.btn:focus {
	text-decoration: none;
	outline: none
}

a:focus,
a:hover {
	text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: inherit;
	background: #fff;
	color: #000;
}

.form-horizontal .form-group {
	margin-bottom: 15px;
	margin-right: 0;
	margin-left: 0;
}

.form-horizontal label {
	width: 100%;
	display: block;
	margin-bottom: 12px;
}

.form-horizontal .form-control {
	font-size: 16px;
	height: 40px;
}

button {
	cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #020407;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #036ee4;
}

p {
	color: #02192e;
	font-size: 16px;
	margin-bottom: 0;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

label {
	font-weight: normal;
	color: #020407;
}

h3 {
	font-size: 20px;
	font-weight: 500;
}

.position-relative,
.pos-rel {
	position: relative;
}

.position-absolute,
.pos-abs {
	position: absolute;
}

.no-float {
	float: none !important;
}

.no-padding {
	padding: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-left {
	margin-left: 0 !important;
}

.no-margin-right {
	margin-right: 0 !important;
}

.no-border {
	border-width: 0;
}

.no-border-bottom {
	border-bottom-width: 0;
}

.no-border-top {
	border-top-width: 0;
}

.no-border-left {
	border-left-width: 0;
}

.no-border-right {
	border-right-width: 0;
}

.grey {
	color: #c6ccd3;
}

.blue {
	color: #0462ce;
}

.container {
	width: 1200px;
}

.inline-block {
	display: inline-block
}

.block {
	display: block;
}

.form-control {
	border-radius: 0;
	color: #002a4a;
}

.form-control:focus,
.form-control:active {
	border-color: #0462ce;

}

.btn {
	border-radius: 0;
	border: 1px solid #e2e5e9;
	color: #fff;
	background: #e2e5e9;
}

.btn:hover {
	border-color: #e3ebf1;
	background: #e3ebf1;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
	outline-offset: -2px
}

.btn-primary {
	background: #0462ce;
	border-color: #0462ce;
}

.btn-primary:hover {
	color: #fff;
	background-color: #1c40b7;
	border-color: #1c40b7
}

.btn-primary:active,
.btn-primary:focus {
	color: #fff;
	background-color: #122b40;
	border-color: #122b40;
}

.btn.btn-white {
	background: #fff;
	color: #e2e5e9;
}

.btn.btn-white:hover {
	background: #e2e5e9;
	color: #fff;
	boder-color: #e2e5e9;
}

.btn.btn-white.btn-primary {
	color: #0462ce;
}

.btn.btn-white.btn-primary:hover {
	color: #fff;
	background: #0462ce;
	border-color: #0462ce;
}

.btn.btn-white.btn-primary:focus,
.btn.btn-white.btn-primary:active {
	color: #fff;
	background: #0462ce;
	border-color: #0462ce;
}

.container {
	padding: 0;
}

.topbox .container {
	height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.topbox .container span {
	margin: 0 6px;
}

.topbox ul {
	justify-content: flex-end;
	margin-left: auto;
	display: inline-flex;
}

.topbox ul li {
	position: relative;
}

.topbox ul li a {
	color: #02192e;
	margin-left: 24px;
}

.topbox ul li:last-child:before {
	position: absolute;
	content: "";
	left: 12px;
	top: 0;
	border-left: 1px solid #02192e;
	height: 20px;
	width: 1px;
}

.topbox ul li a:hover {
	color: #1071cd;
}

.topbanner {
	height: 280px;
	width: 100%;
	background: #9ecffb url('../images/topbanner.png') center 0 no-repeat;
}

.topbanner img {
	margin-top: 69px;
}

.navbar.navbar-default {
	background: none;
	border: 0;
	margin-bottom: 0;
	margin-top: -70px;
}

.navbar .nav {
	position: relative;
	display: block;
	width: 100%;
	background: #045eb5 url(../images/navbg.png) center 0 no-repeat;
	height: 70px;
	box-sizing: border-box;
	border-bottom: 1px solid #ffffff;
}

.navbar .nav:before,
.navbar .nav:after {
	content: '';
	position: absolute;
}

.navbar .nav:before {
	width: 0;
	height: 0;
	border-color: transparent #045eb5;
	border-width: 70px 48px 0 0;
	border-style: solid;
	left: -48px;
}

.navbar .nav:after {
	width: 0;
	height: 0;
	border-color: #045eb5 transparent;
	border-width: 0 48px 70px 0;
	border-style: solid;
	right: -48px;
}

.navbar-default .navbar-nav>li {
	width: calc(100% / 9);
	text-align: center;
}

.navbar-default .navbar-nav>li>a {
	color: rgba(255, 255, 255, .65);
	padding: 0;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #ffffff;
	background: transparent;
	font-weight: bold;
	position: relative;
}

.navbar-default .navbar-nav>.active>a:before {
	content: "";
	height: 5px;
	width: 32px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: calc((100% - 32px) / 2)
}

footer {
	background: #034f9a;
	margin-top: 60px;
}

.link {
	background: #1071cd;
}

.link .container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 60px;
}

.link .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 240px;
	margin-left: 12px;
}

.link .bootstrap-select>.dropdown-toggle {
	border-color: #5eb0ff;
	background: transparent
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
	color: rgba(255, 255, 255, .65);

}

.bootstrap-select.open>.dropdown-toggle.btn-default,
.bootstrap-select.open>.dropdown-toggle.btn-default:hover {
	background: transparent;
	border: 1px solid #84c7ff;
	color: #5eb0ff;
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select.open>.dropdown-toggle.btn-default.focus,
.bootstrap-select.open>.dropdown-toggle.btn-default:focus {
	box-shadow: none;
	background: transparent;
	border: 1px solid #84c7ff;
}

.dropdown-menu li a:hover {
	background: #eef7ff;
	color: #1a86f2
}

.footer .container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 0;
}

.footer p {
	color: #ffffff;
	line-height: 2;
}

.footer img {
	justify-content: flex-end;
	margin-left: auto;
}

.wechart {
	position: fixed;
	right: 20px;
	z-index: 99;
	top: 60%
}

.wechartbox {
	position: relative;
}

.wechartbox .imgbox {
	position: absolute;
	right: 98px;
	top: -30px;
	width: 160px;
	height: 160px;
	display: none;
}

.wechartbox:hover .imgbox {
	display: block;
}

.wechart i {
	border: 2px solid #2998ff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: linear-gradient(#ffffff, #d2e8fd);
	color: #2998ff;
	display: block;
	font-size: 40px;
	line-height: 70px;
	text-align: center;
}

.wechart p {
	-webkit-text-stroke: 3px #ffffff;
	margin-top: 12px;
}

.wechart p:before {
	content: attr(data-title);
	position: absolute;
	background: #2998ff;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0;
	pointer-events: none;
	font-weight: 500
}

.home {
	position: relative;
	padding-top: 24px;
}

.home:before {
	content: "";
	height: 720px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/line.png) center 0 no-repeat, linear-gradient(#045eb5 50%, #ffffff 100%);
	z-index: -1;
}

.home .col-xs-8 {
	padding: 0;
	width: calc((100% - 40px) / 3 * 2 + 20px);
	margin-right: 20px;
}

.home .col-xs-8 .swiper-container {
	height: 384px;
	width: 100%;
	margin-bottom: 20px;
}

.home .col-xs-8 .swiper-container img {
	width: 100%;
	height: 100%;
}

.home .col-xs-8 a h5 {
	height: 60px;
	line-height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 160px;
	font-size: 18px;
}

.home .col-xs-8 a h5:hover {
	color: #3b9fff
}

.home .col-xs-8 .swiper-pagination {
	bottom: 21px;
	right: 20px;
	left: auto;
	width: auto;
	display: flex;
	justify-content: flex-end;

}

.home .col-xs-8 .swiper-pagination-bullet {
	background: #ffffff;
	opacity: 1;
}

.home .col-xs-8 .swiper-pagination-bullet-active {
	background: #3b9fff
}

.home .col-xs-8 .col-xs-12 {
	padding: 0;
}

.home .col-xs-8 .col-xs-6 {
	padding: 0;
	border: 1px solid #bedfff;
	width: calc((100% - 20px)/2);
        height:407px;
	margin-right: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	background: #ffffff;
}

.home .col-xs-8 .col-xs-6:nth-child(even) {
	margin-right: 0
}

.title {
	height: 50px;
	border-bottom: 1px solid #bedfff;
	box-sizing: border-box;
	line-height: 50px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 500;
	font-family: "宋体";
	color: #1071cd;
	display: flex;
	justify-content: flex-start;
	background: url(../images/title.png) right 0 no-repeat, linear-gradient(#ffffff, #bedfff);
	position: relative;
	margin-bottom: 20px;
}

.title:before {
	content: "";
	position: absolute;
	height: 3px;
	width: calc(100% + 2px);
	top: -1px;
	left: -1px;
	right: -1px;
	background: linear-gradient(to right, #0d6dca, #148bff);
	z-index: 9
}

.title a {
	font-family: "Source Han Sans CN", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "Source Han Sans CN Regular", "SF UI Display", "Robot";
	font-size: 14px;
	justify-content: flex-end;
	margin-left: auto;
}

.title a:hover,
.title a:hover i,
.title a:active,
.title a:active i,
.title a:focus,
.title a:focus i {
	color: #1ba2f3
}

.title .iconfont {
	color: #1071cd;
	font-size: 16px;
	margin-right: 6px;
}

.home .col-xs-4 {
	padding: 0;
	width: calc((100% - 40px) / 3);
}

.home .col-xs-4 .col-xs-12 {
	padding: 0;
}

.infolist li {
	padding: 0 20px 0 40px;
	margin-bottom: 24px;
	position: relative
}

.infolist li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 24px;
	top: 7px;
	background: linear-gradient(to right, #0082ff, #c5e2ff)
}

.infolist li span {
	color: rgba(2, 25, 46, .65);
}

.infolist li p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1;
	margin-top: 6px;
}

.infolist li a:hover p {
	color: #1071cd;
}

.titleN {
	border-top: 3px solid #ffffff;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
}

.titleN a {
	justify-content: flex-end;
	margin-left: auto;
	color: rgba(255, 255, 255, .65)
}

.titleN a:hover {
	color: #ffffff;
}

.titleN i {
	font-size: 16px;
	margin-right: 6px;
}

.noticelist {
	height: 314px;
	overflow: hidden;
	margin-top: 20px;
}

.noticelist li a {
	color: rgba(255, 255, 255, .85);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 23px;
	display: flex;
	align-items: center;
}

.noticelist li a div {
	border: 1px solid rgba(255, 255, 255, .85);
	width: 40px;
	height: 40px;
	display: inline-flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	flex-flow: column wrap;
	margin-right: 12px;
	font-size: 12px;
	line-height: 1;
	flex-shrink: 0;
}

.noticelist li a div p {
	font-size: 14px;
	color: rgba(255, 255, 255, .85);
}

.noticelist li a:hover {
	color: #ffffff
}

.searchbox {
	margin: 20px 0;
}

.searchbox .form-control {
	height: 40px;
}

.searchbox .btn {
	height: 40px;
	box-sizing: border-box;
	width: 80px;
}

.videobox {
	border: 1px solid #bedfff;
	background: #ffffff;
	margin-bottom: 20px;
        height:378px;
}

.videobox .video {
	margin: 20px;
	display: block;
	position: relative;
	height: 190px;
	overflow: hidden;
}

.videobox .video img {
	width: 100%;
        height: 100%;
}

.videobox .video p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	padding: 0 16px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .6);
	color: #ffffff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 40px;
}

.videobox ul li {
	padding: 0 20px 24px;
}

.videobox ul li a {
	color: #02192e;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.videobox ul li a:hover,
.videobox ul li a:active,
.videobox ul li a:focus {
	color: #036ee4;
}

.videobox ul li i {
	color: rgba(2, 25, 26, .25);
	margin-right: 6px;
}

.menulist {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 803px;
}

.menulist li {
	width: 100%;

}

.menulist li a {
	border: 1px solid #1a86f2;
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	font-size: 36px;
	background: #f4f9fd url(../images/bg1.png) 0 0 no-repeat;
}

.menulist a span {
	-webkit-text-stroke: 5px #ffffff;
	font-family: "youshebiaoti";
	letter-spacing: 5px;
}

.menulist li a span:before {
	content: attr(data-title);
	position: absolute;
	background: #1a86f2;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0;
	pointer-events: none;
}

.menulist li a i {
	justify-content: flex-end;
	margin-left: auto;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	box-sizing: border-box;
	background-image: linear-gradient(to right, #1483f1, #51a9ff);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0;
	font-size: 30px;
	pointer-events: none;
	position: relative;
	text-align: center;
	box-shadow: 0 0 10px rgba(4, 96, 186, .2);
	transform-style: preserve-3d;
	line-height: 58px;
}

.menulist li a i:before {
	z-index: 9;
}

.menulist li a i:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 58px;
	pointer-events: none;
	border-radius: 50%;
	border: 2px solid #ffffff;
	box-sizing: border-box;
	background: linear-gradient(-45deg, #ffffff 0, #ecf6ff 50%, #ffffff 50%);
	transform: translateZ(-1px);
}

.menulist li:nth-child(2) a {
	border-color: #1ba2f3;
	background: #ecf7fd url(../images/bg2.png) 0 0 no-repeat;
}

.menulist li:nth-child(2) a span:before {
	background: #1ba2f3;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0;
	pointer-events: none;
}

.menulist li:nth-child(2) a i {
	box-shadow: 0 0 10px rgba(27, 162, 243, .2);
	background-image: linear-gradient(to right, #1ba2f3, #61c4fe);
}

.menulist li:nth-child(2) a i:after {
	background: linear-gradient(-45deg, #ffffff 0, #f1f9fe 50%, #ffffff 50%);
}

.menulist li:nth-child(3) a {
	border-color: #00bae7;
	background: #e9fbff url(../images/bg3.png) 0 0 no-repeat;
}

.menulist li:nth-child(3) a span:before {
	background: #00bae7;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0;
	pointer-events: none;
}

.menulist li:nth-child(3) a i {
	box-shadow: 0 0 10px rgba(0, 186, 231, .2);
	background-image: linear-gradient(to right, #00bae7, #72e2fc);
}

.menulist li:nth-child(3) a i:after {
	background: linear-gradient(-45deg, #ffffff 0, #edfbfe 50%, #ffffff 50%);
}

.menulist li:nth-child(4) a {
	border-color: #03c7ba;
	background: #e9fcfb url(../images/bg4.png) 0 0 no-repeat;
}

.menulist li:nth-child(4) a span:before {
	background: #03c7ba;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0;
	pointer-events: none;
}

.menulist li:nth-child(4) a i {
	box-shadow: 0 0 10px rgba(3, 199, 186, .2);
	background-image: linear-gradient(to right, #03c7ba, #6de1d7);
}

.menulist li:nth-child(4) a i:after {
	background: linear-gradient(-45deg, #ffffff 0, #edfdfc 50%, #ffffff 50%);
}

.menulist li:nth-child(5) a {
	border-color: #2abe67;
	background: #f3fff7 url(../images/bg5.png) 0 0 no-repeat;
}

.menulist li:nth-child(5) a span:before {
	background: #2abe67;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0;
	pointer-events: none;
}

.menulist li:nth-child(5) a i {
	box-shadow: 0 0 10px rgba(42, 190, 103, .2);
	background-image: linear-gradient(to right, #2abe67, #6ee19e);
}

.menulist li:nth-child(5) a i:after {
	background: linear-gradient(-45deg, #ffffff 0, #f4fff8 50%, #ffffff 50%);
}

.menulist li:nth-child(6) a {
	border-color: #f44c67;
	background: #fff0f2 url(../images/bg6.png) 0 0 no-repeat;
}

.menulist li:nth-child(6) a span:before {
	background: #f44c67;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0;
	pointer-events: none;
}

.menulist li:nth-child(6) a i {
	box-shadow: 0 0 10px rgba(244, 76, 103, .2);
	background-image: linear-gradient(to right, #f44c67, #ff899c);
}

.menulist li:nth-child(6) a i:after {
	background: linear-gradient(-45deg, #ffffff 0, #fff4f5 50%, #ffffff 50%);
}

.menulist li:nth-child(7) a {
	border-color: #fb923e;
	background: #fff7f2 url(../images/bg7.png) 0 0 no-repeat;
}

.menulist li:nth-child(7) a span:before {
	background: #fb923e;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0;
	pointer-events: none;
}

.menulist li:nth-child(7) a i {
	box-shadow: 0 0 10px rgba(242, 146, 83, .2);
	background-image: linear-gradient(to right, #fa913d, #fec8a5);
}

.menulist li:nth-child(7) a i:after {
	background: linear-gradient(-45deg, #ffffff 0, #fff5ef 50%, #ffffff 50%);
}

.breadcrumb {
	border-radius: 0;
	background: linear-gradient(#bedfff, #ffffff);
	padding: 13px 20px;
	border-bottom: 1px solid #bedfff;
}

.breadcrumb a {
	color: #02192e;
}

.breadcrumb a:hover {
	color: #045eb5
}

.breadcrumb i {
	margin-right: 6px;
	color: #045eb5
}

.breadcrumb .active {
	color: #045eb5
}

.breadcrumb>li+li:before {
	color: rgba(2, 25, 46, .25)
}

.listbox {
	background: #ffffff;
	overflow: hidden;
	min-height: 600px;
}

.listbox .col-xs-12 {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.listbox .col-xs-12 .col-xs-6 {
	border: 1px solid #bedfff;
	padding: 0;
	width: calc(50% - 10px);
        height:407px;
	margin-bottom: 20px;
}

.detailbox {
	border: 1px solid #bedfff;
	padding: 40px;
	margin-top: 30px;
	margin-bottom: 50px;
	position: relative;
}

.detailbox h3 {
	text-align: center;
	font-size: 24px;
	border-bottom: 1px solid #cfd6dc;
	padding-bottom: 30px;
	margin-bottom: 48px;
}

.detailbox .time {
	position: absolute;
	background: #1585f2;
	height: 40px;
	padding: 0 16px 0 6px;
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
	top: -20px;
	right: -10px;
}

.detailbox .time:before,
.detailbox .time:after {
	content: "";
	width: 0;
	height: 0;
	border-color: transparent #1585f2;
	border-width: 0 24px 40px 0;
	border-style: solid;
	position: absolute;
	left: -24px;
}

.detailbox .time:after {
	border-color: #045eb5 transparent;
	border-width: 10px 10px 0 0;
	right: 0;
	left: auto;
	top: 40px;
}

.detailbox .time:after {}

.detailbox p {
	margin-bottom: 24px;
	line-height: 2;
	font-size: 18px;
	text-indent: 40px;
}

.page {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

.pagelist {
	display: inline-block;
}

.pagelist span {
	font-size: 16px;
	color: rgba(2, 25, 46, .65);
	display: inline-block;
}

.pagelist .jump {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	margin-left: 8px;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #cfd6dc;
	box-sizing: border-box;
	border-radius: 3px;
	line-height: 32px;

}

.pagelist .jump:hover {
	border-color: #0177d5;
	color: #0177d5;
}

.pagelist .bgprimary {
	cursor: default;
	color: #fff;
	background: #0177d5;
	border-radius: 3px;
	border-color: #0177d5;
}

.jumpinp input {
	width: 55px;
	height: 32px;
	border: 1px solid #cfd6dc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	box-sizing: border-box;
}

.ellipsis {
	padding: 0px 8px;
	text-align: center;
	cursor: pointer;
	margin-left: 30px;
	width: 40px;
	height: 40px;
	background: rgba(204, 204, 204, 0);
	border-radius: 6px;
}

.bgprimary {
	cursor: default;
	color: #fff;
	background: rgba(255, 30, 27, 1);
	border-radius: 6px;
}

.pagelist .jump.disabled {
	pointer-events: none;
	color: rgba(153, 153, 153, 1);
}

.jumppoint {
	margin-left: 30px;
}

.pagelist .gobtn {
	padding: 0 8px;
	width: auto;
}

.pageNum {
	display: inline-block;
	color: rgba(2, 25, 46, 1);
	line-height: 32px;
}

.fulllist {
	width: 100%;
	margin-bottom: 48px;
}
.fulllist li{
	border-bottom:1px dotted #cfd6dc;
	padding-bottom:20px;
}
.keysearch{
	padding:24px 70px 30px; 
}
.keysearch .searchbox{
	width:80%;
	margin:20px auto;
}
.keysearch h2{
	text-align: center;
}
.searchlist h4{
	margin-bottom:30px;
	text-align: center;
	width:100%;
}
.searchlist .fulllist li span.red{
	color:#f44336
}
.searchlist .fulllist h5{
	font-size:16px;
	line-height: 2;
	font-weight:500;
}
.searchlist .fulllist a:hover h5{
	color: #1071cd;
}
.red{
	color:#f44336
}