﻿.headline-wrapper {
  padding: 20px 0;
  border-radius: 6px;
  display: flex;
}
.headline-wrapper .date-wrapper {
  background: #f2f2f2;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
.headline-wrapper .headline {
  padding-left: 18px;
  overflow: hidden;
  width: 100%;
}
.headline-wrapper .headline .title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #000;
}
.headline-wrapper .headline .title a {
  flex-shrink: 0;
  color: #000;
}
.headline-wrapper .headline .headline-list {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.headline-wrapper .headline .headline-list .entry-wrapper {
  overflow: hidden;
  padding: 0 12px;
}
.headline-wrapper .headline .headline-list .entry-wrapper + .entry-wrapper {
  border-left: 1px solid #333;
}
.headline-wrapper .date-wrapper .month {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  background: #57c161;
  padding: 0 8px;
}
.headline-wrapper .date-wrapper .date {
  color: #999;
}
.headline-wrapper .date-wrapper .date .val {
  color: #57c161;
  font-size: 42px;
}
.headline-title a {
  font-weight: bold;
  color: #0968ba;
  line-height: 40px;
  font-size: 32px;
  text-align: center;
}
.headline-content {
  padding-left: 18px;
  overflow: hidden;
  flex: 1;
}
.tab-section .container {
  position: relative;
}
.tab-section .container #sideNav {
  position: absolute;
  top: 0;
  left: -48px;
}
.tab-section .container #sideNav .nav-link {
  position: relative;
  padding: 40px 10px;
  width: 63px;
  height: 180px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  z-index: 99;
}
.tab-section .container #sideNav .nav-link .iconfont {
  font-size: 30px;
}
.tab-section .container #sideNav .nav-link::after {
  position: absolute;
  content: "";
  height: 130px;
  right: 63px;
  top: 25px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.tab-section .container #sideNav .nav-link::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 80px;
  top: 0;
  right: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  z-index: -10;
}
.tab-section .container #sideNav .nav-link:nth-child(1).active,
.tab-section .container #sideNav .nav-link:nth-child(1).active .iconfont {
  color: #007bdb;
}
.tab-section .container #sideNav .nav-link:nth-child(1)::after {
  border-right: 4px solid #007bdb;
}
.tab-section .container #sideNav .nav-link:nth-child(2)::after {
  border-right: 4px solid #eea800;
}
.tab-section .container #sideNav .nav-link:nth-child(3)::after {
  border-right: 4px solid #e76341;
}
.tab-section .container #sideNav .nav-link:nth-child(2).active,
.tab-section .container #sideNav .nav-link:nth-child(2).active .iconfont {
  color: #eea800;
}
.tab-section .container #sideNav .nav-link:nth-child(3).active,
.tab-section .container #sideNav .nav-link:nth-child(3).active .iconfont {
  color: #e76341;
}
.tab-section .container #sideNav .nav-link:nth-child(1)::before {
  border-right: 63px solid #007bdb;
}
.tab-section .container #sideNav .nav-link:nth-child(2)::before {
  border-right: 63px solid #eea800;
}
.tab-section .container #sideNav .nav-link:nth-child(3)::before {
  border-right: 63px solid #e76341;
}
.tab-section .container #sideNav .nav-link.active::before {
  border-right: 63px solid #fafafa !important;
}
#topNav {
  font-size: 22px;
  background-color: #fff;
}
#topNav .iconfont {
  font-size: 28px;
}
#topNav .nav-link {
  color: #fff;
}
#topNav .nav-link.active {
  background-color: #fff !important;
  color: #333;
}
#topNav .nav-link:nth-child(1) {
  border-top: 3px solid #007bdb;
  background-color: #007bdb;
}
#topNav .nav-link:nth-child(2) {
  border-top: 3px solid #eea800;
  background-color: #eea800;
}
#topNav .nav-link:nth-child(3) {
  border-top: 3px solid #e76341;
  background-color: #e76341;
}
.news-container {
  background-color: #fff;
  box-shadow: 0px 0px 13px 0px rgba(100, 100, 100, 0.21);
  border-radius: 0px 0px 4px 4px;
}
#mainCarousel {
  height: 375px;
}
.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainCarousel .carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
#mainCarousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;
}
#mainCarousel .carousel-indicators li.active {
  background-color: #ff0000;
}
#mainCarousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 8rem 0.75rem 1rem;
  text-align: left;
}
#mainCarousel .carousel-caption a {
  color: #fff;
}
.main-news-tab {
  background-color: #f3f3f3;
  border: 0;
}
.weather-table th {
  text-align: center;
  background-color: #f2fff2;
  color: #1ca521;
}
.weather-table td {
  background-color: #fbfbfb;
  padding: 7px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.weather-table th:first-child,
.weather-table td:first-child {
  text-align: left;
  padding-left: 20px;
}
.zhuanti-title {
  font-size: 20px;
  line-height: 22px;
  width: 50px;
  padding: 0px 14px 0;
  background: #107414;
}
.zhuanti-title a {
  color: #fff;
}
.zhuanti-swiper-wrapper {
  background-color: #f6fff6;
  border-width: 1px 1px 1px 0;
  border-color: #6bdd70;
  border-style: solid;
  flex: 1;
  position: relative;
  padding: 20px 12px;
  height: 150px;
  overflow: hidden;
}
.zhuanti-swiper {
  overflow: hidden;
  height: 100%;
}
.zhuanti-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zhuanti-swiper-wrapper .swiper-button-prev:after,
.zhuanti-swiper-wrapper .swiper-button-next:after {
  padding: 12px 6px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #107414;
  opacity: 0.6;
}
.zhuanti-swiper-wrapper .swiper-button-prev:after {
  border-radius: 0px 4px 4px 0px;
}
.zhuanti-swiper-wrapper .swiper-button-next:after {
  border-radius: 4px 0px 0px 4px;
}
.banner-wrapper img {
  max-width: 100%;
}
.app-section {
}
.app-section .title-wrapper {
  display: flex;
  align-items: center;
}
.app-section .title-wrapper .iconfont {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #174296;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
}
.app-section .title-wrapper a {
  margin-left: 6px;
  color: #fff;
  line-height: 44px;
  font-size: 22px;
}
.app-list-wrapper {
  padding: 15px;
  background: #f9f9f9;
}
.app-list {
  display: flex;
  flex-wrap: wrap;
}
.app-list-wrapper .entry-wrapper {
  flex: 1 1 140px;
  padding: 15px 10px;
}
.app-list-wrapper .entry-wrapper a {
  color: #333;
  text-align: center;
  display: block;
}
.yingyong-wrapper {
  padding: 9px 20px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #f3f3f3;
}
.yingyong-wrapper .entry-wrapper {
  display: flex;
  background-color: #e9e9e9;
  margin: 11px 0;
  padding: 12px 18px;
  align-items: center;
  color: #107414;
}
.yingyong-wrapper .entry-wrapper .iconfont {
  margin-right: 35px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
  color: #107414;
  flex-shrink: 0;
}
.app-list .entry-wrapper .iconfont {
  text-align: center;
  margin: auto;
  color: #fff;
  width: 68px;
  height: 68px;
  background: #1ca521;
  display: block;
  font-size: 42px;
  border-radius: 50%;
}
.overview-section {
  background-color: #f5f5f5;
}
.overview-section .container > .title {
  height: 29px;
  background: top center / auto 100% url(../images/school-title.png) no-repeat;
}
.overview-section .list .entry-wrapper img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.overview-section .list .entry-wrapper .title {
  padding: 15px 10px;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
}
@media screen and (max-width: 991.98px) {
}
@media screen and (max-width: 767.98px) {
  .navi-list-wrapper {
    overflow: auto;
  }
}
@media screen and (max-width: 575.98px) {
  .headline-wrapper {
    padding: 12px;
  }
  .headline-wrapper .headline {
    padding: 0 5px;
  }
  .headline-wrapper .headline .title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .zhengwu-nav .nav-link.active {
    background: #3385d6;
  }
  .file-tab .nav-link {
    padding: 5px 12px;
    font-size: 16px;
    line-height: 26px;
  }
  .send-mail-link {
    padding: 0 8px;
    font-size: 12px;
  }
  .send-mail-link .iconfont {
    font-size: 14px;
    margin-right: 2px;
  }
  .mail-link {
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 8px;
    margin: 0 2px;
  }
  #mainCarousel {
    height: 240px;
  }
}
