.index_tab {
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  padding-top: 50px;
}

.index_tab li {
  padding: 20px;
  width: 25%;
  background: #EEEEEE;
  border-radius: 50px;
}

.index_tab li a {
  color: #666666;
  font-size: 18px;
}

.bgs {
  background-color: #222560 !important;
  color: white !important;
}

.bgs>a {
  color: white !important;
}

.tab-content {
  margin-top: 50px;
}

.index_gsxx {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #CCCCCC;
}

.newsBanner-img {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .index_tab {
    padding-top: 0;
  }

  .index_gsxx p:nth-of-type(1) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 10px;
  }

  .index_gsxx p:nth-of-type(2) {
    white-space: nowrap;
  }

  .tab-content {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 0 20px;
  }

  .index_tab li {
    width: 30%;
    padding: 10px 15px;
  }

  .index_tab li a {
    font-size: 16px;
  }

  ul.pager {
    float: none;
    width: max-content;
    margin: 20px auto !important;
  }

  /* .mld-about-content p:nth-of-type(5) {
    display: none;
  } */
}