.page-home .gap {
  height: 36px;
}
.page-home a:hover {
  color: #c80500;
}
.page-home .home-gap-x2 {
  height: 40px;
}
.page-home .home-gap-x3 {
  height: 60px;
}
.page-home .home-gap-x4 {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .page-home .gap,
  .page-home .home-gap-x2,
  .page-home .home-gap-x3,
  .page-home .home-gap-x4 {
    height: 18px;
  }
  .page-home .h5-hide {
    display: none;
  }
}

.home-left-list_right-link_layout {
  display: flex;
  display: -ms-flexbox;
}
.home-left-list_right-link_layout .left {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.home-left-list_right-link_layout .right {
  margin-left: 40px;
  width: 600px;
}

@media screen and (max-width: 768px) {
  .home-left-list_right-link_layout {
    flex-direction: column;
  }
  .home-left-list_right-link_layout .left {
    width: 100%;
  }
  .home-left-list_right-link_layout .right {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}
.cover-news-left-list-layout {
  padding-top: 24px;
  display: flex;
  display: -ms-flexbox;
}
.cover-news-left-list-layout .cover-item {
  display: block;
  width: 320px;
  height: 240px;
  position: relative;
}
.cover-news-left-list-layout .cover-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover-news-left-list-layout .cover-item .cover-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  padding: 0 12px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cover-news-left-list-layout .txt-list {
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  width: 0;
  margin-left: 12px;
  height: 240px;
  overflow: hidden;
}
.cover-news-left-list-layout .txt-list .home-news-item {
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .cover-news-left-list-layout {
    flex-direction: column;
  }
  .cover-news-left-list-layout .cover-item {
    width: 100%;
    height: 200px;
  }
  .cover-news-left-list-layout .txt-list {
    margin-top: 12px;
    margin-left: 0;
    width: 100%;
    flex: unset;
    -ms-flex: unset;
  }
}
.tab-content-style-1 .tab-row, .tab-content-style-2 .tab-row {
  height: 50px;
  position: relative;
}
.tab-content-style-1 .tab-row::after, .tab-content-style-2 .tab-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d5d5d5;
}
.tab-content-style-1 .tab-row .tab-list, .tab-content-style-2 .tab-row .tab-list {
  height: 100%;
}
.tab-content-style-1 .tab-row .tab-list .tab-item, .tab-content-style-2 .tab-row .tab-list .tab-item {
  padding: 0 16px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  font-size: 22px;
  color: #3f3f3f;
}
@media screen and (max-width: 768px) {
  .tab-content-style-1 .tab-row .tab-list .tab-item, .tab-content-style-2 .tab-row .tab-list .tab-item {
    font-size: 18px;
    padding: 0 8px;
  }
}
.tab-content-style-1 .tab-row .tab-list .tab-item.active, .tab-content-style-2 .tab-row .tab-list .tab-item.active {
  color: #c80500;
}
.tab-content-style-1 .tab-row .tab-list .tab-item.active::after, .tab-content-style-2 .tab-row .tab-list .tab-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #bd0500;
  z-index: 10;
}
.tab-content-style-1 .tab-row .tab-more, .tab-content-style-2 .tab-row .tab-more {
  color: #838383;
  font-size: 18px;
}

.tab-content-style-2 .tab-row::after {
  background: #f2ccb3;
}

.home-box-1-news .top-news-item {
  font-size: 36px;
  color: #c80500;
  font-weight: bold;
  margin: 40px 20px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-box-1-news .top-news-item {
    font-size: 20px;
    margin: 40px 4px;
  }
}
.home-box-1-news .news-layout {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
}
.home-box-1-news .news-layout .right {
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  width: 0;
  margin-left: 40px;
  height: 468px;
  display: flex;
  flex-direction: column;
  display: -ms-flexbox;
  -ms-flex-direction: column;
}
.home-box-1-news .news-layout .right .news-block {
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
}
.home-box-1-news .news-layout .right .news-block {
  margin-bottom: 12px;
}
.home-box-1-news .news-layout .right .news-block:last-of-type {
  margin-bottom: 0;
}

.home-news-more-line {
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
}
.home-news-more-line .line {
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  height: 1px;
  border-bottom: 1px dashed #c8c8c8;
}
.home-news-more-line .more {
  margin-left: 8px;
  font-size: 18px;
  color: #c8c8c8;
}

@media screen and (max-width: 768px) {
  .page-home .news-layout {
    flex-direction: column;
  }
  .page-home .news-layout .left {
    width: 100%;
  }
  .page-home .news-layout .right {
    flex: unset;
    -ms-flex: unset;
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.home-news-carousel {
  width: 702px;
  height: 468px;
  position: relative;
}
.home-news-carousel .next-carousel,
.home-news-carousel .prev-carousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0.5;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  transition: all 0.3s ease;
}
.home-news-carousel .next-carousel:hover,
.home-news-carousel .prev-carousel:hover {
  opacity: 1;
}
.home-news-carousel .next-carousel {
  right: 12px;
  background: url("../images/icon/arrow-right.svg") no-repeat center center;
  background-size: 100% 100%;
}
.home-news-carousel .prev-carousel {
  left: 12px;
  background: url("../images/icon/arrow-left.svg") no-repeat center center;
  background-size: 100% 100%;
}
.home-news-carousel .slick-instance {
  position: relative;
}
.home-news-carousel .slick-instance .slick-item {
  width: 702px;
  height: 468px;
  position: relative;
}
.home-news-carousel .slick-instance .slick-item .slick-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-news-carousel .slick-instance .slick-item .slick-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  padding-left: 12px;
  line-height: 40px;
}
.home-news-carousel .slick-instance .slick-item .slick-item-title .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-news-carousel .slick-instance .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 12px;
  height: 40px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
}
.home-news-carousel .slick-instance .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-left: 8px;
  cursor: pointer;
  background: #fff;
  transition: all 0.5s linear;
}
.home-news-carousel .slick-instance .slick-dots li button {
  display: none;
}
.home-news-carousel .slick-instance .slick-dots .slick-active {
  background-color: #c80500;
}

@media screen and (max-width: 768px) {
  .home-news-carousel {
    width: 100%;
    height: 250px;
  }
  .home-news-carousel .slick-instance .slick-item {
    width: 100%;
    height: 250px;
  }
}
.home-banner {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
}
.home-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .home-banner {
    height: 60px;
  }
}
.announcement-box {
  background: #f4f4f4;
  border-radius: 8px 8px 8px 8px;
  padding: 0 12px;
}
.announcement-box .announcement-title-row {
  height: 50px;
  position: relative;
}
.announcement-box .announcement-title-row .text {
  position: absolute;
  top: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 54px;
  width: 241px;
  background: url("../images/bg/announcement-title-bg.png") no-repeat center center;
  background-size: 241px 54px;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 1px;
}
.announcement-box .announcement-title-row .more {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  font-size: 18px;
  color: #838383;
}
.announcement-box .announcement-list {
  padding: 24px 0 12px 0;
}
.announcement-box .announcement-list .home-news-item {
  line-height: 40px;
}

.home-box-3-department {
  background: linear-gradient(to bottom, #fcf0e7, #ffffff);
}

.home-box-3-department-title {
  padding: 40px 0;
  display: flex;
  align-items: end;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-align: end;
  -ms-flex-pack: center;
}
@media screen and (max-width: 768px) {
  .home-box-3-department-title {
    padding: 20px 0 8px 0;
  }
}
.home-box-3-department-title .text {
  font-size: 32px;
  font-weight: bold;
  color: #3f3f3f;
  margin: 0 12px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .home-box-3-department-title .text {
    font-size: 24px;
  }
}
.home-box-3-department-title .decoration-block {
  width: 18px;
  height: 24px;
  transform-origin: center center;
  transition: all 0.3s ease;
}
.home-box-3-department-title .decoration-block:hover {
  filter: brightness(1.1);
}
.home-box-3-department-title .to-right,
.home-box-3-department-title .to-left {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  padding-bottom: 6px;
}
.home-box-3-department-title .to-right .decoration-block {
  transform: skewX(-25deg);
  margin-right: 12px;
}
.home-box-3-department-title .to-left .decoration-block {
  transform: skewX(25deg);
  margin-left: 12px;
}

.department-guide-buttons {
  display: flex;
  display: -ms-flexbox;
}
.department-guide-buttons .department-guide-button {
  letter-spacing: 1px;
  width: calc((100% - 78px) / 4);
  height: 120px;
  margin-right: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 28px;
  color: #c3540f;
  background: url("../images/bg/home-leader-nav-bg.png") center center/100% 100% no-repeat, white;
  box-shadow: 2px 0px 8px 0px #f8cdb3;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #f6d0b2;
}
@media screen and (max-width: 768px) {
  .department-guide-buttons .department-guide-button {
    font-size: 24px;
  }
}
.department-guide-buttons .department-guide-button:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .department-guide-buttons {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .department-guide-buttons .department-guide-button {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
    margin-bottom: 0;
    margin-top: 12px;
    height: 100px;
  }
  .department-guide-buttons .department-guide-button:nth-of-type(2n) {
    margin-right: 0;
  }
}
.department-banner {
  display: flex;
  display: -ms-flexbox;
}
.department-banner .department-banner-item {
  display: block;
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  height: 120px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}
.department-banner .department-banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.department-banner .department-banner-item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .department-banner {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .department-banner .department-banner-item {
    height: 60px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.home-box-4-county {
  background: linear-gradient(to bottom, #fcf0e7, #ffffff);
}

.map-area {
  display: flex;
  display: -ms-flexbox;
}
.map-area .right {
  margin-left: 40px;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  width: 0;
}

.county-list {
  padding-top: 12px;
}
.county-list .bg {
  border: 1px solid #f6cdb3;
}
.county-list .county-item {
  display: block;
  font-size: 18px;
  color: #3f3f3f;
  background: #ffffff;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dashed #f6cdb3;
}
.county-list .county-item:last-of-type {
  border-bottom-width: 0;
}

@media screen and (max-width: 768px) {
  .map-area {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .map-area .left {
    width: 100%;
  }
  .map-area .right {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    flex: unset;
    -ms-flex: unset;
  }
}
#county-map-container {
  width: 522px;
  height: 500px;
  filter: drop-shadow(2px 4px 6px rgba(154, 33, 47, 0.7254901961));
}

@media screen and (max-width: 768px) {
  #county-map-container {
    width: 100%;
    height: 420px;
  }
}
.select-main-city-box .select-main-city-item {
  background: #ffffff;
  line-height: 40px;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px dashed #f6cdb3;
}
.select-main-city-box .select-main-city-item:hover {
  color: #c80500;
}
.select-main-city-box .select-main-city-item:last-of-type {
  border-bottom-width: 0;
}

.home-box-5-column {
  background: linear-gradient(to bottom, #fcf0e7, #ffffff);
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .home-box-5-column {
    padding: 20px 0;
  }
}
.home-box-5-column .home-box-5-column-title {
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
}
.home-box-5-column .home-box-5-column-title .title {
  display: block;
  font-size: 28px;
  color: #3f3f3f;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .home-box-5-column .home-box-5-column-title .title {
    font-size: 20px;
  }
}
.home-box-5-column .home-box-5-column-title .more {
  margin-left: 12px;
  font-size: 18px;
  color: #838383;
}
.home-box-5-column .column-list-box {
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  padding-top: 20px;
}
.home-box-5-column .column-list-box .column-list-item {
  display: block;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
}
.home-box-5-column .column-list-box .column-list-item:nth-of-type(3n) {
  margin-right: 0;
}
.home-box-5-column .column-list-box .column-list-item img {
  width: 100%;
  height: 120px;
}

@media screen and (max-width: 768px) {
  .home-box-5-column .column-list-box .column-list-item {
    width: 100%;
    margin-right: 0;
  }
}
.carousel-layout {
  display: flex;
  align-items: center;
}
.carousel-layout .prev,
.carousel-layout .next {
  width: 40px;
  height: 40px;
  background: url("../images/icon/carousel-next.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.carousel-layout .next {
  margin-left: 24px;
}
.carousel-layout .prev {
  margin-right: 24px;
  transform: rotate(180deg);
}
.carousel-layout .carousel-container {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  position: relative;
  height: 300px;
  overflow: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.carousel-layout .carousel-container .carousel-item {
  flex-shrink: 0;
  width: 400px;
  height: 300px;
  position: absolute;
  transition: transform 0.5s ease-in-out;
  top: 0;
  left: calc(50% - 200px);
}
.carousel-layout .carousel-container .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-layout .carousel-container .carousel-item .carousel-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.carousel-layout .home-img-link {
  max-width: 573px;
  height: 318px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .carousel-layout .home-img-link {
    max-width: 100%;
    height: 250px;
  }
}