@CHARSET "UTF-8";

body,
button,
input,
select,
textarea {
  color: #555;
  font-family: "Microsoft YaHei", "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  background-color: #F5F2F5;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
tr,
td {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none
}

a {
  color: #43686B;
  transition: all .2s;
}

a:hover {
  color: #209FFE;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

[v-cloak] {
  display: none !important;
}

@media (min-width:768px) {
  .navbar-default {
    background-color: #fff;
    border: none;
    padding: 20px 0 10px;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    height: 80px !important;
    position: relative;
  }

  .navbar-nav {
    margin: 0;
    display: inline-block;
    margin-left: 0
  }

  .navbar-nav>li>a {
    line-height: 36px;
    padding: 0 12px;
    text-align: center;
    background-color: transparent !important;
  }

  body {
    padding-top: 110px;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0;
    display: flex;
    align-items: center;
  }
}

.navbar-header {
  position: relative;
  z-index: 1;
}

.navbar .brand img {
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar .brand {
    display: inline-block;
    width: 282px;
    padding: 22px 0 0;
    margin-left: 10px;
  }
}

@media (min-width: 1380px) {
  .container {
    width: 1380px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 69px !important;
  }

  .navbar .brand {
    display: inline-block;
    width: 260px;
    padding-top: 16px;
    margin-left: 10px;
  }
}



.navbar-default .navbar-nav>li>a {
  color: rgba(85, 85, 85, 0.6);
  font-size: 16px;
  font-weight: normal;
}

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

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
  color: #555;
}

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

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  background-color: transparent;
  color: #555;
  font-weight: bold;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.dropdown-menu>li>a {
  color: #555;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #43686B;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: rgba(85, 85, 85, 0.6);
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: rgba(85, 85, 85, 0.6);
    background-color: transparent;
  }
}

.banner {
  display: block;
  width: 100%;
  margin-top: 0;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  position: relative;
}

.footer-bg {
  width: 100%;
  height: 610px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer-nav .logo {
  display: inline-block;
  margin-right: 40px;
}

.footer-nav ul {
  display: inline-block;
}

.footer-nav li {
  display: inline-block;
  border-right: 1px solid #fff;
}

.footer-nav li:last-of-type {
  border-right: none;
}

.footer-nav li a {
  display: inline-block;
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
}

.bottom-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(59, 61, 63, 0.95);
  padding: 30px 0 10px;
}

.footer-link .col-md-4 {
  margin: 30px auto 40px;
}

.footer-link .nav-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.footer-link li {
  display: inline-block;
  width: 40%;
  margin-top: 10px;
}

.footer-link li a {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.footer-info li {
  vertical-align: top;
}

.footer-info li p {
  font-weight: 500;
}

.footer-info li p:first-of-type {
  margin-bottom: 12px;
}

.footer-info li:first-of-type {
  text-align: right;
  padding-right: 15px;
}

.footer-info li span {
  display: inline-block;
  width: 98px;
  text-align: center;
  margin-top: 2px;
}

.copyright {
  font-size: 12px;
  color: #fff;
  line-height: 17px;
  text-align: center;
  font-weight: 500;
}

.content-wrap {
  margin-top: 50px;
}

.content-box {
  margin: 40px 0;
}

.college-nav {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-around;
  z-index: 100;
  position: relative;
  font-size: 12px;
  border-radius: 6px;
}

.college-nav a {
  display: inline-block;
  width: 80px;
  text-align: center;
  padding: 12px 0;
  color: #ffffff;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.college-nav a .blue {
  display: none;
}

.college-nav a.active .blue,
.college-nav a:hover .blue {
  display: inline-block;
  color: #555;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.21);
}

.college-nav a.active .gray,
.college-nav a:hover .gray {
  display: none;
}

.college-nav a img {
  max-width: 60px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.college-nav a p {
  margin-top: 8px;
}

.news-box {
  /* background-color: #fff; */
  margin-top: 65px;
}

.index-title {
  font-size: 20px;
  font-weight: normal;
  line-height: 37px;
  padding-left: 2px;
  /* padding-bottom: 25px; */
  color: #43686B;
}

.index-title a {
  display: inline-block;
}

.index-title a span {
  display: inline-block;
  vertical-align: middle;
}

.index-title .bold {
  font-size: 40px;
  font-weight: 700;
  padding-right: 10px;
}

.index-title .en {
  font-size: 40px;
  font-weight: 600;
  padding-left: 10px;
  display: inline-block;
}

.index-title .index-title-border {
  height: 21px;
  border-left: 2px solid #43686B;
  transition: all .2s;
}

.news-box .main-news {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.news-box .main-news .news-info {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(10, 10, 15, .5);
  padding: 14px 10px;
  color: #FFFFFF;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
}

.news-box .main-news .news-info:hover {
  color: rgb(32, 159, 254);
  transition: all 0.2s ease 0s;
}

.main-news .news-title {
  display: block;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-box .news-info .news-title {
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  line-height: 22px;
}

.news-box .news-info .news-excerpt {
  font-size: 14px;
  font-weight: 600;
  color: #E2E2E2;
  line-height: 22px;
  margin: 15px 0;
}

.news-box .news-info .news-date {
  font-size: 12px;
  color: #E2E2E2;
}

.more {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 28px;
  background: #8A878A;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  transition: all .2s;
  box-shadow: 7px 10px 11px 0px rgba(0, 0, 0, 0.25);
}

.more:hover {
  color: #fff;
  background-color: #209FFE;
}

.more span {
  display: inline-block;
  width: 10px;
}

.news-more {
  float: right;
  margin-bottom: 15px;
  margin-right: 15px;
  position: absolute;
  top: -60px;
  right: -30px;
}

.index-news-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.index-news-wrap .wrap {
  width: 25%;
  padding: 0 10px;
}

.index-news-wrap .img-wrap {
  width: 50%;
  position: relative;
}

.index-news-wrap .news-wrap {
  height: 100%;
  background-color: #fff;
}

.news-wrap .news-img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news-wrap .news-info {
  padding: 20px 20px 0 20px;
}

.news-wrap .news-info .news-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  height: 48px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 4px 0 10px;
}

.news-box .news-info .news-title:hover,
.party-wrap a:hover,
.announcement-wrap a:hover,
.academic-wrap a:hover,
.news-wrap .news-info .news-title:hover {
  color: #209FFE;
  transition: all .2s;
}

.news-wrap .news-info .news-excerpt {
  font-size: 14px;
  font-weight: 400;
  color: #B2B2B2;
  height: 46px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
}

.news-wrap .news-info .news-date {
  font-weight: 400;
  font-size: 14px;
  color: #909090;
  margin-bottom: 10px;
}

.academic-box {
  margin-top: 70px;
}

.academic-content {
  margin: -10px;
  display: flex;
  align-items: stretch;
}

.academic-content-left,
.academic-content-right {
  width: 50%;
}

.academic-content-right {
  padding: 10px;
}

.academic-content-left .academic-wrap {
  width: 50%;
  height: 50%;
  padding: 10px;
}

.academic-content-right .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.academic-wrap .wrap {
  height: 100%;
  background: #ffffff;
  padding: 15px 20px;
}

.academic-wrap a {
  margin-bottom: 8px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  min-height: 72px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.academic-wrap p {
  font-size: 14px;
  color: #B2B2B2;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 5%;
}


.announcement-box {
  margin: 70px 0 80px 0;
  background-color: #fff;
  padding: 30px 0 0;
  position: relative;
}

.announcement-img {
  margin-left: 25px;
}

.announcement-wrap {
  margin-bottom: 20px;
}

.announcement-wrap a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.announcement-wrap p {
  font-size: 14px;
  font-weight: 600;
  color: #B2B2B2;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.announcement-wrap .announcement-date {
  font-size: 12px;
  color: #B2B2B2;
  line-height: 22px;
}

.announcement-box .announcement-more {
  float: right;
  margin-bottom: 15px;
}

.party-box {
  margin: 40px 0 80px;
}

.party-box .row {
  background-color: #fff;
  padding: 16px 0;
  position: relative;
}

.party-wrap {
  margin-bottom: 10px;
  font-size: 12px;
  color: #B2B2B2;
  padding-right: 40px;
}

.party-wrap:last-of-type {
  margin-bottom: 0;
}

.party-wrap a {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #555555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.party-wrap a.party-more {
  text-align: right;
  margin-bottom: 0;
  font-size: 14px;
}

.party-img:not(:last-of-type) {
  margin-bottom: 14px;
}

.icon-party {
  position: absolute;
  top: 14px;
  right: -4px;
}

.intro-box {
  height: 250px;
  background-color: #fff;
}

.intro-box img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.intro-box p {
  height: 58px;
  line-height: 29px;
  padding: 0 10px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #383A3C;
  overflow: hidden;
}

.intro-box .sy-pager,
.intro-box .sy-controls {
  display: none !important;
}

.intro-box li a img {
  display: block;
  height: 176px;
  object-fit: cover;
}

.news-list-box {
  padding: 40px 25px 30px;
  background-color: #fff;
  position: relative;
}

.news-list-box::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 276px;
  background: rgba(198, 198, 198, .82);
  left: 0;
  top: 0;
}

.news-list-box::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(198, 198, 198, .82);
  left: 0;
  top: 286px;
  border-radius: 50%;
}

.news-list-box h3.title {
  color: #555;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-list-wrap {
  padding: 10px 0;
  border-bottom: 1px solid #D8D8D8;
}

.video-list {
  border-bottom: none;
}

.video-list .video-cover {
  position: relative;
  cursor: pointer;
}

.video-list .video-cover::after {
  content: '';
  width: 44px;
  height: 44px;
  background: url(../images/btn-play.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}

.news-list-wrap .col-md-4,
.news-list-wrap .col-md-8 {
  float: none;
  display: inline-block;
  margin: 0 -2px;
  vertical-align: middle;
}

.news-list-wrap .img {
  width: 100%;
  height: 0;
  padding-bottom: 53.346%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news-list-wrap .news-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}

.main-box {
  margin: 30px auto 60px;
}

.news-list-wrap .news-date {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin: 10px 0;
}

.news-list-wrap .news-excerpt {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  /* height: 80px; */
  overflow: hidden;
}

.new-side-nav {
  /* background: #fff; */
  /* border-top-right-radius: 4px; */
}

.new-side-nav .title {
  /* background: #05383B; */
  padding: 20px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #555;
  line-height: 25px;
  border-top-right-radius: 4px;
}

.new-side-nav li {
  padding: 0 10px;
  font-size: 14px;
  color: #555;
  transition: all .3s;
}

.new-side-nav li a.active {
  color: #05383B;
  font-weight: bold;
}

.new-side-nav li:hover a {
  /* background-color: #43686B; */
  background-color: #ed6c00;
  color: #fff;
}

.new-side-nav li:hover a,
.new-side-nav li.active a {
  color: #fff
}

.new-side-nav li a {
  display: block;
  padding: 20px 10px;
  color: #555;
  margin-left: 10px;
}

.new-side-nav li.sub {
  font-size: 12px;
}

.new-side-nav li.sub a {
  display: none;
  padding: 12px 20px;
  margin-left: 10px;
}

.new-side-nav li.sub a.sub-open {
  display: block;
}

.new-side-nav li.dropdown .open .narrow {
  transform: rotateZ(0);
}

.new-side-nav .narrow {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -8px;
  background: url(../images/icon-narrow.png) no-repeat center center;
  background-size: cover;
  margin-left: 0;
  transform: rotateZ(270deg)
}

.new-side-nav li:hover a .narrow,
.new-side-nav li.active a .narrow {
  background-image: url(../images/icon-narrow-w.png);
}

.right-nav a {
  position: fixed;
  top: 360px;
  height: 50px;
  line-height: 50px;
  right: -70px;
  display: block;
  background-color: #fff;
  box-shadow: 7px 10px 11px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px 0px 0px 4px;
  z-index: 1;
  font-weight: bold;
  font-size: 16px;
  color: #383A3C;
  padding-left: 45px;
  padding-right: 4px;
  transition: all .3s;
}

.right-nav a.news {
  top: 360px;
  background: url(../images/icon-news.png) no-repeat 8px center;
  background-color: #fff;
}

.right-nav a.event {
  top: 418px;
  background: url(../images/icon-event.png) no-repeat 8px center;
  background-color: #fff;
}

.right-nav a.notice {
  top: 476px;
  background: url(../images/icon-notice.png) no-repeat 8px center;
  background-color: #fff;
}

.right-nav a:hover {
  right: 0;
}

.article_content {
  padding: 10px 25px 150px;
  margin: 0 -25px -30px;
  color: rgb(38, 38, 38);
  background: url(../images/acticle-bg.png) no-repeat right bottom;
  background-size: 268px 194px;
}

.main-box-bg {
  padding-bottom: 150px;
  background: url(../images/acticle-bg.png) no-repeat right bottom;
  background-color: #fff;
  background-size: 268px 194px;
}

.catalogue-box {
  margin-top: 20px;
}

.catalogue-box .wrap {
  padding-left: 30px;
  position: relative;
}

.catalogue-box .wrap::before {
  content: '';
  width: 2px;
  background: #D0D0D0;
  position: absolute;
  left: 0;
  top: 17px;
  bottom: -17px;
}

.catalogue-box .wrap::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/icon-time.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -7px;
  top: 17px;
}

.catalogue-box .open::before {
  background: #446A6C;
}

.catalogue-box .open::after {
  background-image: url(../images/icon-time-h.png);
}

.catalogue-box .wrap:last-of-type::before {
  display: none;
}

.catalogue-box .open:last-of-type::before {
  display: block;
  bottom: 0;
}

.catalogue-box .wrap .year {
  color: #D0D0D0;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
  transition: all .2s;
  cursor: pointer;
}

.catalogue-box .wrap .year span {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  background: url(../images/icon-arrow.png) no-repeat right center;
  transition: all .2s;
}

.catalogue-box .wrap:hover .year,
.catalogue-box .open .year {
  color: #446A6C;
  border-bottom-color: #446A6C;
}

.catalogue-box .wrap:hover .year span {
  background-image: url(../images/icon-arrow-h.png);
}

.catalogue-box .open .year span {
  background-image: url(../images/icon-arrow-h.png);
  transform: rotateZ(180deg);
}

.catalogue-box .list {
  display: none;
}

.catalogue-box .open .list {
  display: block;
}

.catalogue-box .list li {
  border-bottom: 1px solid #d0d0d0;
  padding: 12px 0 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding-left: 110px;
  position: relative;
}

.catalogue-box .list li span {
  position: absolute;
  left: 0;
  font-size: 14px;
  font-weight: 600;
  color: #446A6C;
  line-height: 20px;
}

.people-list-box {
  padding: 30px 0;
}

.people-list-box .wrap {
  background: #F6F6F6;
  border: 1px solid rgba(48, 48, 48, 0.1);
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;
}

.people-list-box .head-img {
  text-align: center;
}

.people-list-box .head-img img {
  display: inline-block;
  width: 100%;
  max-width: 160px;
}

.people-list-box h3.name {
  font-size: 24px;
  font-weight: bold;
  color: #555;
  line-height: 33px;
}

.people-list-box .info {
  max-width: 560px;
  margin-top: 10px;
}

.people-list-box .info span {
  display: block;
  float: left;
  width: 50%;
  font-size: 18px;
  font-weight: 500;
  color: #555;
  line-height: 25px;
}

.people-list-box .info .top {
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D8D8D8;
}

.people-list-box .info span.mail,
.people-list-box .info span.phone,
.people-list-box .info span.mobile {
  padding-left: 20px;
  word-break: break-all;
}

.people-list-box .info span.mail {
  background: url(../images/icon-mail.png) no-repeat left 7px;
}

.people-list-box .info span.mobile {
  background: url(../images/icon-mobile.png) no-repeat left 4px;
}

.people-list-box .info span.phone {
  background: url(../images/icon-phone.png) no-repeat left 5px;
}

.screening-wrap {
  display: inline-block;
  font-size: 14px;
  color: #555555;
  line-height: 20px;
  padding: 2px 22px 2px 10px;
  background: #D1D1D1;
  border-radius: 2px;
  position: absolute;
  top: 40px;
  right: 25px;
  cursor: pointer;
  transition: all .2s;
  z-index: 2;
}

.screening-wrap::after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../images/icon-narrow.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  transform: rotateZ(270deg);
}

.screening-wrap.active,
.screening-wrap:hover {
  background: #43686B;
  color: #fff;
}

.screening-wrap.active::after,
.screening-wrap:hover::after {
  background: url(../images/icon-narrow-w.png) no-repeat center center;
  transform: rotateZ(0);
}

.year-wrap {
  position: absolute;
  top: 40px;
  right: 25px;
  left: 25px;
  padding-top: 67px;
  display: none;
}

.year-wrap ul {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  background: #F0F0F0;
  padding: 6px;
  z-index: 1;
}

.year-wrap ul a {
  display: inline-block;
  padding: 2px 5px;
  color: #43686B;
  line-height: 17px;
  font-size: 12px;
  margin-left: 10px;
}

.year-wrap ul li:hover a,
.year-wrap ul li.active a {
  background-color: #43686B;
  color: #fff;
}

.file-box {
  margin: 50px -15px;
}

.file-box .wrap {
  display: inline-block;
  margin: 0 15px;
  cursor: pointer;
}

.file-box .icon-file {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url(../images/icon-txt.png) no-repeat center center;
  background-size: 60px 60px;
}

.file-box .img-back {
  background: url(../images/icon-back.png) no-repeat center center;
  background-size: 60px 42px;
}

.file-box .img-folder {
  background: url(../images/icon-folder.png) no-repeat center center;
  background-size: 60px 51px;
}

.file-box .img-word {
  background: url(../images/icon-word.png) no-repeat center center;
  background-size: 60px 60px;
}

.file-box .img-excel {
  background: url(../images/icon-excel.png) no-repeat center center;
  background-size: 60px 60px;
}

.file-box .img-ppt {
  background: url(../images/icon-ppt.png) no-repeat center center;
  background-size: 60px 60px;
}

.file-box .img-txt {
  background: url(../images/icon-txt.png) no-repeat center center;
  background-size: 60px 60px;
}

.file-box .wrap p {
  width: 130px;
  height: 30px;
  line-height: 15px;
  font-size: 14px;
  text-align: center;
  color: #555555;
  overflow: hidden;
  margin-top: 15px;
  word-break: break-all;
}

.file-box .wrap:hover p {
  text-decoration: underline;
}

.dialog {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.video-dialog {
  display: none;
}

.video-play {
  width: 1200px;
  height: 645px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -320px;
  margin-left: -600px;
}

.video-play .btn-close {
  width: 40px;
  height: 40px;
  background: url(../images/btn-close.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -50px;
  cursor: pointer;
}

.video-play .btn-close:hover {
  background: url(../images/btn-close-h.png) no-repeat center center;
}

.video-play video {
  width: 100%;
  height: 100%;
  background: #000;
}

.password-dialog {
  position: fixed;
  width: 460px;
  height: 200px;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -230px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 60px 30px;
}

.password-dialog .btn-close {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 20px;
  right: 28px;
  background: url(../images/icon-close.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.password-dialog .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #555555;
}

.password-dialog .wrap {
  margin-top: 13px;
  overflow: hidden;
}

.password-dialog .wrap input {
  width: 300px;
  height: 40px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
  background-color: #fff;
  padding: 0 5px;
}

.password-dialog .wrap .enter {
  width: 80px;
  height: 40px;
  background: #4B676B;
  border-radius: 4px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

.video-list-box {
  max-width: 1200px;
  margin: 0 auto;
}

.video-list-box::before {
  width: 0;
  height: 0;
}

.video-list-box::after {
  width: 0;
  height: 0;
}

.video-list-wrap {
  position: relative;
  padding-left: 280px;
  min-height: 180px;
  box-sizing: border-box;
  border-bottom: none;
  margin-bottom: 40px;
}

.video-list-wrap .cover-wrap {
  position: absolute;
  width: 260px;
  height: 180px;
  left: 0;
  top: 0;
}

.video-list-box h3.title {
  color: #43676A;
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
}

.video-list-box h3.title span.en {
  font-weight: normal;
  color: #43676A;
  font-size: 20px;
  line-height: 40px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}

.search-input {
  width: 160px;
  border-radius: 6px;
  border: 1px solid rgba(85, 85, 85, 1);
  padding-left: 26px;
  position: relative;
  overflow: hidden;
}

.search-input::after {
  content: '';
  width: 14px;
  height: 13px;
  background: url(../images/icon-search.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -6px;
}

.search-input input {
  display: block;
  width: 100%;
  height: 22px;
  background: #fff;
  border: none;
  outline: none;
}

.search-input input::placeholder {
  font-size: 14px;
  color: #B2B2B2;
}

.search-wrap {
  background: rgba(216, 216, 216, .2);
  padding: 55px 0;
  text-align: center;
}

.search-wrap .wrap {
  width: 700px;
  background: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
  border-radius: 25px;
  border: 1px solid #555;
  position: relative;
  overflow: hidden;
  padding: 0 72px 0 30px;
  margin: 0 auto;
}

.search-wrap input {
  display: block;
  width: 100%;
  height: 50px;
  background: #fff;
  box-shadow: none;
  border-radius: 25px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: bold;
}

.search-wrap .wrap .submit {
  display: block;
  width: 22px;
  height: 20px;
  background: url(../images/icon-search.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  cursor: pointer;
}

.search-list-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #555;
}

.search-list-wrap a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #555555;
  line-height: 24px;
  padding: 12px 0;
}

.search-list-wrap a:hover {
  color: #209ffe;
}

.search-list-wrap .date {
  font-size: 14px;
  font-weight: 600;
  color: #909090;
  line-height: 20px;
  margin: 10px 0;
}

.search-list-wrap .post_excerpt {
  font-size: 14px;
  font-weight: 600;
  color: #b2b2b2;
  line-height: 22px;
}

.gallery-box {
  background-color: #fff;
  padding: 60px 0 120px;
}

.gallery-box .index-title {
  text-align: center;
}

.gallery-slider {
  margin-top: 100px;
  position: relative;
}

.slider-dialog {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1030;
}

.slider-dialog .img {
  display: block;
  width: 1200px;
  height: 840px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -420px;
  margin-left: -600px;
}

.slider-dialog .sy-box,
.slider-dialog .sy-slide {
  height: 100%;
}

.slider-dialog img {
  display: block;
  width: 100%;
  height: 740px;
  object-fit: contain;
}

.slider-dialog .info {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
}

.slider-dialog .btn-close {
  width: 40px;
  height: 40px;
  background: url(../images/btn-close.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 60px;
  top: 60px;
  cursor: pointer;
}

.slider-dialog .btn-prev {
  width: 33px;
  height: 60px;
  background: url(../images/icon-prev.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  z-index: 10;
}

.slider-dialog .btn-next {
  width: 33px;
  height: 60px;
  background: url(../images/icon-next.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  z-index: 10;
}

.slider-dialog .btn-close:hover {
  background: url(../images/btn-close-h.png) no-repeat center center;
}

.gallery-wrap {
  height: 471px;
}

.gallery-wrap .square {
  background-color: #05383B;
  width: 228px;
  height: 228px;
  position: absolute;
}

.gallery-wrap .img-0 {
  width: 228px;
  height: 228px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 243px;
}

.gallery-wrap .img-1 {
  width: 471px;
  height: 228px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 243px;
  left: 0;
}

.gallery-wrap .img-2 {
  width: 406px;
  height: 471px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 486px;
}

.gallery-wrap .img-3 {
  width: 471px;
  height: 228px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
}

.gallery-wrap .img-4 {
  width: 228px;
  height: 228px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 243px;
  right: 243px;
}

.gallery-wrap .img-5 {
  width: 228px;
  height: 228px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 243px;
  right: 0;
}

.gallery-wrap .info {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  flex-wrap: wrap;
}

.gallery-wrap .info .date,
.gallery-wrap .info p {
  width: 100%;
}

.index-video {
  padding: 80px 0;
}

.index-video .index-title {
  text-align: center;
}

.video-slider {
  margin: 40px 0 60px;
  padding: 0 30px;
}

.video-slider-wrap {
  height: 520px;
}

.video-slider-wrap .video-cover {
  width: 460px;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  cursor: pointer;
}

.video-slider-wrap .video-0 {
  top: 0;
  left: 220px;
}

.video-slider-wrap .video-1 {
  top: 0;
  left: 680px;
}

.video-slider-wrap .video-2 {
  top: 260px;
  left: 0;
}

.video-slider-wrap .video-3 {
  top: 260px;
  left: 460px;
}

.video-slider-wrap .video-cover::after {
  content: '';
  width: 44px;
  height: 44px;
  background: url(../images/btn-play.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}

.video-slider-wrap .square {
  background-color: #05383B;
  width: 220px;
  height: 260px;
  position: absolute;
}

.gallery-wrap .square.img-prev,
.video-slider-wrap .square.video-prev {
  top: 0;
  left: 0;
}

.gallery-wrap .square.img-next,
.video-slider-wrap .square.video-next {
  right: 0;
  bottom: 0;
}

.gallery-wrap .square span,
.video-slider-wrap .square span {
  display: block;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  cursor: pointer;
  opacity: .3;
}

.gallery-wrap .square.img-prev span,
.video-slider-wrap .square.video-prev span {
  background-image: url(../images/btn-prev.png);
}

.gallery-wrap .square.img-next span,
.video-slider-wrap .square.video-next span {
  background-image: url(../images/btn-next.png);
}

.gallery-wrap .square span:hover,
.video-slider-wrap .square span:hover {
  opacity: 1;
}


.video-list-box {
  margin: 30px auto 60px;
}

.video-list-box .news-title {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  color: #05383B;
  font-weight: bold;
  margin-top: 20px;
}

@media (max-width: 1320px) {
  .right-nav {
    display: none;
  }
}

@media (min-width: 768px) {
  .party-wrap {
    text-align: left;
    padding-right: 60px;
  }
}

@media (max-width: 767px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    margin-bottom: 20px;
  }

  .college-nav {
    flex-wrap: wrap;
    padding: 10px 0;
    font-size: 12px;
  }

  .college-nav a {
    width: 20%;
    margin: 0 2%;
    padding: 10px 0;
  }

  .more {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
  }

  .more span {
    width: 10px;
  }

  .footer-bg {
    display: none;
  }

  .bottom-wrap {
    position: relative;
  }

  .footer-nav .logo {
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  body {
    padding-top: 153px;
  }
}

@media (max-width: 1000px) {
  .navbar-nav>li>a {
    padding: 0 5px;
  }
}

.rowlist-news {
  border-top: .25rem solid #dadada;
  padding-top: 1.25rem;
  transition: .3s;
  margin: 0 1.25rem;
}

/* .news-list-wrap.rowlist-news:first-of-type{
  border-top: .125rem solid #dadada;
} */
.news-list-list {
  display: flex;
}

.news-list-list>.news-date {
  margin-right: 1.875rem;
}

.news-list-wrap .rowlist-news .col-md-8 {
  width: 100%;
}

.news-list-wrap .rowlist-news .col-md-8>a {
  color: black;
}

.rowlist-news:hover .news-title {
  font-weight: 600;
}

.rowlist-news:hover {
  border-top: .4375rem solid #ed6c00;
  font-size: 1.5625rem;
  font-weight: 600;
}

.pages {
  margin: 0 0 2.45rem;
  text-align: center;
  padding-top: .4rem;
  border-top: 1px solid #dadada;
  margin: 0 1.25rem;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pages a {
  display: inline-block;
}

.pages .disabled {
  background-color: #dadada;
  margin: 0 1.75rem;
  border-radius: 1px;
  width: 5rem;
  height: 2rem;
  padding: .3125rem;
  font-size: .25rem;
}

.pages .disabled:hover {
  color: #fff;
  background-color: #012a5c;
}

.pages .page-news-list {
  width: 2.5rem;
  height: 2rem;
  border-radius: 1px;
  text-align: center;
  color: #555;
}

.pages .active {
  color: white;
  background-color: #f8c433;
}

.pages .page-news-list:hover {
  color: white;
  background-color: #f8c433;
}

.index-title-box {
  margin-bottom: 30px;
}

.index-title-box .more {
  margin-top: 10px;
  float: right;
  /* margin-right: -15px; */
}

.index-title a:hover .index-title-border {
  border-color: #209FFE;
}

.content-box .col-md-6 {
  padding-right: 0;
}

.gallery-box .index-title {
  background: #FFFFFF;
}

@media (max-width: 1200px) {
  .gallery-wrap .img-2 {
    width: 228px;
  }

  .news-box .main-news,
  .news-box .sy-box,
  .news-box .sy-slide,
  .academic-content-right .img {
    height: 100%;
    padding-bottom: 0;
  }

}

@media (max-width: 992px) {
  .academic-content {
    display: block;
  }

  .index-news-wrap {
    flex-wrap: wrap;
  }

  .index-news-wrap .wrap {
    width: 50%;
    margin-top: 20px;
  }

  .index-news-wrap .img-wrap,
  .academic-content-left,
  .academic-content-right {
    width: 100%;
    margin-top: 0;
  }

  .news-wrap .news-info {
    padding: 20px;
  }

  .news-box .main-news,
  .academic-content-right .img {
    height: 0;
    padding-bottom: 56.25%;
  }

  .index-title .bold {
    font-size: 32px;
    padding-right: 6px;
  }

  .index-title .index-title-border {
    height: 14px;
  }

  .index-title .en {
    font-size: 32px;
    padding-left: 6px;
  }
}

@media (max-width: 600px) {
  .academic-content-left .academic-wrap {
    width: 100%;
    height: auto;
  }

  .news-box .main-news .news-info {
    padding: 12px 10px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 22px;
  }

  .index-news-wrap .wrap {
    width: 100%;
  }

  .academic-wrap a {
    min-height: auto;
  }

  .index-title .bold {
    font-size: 24px;
    padding-right: 6px;
  }

  .index-title .index-title-border {
    height: 14px;
  }

  .index-title .en {
    font-size: 24px;
    padding-left: 6px;
  }

  .more {
    width: 100px;
  }
}

@media (max-width: 375px) {
  .announcement-box .announcement-more {
    position: absolute;
    left: -1%;

  }

  .content-box .news-box .row .col-md-6 .news-more {
    position: absolute;
    top: 101%;
  }

  .announcement-box .announcement-more {
    margin-top: 9%;
    left: -18%;
  }

  .content-box .row {
    margin-right: 0px;
  }
}

@media (max-width: 390px) {
  .content-box .row {
    margin-right: 0px;
  }

  .announcement-box {
    width: 100%;
  }
}

@media (max-width: 414px) {
  .academic-box .img {
    width: 96%;
  }

  .content-box .row {
    margin-right: 0px;
  }

  .announcement-box {
    width: 100%;
  }
}

.container .video-slider-wrap .square.video-next {
  right: 90px;
}

.container .video-slider {
  margin: 40px 0 60px 90px;
}

.container .news-list-box .col-md-8 {
  height: 168px;
  overflow: hidden;
}