html,
body {
  min-height: 100vh;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  display: flex;
  justify-content: space-between;
  z-index: 3;
}
.header > div {
  flex-grow: 1;
}
.header .top-bar {
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  backdrop-filter: blur(10px);
}
.header .top-bar .letter-box {
  vertical-align: top;
  display: inline-block;
  height: 100%;
  margin-left: 55%;
  color: #fff;
  font-size: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 10px;
}
.header .top-bar .letter-box > span {
  display: inline-block;
  line-height: 30px;
  height: 100%;
  vertical-align: baseline;
}
.header .navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: rgba(3, 81, 153, 0.7);
  backdrop-filter: blur(10px);
  padding-left: 70px;
}
.header .navigation .home-entrance {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  flex-shrink: 0;
}
.header .navigation .home-entrance span {
  color: #fff;
}
.header .navigation .navigation-wrap {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-grow: 0.2;
  margin-left: 70px;
}
.header .navigation .btn {
  color: #fff;
}
.header .navigation .btn:hover {
  color: #fff;
}

#carousel1 {
  overflow: hidden;
}
#carousel1 .carousel-inner {
  width: 100vw;
  height: 50vw;
  overflow: hidden;
}
#carousel1 .carousel-indicators {
  top: 24vw;
}
#carousel1 .carousel-indicators [data-bs-target] {
  width: 60px;
  height: 4px;
  margin-right: 20px;
  opacity: 1;
}
#carousel1 .carousel-indicators .active {
  background-color: #035199;
}

.main-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 26vw;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.main-container .tiles-wrap {
  display: flex;
  justify-content: flex-start;
  align-self: start;
  flex-wrap: wrap;
  width: 370px;
  margin-right: 10px;
}
.main-container .tiles-wrap > a {
  position: relative;
  margin-bottom: 10px;
  padding: 20px;
  height: 109px;
  color: #fff;
  margin-right: 10px;
  width: 175px;
}
.main-container .tiles-wrap > a .title {
  position: relative;
  font-size: 24px;
}
.main-container .tiles-wrap > a .subtitle {
  position: relative;
  font-size: 12px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-weight: 100;
}
.main-container .tiles-wrap .purple::before {
  background-color: #4F14CC;
}
.main-container .tiles-wrap .blue::before {
  background-color: #035199;
}
.main-container .tiles-wrap .red::before {
  background-color: #B51010;
}
.main-container .tiles-wrap .green::before {
  background-color: #2B9E59;
}
.main-container .tiles-wrap .campus-dynamics {
  width: 360px;
  background-image: url(../img/campus-dynamics.png);
  background-color: #035199;
  font-size: 32px;
  padding: 34px 40px;
  height: 140px;
}
.main-container .tiles-wrap .campus-dynamics .subtitle {
  font-size: 16px;
}
.main-container .tiles-wrap .campus-news {
  background-image: url(../img/campus-news.png);
}
.main-container .tiles-wrap .notice {
  background-image: url(../img/notice.png);
}
.main-container .tiles-wrap .party-building {
  background-image: url(../img/party-building.png);
}
.main-container .tiles-wrap .departmental-dynamics {
  background-image: url(../img/departmental-dynamics.png);
}
.main-container .tiles-wrap .grade-dynamics {
  background-image: url(../img/grade-dynamics.png);
}
.main-container .tiles-wrap .school-teaching-and-research {
  background-image: url(../img/school-teaching-and-research.png);
}
.main-container .tiles-wrap .grade-dynamics {
  background-image: url(../img/grade-dynamics.png);
}
.main-container .tiles-wrap .subject {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 360px;
  background-color: #B51010;
  height: 84px;
}
.main-container .tiles-wrap .subject .title {
  margin-left: 10px;
}
.main-container .news-wrap {
  width: 820px;
  padding: 24px 30px;
  background-color: #fff;
  color: #333;
  border-top: 5px solid #035199;
  flex-shrink: 0;
}
.main-container .news-wrap .top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-container .news-wrap .top-wrap .title {
  color: #035199;
  font-size: 24px;
}
.main-container .news-wrap .top-wrap .notification-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-container .news-wrap .top-wrap .notification-wrap .headline {
  color: #E31818;
  margin-left: 4px;
}
.main-container .news-wrap .top-wrap .notification-wrap .content {
  color: #333;
}
.main-container .news-wrap .top-wrap .notification-wrap .more {
  margin-left: 15px;
  color: #999;
}
.main-container .news-wrap .items-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-container .news-wrap .items-wrap .item {
  display: flex;
  width: 350px;
  height: 130px;
  align-items: start;
  justify-content: space-between;
  margin-top: 20px;
  border-bottom: 1px solid #E6E6E6;
}
.main-container .news-wrap .items-wrap .item .title {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.main-container .news-wrap .items-wrap .item .content {
  margin-left: 12px;
  color: #999;
  font-size: 14px;
}
.main-container .news-wrap .items-wrap .item .date {
  margin-top: 17px;
}
.main-container .news-wrap .bottom-wrap {
  height: 70px;
  background: linear-gradient(261deg, #FF1D1D -11.58%, #990B0B 132.97%);
  padding: 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
.main-container .news-wrap .bottom-wrap .left {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  width: 240px;
  border-right: 1px solid #FF6161;
}
.main-container .news-wrap .bottom-wrap .left .text {
  margin-left: 10px;
}
.main-container .news-wrap .bottom-wrap .left .title {
  font-size: 24px;
}
.main-container .news-wrap .bottom-wrap .left .sub-title {
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.4;
}
.main-container .news-wrap .bottom-wrap .info {
  padding-bottom: 3px;
  border-bottom: 1px dashed #fff;
}
.main-container .news-wrap .news-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.main-container .news-wrap .items-wrap .list-item {
  width: 100%;
  flex-grow: 1;
  display: block;
  background-image: url(../img/arrow.svg);
  background-position: 97% 45%;
  background-repeat: no-repeat;
  padding: 10px 20px;
  border-bottom: 1px solid #F0F0F0;
  transition: all 0.2s;
  color: #333;
}
.main-container .news-wrap .items-wrap .list-item .title {
  font-size: 18px;
}
.main-container .news-wrap .items-wrap .list-item .date {
  color: #999999;
  margin-top: 5px;
}
.main-container .news-wrap .items-wrap .list-item:hover {
  cursor: pointer;
  background-color: #F6F6F6;
  background-image: url(../img/arrow-active.svg);
}
.main-container .news-wrap .items-wrap .list-item:hover .title {
  color: #035199;
}

.space {
  height: calc(26vw + 640px - 50vw + 60px);
}

.links {
  height: 100px;
  background-color: #fff;
}
.links .links-container {
  margin: 0 auto;
  height: 100px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.links .links-wrap {
  width: 1000px;
  display: flex;
  justify-content: space-between;
}
.links .links-wrap a {
  color: #333;
  position: relative;
}
.links .links-wrap a::before {
  content: " ";
  position: absolute;
  left: -15px;
  top: 10px;
  opacity: 0.8;
  width: 6px;
  height: 6px;
  background-color: #A5A5A5;
  border-radius: 6px;
}

.footer {
  background-color: #035199;
  height: 145px;
}
.footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  color: #fff;
  margin: 0 auto;
  height: 145px;
}

.hover-effect, .detail-container .content .content-footer, .header .top-bar .letter-box, .header .navigation .home-entrance, .header .navigation .btn, .main-container .tiles-wrap > a, .main-container .news-wrap .top-wrap .notification-wrap .content, .main-container .news-wrap .top-wrap .notification-wrap .more, .main-container .news-wrap .items-wrap .item, .links .links-wrap a {
  cursor: pointer;
  transition: filter 0.2s ease;
}

.hover-effect:hover, .detail-container .content .content-footer:hover, .header .top-bar .letter-box:hover, .header .navigation .home-entrance:hover, .header .navigation .btn:hover, .main-container .tiles-wrap > a:hover, .main-container .news-wrap .top-wrap .notification-wrap .content:hover, .main-container .news-wrap .top-wrap .notification-wrap .more:hover, .main-container .news-wrap .items-wrap .item:hover, .links .links-wrap a:hover {
  filter: brightness(0.8);
}

.color-board, .main-container .tiles-wrap .purple::before, .main-container .tiles-wrap .blue::before, .main-container .tiles-wrap .red::before, .main-container .tiles-wrap .green::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.8;
}

.breadcrumb span,
.breadcrumb a {
  color: #666666;
}

.pagination-nav {
  margin: 0 auto;
  margin-top: 40px;
}

.page-item.active a {
  color: #fff !important;
}
.page-item.active .page-link {
  background-color: #074A8C;
}

.page-link {
  border: none !important;
  color: #333 !important;
}

a {
  text-decoration: none !important;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.list-container {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 88px;
}
.list-container .content {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.list-container .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 230px;
  background-color: #F6F6F6;
}
.list-container .left .active {
  background-color: #035199;
  color: #fff;
}
.list-container .left > a > div {
  color: #000;
  width: 230px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: background 0.2s ease;
  background-color: #F6F6F6;
}
.list-container .left > a > div:hover {
  background-color: #035199;
  color: #fff;
}
.list-container .right {
  margin-left: 20px;
  flex-grow: 1;
}
.list-container .right > a {
  display: block;
  background-image: url(../img/arrow.svg);
  background-position: 97% 45%;
  background-repeat: no-repeat;
  padding: 10px 20px;
  border-bottom: 1px solid #F0F0F0;
  transition: all 0.2s;
  color: #333;
}
.list-container .right > a .date {
  color: #999999;
  margin-top: 5px;
}
.list-container .right > a:hover {
  cursor: pointer;
  background-color: #F6F6F6;
  background-image: url(../img/arrow-active.svg);
}
.list-container .right > a:hover .title {
  color: #035199;
}

.detail-container {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 88px;
}
.detail-container .content {
  border-top: 1px solid #E6E6E6;
  padding-top: 40px;
}
.detail-container .content .title {
  text-align: center;
  font-size: 36px;
}
.detail-container .content .subtitle {
  text-align: center;
  margin-top: 10px;
  color: #999;
  font-size: 14px;
}
.detail-container .content .text {
  margin-top: 48px;
}
.detail-container .content .text img {
  max-width: 100%;
  height: auto;
}
.detail-container .content .content-footer {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.detail-container .content .content-footer .left {
  color: #666;
}
.detail-container .content .content-footer a.right {
  color: #035199;
  text-decoration: underline !important;
}

.consult {
  padding: 20px;
  border: 1px solid #DBDBDB;
  background: #F6F6F6;
}
.consult .title {
  color: #333;
  font-size: 24px;
}
.consult .subtitle {
  color: #999;
  font-size: 16px;
  margin-top: 2px;
}
.consult .form {
  margin-top: 26px;
}

.notification-wrap .notice {
  height: 24px;
  border-radius: 8px;
  overflow: hidden;
}
.notification-wrap .notice__inner {
  animation: roll 42s linear infinite;
  margin-top: 0;
}
.notification-wrap .notice__inner a {
  color: #333;
  display: block;
}
.notification-wrap .notice__item {
  font-size: 14px;
  width: 270px;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes roll {
  0% {
    margin-top: 0;
  }
  4% {
    margin-top: 0;
  }
  8% {
    margin-top: 0;
  }
  12% {
    margin-top: -24px;
  }
  16% {
    margin-top: -24px;
  }
  20% {
    margin-top: -48px;
  }
  24% {
    margin-top: -48px;
  }
  28% {
    margin-top: -72px;
  }
  32% {
    margin-top: -72px;
  }
  36% {
    margin-top: -96px;
  }
  40% {
    margin-top: -96px;
  }
  44% {
    margin-top: -120px;
  }
  48% {
    margin-top: -120px;
  }
  52% {
    margin-top: -144px;
  }
  56% {
    margin-top: -144px;
  }
  60% {
    margin-top: -120px;
  }
  64% {
    margin-top: -120px;
  }
  68% {
    margin-top: -96px;
  }
  72% {
    margin-top: -96px;
  }
  76% {
    margin-top: -72px;
  }
  80% {
    margin-top: -72px;
  }
  84% {
    margin-top: -48px;
  }
  88% {
    margin-top: -48px;
  }
  92% {
    margin-top: -24px;
  }
  96% {
    margin-top: -24px;
  }
  100% {
    margin-top: 0;
  }
}
.pagination {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}
.pagination .pager a .active {
  background: #035199;
  border-radius: 6px;
  border: 1px solid #eee;
  color: #fff;
}
.pagination .pager button {
  border: 1px solid #969696;
  background: #F5F5F5;
  border-radius: 6px;
  padding: 2px 8px;
  margin: 0 5px;
}
.pagination .paging_text {
  margin-left: 10px;
}
.message-consultation{
  position: fixed;
  right: 0;
  top: 280px;
  background-color: #035199;
  width: 110px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 999;
}
.message-consultation img{
  width: 50px;
  height: 50px;
  margin-bottom: 6px;
}
.message-consultation span{
  color: #fff;
  font-size: 16px;
}
.ld-list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 930px;
}
.ld-list-item {
  margin-bottom: 15px;
  margin-right: 15px;
  width: 300px;
}
.ld-list-item:nth-child(3n) {
  margin-right: 0 !important;
}
.ld-list-item img {
  width: 100%;
  height: 210px;
}
.ld-list-item .name {
  width: 100%;
  height: 40px;
  background-color: #f6f6f6;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #035199;
}
/*# sourceMappingURL=index.css.map */