@charset "UTF-8";

/** 字体 **/
@font-face {
  font-family: 'Myriad Pro';
  src: url('../font/Myriad Pro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franklin Gothic Book';
  src: url('../font/Franklin Gothic Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/** 兼容性 **/
@supports (-moz-appearance: none) {
  * {
    scrollbar-color: rgba(144, 147, 153, .4) rgba(255, 255, 255, 1);
    scrollbar-width: thin;
  }
}


/** 变量 **/
:root {
  --white-color: #ffffff;
  --black-color: #000000;
  --grey-color: #b9b9b9;
  --purple-color: #6d79d4;
  --light-color: #989898;
  --dark-color: #282828;
  --bg-color: #f3f7fe;
  --img-color: #eff1f4;
  --title-color: #333333;
  --text-color: #8f8f8f;
  --form-color: #666666;
  --border-color: #919191;
  --theme-color: #064c97;
  --primary-color: #0d4d91;
  --secondary-color: #fc7070;
  --hover-color: #e2cb79;
  --shadow-color: #34323e;
  --scrollbar-size: 6px;
  --radius-size: 4px;
  --mini-size: 14px;
  --small-size: 15px;
  --base-size: 16px;
  --large-size: 18px;
  --huge-size: 20px;
  --gigantic-size: 22px;
  --colossal-size: 24px;
  --mega-size: 28px;
  --gap-size: 24px;
  --module-size: 30px;
  --site-size: 44px;
  --container-width: 1600px;
  --wrapper-width: 1920px;
  --inner-width: 1200px;
  --screen-width: calc(100vw - var(--scrollbar-size));
}


/** 基础 **/
* {margin: 0; padding: 0; box-sizing: border-box;}
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
body,
p {font: 14px/1 Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei,  Tohoma, Arial; color: var(--title-color); font-family: 'Arial';}
body {position: relative; background-color: transparent; font-size: var(--base-size); line-height: 1.5em;}
body:before {content: ''; position: fixed; top: -10px; left: 0; width: 100%; height: 10px; box-shadow: 0 0 10px rgba(43, 43, 43, .8); z-index: 100;}
blockquote,
q {quotes: none;}
blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}
ol,
ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
img {border: 0; vertical-align: middle;}
a {text-decoration: none; color: var(--title-color); transition: all .4s ease-in-out;}
a:hover {color: var(--theme-color);}
.none {display: none;}
.hidden {visibility: hidden;}
.clear {width: 100%; height: 0; line-height: 0; font-size: 0; overflow: hidden; clear: both; display: block; _display: inline;}
.clearfix {display: block;}
.clearfix:after {clear: both; content: ''; display: block; height: 0; visibility: hidden;}
.wrapper {width: 100%; max-width: 100%;}
.inner {width: auto; max-width: var(--inner-width); margin: 0 auto;}


/** 伪类 **/
:focus {outline: 0;}
:-webkit-autofill {box-shadow: 0 0 0 1000px var(--white-color) inset; -webkit-text-fill-color: var(--white-color);}
::-webkit-scrollbar {width: var(--scrollbar-size); height: var(--scrollbar-size); background-color: var(--white-color);}
::-webkit-scrollbar-track {border-radius: 10px; box-shadow: inset 0 0 var(--scrollbar-size) rgba(0, 0, 0, 0); background-color: var(--white-color);}
::-webkit-scrollbar-thumb {border-radius: 10px; box-shadow: inset 0 0 var(--scrollbar-size) rgba(0, 0, 0, 0); background-color: rgba(144, 147, 153, .4); transition: background-color .3s ease-in-out;}
::-webkit-scrollbar-thumb:hover {background-color: rgba(144, 147, 153, .6);}
::-webkit-input-placeholder {color: var(--white-color);}
::-moz-placeholder {color: var(--white-color);}
::-ms-input-placeholder {color: var(--white-color);}
::placeholder {color: var(--white-color);}


/** 加载 **/
/* .page-overflow {height: 100vh; overflow: hidden;}
.page-hidden {display: none;}
.hit-pre-loader {position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; background-color: var(--theme-color); z-index: 1000;}
.loader-spinner {position: absolute; top: 50%; left: 50%; display: flex; justify-content: center; height: 30px; text-align: center; transform: translate(-50%, -50%); gap: 4px;}
.loader-spinner > div {height: 100%; width: 6px; background: var(--white-color); animation: stretchDelay 1.2s infinite ease-in-out;}
.loader-spinner .loader-rect2 {animation-delay: -1.1s;}
.loader-spinner .loader-rect3 {animation-delay: -1.0s;}
.loader-spinner .loader-rect4 {animation-delay: -0.9s;}
.loader-spinner .loader-rect5 {animation-delay: -0.8s;} */



/** 全局模块 **/

/* 主体 */
.menu--panel .closeBtn{display: none;}
.menu--panel.show{transform: none;visibility: visible;}
.site--panel{display: flex;justify-content: space-between;}
.site--panel .menuBtn{display: flex; visibility: hidden; /* border:1px solid #fff; */flex-direction: column;width: 40px;gap: 5px;height: 30px;position: absolute;top:20px;right:12px;padding: 5px;box-sizing: border-box;justify-content: center;}
.site--panel .menuBtn span{background:#fff;height: 2px;border-radius: 4px;display: block;}
.hit-container-header {position: fixed; top: 0; left: 0; right: 0; margin: 0 auto; background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .8) 100%); border-top: 5px solid #005375; z-index: 20;}
.hit-container-main {overflow: hidden; background: transparent;}
.hit-container-footer {overflow: hidden; border-top: 8px solid #b79751;}
.hit-container-footer .inner {max-width: var(--container-width);}
.section-fixed--inner {position: relative; max-width: 100%; display: flex; justify-content: flex-start; align-items: center; padding: var(--gap-size) 3.125% calc(var(--gap-size) * 2); z-index: 10;}
.section-carousel--inner {max-width: 100%;}
.section-news--inner {padding: 130px 0;}
.section-academics {background: #efeff0 url('../image/academics.png') bottom left no-repeat;}
.section-academics--inner {padding: 96px 0 144px;}
.section-research--inner {padding: 140px 0;}
.section-campus {position: relative; z-index: 10;}
.section-videos {margin-top: -60px;}
.section-videos--inner {max-width: 100%;}
.section-admissions--inner {padding: 140px 0 230px;}
.section-about {background: url('../image/about_bg.jpg') center top no-repeat;    background-size: 100% 92%;}
.section-about--inner {margin-bottom: 220px;}
.section-portal {background: #efeff0 url('../image/portal.png') right bottom no-repeat;}
.section-media--inner {padding: 58px 0;}
.section-copyright {background: #005375;}
.section-column--inner {max-width: 100%;}
.section-list--inner {display: flex; justify-content: flex-start; padding: 60px 0 180px;padding-right:10px;}
.section-article--inner {/* display: flex; *//* justify-content: flex-start; */padding: 0px 0 180px;width: 100%;max-width: 100%;}
.section-search--inner {padding: 40px 0 120px;}
.section-article--inner .article--content .article__top{
    padding-top: 60px;
    background: #efeff0;
}
.section-article--inner .article--content .article__top .article__title:before{content:'';display:block;width: 100%;height: 6px;background: #b99950;transform: translateX(-100%);position: absolute;left: -20px;top: 17px;}
.section-article--inner .article--content .article__bottom{max-width: 1200px;margin:  auto;margin-top: 50px;}
/* 标题 */
.module-embed {position: relative; display: flex; justify-content: center; margin-bottom: var(--module-size);}
.module-embed__title {font-size: 54px; line-height: 1.2em; font-family: 'Franklin Gothic Book'; user-select: none;}
.module-embed__title a {display: block; color: #005375;}


/* 站点信息 */
.site-content {display: flex; justify-content: flex-start; align-items: center;}
.site-content .site-content__link {display: block;}
.site-content .site-content__logo {max-width: 300px; min-width: 256px; width: 100%; height: auto;}
.site-content .site-content__name {display: none; font-size: var(--site-size); color: var(--white-color); line-height: 1em; border-left: 1px solid rgba(255, 255, 255, 0.3); padding-left: var(--gap-size); margin-left: var(--gap-size); white-space: nowrap;}

/* 快捷导航 */
.menu--quick {display: flex; justify-content: flex-start; align-items: center; gap: 6px;}
.menu--quick .menu__item {position: relative; background-color: #005375; border-radius: var(--radius-size);}
.menu--quick .menu__item:first-of-type {background-color: #b79751;}
.menu--quick .menu__link {display: block; color: var(--white-color); font-size: var(--mini-size); line-height: 2em; padding: 2px var(--gap-size); white-space: nowrap;}

/* 服务导航 */
.menu--service {position: relative; display: flex; justify-content: flex-start; align-items: center; margin: 0 -14px 0 -10px; z-index: 20;}
.menu--service .menu__item {position: relative;}
.menu--service .menu__link {display: block; color: var(--white-color); font-size: var(--mini-size); line-height: 2em; padding: 0 14px 0 10px; white-space: nowrap;}
.menu--service .menu__arrow {position: absolute; width: 8px; height: 10px; top: 50%; right: 16px; transform: translateY(-50%) rotate(90deg); transform-origin: center; background: url('../image/arrow_down.png') center no-repeat;}
.menu--service .sub-menu {display: none; position: absolute; top: calc(var(--mini-size) * 2.5); left: 50%; min-width: 100%; text-align: center; transform: translateX(-50%); background-color: rgba(185, 153, 80, .8);}
.menu--service .sub-menu__link {display: block; color: var(--white-color); font-size: var(--mini-size); line-height: 2em; padding: 0.25em 0.5em;}
.menu--service .sub-menu__link:hover {background-color: #005375;}

/* 搜索导航 */
.search-content {position: relative; margin-left: 6px;}
.search-content .search-content__mask {width: 24px; height: 28px; border: 0; outline: 0; position: absolute; right: 0; top: 0; z-index: 120; cursor: pointer; border-radius: 50%;}
.search-content .search-content__mask::before {content: ''; position: absolute; top: 50%; left: 50%; width: 14px; height: 14px; transform: translate(-50%, -50%); background: url('../image/search.png') center no-repeat; background-size: cover; z-index: -1;}
.search-content .search-content__box {width: 24px; position: relative;}
.search-content .search-content__form {display: block;}
.search-content .search-content__input {margin-right: 24px; border-bottom: 1px solid #fff; text-indent: 4px; height: 28px;}
.search-content .search-content__title {width: 100%; height: 19px; line-height: 19px; border: 0; outline: 0; background: none; color: #fff; font-size: 14px; padding: 2px 0;}
.search-content .search-content__button {width: 24px; height: 28px; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.search-content .search-content__button::before {content: ''; position: absolute; top: 50%; left: 50%; width: 14px; height: 14px; transform: translate(-50%, -50%); background: url('../image/search.png') center no-repeat; background-size: cover; z-index: -1;}
.search-content .search-content__submit {width: 100%; height: 28px; border: 0; outline: 0; background-color: transparent; cursor: pointer;}

/* 站点导航 */
.menu--panel .closeBtn{position: absolute;right:12px;top:12px;z-index: 2;width: auto !important;}
.menu--panel {display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: 12px var(--gap-size); margin-left: auto; font-family: 'Arial';}
.menu-navigate--window {flex: 100%; max-width: 100%;}
.menu--slide {display: none; background: #b79751 url('../image/menu_icon.png') calc(100% - 0.5em) center no-repeat; background-size: 20px; color: var(--white-color); font-size: 18px; line-height: 2em; padding: 0 0.5em;}
.menu--navigate {display: flex; justify-content: flex-end; align-items: center;}
.menu--navigate .menu__item {position: relative;}
.menu--navigate .menu__link {display: block; color: var(--white-color); font-size: var(--small-size); font-weight: bold; line-height: 2em; padding: 0.266rem 1.53rem; border-top: 2px solid transparent; white-space: nowrap; text-transform: uppercase;}
.menu--navigate .menu__item.parent .menu__link,
.menu--navigate .menu__link:hover {background-color: var(--white-color); color: #005375; border-color: #005375;}
.menu--navigate .menu__arrow {position: absolute; top: 10px; right: 4px; width: 24px; height: 24px; background: url('../image/menu_arrow.png') center no-repeat; display: none; transition: transform .4s ease-in-out; z-index: 20;}
.menu--navigate .menu__item.open .menu__arrow {transform: rotate(90deg);}
.menu--navigate .menu__item:nth-last-child(-n + 4) .sub-menu {left: auto; right: 0;}
.menu--navigate .sub-menu {display: none; position: absolute; top: calc(var(--small-size) * 2 + (var(--small-size) * 0.266 * 2) + 2px); left: 0; min-width: 150%; text-align: center; white-space: nowrap; visibility: visible; background-color: var(--white-color);}
.menu--navigate .sub-menu__link {display: block; color: #005375; font-size: var(--small-size); line-height: 2em; padding: 0.266rem 1em;}
.menu--navigate .sub-menu__link:hover {background-color: #b79751; color: var(--white-color);}


/** 大图 **/
.carousel-content .carousel-content__item {width: 100%;}
.carousel-content .carousel-content__item a {display: block; position: relative;}
.carousel-content .carousel-content__video,
.carousel-content .carousel-content__image {position: relative; width: 100%; height: 100vh; overflow: hidden;}
.carousel-content .carousel-content__video video,
.carousel-content .carousel-content__image img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.3); transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1);    z-index: 1;}
.carousel-content .slick-active .carousel-content__video video,
.carousel-content .slick-active .carousel-content__image img {transform: scale(1);}
.carousel-content .carousel-content__con {position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; background-color: rgba(0, 83, 117, 0.6); max-width: var(--container-width); padding: 2em 0 3.375em; border-radius: var(--radius-size) var(--radius-size) 0 0;}
.carousel-content .carousel-content__title {color: var(--white-color); font-size: 42px; line-height: 1.35em; font-weight: bold; font-family: 'Myriad Pro'; text-align: center; text-transform: uppercase; word-wrap: break-word; padding: 0 15.5%; max-height: 2.7em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.carousel-content .slick-dots {bottom: 2em; left: 0; right: 0;}


/** news **/
.cover-content {display: flex; justify-content: flex-start; align-items: stretch;}
.cover-content--description {flex: 0 0 33.5%; max-width: 33.5%;}
.cover-content--description.slick-dotted.slick-slider {padding-bottom: 70px;}
.cover-content--description .cover-content__item {position: relative; margin-top: 6px;}
.cover-content--description .cover-content__item::before {content: ''; position: absolute; top: 0; left: 0; width: 12%; height: 100%; background-color: #efeff0; z-index: -1;}
.cover-content--description .cover-content__item::after {content: ''; position: absolute; top: 0; left: 0; width: 6%; height: 6px; background-color: #b79751;}
.cover-content--description .cover-content__date {line-height: 1.5em; color: #b79751; margin: -6px 0 20px; padding-left: 17%;}
.cover-content--description .cover-content__title {font-size: 34px; line-height: 1.3em; max-height: 5.2em; font-weight: bold; font-family: 'Myriad Pro'; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.cover-content--description .cover-content__text {line-height: 1.625em; height: 6.5em; color: #5a5c5f; font-family: 'Myriad Pro'; margin: 0.75em 0 1em; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}

.cover-content--description .slick-dots {bottom: 10px; right: 0;}
.cover-content--description .slick-dots li {width: 30px; height: 30px;}
.cover-content--description .slick-dots li + li {margin-left: 10px;}
.cover-content--description .slick-dots li button {width: 30px; height: 30px; line-height: 30px; border: 0; font-size: var(--mini-size); color: var(--white-color); background-color: #aeb1b6;}
.cover-content--description .slick-dots li button:hover,
.cover-content--description .slick-dots li.slick-active button {background-color: #b79751;}

.cover-content--origin {flex: 0 0 62.5%; max-width: 62.5%; margin: 6px 0 0 4%; border-radius: var(--radius-size); overflow: hidden;}
.cover-content--origin .cover-content__item a {display: block;}
.cover-content--origin .cover-content__image {position: relative; height: 420px; /* padding-top: 56%; */ overflow: hidden; background-color: #e1e1e1;}
.cover-content--origin .cover-content__image img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}

.card-content {display: flex; justify-content: flex-start; align-items: center; margin: 40px -10px 0;}
.card-content .card-content__item {flex: 0 0 33.333%; max-width: 33.333%; padding: 0 10px;}
.card-content .card-content__item a {display: flex; justify-content: flex-start; color: var(--white-color); background-color: #b79751;}
.card-content .card-content__date {display: flex; flex-flow: column; justify-content: center; flex: 0 0 130px; max-width: 130px; font-size: 22px; line-height: 1.545em; text-align: center; background-color: #005375;height: 123px;}
.card-content .card-content__title {flex: 1 1 auto; font-size: var(--large-size); line-height: 1.55em; max-height: 4.65em; font-family: 'Myriad Pro'; margin: 1.1em; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

/** academics **/
.list--grid {display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; gap: 2px 0; margin: 0 -1px;}
.list--grid .list__item {flex: 0 0 33.333%; max-width: 33.333%; padding: 0 1px;}
.list--grid .list__item a {display: block; background-color: var(--white-color); padding: 1.375em 1.875em;}
.list--grid .list__item a:hover {background-color: #b79751;}
.list--grid .list__date {line-height: 1.75em; margin-bottom: 0.5em; color: #b79751; font-family: 'Myriad Pro'; transition: color 0.4s ease-in-out;}
.list--grid .list__item a:hover .list__date {color: var(--white-color);}
.list--grid .list__title {font-size: var(--large-size); line-height: 1.55em; max-height: 3.1em; color: #5a5c5f; font-family: 'Myriad Pro'; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: color 0.4s ease-in-out;}
.list--grid .list__item a:hover .list__title {color: var(--white-color);}

.poster--column {margin-top: 70px;}
.poster--column a {display: block; position: relative; padding-top: 21.5%; border-radius: var(--radius-size); overflow: hidden; background-color: #e1e1e1;}
.poster--column a img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}

/** research **/
.split-content {position: relative; display: flex; justify-content: flex-start; padding: 130px 0 120px; margin-bottom: 80px;}
.split-content::before {content: ''; position: absolute; top: 0; left: 0; width: calc(var(--screen-width) - (var(--screen-width) - var(--inner-width)) / 2); height: 100%; background: url('../image/research.jpg') right top no-repeat; z-index: -1;}
.split-content .split-content__img {flex: 0 0 66.25%; max-width: 66.25%;}
.split-content .split-content__img a {display: block; position: relative; height: 560px; /* padding-top: 70.45%; */ background-color: #e1e1e1;}
.split-content .split-content__img img {width: calc(100% + (var(--screen-width) - var(--inner-width)) / 2); height: 100%; position: absolute; top: 0; right: 0; object-fit: cover;}
.split-content .split-content__con {flex: 1 1 auto; margin-left: 5%; display: flex; flex-flow: column; justify-content: space-between;}
.split-content .split-content__name {font-size: 54px; line-height: 1.2em; transform: translateY(-8px); color: var(--white-color); font-family: 'Franklin Gothic Book';}
.split-content .split-content__arti {text-align: right;}
.split-content .split-content__name a{color:inherit}
.split-content .split-content__title {font-size: 22px; line-height: 1.36em; max-height: 5.44em; font-weight: bold; font-family: 'Myriad Pro'; margin-bottom: 1em; text-align: left; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.split-content .split-content__title a {display: block; color: var(--white-color);}
.split-content .split-content__text {line-height: 1.625em; max-height: 13em; font-family: 'Myriad Pro'; text-align: left; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical;}
.split-content .split-content__text a {display: block; color: var(--white-color);text-align: justify;}
.split-content .split-content__more {display: inline-flex; padding: 0 2.6em; margin-top: 0.875em; background-color: #f8f8f8; border-radius: var(--radius-size); text-align: center; transform: translateY(1.75em);}
.split-content .split-content__more a {display: block; padding: 0.625em 1.875em 0.625em 0; line-height: 1.5em; color: #005375; background: url('../image/arrow_more.png') right no-repeat;}

.research-collapse--window {overflow: hidden;}
.menu--collapse {display: flex; margin: 0 -4px;}
.menu--collapse .menu__item {flex: 0 0 15%; max-width: 15%; background-color: #efefef; transition: all 0.3s ease-in-out;}
.menu--collapse .menu__item.active {flex: 0 0 25%; max-width: 25%;}
.menu--collapse .menu__link {position: relative; display: block; padding: 0 4px;}
.menu--collapse .menu__img {position: relative; width: 100%; height: 370px; background-color: #e1e1e1; border-radius: var(--radius-size); overflow: hidden;}
.menu--collapse .menu__img::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: var(--radius-size); opacity: 0.8; transition: opacity 0.3s ease-in-out, transform 0.6s ease-in-out;}
.menu--collapse .menu__item:nth-of-type(even) .menu__img::before {background-color: #b99950;
    opacity: 0.8;}
.menu--collapse .menu__item:nth-of-type(odd) .menu__img::before {background-color: #005375;opacity: 0.8;}
.menu--collapse .menu__item.active .menu__img::before {opacity: 0.2; transform: scale(0);}
.menu--collapse .menu__img img {width: 100%; height: 100%; object-fit: cover;}
.menu--collapse .menu__name {position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; text-align: center; font-size: 22px; line-height: 1.36em; color: var(--white-color); font-weight: bold; font-family: 'Myriad Pro'; transform: translateY(-50%);}

/**campus**/
.campus-tab--switch {display: flex; justify-content: flex-start;}
.campus-tab--arrow {flex: 1 1 auto; margin-right: 2%;}
.campus-tab--arrow .campus-tab__item {font-size: 22px; line-height: 1.35em; font-family: 'Myriad Pro'; font-weight: bold; color: var(--black-color); transition: color 0.4s ease-in-out; cursor: pointer;}
.campus-tab--arrow .campus-tab__item.active {color: #b79751;}
.campus-tab--arrow .campus-tab__item.active a{color:inherit;}
.campus-tab--arrow .campus-tab__item em {display: inline-flex; width: 8px; height: 12px; font-style: normal; background: url('../image/campus_arrow.png') center no-repeat;}
.campus-tab--arrow .campus-tab__item + .campus-tab__item {margin-top: 1em;}
.campus-tab--content {position: relative; flex: 0 0 75.833%; max-width: 75.833%; border-radius: var(--radius-size); overflow: hidden;}
.campus-tab--list {width: calc(100% - 17.5%);}
.campus-tab--list .campus-tab__link {position: relative; display: block;}
.campus-tab--content .campus-tab__img {position: relative; height: 360px; /* padding-top: 47.94%; */ overflow: hidden; background-color: #e1e1e1;}
.campus-tab--content .campus-tab__img img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.campus-tab--tips {position: absolute; top: 50%; right: 2.5%; width: 97.5%; transform: translateY(-50%); z-index: 20;}
.campus-tab--text .campus-tab__link {display: block; font-size: 36px; text-transform: uppercase; color: var(--white-color); line-height: 1.388em; font-family: 'Myriad Pro'; text-align: right; padding-right: 1.9em; transform: translateY(1em); transition: transform 0.4s ease-in-out;}
.campus-tab--text .campus-tab__item.slick-active .campus-tab__link {transform: translateY(0);}
.campus-tab--text .slick-next{width: 44px; height: 44px; background: #fff url('../image/tips_arrow.png') center no-repeat; border-radius: 50%;right:0;transform:translateY(-50%);}
.campus-tab--mask {position: absolute; width: calc(calc(100% - 17.5%) / 2); height: 100%; top: 0; right: 0; background: linear-gradient(  to left,  rgba(0, 83, 117, 1) 50%,  rgba(255, 255, 255, 0) 100%); pointer-events: none; z-index: 10;}

/** videos **/
.full-content {position: relative;}
.full-content .full-content__video {position: relative; width: 100%; padding-top: 56.25%; background-color: #e1e1e1; overflow: hidden;}
.full-content .full-content__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 100%;
}
.full-content .full-content__play {position: absolute; top: 50%; left: 50%; width: 4em; height: 4em; border-radius: 50%; background: url('../image/play.png') center no-repeat; transform: translate(-50%, -50%); cursor: pointer;}
.full-content .full-content__more {position: absolute; right: 2%; bottom: 2.5em; padding: 0 2.75em; border-radius: var(--radius-size); background-color: #005375;}
.full-content .full-content__more a {display: block; color: var(--white-color); padding: 0.625em 1.875em 0.625em 0; line-height: 1.5em; background: url('../image/arrow_more_white.png') right center no-repeat;}

/** admissions **/
.tiered-content {display: flex; justify-content: flex-start; border-top: 7px solid #005375;}
.tiered-content .tiered-content__side {position: relative; flex: 0 0 25.8333%; max-width: 25.8333%; height: 12.5em; background: #005375 url('../image/admissions_bg.png') bottom center no-repeat;}
.tiered-content .tiered-content__more {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: var(--radius-size); background-color: #b79751; white-space: nowrap;}
.tiered-content .tiered-content__more a {display: block; line-height: 1.5em; padding: 0.625em 2.25em; color: var(--white-color);}
.tiered-content__description {flex: 1 1 auto; background-color: #efefef; font-size: var(--large-size); padding: 0 4%; line-height: 1.55em; color: #5a5c5f; font-family: 'Myriad Pro'; display: flex; align-items: center; word-wrap: break-word;}

.list--protrude {display: flex; justify-content: flex-start; align-items: flex-end;}
.list--protrude .list__item:first-of-type {flex: 0 0 25.8333%; max-width: 25.8333%;}
.list--protrude .list__item:last-of-type {flex: 1 1 auto;}
.list--protrude .list__item a {display: block;}
.list--protrude .list__image {position: relative; background-color: #e1e1e1;}
.list--protrude .list__image img {width: calc(100% + (var(--container-width) - var(--inner-width)) / 2); height: 100%; position: absolute; top: 0; right: 0; max-height: 240px; object-fit: cover;}
.list--protrude .list__item:first-of-type .list__image {height: 240px; /* padding-top: 77.5%; */}
.list--protrude .list__item:last-of-type .list__image {height: 240px; /* padding-top: 27%; */}
.list--protrude .list__item:last-of-type .list__image img {right: auto; left: 0;}

.menu--program {display: flex; justify-content: flex-start; background-color: #efefef; padding: 3em 0;}
.menu--program .menu__item {position: relative; flex: 0 0 33.333%; max-width: 33.333%;}
.menu--program .menu__item + .menu__item::before {content: ''; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background-color: #ced0d2;}
.menu--program .menu__link {display: block; text-align: center; padding: 1em 0 0.72em; font-size: 22px;}
.menu--program .menu__icon {width: 72px; height: 92px; margin: 0 auto;}
.menu--program .menu__icon img {width: 100%; height: 100%;}
.menu--program .menu__name {line-height: 2em; margin-top: 1em; color: #2163b1; font-weight: bold; font-family: 'Myriad Pro';}
.menu--program .menu__item:first-of-type .menu__name {color: #005375;}
.menu--program .menu__item:last-of-type .menu__name {color: #b79751;}

/** admissions **/
.stacked-content {display: flex; justify-content: flex-end; align-items: flex-end;}
.stacked-content .stacked-content__description {flex: 1 1 auto; margin: 0 5% 120px 8.85%; text-align: right; font-size: 34px; line-height: 1.47em; color: var(--white-color); font-family: 'Myriad Pro'; white-space: nowrap;}
.stacked-content .stacked-content__img {flex: 0 0 37.5%; max-width: 37.5%;}
.stacked-content .stacked-content__img a {position: relative; display: block; border-radius: 0 0 var(--radius-size) var(--radius-size); background-color: #e1e1e1; padding-top: 137.8%; overflow: hidden;}
.stacked-content .stacked-content__img img {width: 100%; height: 100%; max-height: 620px; position: absolute; top: 0; left: 0; object-fit: cover;}

.portal--panel {position: relative; display: flex; flex-wrap: wrap; padding: 62px 0;}
.portal-contact-window,
.portal-join-window,
.portal-link-window {flex: 0 0 calc((100% - 26.25% - 1.875%) / 3); max-width: calc((100% - 26.25% - 1.875%) / 3);}
.portal-logo-window {flex: 0 0 26.25%; max-width: 26.25%; margin-left: 1.875%; display: flex; align-items: center;}
.portal-title {font-size: var(--large-size); line-height: 1.2em; font-weight: bold; color: #005375; margin-bottom: var(--gap-size);}
.list--contact .list__item + .list__item {margin-top: 1em;}
.list--contact .list__title {font-weight: bold; line-height: 1.625em; color: #5a5c5f;}
.list--contact .list__subtitle {line-height: 1.625em; color: #5a5c5f;}
.portal-title a {display: inline-flex; color: #005375; border-bottom: 2px solid #b79751; padding: 0.2em 0; cursor: pointer;}
.join--content {line-height: 1.625em; color: #5a5c5f; max-width: 280px;}
.menu--link {margin-top: -0.375em;}
.menu--link .menu__link {display: flex; align-items: center; justify-content: flex-start; line-height: 2.5em; color: #5a5c5f;}
.menu--link .menu__link em {display: inline-flex; font-style: normal; width: 24px; height: 24px; background: url('../image/link.png') center no-repeat;}
.logo--content {mix-blend-mode: multiply;}
.logo--content .logo__url {display: block;}
.logo--content img {max-width: 100%; height: auto;}
.scroll-top {position: absolute; bottom: -20px; right: 0; font-weight: bold; line-height: 1.5em; padding: 0.625em 2.75em; color: var(--white-color); background-color: #005375; border-bottom: 4px solid #b79751; cursor: pointer;}

/** qrcode **/
.qrcode-content {display: flex; justify-content: flex-start; align-items: center;}
.qrcode-content .qrcode-content__name {flex: 0 0 auto; font-weight: bold; color: #5a5c5f; line-height: 1.2em;}
.qrcode-content .qrcode-content__list {flex: 1 1 auto; display: flex; justify-content: space-between; align-items: center; margin-left: 3.375%;}
.qrcode-content .qrcode-content__item a {position: relative; display: block; font-size: var(--mini-size); line-height: 1.5em; color: #a0a0a0; padding: 0.8em 0 0.8em 1.75em;}
.qrcode-content .qrcode-content__item a::before {content: ''; position: absolute; top: 50%; left: 0; width: 18px; height: 20px; transform: translateY(-50%); background: url('../image/media_icon.png') left top no-repeat;}
.qrcode-content .qrcode-content__item--1 a::before {background-position: 4px 1px;}
.qrcode-content .qrcode-content__item--2 a::before {background-position: -26px 2px;}
.qrcode-content .qrcode-content__item--3 a::before {background-position: -55px 1px;}
.qrcode-content .qrcode-content__item--4 a::before {background-position: -84px 1px;}
.qrcode-content .qrcode-content__item--5 a::before {background-position: -138px 0;}
.qrcode-content .qrcode-content__item--6 a::before {background-position: -168px 1px;}
.qrcode-content .qrcode-content__item--7 a::before {background-position: -196px 2px;}
.qrcode-content .qrcode-content__item--8 a::before {background-position: -224px 1px;}
.qrcode-content .qrcode-content__item--9 a::before {background-position: -224px 1px;}
.qrcode-content .qrcode-content__title {font-weight: bold;}
.qrcode-content .qrcode-content__img {position: absolute; bottom: calc(100% - 10px); left: 50%; width: 120px; height: 120px; background-color: var(--white-color); box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1); transform: translate(-50%, 0); border: 2px solid var(--white-color); border-radius: var(--radius-size); box-sizing: content-box; opacity: 0; transition: all 0.4s ease-in-out; visibility: hidden; z-index: 20;}
.qrcode-content .qrcode-content__item.active .qrcode-content__img {transform: translate(-50%, -10px); opacity: 1; visibility: visible;}
.qrcode-content .qrcode-content__img img {width: 100%; height: 100%; object-fit: contain;}

/** copyright **/
.copyright-content {text-align: center;}
.copyright-content p {font-size: var(--small-size); line-height: 1.2em; color: var(--white-color);}
.copyright-content p span {position: relative; display: inline-block; padding: 1.6em 1em;}
.copyright-content p span + span::before {content: ''; position: absolute; top: 50%; left: -2px; width: 2px; height: 0.8em; transform: translateY(-50%); background-color: var(--white-color);}


/** column **/
.column--panel {position: relative;}
.column-banner--contnet .column__image {position: relative; padding-top: 35.53%; overflow: hidden; background-color: #e1e1e1;}
.column-banner--contnet .column__image img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.column-name--window {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 1200px;}
.columm-name--content .column__posiiton {font-size: 76px; line-height: 1em; text-transform: uppercase; color: var(--white-color); font-weight: bold; text-align: center; font-family: 'Myriad Pro';}
.column-location--window {position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; max-width: 1200px;}
.columm-location--content {background-color: var(--white-color); border-radius: var(--radius-size) var(--radius-size) 0 0;}
.columm-location--content .column__current {display: flex;justify-content: flex-start;align-items: center;font-size: var(--large-size);padding: 0.85em 1.75em;line-height: 2em;color: #666;font-family: 'Myriad Pro';background: #efeff0;}
.columm-location--content .column__current a {display: block; color: #666;}
.columm-location--content .column__current a:hover,
.columm-location--content .column__current a.current__link {color: #b79751;}
.columm-location--content .column__current .possplit {position: relative; width: 1em; text-align: center; text-indent: 0; display: inline-flex; background: none; border: 0;}
.columm-location--content .column__current .possplit::before {content: '>'; position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; color: #666; transform: translate(-50%, -50%);}


/** 栏目列表 **/
.list-column--panel {flex: 0 0 23.333%; max-width: 23.333%; margin-right: 3.333%;}
.column--list {position: relative; padding: var(--gap-size) 0;}
.column--list::before {content: ''; position: absolute; top: 0; left: 0; width: calc(100% - 1em); height: 100%; background-color: #005375; z-index: -1;}
.column--list::after {content: ''; position: absolute; bottom: -3px; left: 0; width: calc(100% - 1em); height: 3px; background-color: #b79751;}
.column--list .column__link {display: block; font-size: 22px; line-height: 1.8em; padding: 0.85em 1.3em; color: var(--white-color);}
.column--list .column-sub {margin-right: var(--base-size);}
.column--list .column-sub__link {display: block; font-size: var(--large-size); line-height: 1.8em; padding: 0.85em 2.5em; color: var(--white-color);}
.column--list .column__link:hover,
.column--list .column-sub__link:hover,
.column--list .column__item.selected .column__link,
.column--list .column-sub__item.selected .column-sub__link {background-color: #b79751;}


/** list **/
.list-article--panel {flex: 1 1 auto;}
.list--article .list__item {border-bottom: 1px solid #e5e5e5;}
.list--article .list__item a {display: flex; justify-content: flex-start; align-items: flex-start; font-size: var(--large-size); padding: 1.55em 0;}
.list--article .list__image {position: relative; flex: 0 0 35.22%; max-width: 35.22%; margin-right: 3%; height: 206px; /* padding-top: 23.4%; */ border-radius: var(--radius-size); overflow: hidden; background-color: #e1e1e1;}
.list--article .list__image img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.list--article .list__con {flex: 1 1 auto; margin-top: -4px;}
.list--article .list__date {line-height: 1.66em; color: #b79751; font-family: 'Myriad Pro';}
.list--article .list__title {font-size: 24px; line-height: 1.25em; height: 3.75em; color: #000000; font-weight: bold; font-family: 'Myriad Pro'; margin: 4px 0; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.list--article .list__text {line-height: 1.55em; max-height: 4.65em; color: #5a5c5f; font-family: 'Myriad Pro'; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}


/** page **/
.page--content {margin-top: 60px;}
.page--list {display: flex; justify-content: center; align-items: center; gap: 10px;}
.page--list .page__item {text-align: center; cursor: pointer;}
.page--list .page__item a {display: block; font-size: var(--mini-size); width: 2.25em; height: 2.25em; line-height: 2.25em; color: var(--black-color); border-radius: 50%; background-color: #efeff0;}
.page--list .page__item.active a,
.page--list .page__item a:hover {color: var(--white-color); background-color: #005375;}
.page--list .page__item.page__first a,
.page--list .page__item.page__last a {width: 3.25em; height: 3.25em; line-height: 3.25em; background: url('../image/page.png') center no-repeat;}
.page--list .page__item.page__last a {transform: rotate(0.5turn);}


/** single **/
.single--content .single__title {font-size: 36px; line-height: 1.38em; font-weight: bold; color: var(--black-color); font-family: 'Myriad Pro';}
.single--content .single__mete {display: flex; justify-content: flex-start; align-items: center; line-height: 1.25em; padding: 0.75em 1em; margin: 1.5em 0 2.125em; gap: 0.5em; color: #333; font-family: 'Myriad Pro'; background-color: #efeff0;}
.single--content .single__site {position: relative; padding-left: 0.5em;}
.single--content .single__site::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 1em; background-color: #979798;}
.single--content .single__share {margin-left: auto; display: flex; justify-content: flex-start; align-items: center; gap: 8px;}
.single--content .social-share-icon {display: block; position: relative; width: 24px; height: 24px; border-radius: 50%; background: url('../image/share_icon.png') no-repeat;}
.single--content .social-share-icon.icon-weibo {background-position: 0 0;}
.single--content .social-share-icon.icon-wechat {background-position: -34px 0;}
.single--content .social-share-icon.icon-facebook {background-position: -69px 0;}
.single--content .social-share-icon.icon-twitter {background-position: -103px 0;}
.single--content .social-share-icon.icon-linkedin {background-position: -136px 0;}
.single--content .social-share-icon .wechat-qrcode {position: absolute; bottom: 100%; left: 50%; width: 160px; transform: translate(-50%, 0); text-align: center; opacity: 0; visibility: hidden; transition: all 0.4s ease-in-out;}
.single--content .social-share-icon.icon-wechat:hover .wechat-qrcode {opacity: 1; visibility: visible; transform: translate(-50%, -10px);}
.single--content .social-share-icon .wechat-qrcode h4 {font-size: var(--mini-size); line-height: 1.5em; color: #b79751; margin-bottom: 0.4em;}
.single--content .social-share-icon .wechat-qrcode .qrcode {box-sizing: content-box; width: 100px; height: 100px; border: 2px solid var(--white-color); padding: 4px; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1); border-radius: var(--radius-size); background-color: var(--white-color); overflow: hidden; margin: 0 auto;}
.single--content .social-share-icon .wechat-qrcode .qrcode img {width: 100%; height: 100%;}
.single--content .social-share-icon .wechat-qrcode .help {display: none;}
.single--content .single__article * {background: transparent !important;}
.single--content .single__article,
.single--content .single__article p,
.single--content .single__article span {font-size: 20px !important; line-height: 1.5em !important; font-family: 'Myriad Pro' !important; color: var(--black-color); text-align: justify; text-wrap: auto !important; white-space: normal !important; word-wrap: break-word;}
.single--content .single__article h5 {font-size: var(--base-size) !important; color: #666; text-align: center; margin-bottom: 1.5em;}
.single--content .single__article p {margin-bottom: 1.5em;}
.single--content .single__article p:has(img) {margin-bottom: 0.75em; padding-top: 1.5em;}
.single--content .single__article table,
.single--content .single__article video,
.single--content .single__article audio {display: block !important; margin: 0 auto !important; max-width: 100%;}
.single--content .single__article img {display: block !important; margin: 0 auto !important; max-width: 100%; height: auto !important; border-radius: var(--radius-size); overflow: hidden;}
.single--content .single__article a {color: var(--black-color);}
.single--content .single__article a:hover {color: #b79751;}


/** article **/
.article--content .article__title {font-size: 36px;line-height: 1.38em;font-weight: bold;color: #005375;font-family: 'Myriad Pro';max-width: 1200px;margin: 0 auto 35px;position: relative;}
.article--content .article__mete {display: flex;justify-content: flex-start;align-items: center;line-height: 1.25em;padding: 0.75em 1em;margin: 0 auto;gap: 0.5em;color: #333;font-family: 'Myriad Pro';background-color: #efeff0;width: var(--inner-width);border-top: 1px solid #ced0d3;position: relative;}
.article--content .article__mete:before{content:'';display:block;width: 100%;height: 1px;background: #ced0d3;transform: translateX(100%);position: absolute;top: -1px;left: 0;}
.article--content .article__site {position: relative; padding-left: 0.5em;}
.article--content .article__site::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 1em; background-color: #979798;}
.article--content .article__share {margin-left: auto; display: flex; justify-content: flex-start; align-items: center; gap: 8px;}
.article--content .social-share-icon {display: block; position: relative; width: 24px; height: 24px; border-radius: 50%; background: url('../image/share_icon.png') no-repeat;}
.article--content .social-share-icon.icon-weibo {background-position: 0 0;}
.article--content .social-share-icon.icon-wechat {background-position: -34px 0;}
.article--content .social-share-icon.icon-facebook {background-position: -69px 0;}
.article--content .social-share-icon.icon-twitter {background-position: -103px 0;}
.article--content .social-share-icon.icon-linkedin {background-position: -136px 0;}
.article--content .social-share-icon .wechat-qrcode {position: absolute; bottom: 100%; left: 50%; width: 160px; transform: translate(-50%, 0); text-align: center; opacity: 0; visibility: hidden; transition: all 0.4s ease-in-out;}
.article--content .social-share-icon.icon-wechat:hover .wechat-qrcode {opacity: 1; visibility: visible; transform: translate(-50%, -10px);}
.article--content .social-share-icon .wechat-qrcode h4 {font-size: var(--mini-size); line-height: 1.5em; color: #b79751; margin-bottom: 0.4em;}
.article--content .social-share-icon .wechat-qrcode .qrcode {box-sizing: content-box; width: 100px; height: 100px; border: 2px solid var(--white-color); padding: 4px; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1); border-radius: var(--radius-size); background-color: var(--white-color); overflow: hidden; margin: 0 auto;}
.article--content .social-share-icon .wechat-qrcode .qrcode img {width: 100%; height: 100%;}
.article--content .social-share-icon .wechat-qrcode .help {display: none;}
.article--content .article__content * {background: transparent !important;       word-break: break-word;}
.article--content table colgroup {
    margin: 0 auto;
    display: block;
}
.article--content .article__content,
.article--content .article__content p,
.article--content .article__content span {font-size: 20px !important; line-height: 1.5em !important; font-family: 'Myriad Pro' !important; color: var(--black-color); text-align: justify; text-wrap: auto !important; white-space: normal !important; word-wrap: break-word;}
.article--content .article__content h5 {font-size: var(--base-size) !important; color: #666; text-align: center; margin-bottom: 1.5em;}
.article--content .article__content p {margin-bottom: 0em;}
.article--content .article__content p:has(img) {margin-bottom: 0.75em; padding-top: 1.5em;}
.article--content .article__content table,
.article--content .article__content video,
.article--content .article__content audio {display: block !important; margin: 0 auto !important; max-width: 100%;width:100%;    border: 0px;}
.article--content .article__content img {display: block !important; margin: 0 auto !important; max-width: 100%; height: auto !important; border-radius: var(--radius-size); overflow: hidden;}
.article--content .article__content a {color: var(--black-color);}
.article--content .article__content a:hover {color: #b79751;}

/** search **/
.retrieve--content {background-color: #efeff0; padding: 40px 60px; border-radius: var(--radius-size);}
.retrieve--content .retrieve__form {display: flex; justify-content: flex-start; align-items: center;}
.retrieve--content .retrieve__input {flex: 1 1 auto; border: 1px solid #e5e5e5; height: 50px; background-color: var(--white-color);}
.retrieve--content .retrieve__keyword {width: 100%; height: 48px; line-height: 48px; border: 0; outline: 0; color: #828282; font-size: 20px; padding: 0 1em;}
.retrieve--content .retrieve__keyword::-webkit-input-placeholder {color: #828282;}
.retrieve--content .retrieve__keyword::-moz-placeholder {color: #828282;}
.retrieve--content .retrieve__keyword::-ms-input-placeholder {color: #828282;}
.retrieve--content .retrieve__keyword::placeholder {color: #828282;}
.retrieve--content .retrieve__button {flex: 0 0 130px; max-width: 130px; height: 50px;}
.retrieve--content .retrieve__submit {width: 100%; height: 50px; border: 0; outline: 0; background: #005375 url('../image/search.png') center no-repeat; cursor: pointer;}
.search--loading {display: none; text-align: center; margin-top: 60px;}
.search--result {text-align: center; color: #999; font-size: 20px; line-height: 1.5em; margin: 1.2em 0 0.5em;}
.search--result em {font-style: normal; color: #e83c28;}
.list--search .list__item {border-bottom: 1px solid #e5e5e5;}
.list--search .list__item a {display: flex; justify-content: flex-start; align-items: flex-start; font-size: var(--large-size); padding: 1.55em 0;}
.list--search .list__image {position: relative; flex: 0 0 25.83%; max-width: 25.83%; margin-right: 2%; height: 206px; /* padding-top: 17.17%; */ border-radius: var(--radius-size); overflow: hidden; background-color: #e1e1e1;}
.list--search .list__image img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.list--search .list__con {flex: 1 1 auto; margin-top: -4px;}
.list--search .list__date {line-height: 1.66em; color: #b79751; font-family: 'Myriad Pro';}
.list--search .list__title {font-size: 24px; line-height: 1.25em; height: 3.75em; color: #000000; font-weight: bold; font-family: 'Myriad Pro'; margin: 4px 0; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.list--search .list__text {line-height: 1.55em; max-height: 4.65em; color: #5a5c5f; font-family: 'Myriad Pro'; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.wp_entry p{font-family: 'Myriad Pro' !important;}
.wp_entry span{font-family: 'Myriad Pro' !important;}

body.index {
    background: #f6f6f6;
    font-size: unset;
}
table.wp_article_list_table {
      margin-top: 0!important;
    border: 0!important;
}
.xl .section-article--inner {
    display: block;
}
table.wp_article_list_table td, th{  border: 0!important;}
table.wp_article_list_table2 td, th{ border:#dfdfdf solid 1px!important;}

    .xl-container h1,.xl-container h2,.xl-container h3,.xl-container h4,.xl-container h5,.xl-container p{margin:0;padding:0;line-height: 1.5;}
    .xl-container{margin:0 auto; position: relative;font-family:Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", sans-serif; color:#333;}
    .xl-table-wrapper.col_news_list.time{margin-top:15px;    margin-bottom: 20px;}
    .xl-table-wrapper h1{text-align: center;font-family:Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", sans-serif;}
    .xl-table-wrapper h3{text-align: center; color:#555;font-family:Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", sans-serif;}
    .xl-table-wrapper table{width:100%; border-collapse:collapse; font-size: 16px; margin-top: 30px;}
    .xl-table-wrapper td,th{border:#dfdfdf solid 1px; text-align: center; padding:5px;}
    .xl-table-wrapper th{padding:15px 5px;}
    .xl-table-wrapper td{width:134px;}
    .xl-table-wrapper td:first-child{}
    .xl-table-wrapper td.rest{background: #ffe5e0 !important; color:#ea644a;}
    .xl-table-wrapper td.sp{background: #ebf2f9 !important; color:#145ccd;}
    .xl-table-wrapper td.st{background: #ddf4df !important; color:#38b03f;}
    .xl-table-wrapper th.empty{background: #f1f1f1 !important;}
.article--content .article__content td.empty{background: #f1f1f1 !important;}
    .xl-selector hr{background: #eee; border:none; height:2px;}
    .xl-selector select{margin: 10px 0px; font-size: 16px; border:#ccc solid 1px; line-height: 40px; padding:10px 0px; text-indent: 5px;  padding-right: 30px; color:#555;}
		.di{font-family:Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", sans-serif;}
.xl .article--content.xl-table-wrapper .article__content {
    overflow: auto;border-top:#D4AA68 solid 2px;
}


.menu-service--window .menu--service .menu__item.menu__item--i3 {
    background: #b79751;
    padding: 0 10px;
}

.menu-service--window .menu--service .menu__item.menu__item--i1 {
        background: #005375;
    padding: 4px 18px 4px 14px; 
    border-radius: 5px;
}

.menu-service--window .menu--service{gap: 10px;}

.menu-quick--window {
    display: none;
}
.section-carousel .slick-prev{
    left:79px;
    width: 62px;
    height: 62px;
    background: url(../image/prev.png) no-repeat center / 100% 100%;
}
.section-carousel .slick-next{
    right:79px;
    width: 62px;
    height: 62px;
    background: url(../image/next.png) no-repeat center / 100% 100%;
}
.section-carousel .slick-next,.section-carousel .slick-prev{z-index:10;}

li.menu__item.menu__item--i4 {
    display: none;
}