.open-list {
  display: flex;
  flex-wrap: wrap;
}
.leader-info p {
  text-indent: 2rem;
  line-height: 2;
}
.leader-zw {
	font-size: 0.875rem;
	color:#999;
}
.open-list .entry-wrapper {
  padding: 7px;
  flex: 1;
  min-width: 140px;
}
.open-list .entry-wrapper .entry {
  background-color: #f7fcff;
  border-radius: 4px;
  border: 1px solid #efefef;
  display: block;
  text-align: center;
  padding: 9px 15px;
}
.open-list .entry .iconfont {
  display: block;
  font-size: 53px;
  color: #0485f4;
  margin-bottom: 0;
}
.open-link-list {
  margin-top: 10px;
  background-color: #eee;
  padding: 15px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.open-link-list .iconfont {
  font-size: 2rem;
  color: #007ae3;
  line-height: 24px;
}
.open-link-btn {
  font-size: 1.375rem;
  color: #007ae3;
  line-height: 24px;
}
.open-link-list .entry {
  color: #333;
  font-size: 1rem;
  display: block;
  padding: 10px 22px;
  background-color: #bbd1e4;
  border-radius: 4px;
}
.open-link-list .entry.active {
  background-color: #0485f4;
  color: #fff;
}
.open-link-list .entry::before {
  content: "\2022";
}
.open-btns-wrapper .title {
  color: #fff;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  background-color: #007bdb;
}
.open-btns-wrapper .title .iconfont {
  font-size: 2rem;
  margin-right: 10px;
}
.open-btns-wrapper .btns-wrapper {
  background: #f6f6f6;
  padding: 16px 13px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.open-btns-wrapper .btns-wrapper .entry-wrapper {
  margin: 9px 12px;
  background: #ffffff;
  padding: 10px;
  flex: 1;
  min-width: 140px;
}
.open-btns-wrapper .btns-wrapper .entry-wrapper .iconfont {
  font-size: 34px;
  color: #007bdb;
}
.open-btns-wrapper .btns-wrapper .entry-wrapper a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.open-carousel-title {
  background: top center / cover url(../images/open-carousel-title.png);
  height: 24px;
}
.open-carousel-tab .nav-item {
  padding: 15px 10px;
}
.open-carousel-tab .nav-link {
  font-size: 1.25rem;
  box-shadow: 0px 0px 9px 0px rgba(111, 111, 111, 0.19);
  border-radius: 6px;
  transition: all 0.5s ease;
  position: relative;
  padding: 0.5rem 1.5rem;
}
.open-carousel-tab .nav-link.active {
  color: #fff;
  background: #0485f4;
  box-shadow: 0px 0px 9px 0px rgba(36, 154, 255, 0.19);
  border-radius: 4px;
}
.open-carousel-tab .nav-link.active::after {
  position: absolute;
  content: "";
  border-top: 9px solid #0485f4;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -9px;
  left: calc(50% - 10px);
}
.open-table {
  text-align: center;
}
.open-table td {
  padding: 0.75rem 0.5rem;
}
.open-table th:nth-child(4),
.open-table td:nth-child(4) {
  min-width: 80px;
}
.open-column-title {
  display: flex;
  align-items: center;
}
.open-column-title .title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #007ae3;
  line-height: 32px;
}
.open-column-title .line {
  margin: 5px 15px 0;
  flex: 99;
  width: 100%;
  border-bottom: 1px solid #999;
  position: relative;
}
.open-column-title .line::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #007ae3;
  border-radius: 50%;
  top: -4px;
}
.more-tag {
  color: #999;
}
.open-list {
  margin: 0 -7px;
}
.open-list.area-list {
  margin: 0 -15px;
}
.open-list .icon-entry-wrapper {
  padding: 10px 10px;
  flex-grow: 1;
}
.open-list .icon-entry-wrapper .entry {
  display: block;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid rgba(109, 187, 255, 0.24);
  text-align: center;
}
.open-list .icon-entry-wrapper .entry:hover {
  box-shadow: 0 0 10px 0 rgba(109, 187, 255, 0.24);
}
.open-list .icon-entry-wrapper .icon-wrapper {
  background-image: url(../images/open-list.png);
  width: 100px;
  height: 100px;
  margin-bottom: 4px;
  display: inline-block;
}
.open-list .icon-entry-wrapper:nth-child(1) .icon-wrapper {
  background-position: -28px -6px;
}
.open-list .icon-entry-wrapper:nth-child(2) .icon-wrapper {
  background-position: -205px -6px;
}
.open-list .icon-entry-wrapper:nth-child(3) .icon-wrapper {
  background-position: -385px -6px;
}
.open-list .icon-entry-wrapper:nth-child(4) .icon-wrapper {
  background-position: -28px -193px;
}
.open-list .icon-entry-wrapper:nth-child(5) .icon-wrapper {
  background-position: -205px -193px;
}
.open-list .icon-entry-wrapper:nth-child(6) .icon-wrapper {
  background-position: -385px -193px;
}
.open-list .icon-entry-wrapper .entry {
  font-size: 1.125rem;
  color: #007ae3;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mainSwiperWrapper .swiper-container {
  max-width: 930px;
  height: 470px;
  padding: 50px 0 40px;
}
#mainSwiperWrapper .swiper-slide {
  height: 100%;
}
#mainSwiperWrapper .swiper-link {
  height: 100%;
}
#mainSwiperWrapper .swiper-link img {
  transition: box-shadow 0.5s ease;
}
#mainSwiperWrapper .swiper-link:hover {
  opacity: 1;
}
#mainSwiperWrapper .swiper-link:hover img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.55);
}
#mainSwiperWrapper .swiper-slide .swiper-link img {
  width: 100%;
}
#mainSwiperWrapper .swiper-button-prev::after,
#mainSwiperWrapper .swiper-button-next::after {
  font-size: 0.875rem;
  color: #fff;
}
#mainSwiperWrapper .swiper-button-prev,
#mainSwiperWrapper .swiper-button-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #005196;
  border-radius: 50%;
}
#mainSwiperWrapper .swiper-button-prev {
  left: 40px;
}
#mainSwiperWrapper .swiper-button-next {
  right: 40px;
}
#mainCarousel {
  height: 370px;
}
.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;
}
.carousel-list {
  margin-top: -14px;
}
.carousel-list .entry-wrapper {
  box-shadow: 0px 0px 9px 0px rgba(111, 111, 111, 0.19);
  padding: 20px 25px;
  margin-top: 30px;
}
.carousel-list .entry-wrapper .title {
  height: 96px;
  overflow: hidden;
}
.carousel-list .entry-wrapper .date {
  color: #999999;
  margin-top: 10px;
}
#mainCarousel .carousel-indicators li.active {
  background-color: #f33636;
}
#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;
}
.leader-board {
  background-color: #fff;
}
.leader-board .name {
  color: #333;
  font-size: 1.25rem;
}
.leader-board .title {
  color: #333;
  font-size: 1.125rem;
}
.leader-board .desc {
  font-size: 1rem;
  color: #999999;
  line-height: 30px;
}
.governor-btn {
  border-radius: 4px;
  background-color: #d2e5fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 0;
  font-size: 1.25rem;
  line-height: 30px;
  color: #333;
}
.governor-btn .iconfont {
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  background: #0485f4;
  border-radius: 50%;
  font-size: 42px;
  color: #fff;
  flex-shrink: 0;
}
.governor-btn .blue {
  color: #0a70c8;
}
.leader-list-wrapper {
  display: flex;
  border-left: 1px solid #eee;
}
.leader-list-wrapper .subtitle {
  min-width: 120px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leader-list {
  flex-grow: 0;
 /*justify-content: space-between;*/
  display: flex;
  flex-wrap: wrap;
}
.leader-list .avatar-wrapper {
  height: 154px;
  max-width: 112px;
  margin-bottom: 8px;
  object-fit: cover;
}
.leader-list .entry-wrapper {
  text-align: center;
/*  flex: 1; */
  padding: 7px;
  width:33%;
}
.leader-btn {
  display: flex;
  background: #f4faff;
  border: 1px solid #cee9ff;
  border-radius: 4px;
  align-items: center;
  padding: 8px 24px;
  font-size: 1.25rem;
  color: #333333;
}
.leader-btn .iconfont {
  font-size: 42px;
  margin-right: 20px;
  color: #0485f4;
}
.report-column {
  padding: 0 30px;
  background-color: #007bdb;
  border-radius: 4px;
}
.report-column-title {
  border-bottom: 1px solid #1694f5;
  margin-bottom: 20px;
}
.report-column-title .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #006abe;
  color: #fff;
  font-size: 1.25rem;
}
.report-column-title .title a {
  color: #fff;
}
.report-column-title .title .iconfont {
  font-size: 36px;
  color: #fff;
  margin-right: 10px;
}
.report-wrapper {
  min-height: 325px;
  padding: 50px 24px 24px 24px;
  border-radius: 10px;
  background: top center / 100% 100% url(../images/bg-report.png);
  box-shadow: 0px 0px 12px 0px rgba(208, 208, 208, 0.74);
}
.report-wrapper.annual {
  background: top center / 100% 100% url(../images/bg-annual.png);
  padding: 90px 24px 53px 24px;
}
.report-wrapper.annual .title a {
  font-size: 1.25rem;
  color: #000000;
}
.report-wrapper .title a {
  font-size: 1.125rem;
  color: #0a70c8;
}
.report-wrapper .desc {
  margin: 10px 0 30px;
  text-indent: 2rem;
  font-size: 1rem;
  color: #333333;
  line-height: 30px;
}
.report-wrapper .button-wrapper a {
  padding: 5px 18px;
  color: #fff;
  background: #5896fa;
  border-radius: 10px;
}
.leader-sidebar .title {
  border-left: 5px solid #004480;
  background-color: #0485f4;
  color: #fff;
  font-size: 1.375rem;
  padding: 4px 15px;
  margin-bottom: 10px;
}
.leader-sidebar-list {
  display: flex;
  flex-wrap: wrap;
}
.leader-sidebar-list .entry::before {
  content: "\2022";
}
.leader-sidebar-list .entry {
  padding: 6px 10px 16px 25px;
  white-space: nowrap;
}
.leader-avatar {
  display: block;
  margin: auto;
  width: 160px;
  object-fit: cover;
}
.interpret-image-list .entry-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.interpret-image-list .entry-wrapper .info-wrapper {
    height: 70px;
    padding: 20px 15px;
    background-color: #f9f9f9;
    overflow: hidden;
}
.interpret-image-list .entry-wrapper .title {
  font-size: 1.125rem;
  margin-bottom: 8px;
}
.interpret-image-list .entry-wrapper .desc {
  color: #999;
}
@media only screen and (max-width: 991.98px) {
  .interpret-image-list .entry-wrapper {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  #mainSwiperWrapper .swiper-container {
    height: 370px;
    padding: 30px 0 0;
  }
.leader-list .entry-wrapper {
  text-align: center;
/*  flex: 1; */
  padding: 7px;
  width:50%;
}
}
@media only screen and (max-width: 575.98px) {
  #mainCarousel {
    height: 300px;
  }
  .interpret-image-list .entry-wrapper {
    max-width: 100%;
  }
  .open-table td:nth-child(1),
  .open-table td:nth-child(2) {
    display: none;
  }
  .open-table th:nth-child(1),
  .open-table th:nth-child(2) {
    display: none;
  }
  #mainSwiperWrapper .swiper-container {
    height: 270px;
  }
  #mainSwiperWrapper .swiper-button-prev {
    left: 10px;
  }
  #mainSwiperWrapper .swiper-button-next {
    right: 10px;
  }
}
