/*隐藏滑块*/
::-webkit-scrollbar {
  display: none;
}

.container-logo {
  padding-left: 15px;
}

.fullscreen-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: none;
  overflow-y: auto;
}

.fullscreen-nav-header {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.fullscreen-nav-logo img {
  height: 40px;
}

.fullscreen-nav-close {
  position: absolute;
  right: 30px;
  top: 40%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.fullscreen-nav-close img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.fullscreen-nav-close:hover {
  opacity: 1;
}

.fullscreen-nav-content {
  padding: 60px 0;
}

.fullscreen-nav-item {
  margin-bottom: 30px;
}

.fullscreen-nav-item h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.fullscreen-nav-item h3 a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.fullscreen-nav-item h3 a:hover {
  /* color: #a00; */
  font-weight: bold;
  font-size: larger;
}

.fullscreen-nav-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fullscreen-nav-item ul li {
  margin: 12px 0;
}

.fullscreen-nav-item ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s;
}

.fullscreen-nav-item ul li a:hover {
  color: #fff;
  padding-left: 5px;
}

/* 搜索框样式 */
.fullscreen-nav-search {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.search-input-group {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.search-input-group input {
  width: 100%;
  height: 44px;
  padding: 0 50px 0 20px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
  outline: none;
}

.search-input-group input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-input-group button {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  border: none;
  background: none;
  color: #ddd;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s;
}

.search-input-group button:hover {
  color: #fff;
}

/* 自定义聚焦效果 */
.search-input-group input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.15);
}

/* 技术支持样式 */
.fullscreen-nav-footer {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.support-info {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.support-info a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s;
}

.support-info a:hover {
  color: #fff;
}

@media screen and (min-width: 900px) {

  .nav .container {
    width: 95%;
  }

  .nav.scroll .nav-top-right-operation a {
    color: #000;
  }

  .nav.scroll .nav-search-icon-open,
  .nav.scroll .nav-search-icon {
    color: #000;
  }

  .nav-top-right-operation {
    height: 38px;
    line-height: 38px;
  }

  .nav-top-left-position a,
  .nav-top-right-operation a {
    font-size: 14px;
  }

  .nav-bottom-list {
    height: 108px;
  }

  .nav-logo {
    width: 300px;
    height: 100px;
  }

  .nav-list-box {
    width: calc(100% - 300px - 20px);
  }

  .nav-list-one li {
    font-size: 20px;
    margin-right: 30px;
    font-weight: bold;
  }

  .nav-list-two {
    width: 1000px;
  }

  .nav-list-two.active {
    top: 100px;
  }

  .index-news-divider-box {
    height: 30px;
  }

  .index-news {
    /*height: 1000px;*/
    height: 850px;
  }

  .index-news-tops {
    height: 300px;
  }

  .col-sm-3 {
    margin-bottom: 30px;
  }

  .col-md-3 {
    margin-bottom: 30px;
  }

  .index-news .index-results-item {
    margin-top: 0;
  }

  .index-news-media-box {
    height: 200px;
  }

  .index-tab {
    padding-top: 40px;
    height: 600px;
  }

  .index-tab-swiper {
    margin-top: 40px;
    height: 460px;
  }

  .index-project {
    padding-top: 60px;
  }

  .index-results-item {
    height: 140px;
  }

  .nav-top-info {
    display: none;
  }

  .cs-tabs {
    display: none;
  }
}

@media screen and (max-width: 900px) {

  .fullscreen-nav {
    background: #003366;
  }

  .fullscreen-nav-header {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .fullscreen-nav-close {
    right: 20px;
    width: 16px;
    height: 16px;
    transform: translateY(-40%);
  }

  .fullscreen-nav-content {
    padding: 0;
  }

  .fullscreen-nav .col-md-3 {
    width: 100%;
    float: none;
    padding: 0;
  }

  .fullscreen-nav-item {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .fullscreen-nav-item h3 {
    font-size: 18px;
    margin: 0;
    position: relative;
  }

  .fullscreen-nav-item h3 a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
  }

  .fullscreen-nav-item h3:after {
    content: '\e663';
    font-family: 'iconfont';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    /* 默认向右 */
    color: rgba(255, 255, 255, 0.7);
    transition: transform 0.3s;
  }

  .fullscreen-nav-item.active h3:after {
    transform: translateY(-50%) rotate(90deg);
    /* 点击后向下 */
  }

  .fullscreen-nav-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background: rgba(0, 0, 0, 0.2);
  }

  .fullscreen-nav-item ul li {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  .fullscreen-nav-item ul li a {
    display: block;
    padding: 12px 30px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 15px;
  }

  .fullscreen-nav-item ul li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }

  .nav-top-info {
    display: block;
  }

  .index-news {
    padding-top: 30px;
  }

  .index-news-media-title {
    height: auto;
  }

  .index-tab {
    padding-top: 40px;
  }

  .index-tab-media {
    height: auto;
  }

  .index-news-media-box img {
    height: auto;
  }

  .index-project {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .cat-name,
  .current-leader-divider {
    display: none;
  }

  .marking-system-title {
    margin-top: 10px;
  }

  .cs-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
  }

  .cs-tab-item {
    padding: 10px 0;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    color: #666;
    user-select: none;
    flex: 1;
    text-align: center;
    transition: color 0.3s;
  }

  .cs-tab-item.cs-active {
    color: #003366;
  }

  .cs-tab-item.cs-active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #003366;
    transition: background-color 0.3s;
  }

  .cs-tab-item:hover {
    color: #003366;
  }

  .index-top-banner {
    height: 50vw;
  }

  .nav-top-info {
    height: 70px;
    /* line-height: 33px; */
    padding-top: 4px;
    background: none;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  }

  .mobile-nav-logo {
    height: 40px;
  }

  .all-nav-btn {
    float: right;
    width: 20%;
    text-align: center;
    background: url(../img/img100.png) right no-repeat;
    background-size: cover;
  }

  .nav-top-info:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 5px;
    background: url(../img/head-bg2.jpg) center repeat-x;
    background-size: 100% 100%;
  }

  .logo-box h1 {
    font-size: 45px;
  }

  .search-input-group input {
    height: 40px;
    font-size: 14px;
  }

  .search-input-group button {
    height: 40px;
    font-size: 18px;
  }

  .fullscreen-nav-footer {
    padding: 15px;
  }
}


/* 开始 切换文章列表功能 - 20250810 */
.article-list-wp {
    width: 95%;
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 40px;
}

.article-list-wp :is(h1, h2, h3, h4, h5, h6, li, p, ul) {
    margin: 0;
    padding: 0;
}

.article-list-wp a {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.article-list-wp * {
    outline: 0;
    box-sizing: border-box;
}

.article-list-l { float: left; }
.article-list-r { float: right; }

.article-list-parBd {
    width: 99%;
    margin: 20px auto;
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.article-list-s4-ani {
    margin-bottom: 40px;
}

.article-list-s4-ani ul {
    text-align: center;
    list-style: none;
}

.article-list-s4-ani li {
    display: inline-block;
    padding: 0 25px;
    border-right: 1px solid #ddd;
    font-size: 34px;
    cursor: pointer;
    line-height: 40px;
    color: #777;
}

.article-list-s4-ani li:last-child {
    border-right: none;
}

.article-list-s4-ani li i {
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    background: #d8d8d8;
    color: #fff;
    text-align: center;
}

.article-list-s4-ani li i img {
    width: 100%;
}

.article-list-s4-ani li.article-list-on {
    color: #003366;
}

.article-list-s4-ani li.article-list-on i {
    background: #003366;
}

.article-list-aleft {
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative;
}

.article-list-aleft ul {
    overflow: hidden;
    width: 100%;
    height: 460px;
    list-style: none;
}

.article-list-pic a {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.article-list-pic img {
    height: 460px;
    object-fit: contain;
    transition: all .4s;
    width: 100%;
}

.article-list-bg-mask:hover .article-list-pic img {
    transform: scale(1.05);
}

.article-list-aright {
    float: right;
    width: 46%;
}

.article-list-aright ul {
    overflow: hidden;
    width: 100%;
    list-style: none;
}

.article-list-aright li {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0 20px 70px;
    cursor: pointer;
}

.article-list-time {
    position: absolute;
    left: 0;
    top: 20px;
    color: #666;
    font-size: 16px;
    text-align: center;
}

.article-list-time span {
    display: block;
    font-size: 18px;
    color: #222;
}

.article-list-time span i {
    font-size: 22px;
}

.article-list-txt {
    padding-left: 15px;
    border-left: 1px solid #ddd;
}

.article-list-txt h4 {
    margin-bottom: 10px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.article-list-txt p {
    color: #999;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.article-list-aright li:hover :is(.article-list-time span, .article-list-txt h4 a) {
    color: #003366;
}

.article-list-more2 {
    margin-bottom: 30px;
    text-align: center;
}

.article-list-more2 a {
    display: inline-block;
    min-width: 120px;
    width: 20%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ddd;
    color: #000;
}

.article-list-more2 a:hover {
    background: #cd2600;
    color: #fff;
    border-color: #cc2600;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 1920px) {
    .article-list-s4-ani li {
        font-size: 1.7708vw;
    }
}

@media only screen and (max-width: 1199px) {
    .article-list-wp {
        width: auto;
        max-width: none;
        padding: 0 15px;
    }
    
    .article-list-s4-ani li {
        font-size: 21px;
        padding: 0 10px;
        line-height: 30px;
    }

    .article-list-s4-ani li i {
        width: 30px;
        height: 30px;
    }

    .article-list-more2 a {
        height: 40px;
        line-height: 40px;
    }

    .article-list-txt h4 {
        font-size: 14px;
        line-height: 1.29em;
    }

    .article-list-txt p {
        font-size: 12px;
        line-height: 1.29em;
    }

    .article-list-time {
        font-size: 14px;
    }

    .article-list-time span {
        font-size: 14px;
    }

    .article-list-time span i {
        font-size: 20px;
    }

    .article-list-aleft { width: 58%; }
    .article-list-aright { width: 40%; }

    .article-list-aleft ul,
    .article-list-pic img {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .article-list-aleft,
    .article-list-aright {
        width: 100%;
        float: none;
    }

    .article-list-s4-ani {
      margin-bottom: 10px;
    }

    .article-list-s4-ani li {
        font-size: 17px;
        font-weight: 700;
        padding: 0 8px;
        margin-bottom: 20px;
        line-height: 17px;
    }

    .article-list-s4-ani li i {
        width: 22px;
        height: 22px;
    }

    .article-list-aleft ul {
        height: 300px;
    }

    .article-list-pic img {
        height: auto;
        width: 100%;
    }

    .article-list-parBd {
        padding: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .article-list-aleft ul {
        height: 200px;
    }
}
/* 结束 切换文章列表功能 - 20250810 */