/*
** @import url("https://template.enshi.cn/hbmzu.edu.cn/yxb/assets/css/response.css");
**/

/*************************************
*************** device ***************
*************************************/
/* desktop */
@media (min-width: 1430px) {
	.hide-desktop {
		display: none !important;
	}

	.btn-nav-box {
		display: none;
	}

	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;
	}
}

/* mobile */
@media (max-width: 1429.98px) {
	.hide-lt-mobile {
		display: none !important;
	}

	.container {
		max-width: 768px;
	}

	body {
		font-size: 15px;
	}

	.box-col-2 {
		flex-direction: column;
	}

	.box-col-2>.col-left,
	.box-col-2>.col-right {
		width: 100%;
	}

	.box-col-2>.col-right {
		margin-top: 1em;
	}

	.list-row-split {
		flex-wrap: wrap;
	}

	#swiper-banner {
        border-top: 1px solid #fff;
		min-height: 150px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 0;
	}

	.swiper-container .swiper-pagination-bullet {
		width: 0.5em;
		height: 0.5em;
	}

	.swiper-container .swiper-pagination-bullet-active {
		width: 1em;
	}

	/* header */
	header {
		position: sticky;
		top: 0;
		z-index: 8;
		padding-top: 1em;
		padding-bottom: 1em;
	}

	#logo img {
		max-height: 40px;
	}

	header .header-right>* {
		display: none !important;
	}

	header .header-right .btn-nav-box {
		display: block !important;
	}

	/* nav */
	nav {
		position: fixed;
		top: 0;
		bottom: 0;
		left: -200%;
		min-width: 300px;
		width: max(300px, min(80%, 400px));
		height: 100%;
		padding: 1em;
		z-index: 999;
		overflow: auto;
		background-color: #fff;
		transition: all 0.2s ease-out;
	}

	nav,
	nav a {
		color: #333333 !important;
	}

	.nav-open nav {
		left: 0;
		opacity: 1;
		display: flex;
		flex-direction: column;
	}

	.nav-open .nav-layer {
		display: block;
		visibility: visible;
		opacity: 1;
	}

	.nav-open .nav-head,
	.nav-open .nav-search,
	.nav-open .nav-foot {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}

	.nav-open .nav-head .btn-close-nav {
		cursor: pointer;
		padding-left: 1em;
	}

	.nav-open .nav-search .search-form {
		margin: 0.75em 0 1em 0;
		flex: 1;
	}

	.nav-open .nav-search .search-form .search-input,
	.nav-open .nav-search .search-form .search-button {
		height: 44px;
		line-height: 44px;
		background-color: #fff;
		border: 1px solid #d5dfe9;
	}

	.nav-open .nav-search .search-form .search-input {
		width: calc(100% - 50px);
		border-right: 0;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		padding-left: 0.75em;
		padding-right: 0.75em;
	}

	.nav-open .nav-search .search-form .search-button {
		width: 50px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.nav-open .nav-body {
		margin-left: 0;
		margin-right: 0;
		flex-grow: 1;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.nav-open .nav-body .nav-list {
		background-color: #edf1f5;
		border-radius: 3px;
		padding: 0.5em 1em;
	}

	.nav-open .nav-body .nav-list>li {
		padding: 0.5em 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}

	.nav-open .nav-body .nav-list>li:not(:last-child) {
		border-bottom: 1px solid #e3e7ed;
	}

	.nav-open .nav-body .nav-list>li a {
		width: 100%;
		display: block;
		margin-right: auto;
	}

	.nav-open .nav-body .nav-list>li .nav-child-arrow {
		font-size: 12px;
		display: block;
		cursor: pointer;
		padding-left: 1.5em;
		position: absolute;
		right: 0;
		top: 10px;
		opacity: 0.75;
	}

	.nav-open .nav-body .nav-list>li.active .nav-child-arrow {
		transform: rotate(180deg);
		padding-left: 0;
		padding-right: 1.5em;
	}

	.nav-open .nav-body .nav-list>li .nav-child-box {
		width: 100%;
		height: 0;
		overflow: hidden;
	}

	.nav-open .nav-body .nav-list>li.active .nav-child-box {
		height: auto;
	}

	.nav-open .nav-body .nav-list>li .nav-child-box li {
		padding-top: 0.35em;
		padding-bottom: 0.35em;
		padding-left: 1.5em;
		position: relative;
		border-left: 1px solid #c7d2e3;
	}

	.nav-open .nav-body .nav-list>li .nav-child-box li::before {
		width: 1em;
		height: 1px;
		background-color: #c7d2e3;
		position: absolute;
		left: 0;
		top: 1.35em;
		content: "";
	}

	.nav-open .nav-foot ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 1em;
	}

	/* footer */
	footer,
	footer a {
		color: #b8c9e1 !important;
	}

	.footer-linker,
	.mainer-right {
		display: none !important;
	}

	.footer-mainer,
	.footer-bottom {
		flex-wrap: wrap;
	}

	.footer-mainer {
		border-top: 0;
		margin-top: 0;
		margin-bottom: 1em;
		padding-top: 0;
		padding-bottom: 1em;
	}

	/* index */
	.section-index-1,
	.section-index-2,
	.section-index-3,
	.section-index-4 {
		margin-top: 1em !important;
		margin-bottom: 1em !important;
	}

	.section-index-1 .box-col-2 {
		margin-top: 1em !important;
	}

	.title-h1 {
		font-size: 26px;
	}

	.style-dt-1 .title-h6 {
		margin-top: 0;
	}

	.date-style {
		width: 60px;
		height: 60px;
		font-size: 12px;
	}

	.date-style .date-day {
		font-size: 40px;
	}

	.swiper-slide .percent-image .figcaption-title {
		width: calc(100% - 60px);
		height: 60px;
		padding: 10px;
	}

	.figcaption-title .box-title {
		overflow: hidden;
		word-break: break-all;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.list-style-character li>.right {
		margin-left: 10px;
	}

	.list-style-character li>.right .title {
		line-height: 1.4;
	}

	.list-style-character li>.right .intro {
		margin-top: 0;
	}

	.style-dt-2 .percent-image .figure {
		padding-bottom: 100px;
	}

	.style-dt-2 .percent-image .figure>.figcaption {
		font-size: 1.5em;
	}

	.style-dt-3 .percent-image .figure {
		padding-bottom: 120px;
	}

	/* web */
	.mainstay {
		margin-top: 1em;
		margin-bottom: 1em;
		flex-direction: column;
	}

	.mainstay>aside {
		display: none;
	}

	.breadcrumb {
		border-color: #e7ebf3;
	}

	.breadcrumb .bread-left {
		display: none !important;
	}

	.channel-box {
		margin-top: 1em;
		margin-bottom: 1em;
	}

	.list-children-link {
		justify-content: space-between;
		margin: -0.5em;
	}

	.list-children-link li {
		margin: 0;
		padding: 0.5em;
		width: 100%;
	}

	.list-children-link li a {
		font-size: 1.125em;
		padding: 0.5em 1em;
	}

	.list-style-character li>.right .title {
		overflow: auto;
		word-break: normal;
		display: block;
		-webkit-line-clamp: unset;
		-webkit-box-orient: vertical;
	}

    .list-style-button li {
        width: 50%;
    }

    .list-style-button li a {
        padding: 1em;
    }

	.list-box {
		margin-top: 1em;
	}

	.pagination {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		margin-top: 1em;
	}

	.p_pages>span.p_fun {
		display: none !important;
	}

	.p_pages>span {
		margin-left: 1px;
		line-height: 28px;
	}

	.p_pages>.p_no_d,
	.p_pages>span a {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* .list-picture-vertical */
	.list-picture-vertical {
		margin: -0.5em
	}

	.list-picture-vertical li {
		width: 33.333333%;
		border: 0;
		margin: 0;
		padding: 0.5em;
	}

	.list-picture-vertical li .percent-image .figure>.figcaption {
		font-size: 14px;
	}

	dl.loop-dl-stylt-1 dt {
		font-size: 18px;
		margin-bottom: 0.75em;
	}

	.list-style-teacher {
		margin: -0.5em;
	}

	.list-style-teacher li {
		width: 33.333333% !important;
		margin: 0;
		padding: 0.5em;
	}

	/* article */
	article .article-title {
		font-size: 1.5em;
	}

	article .article-subtitle {
		font-size: 1.25em;
	}

	article .article-info {
		margin-top: 2.5em;
		padding-top: 1em;
	}

	article,
	article .article-content p {
		font-size: 1em !important;
	}

	article .article-content video,
	article .article-content audio,
	article .article-content img,
	article .article-content svg,
	article .article-content table {
		max-width: 100%;
		height: auto !important;
	}
}

@media (max-width: 767.98px) {

	.hide-lt-minimum,
	.swiper-container .swiper-button-prev,
	.swiper-container .swiper-button-next {
		display: none !important;
	}

	.list-picture-vertical li {
		width: 50%;
	}
}

@media (max-width: 575.98px) {
    .list-style-graphic li .left {
        width: 140px;
        margin-right: 1em;
    }
    .list-style-graphic li .right .title {
        -webkit-line-clamp: 3;
    }
    .list-style-graphic li .left + .right .intro,
    .list-style-graphic li .left + .right .other .more {
        display: none;
    }
}