/*
:root{
	--blue:#0a009d; 
	--indigo:#727cf5; 
	--purple:#6b5eae; 
	--pink:#ff679b; 
	--red:#e63757; 
	--orange:#fd7e14; 
	--yellow:#f5803e; 
	--green:#00d27a; 
	--teal:#02a8b5; 
	--cyan:#27bcfd; 
	--white:#fff; 
	--gray:#748194; 
	--gray-dark:#4d5969; 
	--gray-black:#000; 
	--gray-100:#f9fafd; 
	--gray-200:#edf2f9; 
	--gray-300:#d8e2ef; 
	--gray-400:#b6c1d2; 
	--gray-500:#9da9bb; 
	--gray-600:#748194; 
	--gray-700:#5e6e82; 
	--gray-800:#4d5969; 
	--gray-900:#344050; 
	--gray-1000:#232e3c; 
	--gray-1100:#0b1727; 
	--gray-white:#fff; 
	--primary:#0a009d; 
	--secondary:#748194; 
	--success:#00d27a; 
	--info:#27bcfd; 
	--warning:#f5803e; 
	--danger:#e63757; 
	--light:#f9fafd; 
	--dark:#0b1727; 
	--body-font-size:1rem; 
	--body-font-weight:400; 
	--body-line-height:1.5; 
	--body-color:#5e6e82; 
	--body-bg:#edf2f9
}
*/



/*
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
*/
.primary-number-feature {
	font-feature-settings: "tnum";
	-webkit-font-feature-settings: "tnum";
}

.bg-blur {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.bi-eye::before {
	content: "\f667" !important;
}

.bi-hand-thumbs-up::before {
	content: "\f588" !important;
}

.btn:active,
.btn.active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0062cc !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #007bff !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-sm {
	border-radius: 0.2rem !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
	border-radius: 0.3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}


.text-white {
	color: #fff !important;
}

.text-primary {
	color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0056b3 !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #494f54 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #19692c !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #0f6674 !important;
}

.text-warning {
	color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #ba8b00 !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #a71d2a !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
	color: #cbd3da !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: #121416 !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

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

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}
}

.shadow-sm {
	box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.125) !important;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.font-weight-bold {
	font-weight: bold;
}

/*end Bootstrap v4.6.2*/



/*my default color*/
.btn-primary {
	background-color: #0a009d;
	border-color: #0a009d
}

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

.btn-primary:focus,
.btn-primary.focus {
	background-color: #1d11c7;
	border-color: #1d11c7
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #0a009d;
	border-color: #0a009d
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	background-color: #1d11c7;
	border-color: #005cbf
}

.btn-outline-primary {
	color: #0a009d;
	border-color: #0a009d
}

.btn-outline-primary:hover {
	background-color: #0a009d;
	border-color: #0a009d
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #0a009d
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	background-color: #0a009d;
	border-color: #0a009d
}

.badge-primary {
	color: #fff;
	background-color: #0a009d
}

a.badge-primary:hover,
a.badge-primary:focus {
	background-color: #1d11c7
}

.bg-primary {
	background-color: #0a009d !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #1d11c7 !important
}

.border-primary {
	border-color: #0a009d !important
}

.text-primary {
	color: #0a009d !important
}

a.text-primary:hover,
a.text-primary:focus {
	color: #1d11c7 !important
}

/*add color*/
.text-gray-100 {
	color: #f9fafd
}

.text-gray-200 {
	color: #edf2f9
}

.text-gray-300 {
	color: #d8e2ef
}

.text-gray-400 {
	color: #b6c1d2
}

.text-gray-500 {
	color: #9da9bb
}

.text-gray-600 {
	color: #748194
}

.text-gray-700 {
	color: #5e6e82
}

.text-gray-800 {
	color: #4d5969
}

.text-gray-900 {
	color: #344050
}

.text-gray-1000 {
	color: #232e3c
}

.text-size-900 {
	font-weight: 900 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif
}

.background-gray-100 {
	background-color: #f9fafd
}

.background-gray-200 {
	background-color: #edf2f9
}

.background-gray-300 {
	background-color: #d8e2ef
}

.background-gray-400 {
	background-color: #b6c1d2
}

.background-gray-500 {
	background-color: #9da9bb
}

.background-gray-600 {
	background-color: #748194
}

.background-gray-700 {
	background-color: #5e6e82
}

.background-gray-800 {
	background-color: #4d5969
}

.background-gray-900 {
	background-color: #344050
}

.background-gray-1000 {
	background-color: #232e3c
}

.bg-primary-dark {
	background-color: #171347
}



/*my add soft color*/
.badge-soft-primary {
	color: #1c4f93;
	background-color: #d5e5fa
}

.badge-soft-primary[href]:hover,
.badge-soft-primary[href]:focus {
	text-decoration: none;
	color: #1c4f93
}

.badge-soft-secondary {
	color: #7d899b;
	background-color: #e3e6ea
}

.badge-soft-secondary[href]:hover,
.badge-soft-secondary[href]:focus {
	text-decoration: none;
	color: #7d899b
}

.badge-soft-success {
	color: #00864e;
	background-color: #ccf6e4
}

.badge-soft-success[href]:hover,
.badge-soft-success[href]:focus {
	text-decoration: none;
	color: #00864e
}

.badge-soft-info {
	color: #1978a2;
	background-color: #d4f2ff
}

.badge-soft-info[href]:hover,
.badge-soft-info[href]:focus {
	text-decoration: none;
	color: #1978a2
}

.badge-soft-warning {
	color: #9d5228;
	background-color: #fde6d8
}

.badge-soft-warning[href]:hover,
.badge-soft-warning[href]:focus {
	text-decoration: none;
	color: #9d5228
}

.badge-soft-danger {
	color: #932338;
	background-color: #fad7dd
}

.badge-soft-danger[href]:hover,
.badge-soft-danger[href]:focus {
	text-decoration: none;
	color: #932338
}

.badge-soft-light {
	color: #9fa0a2;
	background-color: #fefeff
}

.badge-soft-light[href]:hover,
.badge-soft-light[href]:focus {
	text-decoration: none;
	color: #9fa0a2
}

.badge-soft-dark {
	color: #070f19;
	background-color: #ced1d4
}

.badge-soft-dark[href]:hover,
.badge-soft-dark[href]:focus {
	text-decoration: none;
	color: #070f19
}

/*rewrite */
.btn-link {
	font-weight: 500;
	color: #232e3c;
	text-decoration: none
}

.btn-link:hover {
	/*color:#0a009d*/
	color: inherit;
	text-decoration: none
}

.btn-link:disabled,
.btn-link.disabled {
	color: #d8e2ef
}

.btn-link {
	padding-bottom: 0px;
	background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
	background: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-size: 0px 6%;
	background-repeat: no-repeat;
	background-position: left 100%;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-weight: inherit;
	padding: 0
}

.btn-link:hover {
	background-size: 100% 6%
}

.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
	border-color: #edf2f9 !important
}

hr {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	border-color: #edf2f9 !important
}

.badge {
	font: 0.875rem;
	line-height: 1;
	border-radius: 0.25rem;
}

.img-scale {
	-webkit-transition: all 1s;
	transition: all 1s;
	vertical-align: middle;
	border-radius: 2px
}

.img-scale:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.transform-shadow {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
	transition: all .2s ease-in-out;
	cursor: pointer
}

.transform-shadow:hover {
	box-shadow: 0 15px 20px rgba(80, 100, 140, .1), 0 4px 10px rgba(80, 100, 140, .1);
	transform: translateY(-5px)
}



/*my basic*/
html {
	font-size: 13px;
	-webkit-tap-highlight-color: transparent;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

body {
	background: #f9fafd;
	font-family: Verdana, BlinkMacSystemFont, -apple-system, segoe ui, Roboto, Oxygen, Ubuntu, Cantarell, open sans, helvetica neue, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #5e6e82;
	color: #4d5969;
	font-weight: 400
}

body {
	word-break: break-word;
	word-wrap: break-word
}

a,
body,
button,
h1,
h2,
h3,
h4,
html,
input {
	line-height: 1.5
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: #232e3c
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 0
}

ul,
ol,
dl,
dt,
dd {
	margin: 0;
	padding: 0
}

a {
	color: #4d5969;
	text-decoration: none
}

a:hover {
	color: #232e3c;
	text-decoration: none
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

a:link,
a:visited,
a:focus {
	text-decoration: none
}

.text-overflow1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.text-overflow2 {
	display: -moz-box;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

/*fix cms css*/
html,
body {
	height: auto;
	background-color: #fff;
}

/*container*/
@media (max-width:991.98px) {
	body {
		min-width: 320px
	}

	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		min-width: 320px;
		max-width: 550px
	}

	.container-menu {
		max-width: 100% !important
	}

	.px-md-15 {
		padding: 0 15px !important;
	}
}

@media(min-width:992px) {
	html {
		font-size: 16px !important
	}

	body {
		min-width: 1200px
	}

	html,
	body {
		font-size: 15px !important
	}

	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1200px;
		width: 1200px
	}

	.container-menu {
		max-width: 1200px !important
	}
}

.ms-10-row {
	margin-right: -5px;
	margin-left: -5px
}

.ms-10-row .col-xs-12,
.ms-10-row .col-md-2,
.ms-10-row .col-md-4,
.ms-10-row .col-md-6,
.ms-10-row .col-6 {
	padding-right: 5px;
	padding-left: 5px
}


/*my header*/
.skin-white {
	padding-top: 111px;
}

.header-static {
	width: 100%
}

.header-top {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #edf2f9
}

.header-top .time-wrapper {
	display: inline-block;
	/*color: #00d27a*/
}

.header-alert-div {
	background-color: #0a009d !important;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 100%;
	overflow: hidden;
}

.header-alert-div p {
	color: #0a009d;
}

.header-alert-div a {
	font-weight: bold;
	text-decoration: underline !important;
	color: #0a009d;
}

.header-alert-div img {
	height: 40px;
	vertical-align: unset !important;
}



/*my header brand*/
.header-brand {
	padding: 0;
	margin: 0
}

.header-brand .header-logo {
	margin: 0;
	padding: 0.5rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-brand .header-logo .channel {
	margin-left: 0.25rem;
	color: #0a009d;
	box-shadow: none !important;
	font-size: 1.25rem
}

.header-brand .header-logo .logo img {
	height: 38px
}

.header-brand .pull-bs-canvas-right {
	margin: 0;
	padding: 0;
	line-height: 1 !important
}

.header-brand .pull-bs-canvas-right i {
	font-size: 1.75rem
}

.header-brand .header-search-field {
	margin: 0 auto;
	padding: 0.5rem 0
}

.header-brand .header-toolbar a {
	font-weight: 600
}



/*my header search form*/
.header-brand .header-search-form .input-group {
	width: 100%;
	display: flex;
}

.header-brand .header-search-form input {
	color: #9da9bb
}

.header-brand .header-search-form input.border-primary {
	border-width: 2px;
	border-radius: 0.75rem 0 0 0.75rem;
	height: 3.5rem
}

.header-brand .header-search-form .btn.btn-primary {
	height: 3.5rem;
	line-height: 3.5rem;
	border: 0;
	padding: 0 1.5rem;
	font-weight: 600;
	border-radius: 0 0.75rem 0.75rem 0 !important
}

.header-brand .header-search-form input.border-primary,
.header-brand .header-search-form .btn.btn-primary {
	font-size: 1.25rem
}

.header-brand .header-search-words {
	height: 2rem;
	overflow: hidden
}



/*my navbarv*/
.navbar {
	height: auto !important;
	min-height: unset;
	box-shadow: none !important;
	border-radius: 0;
}

.header-nav {
	background-color: #0a009d;
}

.navbar-nav>li>a {
	font-size: 1.125rem;
	font-weight: 400;
	color: #fff !important;
}

.header-nav .navbar-collapse.active {
	background-color: #0a009d;
}

.header-nav .navbar-collapse>ul.navbar-nav>li {
	background-color: transparent;
}

.header-nav .navbar-nav>li>a:hover,
.header-nav .navbar-nav>li>a:focus,
.header-nav .navbar-nav>li.active>a,
.header-nav .navbar-nav>li.active>a:hover,
.header-nav .navbar-nav>li.active>a:focus {
	background-color: #1d11c7;
}

.navbar-nav ul.dropdown-menu {
	border-radius: 0;
}

.header-nav .dropdown-menu {
	padding: 0;
}

.header-nav ul.dropdown-menu>li>a {
	font-size: 1rem;
}

.header-nav ul.dropdown-menu>li.active>a {
	color: #1d11c7;
}

@media(min-width:992px) {
	header .container-1440 {
		width: 100%;
		max-width: 1400px
	}

	header.fixed-top {
		position: relative
	}

	.skin-white {
		padding-top: 0
	}

	.header-brand .header-logo {
		padding: 1.5rem 0
	}

	.header-brand .header-logo .logo img {
		height: 65px
	}

	.header-brand .header-search-field {
		padding: 1.125rem 0;
		max-width: 600px
	}

	.header-brand .header-toolbar {
		padding: 1.5rem 0
	}

	.navbar-nav {
		float: unset;
	}

	.navbar-nav>li>a {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.header-nav .navbar-nav>li>a:hover,
	.header-nav .navbar-nav>li>a:focus {
		color: #fff;
	}
}



/*my footer*/
footer {
	background: none !important
}

.footer-widget,
.footer-copyright {
	background-color: #f4f5ff
}

.footer-banner {
	padding: 3rem 0
}

.footer-banner .container {
	text-align: center
}

.footer-banner h2 {
	font-size: 2.5rem;
}

.footer-widget,
.footer-widget a {
	color: #232e3c
}

.footer-widget h5 {
	font-size: 1.375rem !important;
	color: #232e3c;
	font-weight: bold
}

.footer-small {}

.footer-widget-nav {}

.footer-widget-nav li {
	padding: 0.5rem 0
}

.footer-widget hr {
	border-color: #d8e2ef !important
}

.footer-copyright {
	padding-bottom: 80px !important;
}

.footer-copyright .fc {
	padding: 0.125rem 0;
	color: #232e3c
}

.footer-copyright .fc a {
	color: #232e3c
}

.footer-copyright .fc1 a {
	margin: 0 0.5rem
}

.footer-copyright .fc3 img {
	width: 2.5rem !important
}

.footer-copyright .fc3 a {
	margin: 0 0.5rem;
	opacity: 0.75
}

.footer-copyright .fc3 a:hover {
	opacity: 1
}

.img-gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray
}

.img-gray-50 {
	opacity: 0.5;
}



/*my ai*/
.ai-boot {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	height: 80px;
	/*
	background: linear-gradient(to top,
	rgba(255, 255, 255, 0.8) 2%,
	底部不透明  
	rgba(255, 255, 255, 0) 98%
	顶部完全透明 
	);
	*/
	/*pointer-events: none;*/
	/* 允许点击穿透 */
	z-index: 999;
	/*background-color: #f4f5ff !important;*/
	/*box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.125) !important;*/
	border-top: 0px solid #d8e2ef;
	-webkit-box-shadow: 0 0 0.7rem rgba(95, 65, 251, 0.2);
	box-shadow: 0 0 0.7rem rgba(95, 65, 251, 0.2);
	border-radius: 5px;
}

.ai-boot .container {
	position: relative;
	z-index: 2;
}

.ai-boot .waves-white {
	border-radius: 5px;
}

.ai-boot .footer-ai-boot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
}

.ai-boot .footer-ai-boot>div {}

.ai-boot .ai-form {
	height: 50px;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.mini-glow-box {
	height: 50px;
	background: white;
	position: relative;
	border-radius: 5px;
}

.mini-glow-box::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: linear-gradient(90deg,
			#60faff,
			#fd7e14,
			#60faff);
	border-radius: 6px;
	background-size: 200% auto;
	animation:
		glow-flow 6s linear infinite,
		glow-breathe 4s ease-in-out infinite;
	z-index: 0;
	opacity: 0.75;
	filter: blur(5px);
}

.mini-glow-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
	border-radius: 5px;
	z-index: 1;
}

.glow-content {
	position: relative;
	z-index: 2;
	padding: 12px;
	font-family: Arial;
	color: #333;
}

@keyframes glow-flow {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 200% 50%;
	}
}

@keyframes glow-breathe {

	0%,
	100% {
		opacity: 0.5;
	}

	50% {
		opacity: 0.9;
	}
}

.ai-form-text {
	position: relative;
	z-index: 2;
	display: flex;
	padding: 0 1rem;
	line-height: 50px;
	font-size: 1.125rem;
}

.message-form {
	display: none;
}

.message-form a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 1.5rem;
	font-size: 1.125rem;
	font-weight: 400;
	border: 0 !important;
	border-radius: 5px !important;
}

.message-form a.btn-ai {
	/*background: linear-gradient(#1522b1, #730e9d);*/
	color: #fff;
	background-color: #000;
}

.message-form a.btn-reg {
	color: #fd7e14;
	/*
	background-color: #fff;
	border: 1px solid #fd7e14 !important;
	*/
}

/* 定义旋转动画 */
@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/* 应用动画到图表 */
.rotate-icons {
	/*animation: spin 2s linear infinite;*/
	display: inline-block;
	/* 保证 transform 生效 */
}

@media(min-width:992px) {
	.footer-copyright .fc1 a {
		margin: 0 1rem
	}

	.message-form {
		display: block;
	}
}



/*part 2*/
/*edu cms rewrite*/
.lg-title-ic {
	padding: 0;
	position: relative;
	height: 60px;
	padding-top: 10px;
}

.lg-title-ic span {
	display: inline-block;
	color: #000;
	position: relative;
	float: left;
	border-color: #eee;
}

.lg-title-ic span.c1 {
	font-size: 2.25rem;
	line-height: 2.25rem;
	margin-right: 5px;
}

.lg-title-ic span.c2 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: 400;
}

.lg-title-ic span.c2 b {
	font-weight: 900;
	font-size: 1rem;
}

.lg-title-ic span.c4 {
	float: right;
}

.lg-title-ic span.c4 a {
	color: #748194;
	font-size: 1rem;
}

.md-title-ic {
	height: 60px;
}

.md-title-ic .c1 {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 60px;
	margin: 0;
	padding: 0;
	color: #000;
}

.md-title-ic .c1 a {
	color: #000;
}

.md-title-ic.small .c1 {
	font-size: 1.25rem;
}

.md-title-ic .c2 {
	color: #748194;
	line-height: 60px;
	margin: 0;
	padding: 0;
	font-size: 1rem;
}

.md-title-ic.small .c1 {
	font-size: 1.375rem;
}

.tabs-wrapper .tabs-group .content>li.active>a,
.tabs-wrapper .tabs-group .content>li:focus>a,
.tabs-wrapper .tabs-group .content>li:hover>a {
	color: #0a009d;
}

.carousel-control .fa-chevron-left:before {
	font-family: "bootstrap-icons";
	content: "\F284";
}

.carousel-control .fa-chevron-right:before {
	font-family: "bootstrap-icons";
	content: "\F285";
}

.embed-responsive {
	background: #ccc;
}

.embed-responsive img {
	opacity: 0.95;
}

.article-list .article-item {
	padding: 2rem 0;
	border-bottom: 1px solid #f9fafd;
}

.article-list .embed-responsive-4by3,
.article-list .embed-responsive-square {
	border-radius: 3px;
}

.n-default .msg-wrap .n-icon {
	background: none !important;
}

#floatbtn {
	bottom: 30%;
	z-index: 1033;
}

#floatbtn>a,
#floatbtn .floatbtn-item {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	background-color: #fd7e14;
	border-radius: 3px;
}

#floatbtn>a:hover,
#floatbtn .floatbtn-item:hover,
#floatbtn>a.hover:hover,
#floatbtn .floatbtn-item.hover:hover {
	background: #0a009d !important;
}

.btn {
	font-size: 1rem;
}

.main-content {
	padding: 1rem 0;
}

.category-title {
	color: #344050;
}

.tag {
	color: #0a009d;
	background: #e3e4f7;
	height: auto;
	min-height: 25px;
	line-height: 25px;
}

.tag[href]:focus,
.tag[href]:hover {
	background-color: #0a009d;
}

.article-list .media .media-left a {
	width: 10rem;
}

.article-list .article-intro {
	display: none;
	max-height: 44px;
	height: auto;
}

.article-list .media .media-body .article-title,
.article-list .article-title a {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5 !important;
	color: #4d5969;
}

.article-list .article-title a:hover {
	color: #232e3c;
}

.article-list .media-body .article-tag {
	font-size: 1rem !important;
}

.article-list .media-body .article-tag {
	margin-top: 7px;
}

.article-list .media-body .article-tag span {
	font-size: 0.875rem;
}

.author-card {
	border: 1px solid #edf2f9;
}

.hot-tags .panel-body a {
	margin-bottom: 1rem;
	padding: 0.5rem;
	height: auto;
	line-height: 1;
	font-size: 1rem;
}

.article-metas .metas-title {
	color: #232e3c;
	font-size: 2rem;
	margin-bottom: 2rem;
	margin-top: 1rem;
	font-weight: bold;
}

h1.metas-title {
	font-size: 2.5rem;
	font-weight: bold;
}

.article-metas .metas-body {
	margin-bottom: 4rem;
}

.article-metas .metas-body span {
	margin-right: 1rem;
	display: inline-block;
}

.article-donate a {
	font-size: 1.125rem;
	font-weight: bold;
}

.index-gallary h5,
.related-article h5 {
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 1rem;
}

.related-article .row,
.gallery-article .row {
	margin: 0 -10px;
}

.entry-meta ul li {
	margin-bottom: 0.25rem;
}

#comment-container #commentlist dl {
	border-bottom: 1px solid #edf2f9;
	padding: 2rem 0;
}

#comment-container #commentlist dl hr {
	border-style: dotted;
	margin-bottom: 1rem;
}

#comment-container #commentlist cite {
	line-height: 2;
}

#comment-container #commentlist dl dd p {
	margin-top: 0;
}

#comment-container #commentlist dl dt img {
	border-radius: 2px;
}

#comment-container #commentlist dl dd cite a {
	color: #0a009d;
	font-weight: bold;
}

.channel-list .row .media .media-left a {
	width: 6.875rem;
}

.channel-list .media-body .media-heading {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	height: 3.875rem;
	overflow: hidden !important;
}

.channel-list .media-body .media-heading a:link {
	color: #344050;
}

.carousel-caption h3 {
	color: #fff;
	font-weight: bold;
	font-size: 1.25rem;
}

.carousel-inner {
	border-radius: 3px;
}

.carousel-indicators {
	bottom: 14px;
}

.product-item .card h2 {
	font-size: 1.125rem;
	margin-bottom: 10px;
}

.product-item .card .operate {
	height: 35px;
}

.product-item .card .operate .btn {
	font-size: 0.875rem;
}

.product-item .card .operate .pull-right {
	display: block;
}

.download-list li {
	height: 190px;
	width: 28%;
}

.download-list li>a.link {
	height: 125px;
}

.download-list li:hover a.btn {
	width: auto;
}

.channel-list .row .col-xs-12 {
	min-height: unset !important;
}

.channel-list .row .col-xs-12 h3 {
	border-color: #edf2f9;
	color: #000;
}

.channel-list .row .col-xs-12 h3>a {
	font-size: 1.5rem;
	color: #000;
	font-weight: 400;
	/*padding-left: 2.5rem;*/
	padding: 0;
}

.channel-list .row .col-xs-12 h3>a:before {
	/*
	background: transparent;
	top: 0px;
	height: 100%;
	font-family: "bootstrap-icons";
	content: "\F683";
	*/
	display: none;
}

.channel-list .row .col-xs-12 h3 em a {
	font-size: 1rem;
	color: #748194;
}

.channel-list .row .media .media-left a .embed-responsive-4by3 {
	border-radius: 3px;
}

.radio-inline,
.checkbox-inline {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

h3.download-title,
h3.download-title a {
	font-size: 1.125rem !important;
}

.download-intro {
	display: block !important;
	height: 22px !important;
}

.panel-default>.panel-heading {
	height: 60px;
}

.panel-default>.panel-heading .panel-title {
	font-size: 1.5rem;
	margin: 0;
	padding: 0;
	line-height: 60px;
	font-weight: 400;
	color: #000;
}

.panel-default>.panel-heading small {
	padding-left: 1rem;
}

.form-control {
	height: 36px;
	border-color: #d8e2ef;
	font-size: 1rem;
	color: #344050;
}

.lg-Banner {
	color: #fff;
	border-radius: 3px;
}

.lg-Banner img {
	width: 100%;
	margin: 0;
	padding: 0;
}

.adsItem-1220 .adsItem {
	height: 100px;
	position: relative;
}

.adsItem-1220 .adsItem img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	justify-self: center;
}

@media (min-width:992px) {
	.article-list .media .media-left a {
		width: 12.5rem;
	}

	.article-list .article-intro {
		display: block;
		margin-bottom: 3rem;
	}

	.article-list .article-title {
		margin-bottom: 0.5rem;
	}

	.article-list .article-title a {
		font-size: 1.375rem;
	}

	.article-list .media-body .article-tag {
		position: relative;
		margin-top: 1rem;
		/*
		margin: 0;
		bottom: 0;
		*/
	}

	.hot-article,
	.hot-tags,
	.recommend-article {
		padding: 0;
	}

	.panel-default {
		padding: 0;
	}

	main.col-md-8 {
		padding-right: 3rem;
	}

	#channel-focus .item .carousel-img {
		height: 335px;
	}

	.download-list li {
		height: 190px;
		width: 102px;
	}

	.adsItem-1220 .adsItem {
		height: auto;
		position: relative;
	}

	.adsItem-1220 .adsItem img {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.focus-img>.row>div .embed-responsive-16by9 {
		padding-bottom: 56.25%;
	}
}



/*article page*/
.main-content .category-tag a {
	font-size: 1.125rem !important;
	font-weight: 600
}

.main-content .entry-title {
	font-size: 2.5rem;
	padding: 0;
	text-align: left;
	/*en*/
	line-height: 1.125;
	/**/
	line-height: 1.25;
	font-weight: 600;
	word-break: break-word;
	word-wrap: break-word
}

.main-content .post-meta {
	font-weight: 600
}

.main-content .post-meta span {
	margin: 0;
	padding: 0;
	margin-right: 1rem
}

.main-content .post-thumb-header {
	text-align: center
}

.main-content .post-thumb-header img {
	border-radius: 0.75rem;
	width: 100%;
	margin: 0 auto
}

.article-text {
	position: relative;
	text-align: left;
	padding: 0;
	max-width: 100%;
	overflow-x: hidden;
	font-size: 1.15rem;
	line-height: 1.875;
	font-weight: 400;
	text-indent: 0 !important;
}

.article-text a {
	color: #0a009d
}

.article-text b {
	color: #232e3c;
	font-weight: 600;
}

.article-text p,
.article-text div {
	margin-bottom: 1rem;
	text-indent: 0 !important;
}

.article-text p img,
.article-text div img {
	text-indent: 0
}

.article-text img {
	max-width: 100%;
	margin: 1rem auto;
	padding: 0;
	text-indent: 0;
	display: block;
	height: auto !important;
}

.article-text table {
	border: 1px solid #9da9bb;
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0 auto
}

.article-text table td,
.article-text table th {
	border: 1px solid #9da9bb;
	padding: 0 5px
}

.article-text table p {
	text-indent: 0
}

.article-text h1,
.article-text h2,
.article-text h3,
.article-text h4,
.article-text h5,
.article-text h6 {
	color: #232e3c;
}

.article-text h1,
.article-text h2,
.article-text h3 {
	color: #232e3c;
	font-weight: 600;
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1rem
}

.article-text h1 span,
.article-text h2 span,
.article-text h3 span {
	color: unset !important;
}

.article-text h4,
.article-text h5 {
	font-size: 1.15rem;
	line-height: 1.75;
	font-weight: 400;
	text-indent: 0 !important;
	color: unset;
	margin: 0;
	padding: 0;
}

.article-text blockquote {
	border-left: 5px solid #d8e2ef;
	background: #f9fafd;
	color: #9da9bb;
	padding: 1.5rem 2rem;
	font-size: 1rem !important;
	font-size: 1.125rem !important;
	border-radius: 5px;
	margin-bottom: 1rem;
}

.article-text blockquote>p:last-child,
.article-text blockquote>div:last-child {
	margin-bottom: 0 !important;
}

.article-text li {
	margin-bottom: 0.5rem;
	font-size: 1rem;
}

.article-text .alert {
	font-size: 1rem;
}

.copyright-box a {
	/*color: #0a009d !important;*/
}

@media (min-width:992px) {
	.main-content .entry-title {
		font-size: 3.5rem
	}

	.main-content .post-meta span {
		margin-right: 1.5rem
	}

	.main-content .post-thumb-header img {
		width: 75%
	}
}



/*page page*/
.waves-white {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	border-radius: 0 0 25px 25px;
	opacity: 0.375;
	z-index: 1;
}

.waves-white-svg {
	opacity: 1 !important;
}

.page-content {
	padding: 1rem 0;
}

.page-thumb-header {
	position: relative;
	background-color: #0a009d;
	border-radius: 3px;
	width: 100%;
	height: 15rem;
	margin-top: -1.125rem;
}

.page-thumb-header .independent-page-header {
	z-index: 2;
	width: 100%;
	padding-top: 3rem;
	text-align: center;
	color: #fff;
	position: relative;
}

.page-thumb-header .waves-white {
	border-radius: 3px;
}

.page-thumb-header .independent-page-header h1 {
	font-size: 3rem;
	font-weight: 900;
	color: #fff
}

.page-thumb-header .independent-page-header p,
.page-thumb-header .independent-page-header p>a {
	font-size: 1rem;
	color: #fff;
	font-weight: 600
}

.nav-sidebar-left {
	display: none;
	list-style: none;
	border: 0;
	padding: 0;
}

.nav-sidebar-page {
	display: none !important;
}

.nav-sidebar-page li {
	margin-bottom: 0.25rem !important;
}

.nav-sidebar-page a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.nav-sidebar-page a i {
	font-size: 12px !important;
}

.independent-page-content {
	padding: 0;
}

@media (min-width:992px) {
	.page-thumb-header {
		margin: 0;
	}

	.nav-sidebar-left {
		display: block
	}

	.nav-sidebar-page {
		display: block !important;
	}
}



/*edu school page*/
.mt-position-f10 {
	position: relative;
	margin-top: -8rem !important;
	z-index: 1;
}

.school-header-blur {
	position: relative;
	padding: 1rem 2rem;
	border-radius: 5px;
	margin: 0rem;
	background: linear-gradient(to top,
			rgba(255, 255, 255, 1) 30%,
			rgba(255, 255, 255, 0.1) 70%);
}

.school-header-inner {
	background-color: #fff;
	border-radius: 0.5rem;
	padding-top: 3rem;
}

.school-div-border {
	background-color: #fff;
	border-radius: 5px;
	margin: 0rem;
}

/**/
.school-thumbnail {
	border-radius: 3px;
	width: 5rem;
	height: 5rem;
	margin: 0 auto;
	background-color: #fff;
}

.school-thumbnail-max {
	width: 10rem;
	height: 10rem;
	display: flex;
	overflow: hidden;
}

.school-thumbnail>div {
	align-self: center;
}

.school-thumbnail img {
	width: 100%;
	height: auto;
}

.school-slogian {
	font-weight: bold;
	text-align: center;
	color: #344050
}

.school-safety-tips {
	padding: 5px;
	height: 50px;
	border-radius: 50px;
	width: 220px;
	opacity: 1;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.school-safety-tips .icon {
	height: 40px;
	line-height: 40px;
	width: 40px;
	min-width: 40px;
	background-color: #28a745;
	border-radius: 40px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	margin-right: 10px;
}

.school-safety-tips .text p {
	line-height: 1.25;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	width: 100%;
	padding-right: 1rem !important;
	color: #28a745;
}

.school-safety-tips .text .t2 {
	font-size: 12px;
	-webkit-transform: scale(0.90);
	opacity: 0.5;
	padding-top: 0.125rem !important;
	/*-webkit-transform-origin-x:0;*/
}

/**/
.school-introduction {
	list-style: none;
}

.school-introduction li {
	padding: 0.375rem 0;
	font-size: 0.9rem
}

.school-introduction li.d-flex {
	display: flex;
	align-items: start;
}

.school-introduction li .n1 {
	width: 6rem;
	min-width: 6rem;
	font-weight: 700
}

.school-introduction li a {
	color: #0a009d;
	text-decoration: underline;
}

.school-name-cn {
	font-size: 1.75rem !important;
	font-weight: bold;
	line-height: 1.25;
	color: #344050;
}

.school-name-en {
	font-weight: bold;
}

.school-name-cn,
.school-name-en,
.school-tags {
	text-align: center;
}

/**/
.school-statistics {
	display: flex;
	justify-content: space-around;
	justify-content: center;
}

.school-statistics .statistics {
	padding: 0 1rem;
	width: 45%;
}

.school-statistics .statistics:first-child {
	border-right: 1px solid #edf2f9;
}

.school-statistics .statistics p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 700
}

.school-statistics .statistics p.p1 {
	color: #28a745 !important;
}

.school-statistics .statistics p.p2 {
	font-size: 1.75rem
}

.school-statistics .statistics p.creat-time {
	font-size: 1rem;
	padding-top: 0.5rem;
}

/**/
.school-donate {
	text-align: center;
}

.school-donate a {
	font-size: 1.25rem;
}

.school-qr-box {
	display: none;
}

.school-qr-item {
	margin-left: auto;
	width: 8rem;
	text-align: center;
}

.school-qr {
	width: 8rem;
	height: 8rem;
	border-radius: 3;
	overflow: hidden;
}

.school-qr img {
	width: 100%;
	height: auto;
}

.school-qr-item p {
	margin: 0;
	padding: 0;
	color: #87c75c;
	color: #344050;
}

/**/
.school-navbar {
	height: 70px;
	background-color: #0a009d;
	max-width: 1440px;
	margin: 0 auto;
}

.school-navbar-container {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	border-radius: 0.5rem;
}

.school-navbar-container::-webkit-scrollbar {
	display: none;
	/* Chrome/Safari 隐藏滚动条 */
}

.school-navbar-group {
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	/* 添加平滑滚动 */
	gap: 1.5rem;
	white-space: nowrap;
	width: 100%;
	height: 70px;
}

.school-navbar-group a {
	color: #fff;
	text-decoration: none;
	font-size: 1.25rem;
	line-height: 70px;
	transition: color 0.2s ease;
	display: block;
	padding: 0;
	margin: 0;
	font-weight: 600;
}

.school-navbar-group .active a {
	color: #f9cb42;
	font-weight: 600;
	position: relative;
}

.school-navbar-group .active a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: currentColor;
}

.school-navbar-group a:hover {
	color: #f9cb42;
	font-weight: 600;
	/*transform: translateY(-1px);*/
}

/*edu 学校菜单 PC端样式 */
@media (min-width: 992px) {
	.school-navbar-group {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 2.5rem;
	}

	.school-navbar-group a {
		font-size: 1.25rem;
	}
}

/**/
.school-common-title {
	height: 60px;
	line-height: 60px;
	padding: 0 !important;
	margin: 0 !important;
	font-weight: normal;
	border-bottom: 1px solid #edf2f9;
	position: relative;
}

.school-common-title i {
	font-weight: 300;
	font-size: 1.5rem;
}

.school-common-title span {
	display: inline-block;
	position: relative;
}

.school-common-title span.icon {
	width: 55px;
	padding-left: 1rem;
	padding-right: 1rem;
	color: #fd7e14;
}

.school-common-title span.text {
	color: #fd7e14;
	font-size: 1.75rem;
	font-weight: 400;
}

.school-common-title span.text::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 100%;
	height: 10px;
	background-color: #fd7e14;
	z-index: 0;
	right: 0;
	bottom: 40%;
	z-index: 0;
	border-radius: 0px;
	opacity: 0.125;
}

.school-common-title.big-title span.text {
	color: #0a009d;
	font-weight: 400;
}

.school-common-title.big-title span.text::after {
	background: #fff;
	left: 0;
}

.div-map>div {
	background-color: #ccc;
}

.div-map img {
	width: 100%;
	height: auto;
	opacity: 0.875;
}

/*school right*/
.school-main {
	padding: 0;
}

.school-main .school-main-inner {
	padding: 0 1rem;
}

.school-photos {}

.school-photos-item {
	display: inline-block;
	height: auto;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 5px;
	overflow: hidden;
	margin: 10px 0;
}

.school-photos-item img {
	height: auto;
	width: 100%;
}

/*shortcut*/
.shortcut-tools {
	clear: both;
	display: flex;
	align-items: center;
}

.shortcut-tools .shortcut-tools-icon {
	width: 5rem;
	min-width: 5rem;
	height: 5rem;
	line-height: 5rem;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	border-radius: 5rem;
}

.shortcut-tools .btn {
	padding: 0.5rem 1rem;
	border-radius: 0.25rem;
}

.shortcut-tools .btn-dark {
	background-color: #000;
	color: #fff;
}

@media (min-width:992px) {
	.school-header-blur {
		padding: 1rem 2rem;
	}

	.school-div-border {
		margin: 0 auto;
	}

	.school-name-cn,
	.school-name-en,
	.school-tags {
		text-align: left;
	}

	.school-donate {
		text-align: left;
	}

	.school-qr-box {
		display: block;
	}

	.school-share {
		display: inline !important;
	}

	.school-main .school-main-inner {
		padding: 0 2rem;
	}
}



/*edu list*/
.category-breadcrumb {
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	border-radius: 0;
	border-bottom: 1px solid #edf2f9;
	margin: 0 1rem;
}

.category-title-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

.category-title-flex h1 {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	font-weight: 400;
	position: relative;
	padding-left: 0;
	color: #000 !important;
	line-height: 60px;
}

.category-title-flex h1:before {
	/*position: absolute;
	display: inline-block;
	left: 0;
	background: transparent;
	top: 0;
	height: 100%;
	font-family: "bootstrap-icons";
	content: "\F683";
	font-size: 1.5rem;
	*/
}

.category-title-flex .more {
	margin: 0;
	top: 0 !important;
	padding: 0;
}

ul.category-order {
	padding: 0;
	font-size: 0.875rem;
}

ul.category-order li {
	line-height: 60px;
}

.panel-default>.panel-heading {
	border-color: #edf2f9;
	padding: 0;
}

.tabs-wrapper .tabs-group .title {
	font-size: 1.25rem;
	font-weight: 600;
}

.tabs-wrapper .tabs-group .content>li {
	padding-top: 0;
	padding-bottom: 0;
}

.category-order li>a.active {
	color: #0a009d;
	font-weight: bold;
}

@media (min-width:992px) {
	.category-breadcrumb {
		margin: 0;
	}

	.tabs-wrapper .tabs-group .title {
		font-size: 1rem;
		font-weight: 400;
	}

	.tabs-wrapper .tabs-group .content>li {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}



/*edu policies*/
.topic-policies {
	margin: 0 1rem;
}

.item-policies {
	padding: 2rem 0;
	border-bottom: 1px solid #edf2f9;
	position: relative;
	padding-left: 105px;
}

.item-policies .pubYear {
	position: absolute;
	left: 0;
	top: 2rem;
	width: 70px;
	padding-top: 4px;
}

.item-policies .pubYear p {
	margin: 0;
	padding: 0;
	color: #102a8b;
	font-weight: bold;
	text-align: center;
}

.item-policies .pubYear .p1 {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 4px;
}

.item-policies .pubYear .p2 {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 24px;
	font-weight: 900;
	border-top: 0px solid #0a009d;
	font-family: fantasy !important;
}

.item-policies .badge {
	padding: 5px 10px;
	background-color: transparent;
	border: 1px solid #fd7e14;
	color: #fd7e14;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 10px;
	font-size: 12px;
	opacity: 1;
	border-radius: 0;
}

.item-policies .policies-title {
	font-size: 1.25rem;
}

.policies-metas .item {
	width: 49%;
	float: left;
	display: inline-block;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1rem;
	color: #000;
}

.policies-metas .item-w100 {
	width: 100%;
}

.policies-metas .item-w100 b {
	font-size: 11px;
}

@media (min-width: 992px) {
	.topic-policies {
		margin: 0;
	}
}



/*edu help*/
.help-banner {
	position: relative;
	/*background: linear-gradient(#0a009d, #7600a7);*/
	background-color: #1b3250;
	height: 20rem;
	border-radius: 0 0 25px 25px;
	margin: 0 auto;
	max-width: 1440px;
}

.help-div-border {
	background-color: #fff;
	border-radius: 5px;
	margin: 0;
	padding: 0 1rem;
}

.sidebar-help {
	background-color: transparent;
	border: 0;
	position: relative;
	margin: 0;
	display: block;
	padding: 0;
}

.sidebar-help li {
	border-radius: 10px;
	position: relative;
	margin: 0;
	margin-right: -1px;
	margin-bottom: 0.75rem;
	padding: 0 1.5rem;
	height: 4.25rem;
	line-height: 4.25rem;
	font-size: 1.125rem;
	z-index: 1;
	border: 1px solid #fff;
	border-right: 0;
	border-color: transparent;
}

.sidebar-help li,
.sidebar-help li i {
	font-size: 1.25rem;
	font-weight: 400;
}

.sidebar-help li i {
	margin-right: 1rem
}

.navsidebar_active,
.navsidebar_active:hover {
	position: relative;
	z-index: 1;
	box-shadow: -5px 0 0.375rem rgba(0, 0, 0, 0.05) !important;
	background-color: #fff;
	border-color: #edf2f9 !important;
	color: #000 !important;
}

.navsidebar_active a {
	color: #000 !important;
}

@media (min-width: 992px) {
	.help-div-border {
		padding: 2rem;
	}

	.sidebar-help {
		border-right: 1px solid #d8e2ef;
		margin-right: 2rem;
		padding: 3rem 0;
	}

	.sidebar-help li {
		border-radius: 5px 0 0 5px;
	}
}



/*simple text list*/
.item-list-nav {
	clear: both;
}

.item-list-nav>div {
	display: inline-block;
	padding: 0;
	margin-right: 0.25rem;
}

.item-list-nav>div a {
	display: block;
	height: 2.75rem;
	line-height: 2.75rem;
	font-size: 1.125rem;
	padding: 0 1rem;
	border: 1px solid #102a8b;
	color: #102a8b;
	border-radius: 3px;
	margin-bottom: 10px;
}

.item-list-nav>div.item_active a {
	border: 1px solid #102a8b;
	color: #fff;
	font-weight: 600;
	background-color: #102a8b;
}

.item-list-nav>div a:hover {
	background-color: #102a8b;
	color: #fff;
}

.item-simple {
	padding: 1rem 0;
	border-bottom: 1px dotted #edf2f9;
}

.item-simple h3 {
	font-weight: 400;
	font-size: 1.125rem;
	margin: 0;
}

.item-simple .simple-intro {
	color: #9da9bb;
}

.item-simple .simple-meta {
	color: #b6c1d2;
}

.item-simple .simple-meta span {
	margin: 0 0.5rem;
	font-size: 0.875rem;
}

.item-simple .simple-meta .schoolName {
	margin-left: 0;
}

.item-simple--li {
	padding-right: 80px !important;
	height: 37.5px !important;
	line-height: 37.5px !important;
	margin-bottom: 5px;
	position: relative;
}

.item-simple--li span {
	position: absolute;
	right: 0;
}

.item-simple--li a {
	font-size: 1rem !important;
}



/*edu school list*/
.school-list-banner {
	position: relative;
	/*background: linear-gradient(#0a009d, #7600a7);*/
	height: 21rem;
	border-radius: 0 0 25px 25px;
	margin: 0 auto;
	max-width: 1440px;
	margin-top: -1.125rem !important;
	background-image: url("/assets/edu/thumbnail.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}

.school-list-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: linear-gradient(#0a009d, #7600a7);*/
	background-color: #0a009d;
	opacity: 0.75;
	border-radius: 0 0 25px 25px;
	z-index: 1;
}

.school-header-banner:before {
	opacity: 0.5
}

.school-list-banner .container {
	position: relative;
	z-index: 2;
}

.school-search-form {
	width: 100%;
}

.school-search-form input.form-control {
	width: 100%;
	height: 60px !important;
	line-height: 60px !important;
	border: 0px solid #d7c4f5 !important;
	font-size: 1.25rem;
}

@media (min-width: 992px) {
	.school-search-form {
		width: 450px;
		margin: 0 auto;
	}
}



/*sidebarTab*/
.sidebarTab-nav {
	display: flex;
	justify-content: center;
	background-color: #102a8b;
	border-radius: 3px;
	border: none;
	padding-top: 10px;
}

.sidebarTab-nav>li>a {
	border: 0 !important;
	color: #fff;
	font-weight: 400;
	font-size: 1rem;
}

.sidebarTab-nav>li>a:hover {
	color: #102a8b;
	background-color: #fff !important;
}

.sidebarTab-nav>li.active>a {
	color: #102a8b;
}

/*typed*/
.sidebar-typed {
	background-color: #102a8b;
	background-image: url("/assets/edu/corner.png");
	background-position: right;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 3px;
}

.typed-flex {
	display: flex;
	align-items: center;
}

.sidebar-typed>p {
	font-size: 0.875rem;
	font-weight: 300;
	opacity: 0.75;
}

.sidebar-typed>p>span {
	font-size: 1.25rem;
}

.typed-icon {
	font-size: 4rem;
	line-height: 1;
	color: #fff;
	margin-right: 1rem;
}

.hero-typed {
	font-weight: 700 !important;
	/*font-size: 2.5rem;*/
}

.hero-typed .text-highlight-warning {
	background: left 1em/1em .2em;
	background-repeat: repeat-x
}

.hero-typed .text-highlight-warning {
	background-image: linear-gradient(to bottom, rgba(245, 202, 153, .5), rgba(245, 202, 153, .5))
}

.typed-cursor {
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

@keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}



/*search*/
.search-article-item {}

.search-article-item .article-title a {
	font-size: 1.375rem !important;
	font-weight: 400;
}

.search-article-item .media-url {
	color: #00d27a;
	font-size: 0.75rem;
}

.search-article-item .media .media-left a {
	width: 8rem !important;
}

.search-article-item .noMedia {
	padding: 0 !important;
	height: auto !important;
}

.search-article-item .noMedia .article-tag {
	position: relative !important;
}

.search-article-item .noMedia .article-intro {
	height: auto;
	margin-bottom: 1rem;
}



/*item school*/
.item-school {
	position: relative;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	display: flex;
	align-items: center;
	padding: 2rem 0;
}

.item-school:hover {
	box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.125) !important;
	border-radius: 5px;
}

.item-school .school-left {
	width: 100px;
	height: 100px;
	padding: 0 15px;
	min-width: 100px;
	margin-right: 1rem;
	overflow: hidden;
}

.item-school .school-left>a {
	display: flex;
	height: 100%;
}

.item-school .school-left>a>div {
	align-self: center;
}

.item-school .school-left img {
	width: 100%;
	height: auto;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.item-school .school-body {
	overflow: hidden;
}

.item-school .school-body .school-name {
	display: block;
	font-size: 1.5rem;
	height: 40px;
	line-height: 40px;
	text-align: left;
}

.item-school .school-body .metas b {
	font-weight: 900;
}

.item-school .school-body .school-tags {
	height: 27px;
	overflow: hidden;
	opacity: 0.875;
}

.item-school .btn.right-btn {
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	border-radius: 50px;
	background-color: #fff;
	color: #fd7e14;
	border: 1px solid #fd7e14;
	font-weight: bold;
}

.item-school .right-telNumber {
	max-width: 300px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.item-school-simple {
	padding: 1rem 0;
}

.item-school-simple a {
	width: 100%;
}

.item-school-simple:hover {
	box-shadow: none !important;
	border-radius: 0;
}

.item-school-simple .school-body .school-name {
	font-size: 1.05rem;
}

.item-school-simple.school-ads {
	padding: 0 !important;
}

.item-school-simple.school-ads img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	justify-self: center;
}

.collegeRecommend-list.row {
	margin-left: -0 !important;
	margin-right: -0 !important;
}

.collegeRecommend-list.row .col-xs-12,
.collegeRecommend-list.row .col-md-6,
.collegeRecommend-list.row .col-md-4 {
	padding-left: 0;
	padding-right: 0;
}

.collegeRecommend-list .item-school-simple {
	border: 1px solid #edf2f9 !important;
	position: relative;
	margin-bottom: -1px;
	margin-right: -1px;
	padding: 1.5rem 0;
	height: 145px;
	overflow: hidden !important;
}

@media (min-width: 992px) {
	.item-school .school-left {
		height: 105px;
	}
}



/*index*/
.index-part-header {
	background-color: #edf2f9;
	padding: 10px 0 0 0;
}

.index-part-header .part-border {
	background-color: #fff;
	border-radius: 3px;
	min-height: 34rem;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}

.index--shortcut li {
	height: 38px;
	line-height: 38px;
	text-align: left;
}

.index--shortcut li a {
	color: #344050;
}

.index--shortcut--ai {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	border: 1px solid #f5803e;
	color: #f5803e;
	text-align: center;
	border-radius: 3px;
	background-color: #fde6d8;
}

.index--shortcut--ai:hover {
	color: #f5803e;
}

.index--shortcut li i {
	font-size: 12px;
	float: right;
}

.part-header-news .news--list {
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}

.part-header-news .news--list li {
	height: 30px;
	line-height: 30px;
}

.part-header-news .news--list li:nth-child(4) {
	margin-bottom: 1rem;
}

.part-header-news .news--list li:nth-child(1) a,
.part-header-news .news--list li:nth-child(5) a {
	font-weight: bold;
	color: #f5803e;
}

.index--calendar--header {
	display: block;
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	background-color: #f4fff8;
	background-image: url(/assets/edu/corner.png);
	background-size: contain;
	background-position: right;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.index--calendar--header .calendar-body {
	padding: 1rem 2rem;
	display: flex;
}

.index--calendar--header .calendar-icon {
	position: relative;
}

.index--calendar--header .calendar-icon .bi {
	font-size: 2rem;
	color: #10bb8d;
}

.notify-badge {
	width: 6px;
	height: 6px;
	background: #d6293e;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 1
}

.animation-blink {
	-webkit-animation: blink 2s infinite;
	animation: blink 2s infinite
}

@-webkit-keyframes blink {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes blink {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.index--calendar--header .calendar-text {
	color: #10bb8d;
	padding-left: 1rem;
}

.index--calendar--header .calendar--link {
	display: inline-block;
	padding: 0 2rem;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background-color: #fd7e14;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 1rem;
}

.calendar-list {
	padding: 2rem 1.5rem;
	padding-bottom: 0;
	position: relative;
}

.calendar-list::after {
	display: block;
	position: absolute;
	content: '';
	z-index: 0;
	width: 1.5rem;
	height: 80%;
	left: 0;
	top: 3rem;
	border-right: 1px dashed #10bb8d;
}

.calendar-list .calendar-item {
	position: relative;
}

.calendar-list .calendar-item .item-title {
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
}

.calendar-list .calendar-item .item-title .dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	border-radius: 15px;
	background-color: #10bb8d;
	border: 4px solid #edfff8;
	margin-right: 10px;
	margin-left: -8px;
}

.calendar-list .calendar-item .item-link {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding-left: 20px;
	margin-bottom: 1rem;
}

.calendar-list .calendar-item .item-link a {
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 30px;
	font-size: 12px;
	margin: 0 2px;
}

.index-safe-card {
	text-align: center;
	display: flex;
	justify-content: space-between;
	padding: 0 1rem;
}

.index-safe-card a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
}

/**/
.right-item-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.right-item-title .right-item-title-left {
	font-size: 1.25rem;
	line-height: 1.25rem;
	margin: 30px 0;
	padding: 0;
	padding-left: 15px;
	border-left: 5px solid #0a009d;
	color: #232e3c;
	font-weight: 600;
}

.right-item-title .ceindex-3-nav {
	margin: 0;
	padding: 0;
	font-size: 12px;
	border: 0 !important;
}

.right-item-title .ceindex-3-nav>li>a {
	border: 1px solid #0a009d;
	border-radius: 1px;
	margin: 0 2px !important;
	padding: 3px 8px !important;
	color: #0a009d;
	background-color: #fff;
}

.right-item-title .ceindex-3-nav>li.active>a {
	background-color: #0a009d;
	color: #fff;
}

/*statics*/
.index-site-statics {
	display: flex;
	align-items: center;
	border-radius: 3px;
	padding: 1.5rem 0;
	margin: 0;
	border: 0 !important;
	/*
	background: linear-gradient(#fff, #f3fff3);
	box-shadow: 0 2px 0.75rem rgba(0, 0, 0, 0.075) !important;
	*/
	background-color: #edf2f9 !important;
}

.index-site-statics .staticsNum {
	width: 24.99999%;
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
	position: relative;
}

.index-site-statics .staticsNum.end {
	border: none !important;
}

.staticsNum p {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 12px;
	display: block;
}

.staticsNum .numAnimation {
	font-weight: 900;
	font-size: 1.25rem;
	position: relative;
	display: inline;
	color: #000;
}

.staticsNum .numAnimation:before {
	content: '+';
	position: absolute;
	font-size: 1rem;
	font-weight: bold;
	left: -15px;
	top: 40%;
}

.ceindex-1 {}

.ceindex-1-item {
	background-color: #eee;
	border-radius: 1px;
}

.ceindex-1-media {}

.ceindex-1-body {
	height: 88px;
	overflow: hidden;
	position: relative;
}

.ceindex-1-date {
	height: 88px;
	background-color: #0a009d;
	color: #fff;
	text-align: center;
	width: 75px;
	padding: 0 10px;
	font-size: 14px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.ceindex-1-date .date-1 {
	font-size: 2rem;
	font-weight: bold;
	padding-top: 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}

.ceindex-1-body h4 {
	width: 100%;
	margin: 19px 0;
	padding: 0;
	padding-left: 90px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	font-size: 1.125rem;
}

.ceindex-2 {}

.ceindex-2-item {
	height: 80px;
	overflow: hidden;
}

.ceindex-2-item .media-left a {
	display: block;
	width: 107px;
}

.ceindex-2-item .media-heading {
	height: 2.8125rem;
	overflow: hidden;
	margin-bottom: 15px;
}

.ceindex-3 {
	background-color: #f9fafd;
	border-radius: 1px;
}

.ceindex-3-body {
	padding: 0 1.5rem;
	height: 350px;
}

.ceindex-3-body.c3r {
	height: auto !important;
	padding-bottom: 2rem;
}

.ceindex-3-item {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ceindex-3-item .sheng {
	padding-right: 0.5rem;
	border-right: 1px solid #d8e2ef;
	color: #0a009d;
	margin-right: 0.75rem;
}

.ceindex-3-item a {
	color: #9da9bb;
}

.ceindex-3-btn {
	padding: 0;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}

.ceindex-3-btn a {
	display: inline-block;
	padding: 7px 20px;
	border: 1px solid #0a009d;
	color: #0a009d;
	border-radius: 3px;
}

@media (min-width: 992px) {
	.index-site-statics {
		margin: 1.5rem 0;
	}

	.staticsNum p {
		font-size: 1rem;
	}

	.staticsNum .numAnimation {
		font-size: 2.75rem;
	}
}






/*index help*/
.index-part-help {
	background-color: #f4fff8;
	background-image: url("/assets/edu/corner.png");
	background-position: right;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.help-topics-container {
	clear: both;
}

.help-topics-container .topics-card {
	border: none !important;
	border-radius: 10px;
	background-color: #fff;
}

.help-topics-container .topics-card .card-header {
	background: #cdf2ee;
	padding: 1.5rem 0;
	text-align: center;
	color: #fff;
	border-radius: 10px 10px 0 0;
	background-image: url("/assets/edu/corner.png");
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
}

.help-topics-container .topics-card .card-header i {
	font-size: 2rem;
	display: none;
}

.help-topics-container .topics-card .card-header h5 {
	color: #047065;
	font-size: 1.25rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.index-help-list {
	height: 16rem;
	padding: 1rem;
}

.index-help-list li {
	height: 40px;
	line-height: 40px;
}

.index-help-list li i {
	font-size: 10px;
	margin-right: 5px;
}

.index-help-list li a {
	/*color: #047065;*/
}

.index-topic-item {
	border-radius: 3px;
}

.index-topic-item img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
}

.index-part-3-list {
	height: 22.25rem;
	overflow: hidden;
}





/*index directory*/
.index-web-directory {}

.web-directory .web-directory {
	width: 100%;
}

.web-directory .directory .item {
	display: inline-block;
	height: 37px;
	line-height: 37px;
	float: left;
	padding: 0 0.5rem;
}

.web-directory .directory .item a {
	color: #748194 !important;
}

@media (min-width: 992px) {
	.web-directory .directory .item {
		width: 25%;
		padding: 0 2.5rem 0 0;
	}
}