/*
** webui v1.0.2
** Copyright 2024 www.enshi.cn
*/

* {
	outline: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 18px;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1em;
	line-height: 2;
	font-weight: 400;
	text-align: left;
	background-color: #fff;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

html,
body,
blockquote,
pre,
hr,
caption,
form,
fieldset,
legend,
input,
button,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
p {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

a {
	color: #222;
	text-decoration: none;
	background-color: transparent;
}

a[href=""],
a:not([href]):not([class]) {
	pointer-events: none !important;
	cursor: default !important;
	color: inherit !important;
	text-decoration: none !important;
}

a[href=""]:hover,
a:not([href]):not([class]):hover {
	color: inherit !important;
	text-decoration: none !important;
}

a:hover {
	color: #ee0000;
	text-decoration: underline;
}

hr {
	box-sizing: content-box;
	overflow: visible;
	height: 0 !important;
	padding: 0 !important;
	margin: 0.5em 0 !important;
	border-bottom: 1px solid #d5dbe6 !important;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
	font-weight: 400;
}

mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.1em;
}

sup {
	top: -0.4em;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	font-style: normal;
	line-height: inherit;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 0;
	overflow: auto;
}

figure {
	margin: 0 0 1em;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

label {
	display: inline-block;
	margin-bottom: 0.5em;
}

button {
	border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

/*
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
*/
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	/*
	-webkit-appearance: none;
	*/
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 1.2;
}

.clearfix {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	display: block;
	content: " ";
	clear: both;
	height: 0;
	visibility: hidden;
}

.w-5 {
	width: 5 !important;
}

.w-10 {
	width: 10% !important;
}

.w-15 {
	width: 15% !important;
}

.w-20 {
	width: 20% !important;
}

.w-25 {
	width: 25% !important;
}

.w-30 {
	width: 30% !important;
}

.w-35 {
	width: 35% !important;
}

.w-40 {
	width: 40% !important;
}

.w-45 {
	width: 45% !important;
}

.w-50 {
	width: 50% !important;
}

.w-55 {
	width: 55% !important;
}

.w-60 {
	width: 60% !important;
}

.w-65 {
	width: 65% !important;
}

.w-70 {
	width: 70% !important;
}

.w-75 {
	width: 75% !important;
}

.w-80 {
	width: 80% !important;
}

.w-85 {
	width: 85% !important;
}

.w-90 {
	width: 90% !important;
}

.w-95 {
	width: 95% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

body {
	min-width: 1420px;
}
.container {
	width: 1420px;
	max-width: 1420px;
	min-width: 1420px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto {
	position: relative;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-left: calc(10px);
	padding-right: calc(10px);
	float: left;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	float: none;
}

.img-fluid,
.img-fluid img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-nowrap {
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-clamp-3,
.text-clamp-2,
.text-clamp-1 {
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.text-clamp-3 {
	-webkit-line-clamp: 3;
}

.text-clamp-2 {
	-webkit-line-clamp: 2;
}

.text-clamp-1 {
	-webkit-line-clamp: 1;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.pl-auto,
.px-auto,
.p-auto {
	padding-left: auto !important;
}

.pr-auto,
.px-auto,
.p-auto {
	padding-right: auto !important;
}

.pl-0,
.px-0,
.p-0 {
	padding-left: 0 !important;
}

.pr-0,
.px-0,
.p-0 {
	padding-right: 0 !important;
}

.pt-0,
.py-0,
.p-0 {
	padding-top: 0 !important;
}

.pb-0,
.py-0,
.p-0 {
	padding-bottom: 0 !important;
}
.pl-1em,
.px-1em,
.p-1em {
	padding-left: 1em !important;
}

.pr-1em,
.px-1em,
.p-1em {
	padding-right: 1em !important;
}

.pt-1em,
.py-1em,
.p-1em {
	padding-top: 1em !important;
}

.pb-1em,
.py-1em,
.p-1em {
	padding-bottom: 1em !important;
}
.pl-2em,
.px-2em,
.p-2em {
	padding-left: 2em !important;
}

.pr-2em,
.px-2em,
.p-2em {
	padding-right: 2em !important;
}

.pt-2em,
.py-2em,
.p-2em {
	padding-top: 2em !important;
}

.pb-2em,
.py-2em,
.p-2em {
	padding-bottom: 2em !important;
}
.pl-3em,
.px-3em,
.p-3em {
	padding-left: 3em !important;
}

.pr-3em,
.px-3em,
.p-3em {
	padding-right: 3em !important;
}

.pt-3em,
.py-3em,
.p-3em {
	padding-top: 3em !important;
}

.pb-3em,
.py-3em,
.p-3em {
	padding-bottom: 3em !important;
}
.ml-auto,
.mx-auto,
.m-auto {
	margin-left: auto !important;
}

.mr-auto,
.mx-auto,
.m-auto {
	margin-right: auto !important;
}

.ml-0,
.mx-0,
.m-0 {
	margin-left: 0 !important;
}

.mr-0,
.mx-0,
.m-0 {
	margin-right: 0 !important;
}

.mt-0,
.my-0,
.m-0 {
	margin-top: 0 !important;
}

.mb-0,
.my-0,
.m-0 {
	margin-bottom: 0 !important;
}
.ml-1em,
.mx-1em,
.m-1em {
	margin-left: 1em !important;
}

.mr-1em,
.mx-1em,
.m-1em {
	margin-right: 1em !important;
}

.mt-1em,
.my-1em,
.m-1em {
	margin-top: 1em !important;
}

.mb-1em,
.my-1em,
.m-1em {
	margin-bottom: 1em !important;
}
.ml-2em,
.mx-2em,
.m-2em {
	margin-left: 2em !important;
}

.mr-2em,
.mx-2em,
.m-2em {
	margin-right: 2em !important;
}

.mt-2em,
.my-2em,
.m-2em {
	margin-top: 2em !important;
}

.mb-2em,
.my-2em,
.m-2em {
	margin-bottom: 2em !important;
}
.ml-3em,
.mx-3em,
.m-3em {
	margin-left: 3em !important;
}

.mr-3em,
.mx-3em,
.m-3em {
	margin-right: 3em !important;
}

.mt-3em,
.my-3em,
.m-3em {
	margin-top: 3em !important;
}

.mb-3em,
.my-3em,
.m-3em {
	margin-bottom: 3em !important;
}
.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-flex {
	display: flex !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.icon-yxb {
	font-size: 1em;
	text-decoration: none !important;
}


/*
** ie support
*/
.ie html,
.ie body {
	overflow: hidden;
}
#browser-not-support {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	_position: absolute;
	background-color: #000;
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 200%;
}
#browser-not-support .browser-warp {
	width: 700px;
	margin: 0 auto;
	margin-top: 180px;
	padding: 50px 0;
	background-color:#fff;
	border-radius: 5px;
}
#browser-not-support .browser-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 30px;
}
#browser-not-support .browser-list {
	width: 600px;
	height: 130px;
	margin: 20px auto;
}
#browser-not-support .browser-list a {
	float: left;
	width: 150px;
	display: block;
	font-size: 18px;
}
#browser-not-support .browser-list a i {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	background: url(../images/browser.png) no-repeat;
}
#browser-not-support .browser-list a .browser-chrome {
	background-position: 0 0;
}
#browser-not-support .browser-list a .browser-firefox {
	background-position: 0 -100px;
}
#browser-not-support .browser-list a .browser-opera {
	background-position: 0 -200px;
}
#browser-not-support .browser-list a .browser-edge {
	background-position: 0 -300px;
}
#browser-not-support .browser-footer {
	margin-top: 20px;
	display: none;
}
#browser-not-support .browser-footer a {
	text-decoration: none ;
	color: #666;
}

/*
** percent image
*/
.percent-image {
	width: 100%;
	min-height: fit-content;
	display: block;
	overflow: hidden;
}

.percent-image .figure {
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
	position: relative;
	overflow: hidden;
}

.percent-9_16 .figure {
	padding-bottom: 56%;
}

.percent-image .figure,
.percent-10_16 .figure {
	padding-bottom: 62.5%;
}

.percent-3_4 .figure {
	padding-bottom: 75%;
}

.percent-1_1 .figure {
	padding-bottom: 100%;
}

.percent-4_3 .figure {
	padding-bottom: 125%;
}

.percent-image .figure>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	transition: all 0.6s;
	transform: scale(1.05);
}

.percent-image:not(.not-figcaption) .figure::after {
	position: absolute;
	content: "";
	height: 40%;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	background: linear-gradient(180deg, transparent, black);
	z-index: 2;
}

.percent-image:hover .figure > img,
.swiper:hover .percent-image .figure > img {
	transform: scale(1.15);
	opacity: 0.9;
}

.percent-image .figure>.figcaption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	padding: 1em;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}

/*
** hover-title
*/
.title-hover .title {
	display: inline;
	background: linear-gradient(to right, currentColor 50%, currentColor 100%);
	background-size: 0px 1px;
	background-repeat: no-repeat;
	background-position: left 100%;
	transition-duration: 0.5s;
}
.title-hover:hover .title {
	background-size: 100% 1px;
}

/*
** list
*/
[data-list-total="0"] {
	min-height: 400px;
	background-image: url(../images/svg/null.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
.list-row-split {
    display: flex !important;
}
.list-row-split > li {
    position: relative;
}
.list-row-split > li:not(.except):not(:last-of-type)::after {
    content: "\2223";
    position: relative;
    top: -1px;
    opacity: 0.3;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.list-style-normal li {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	padding-left: 1em !important;
	border-bottom: 1px solid #eee;
}
.list-style-normal li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background-color: #b6bcc5;
}
.list-style-normal li:hover::before {
	background-color: #ee0000;
}
.list-style-normal li .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 1em;
}
.list-style-normal li .title {
	padding-top: 8px;
	padding-bottom: 8px;
}
.list-style-normal li .category,
.list-style-normal li .time {
	white-space: nowrap;
}
.list-style-normal li .split {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.list-style-normal li .time {
	margin-left: auto;
	opacity: 0.65;
	font-size: 0.888889em;
}
.list-style-character li {
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 1.25em 0;
}
.list-style-character li > .right {
	flex: 1;
	margin-left: 1.25em;
	line-height: 1.6;
}
.list-style-character li > .right .title {
	font-weight: bold;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.list-style-character li > .right .intro {
	margin-top: 3px;
	font-size: 0.777778em;
	opacity: 0.5;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-style-graphic li {
	display: flex;
	margin-top: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #eee;
}
.list-style-graphic li .left {
	width: 250px;
	margin-right: 1.5em;
}
.list-style-graphic li .left .percent-image {
	border-radius: 5px;
}
.list-style-graphic li .right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.list-style-graphic li .right .title {
	font-weight: bold;
	line-height: 1.4;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-style-graphic li .right .intro {
	font-size: 0.777778em;
	line-height: 1.6;
	opacity: 0.5;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 0.75em 0;
}
.list-style-graphic li .right .other {
	display: flex;
	font-size: 0.888889em;
}
.list-style-graphic li .right .other,
.list-style-graphic li .right .other a {
	color: #0A4596;
}
.list-style-graphic li .right .other .more {
	margin-left: auto;
}
.list-style-graphic li .right .other .more,
.list-style-graphic li .right .other .more a {
	text-decoration: none;
}
.list-children-link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.list-children-link li {
	margin: 2em;
}
.list-children-link li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	text-align: center;
	padding: 0.75em 2em;
	border-radius: 5px;
	background-color: #e1e8f3;
	color: #24569b;
	text-decoration: none;
	transition: 0.3s;
}
.list-children-link li a .icon-yxb::after {
	font-size: 1.5em;
}
.list-children-link li a .icon-yxb {
	margin-right: 10px;
}
.list-children-link li a:hover {
	background-color: #013a89;
	color: #fff;
}
.channel-box {
	margin-top: 4em;
	margin-bottom: 2em;
}
.list-picture-vertical {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin-top: 1em;
}
.list-picture-vertical li {
	width: calc(25% - 60px);
	border: 1px solid #cee1fb;
	margin: 30px;
}
.list-picture-vertical li .percent-image .figure {
	padding-bottom: 135%;
}
.list-picture-vertical li .percent-image .figure>.figcaption {
	font-size: 0.777778em;
	line-height: 1.2;
}
.list-style-teacher {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 0.888889em;
}
.list-style-teacher li {
	margin-top: 1.25em;
	margin-left: 1.25em;
	width: calc(16.666667% - 1.25em);
}
.list-style-teacher li:nth-of-type(6n + 1) {
	margin-left: 0;
	width: 16.666667%;
}
.list-style-teacher li a {
	display: block;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	padding: 0.5em;
	background-color: #edeff3;
	border-radius: 5px;
}
.list-style-teacher li a:hover {
	background-color: #0057cd;
	color: #fff;
}
dl.loop-dl-stylt-1 dt {
	padding-bottom: 0.25em;
	border-bottom: 1px solid #ededed;
	font-size: 1.125em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

/*
** icon Class
*/
.category_1012 .icon-yxb::after {
	content: "\e66d";
}
.category_1013 .icon-yxb::after {
	content: "\e67d";
}
.category_1014 .icon-yxb::after {
	content: "\e654";
}
.category_1053 .icon-yxb::after {
	content: "\e6fa";
}
.category_1054 .icon-yxb::after {
	content: "\e653";
}

/*
** header
*/
header {
	background-color: #0A4596;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	font-size: 0.777778em;
}
header,
header a {
	color: #fff !important;
}
header > .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .header-left {
	display: flex;
	align-items: center;
}
header .header-right {
	display: flex;
	flex-direction: column;
	align-items: center;
}

nav {
	background-color: #013A89;
}
nav,
nav a {
	color: #fff !important;
}
.nav-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-list > li {
	position: relative;
}
.nav-list > li > a {
	display: block;
	font-size: 1em;
	padding: 0.75em 1em;
}
.nav-child-box {
	font-size: 0.88889em;
    width: 20em;
    position: absolute;
    top: auto;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    transition: all 0.35s;
    transform: translateX(0) perspective(600px) rotateX(-45deg);
	background-color: #02347b;
}
.nav-list > li:nth-last-child(2) .nav-child-box,
.nav-list > li:nth-last-child(1) .nav-child-box {
	left: auto;
	right: 0;
}
.nav-list > li:hover {
	background-color: #02347b;
}
.nav-list > li:hover .nav-child-box {
	opacity: 1;
	visibility: visible;
	transform: translateX(0) perspective(600px) rotateX(0);
}
.nav-child-items {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nav-child-items > li {
	margin: 2px 5px;
}
.nav-child-items > li > a {
	display: block;
	padding: 2px 10px;
}
.nav-child-items > li > a:hover {
	background-color: #0A4596;
}

/*
** search
*/
.search-form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	background-color: #fff;
	border-radius: 36px;
	margin-top: 5px;
}
.search-form .search-input,
.search-form .search-button {
	height: 36px;
	background-color: transparent;
	border: 0;
}
.search-form .search-input {
	width: 180px;
	padding-left: 1em;
}
.search-form .search-button {
	width: 50px;
	background-image: url(../images/icon-search.png);
	background-repeat: no-repeat;
	background-position: center;
}

/*
** swiper
*/
.swiper-container {
	width: 100%;
}
.swiper-container,
.swiper-container .swiper-slide {
	overflow: hidden;
	display: block;
}
.swiper-banner .swiper-slide {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-banner-1 {
	background-image: url(../images/banner-1.jpg);
}
.bg-banner-2 {
	background-image: url(../images/banner-2.jpg);
}
.bg-banner-3 {
	background-image: url(../images/banner-3.jpg);
}
.bg-banner-4 {
	background-image: url(../images/banner-4.jpg);
}
.bg-banner-5 {
	background-image: url(../images/banner-5.jpg);
}
.swiper-banner .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -999999px;
	font-size: 0;
	opacity: 0;
}
.swiper-container .swiper-pagination-bullet {
	width: 0.75em;
	height: 0.75em;
	border-radius: 0.5em;
	background-color: #ffffff;
	opacity: 0.9;
	transition: 0.3s;
}
.swiper-container.swiper-image-slider .swiper-pagination-bullet {
	width: 0.5em;
	height: 0.5em;
}
.swiper-pagination-gray .swiper-pagination-bullet {
	background-color: #ccc;
}
.swiper-pagination-black .swiper-pagination-bullet {
	background-color: #333;
}
.swiper-pagination-space .swiper-pagination-bullet {
	margin: 4px;
}
.swiper-container.swiper-image-slider .swiper-pagination-bullet-active {
	width: 1em
}
.swiper-container .swiper-pagination-bullet-active {
	width: 1.5em;
	opacity: .7;
}
.swiper-image-slider .swiper-pagination {
	width: auto !important;
	left: auto !important;
	top: 0.5em;
	right: 0.75em;
	bottom: auto !important;
	line-height: 1.2;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	pointer-events: auto;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	width: 2.6em;
	height: 4em;
	margin-top: -2em;
	background-size: 1em;
	transition: all .3s;
}
.swiper-container .swiper-button-prev {
	left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transform: translate(-2.6em, 0);
}
.swiper-container .swiper-button-next {
	right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transform: translate(2.6em, 0);
}
.swiper-container .swiper-fixed-btn {
	transform: translate(0, 0);
}
.swiper-container .swiper-fixed-btn {
	transform: translate(0, 0);
}
.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
	font-size: 1.25em;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
	transform: translate(0, 0);
}
.swiper-slide .percent-image .figure::after {
	display: none;
	opacity: 0;
}
.swiper-slide .percent-image .figure>.figcaption {
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: space-between;
}
.swiper-slide .percent-image .figcaption-title {
	width: calc(100% - 80px);
	background-color: rgba(0, 0, 0, 0.5);
	height: 80px;
	padding: 1em;
	line-height: 1.4;
	display: flex;
	align-items: center;
}

/*
** footer
*/
footer {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	background-color: #013A89;
	font-size: 0.777778em;
}
footer,
footer a {
	color: #fff !important;
}
.footer-mainer {
	border-top: 1px solid #1e5299;
	border-bottom: 1px solid #1e5299;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding-top: 3em;
	padding-bottom: 3em;
}
.footer-mainer,
.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-mainer .mainer-right ul {
	display: flex;
}
.footer-mainer .mainer-right ul li {
	text-align: center;
}
.footer-mainer .mainer-right ul li img {
	max-width: 120px;
}
.footer-mainer .mainer-right ul li:not(:first-child) {
	margin-left: 2em;
}

/*
** other styles
*/
.box-large-title {
	text-align: center;
}
.box-large-title a {
	text-decoration: none !important;
}
.title-h1 {
	font-size: 36px;
	font-weight: bold;
	color: #0A4596 !important;
}
.title-h6 {
	font-size: 22px;
	color: #0A4596 !important;
	opacity: 0.5;
}
.box-col-2 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.box-col-2 > .col-left,
.box-col-2 > .col-right {
	width: calc(50% - 20px);
}
.date-style {
	width: 80px;
	height: 80px;
	line-height: 1;
	font-size: 14px;
	background-color: rgba(0, 70, 170, 0.6);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.date-style .date-day {
	font-size: 44px;
	margin-top: -6px;
}
.style-dt-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d8e5f8;
}
.style-dt-1 .title-h6 {
	font-size: 1em;
	margin-top: 1em;
}
.style-dt-2 .percent-image .figure {
	padding-bottom: 160px;
}
.style-dt-2 .percent-image .figure>.figcaption {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 2em;
	font-weight: bold;
}
.style-dt-2 .percent-image .figure::after {
	display: none;
	opacity: 0;
}
.style-dd-2 .list-style-normal li a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.style-dt-3 .percent-image .figure {
	padding-bottom: 200px;
}
.style-dt-3 .percent-image .figure>.figcaption {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.style-dt-3 .percent-image .figure>.figcaption .title {
	border: 1px solid #fff;
	padding: 5px 20px;
	border-radius: 5px;
}
.style-dt-3 .percent-image .figure::after {
	display: none;
	opacity: 0;
}

/*
** index
*/
.section-index-1 .list-style-normal li:first-child {
	border-top: 1px solid #eee;
}

/*
** mainstay
*/
.mainstay {
	display: flex;
	margin-top: 2em;
	margin-bottom: 3em;
}
.mainstay > aside {
	flex: none;
	width: 300px;
	margin-right: 40px;
}
.mainstay > main {
	flex: 1;
	width: 100%;
	overflow: hidden;
}
.breadcrumb {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.75em;
}
.breadcrumb .bread-left {
	font-weight: bold;
	color: #0057cd;
	font-size: 1.25em;
}
.breadcrumb .bread-right {
	font-size: 0.888889em;
}
.breadcrumb .bread-right,
.breadcrumb .bread-right a {
	color: #444;
}
.aside-category .parent-name {
	background-color: #e2eeff;
	background-image: url(../images/modern-shadow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
	color: #2666c0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	padding: 1em;
	padding-bottom: 3em;
	border-radius: 3px;
}
.category-items li {
	margin-top: 0.5em;
}
.category-items li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background-color: #e8eff9;
	color: #222;
	padding: 0.75em 1.25em;
	border-radius: 3px;
	text-decoration: none;

}
.category-items li a:hover {
	background-color: #d7e3f5;
}
.category-items li a::after {
	font-family: "icon-yxb";
	content: "\e94a";
	opacity: 0.25;
}
.category-items li.on a {
	background-color: #2b73d5;
	color: #fff;
}
.category-items li.on a::after {
	opacity: 0.8;
}
.list-box .list-style-normal li a {
	padding-top: 12px;
	padding-bottom: 12px;
}
.list-box .list-style-character li {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.list-box .list-style-character li .date-style {
	background-color: rgba(200, 200, 200, 0.15);
	color: #999;
}

/*
** pagination
*/
.pagination,
.p_pages {
	display: flex;
	justify-content: center;
	font-size: 14px;
}
.pagination {
	padding-top: 1em;
	margin-top: 1em;
}
.pagination[data-page-count="0"],
.pagination[data-page-count="1"] {
	display: none !important;
}
.p_pages > span {
	margin-left: 3px;
	margin-right: 3px;
	line-height: 34px;
}
.p_pages > span,
.p_pages > span a {
	color: #555;
}
.p_pages > .p_no_d,
.p_pages > span a {
	padding-left: 15px;
	padding-right: 15px;
}
.p_pages > span a {
	display: block;
	border: 1px solid #b7b9c4;
}
.p_pages > span a:hover {
	background-color: #0A4596;
	border-color: #0A4596;
	color: #fff;
}
.p_pages > .p_no_d {
	background-color: #2666c0;
	color: #fff;
}

/*
** article
*/
.article-box {
	padding-top: 2em;
}
.article-title,
.article-subtitle,
.article-info {
	text-align: center;
	margin-bottom: 5px;
}
article .article-title {
	font-size: 2em;
	font-weight: bold;
}
article .article-subtitle {
	font-size: 1.5em;
}
article .article-info {
	font-size: 0.777778em;
	border-top: 1px dashed #d5dbe6;
	margin-top: 3em;
	padding-top: 0.5em;
}
.article-info,
.article-info a {
	color: #777;
}
.article-info > span {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
article .article-content {
	margin-top: 2em;
}
article .article-content p {
	text-indent: 2em;
	word-break: break-all;
	font-size: 0.888889em !important;
	line-height: 200% !important;
}
article .article-content p:not(:last-child),
article .article-content p:not(td p),
article .article-content p:not(li p) {
	margin-bottom: 1em !important;
}
article .article-content br + img {
	margin-top: 1em;
}
article .article-content p[style*="center"] {
	text-indent: 0 !important;
}
article .article-content table td {
	padding: 2px 12px;
}
article .article-content table td p {
	text-indent: 0 !important;
	margin-bottom: 0 !important;
}
article .article-content video,
article .article-content audio,
article .article-content img,
article .article-content svg,
article .article-content table {
	max-width: 80%;
	border-radius: 5px;
}
article .article-content img,
article .article-content svg {
	transition: all 0.5s;
}
article .article-content img:hover,
article .article-content svg:hover {
	transform: translateY(-3px);
}
article .article-content video,
article .article-content audio,
article .article-content table {
	margin-left: auto;
	margin-right: auto;
}