.site-header {
  text-align: center;
  padding: 40px;
  background-color: #fbf8f1;
  margin-top: 10px;
}

.site-header-title {
  font-size: 4.5rem;
  font-weight: bold;
}

.site-nav {
  display: flex;
  justify-content: center;
  /* background-color: #fbf8f1; */
  margin: 0 auto;
  max-width: 1350px;
}
.site-nav-item:hover {
  color: #333;
}
.site-nav-item {
  padding: 15px;
  text-align: center;
  flex-basis: 25%;
  text-decoration: none;
  color: #333;
  font-size: 2.4rem;
  transition: background 0.3s;
  background: #f5f1e8;
  white-space: nowrap;
}
#site_nav_box {
  background: #fbf8f1;
}
.overflow_x {
  overflow: auto;
  padding: 0 35px;
  justify-content: normal;
}

/*   .site-nav-item:hover,*/
.site-nav-item.active {
  background-color: #c72026;
  color: #fff;
}
#leaders img {
  width: 120px !important;
  margin: 60px 0 !important;
  height: auto !important;
}
#leaders table {
  border-bottom: 1px solid #eee;
}
.section {
  padding: 60px 0;
  max-width: 1208px;
  margin: 0 auto;
  min-height: 600px;
}

.section h2 {
  font-size: 22px;
  border-left: 4px solid #c72026;
  padding-left: 10px;
  margin-bottom: 20px;
}

.section p {
  text-align: justify !important;
  font-family: 宋体 !important;
  font-size: 1.6rem !important;
  color: #333 !important;
  line-height: 1.8;
  margin-left: 32px !important;
}
.leader-info p {
  line-height: 1.8;
  font-size: 1.8rem;
  color: #555555;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.tab-content table {
  width: 100% !important;
}

/*领导信息*/
.leader-list {
  display: flex;
  flex-direction: column;
}

.leader-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  border-bottom: 1px solid #eee;
  padding: 60px 0;
}

.leader-photo {
  width: 109px;
  height: 145px;
}
.leader-info strong {
  font-weight: normal;
}

/*工作动态*/
.newsItems {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  min-height: 560px;
}

.newsItem {
  padding: 15px 0px;
  display: flex;
  align-items: center;
}
.newsItem i {
  width: 5px;
  height: 5px;
  background: #d5c8ae;
  border-radius: 50%;
  display: block;
  margin-right: 20px;
}
.newsMeta {
  display: inline-flex;
  color: #666;
  flex: 1;
  text-align: center;
}

.newsTitle {
  font-size: 1.8rem;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60%;
  display: block;
}
.newsSource,
.newsDate {
  white-space: nowrap;
  width: 100%;
  text-align: right;
}
.newsDate {
  font-size: 1.8rem;
}
.more_bmxx {
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 30px;
  background: rgba(224, 224, 224, 1);
  border-radius: 5px;
  line-height: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
}
/*数字方子馆*/
.site-nav-item-wrap {
  /* max-width: 276px;
  min-width: 276px; */
  text-align: center;
  flex-basis: 25%;
  text-decoration: none;
  color: #333;
  font-size: 2.4rem;
  transition: background 0.3s;
  position: relative;
}
.site-nav-item-swim.parent.active {
  background-color: #c72026;
  color: #fff;
}
.site-nav-item-swim {
  width: 100%;
  display: block;
  /* max-width: 276px; */
  padding: 15px 0;
  text-align: center;
  flex-basis: 25%;
  text-decoration: none;
  color: #333;
  font-size: 2.4rem;
  transition: background 0.3s;
  background: #f5f1e8;
  cursor: pointer;
  width: 100%;
}
.site-nav-item-wrap .site-nav-item-swim img {
  width: 15px;
}
.sub-nav {
  position: absolute;
  padding-top: 10px;
  /* min-width: 192px; */
  display: none;
  text-align: center;
}

.sub-nav li a {
  color: #000000;
  font-size: 2rem;
  width: 100%;
  display: block;
  line-height: 37px;
}
.sub-nav li a:hover {
  background: #f5f1e8;
  background: linear-gradient(
    to right,
    transparent 0%,
    #f5f1e8,
    #f5f1e8,
    transparent 100%
  );
}
.new-message {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .page-container {
    padding: 0 6px;
  }
}
@media (max-width: 830px) {
  .section,
  .leader-item {
    padding: 30px 0;
  }
  .site-nav-item-swim {
    font-size: 2.3rem;
  }
  .leaders {
    padding: 0;
  }

  .leader-item {
    gap: 20px;
  }
  .site-header-title {
    font-size: 3rem;
  }

  .site-nav {
    overflow-x: scroll;
  }
  .site-nav-item {
    font-size: 2.3rem;
  }

  .newsItem {
    padding: 15px 6px !important;
  }
}
@media (max-width: 630px) {
  .leader-item {
    gap: 15px;
  }
  .site-nav {
    overflow-x: scroll;
  }

  .section p {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .newsItem {
    padding: 15px 6px !important;
  }
}
