.nav-box {
  display: flex;
  margin: 0px auto 40px;
  justify-content: center;
}

.nav-box .nav-item {
  width: 180px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  color: #015293;
  text-align: center;
  border: 1px solid #015293;
  background-color: white;
  cursor: pointer;
}

.nav-box .nav-item.active {
  background-color: #015293;
  color: white;
}



.zwwb-page {
  background-color: #eef4f9;
}

.weibo-wrap {
  padding-bottom: 20px;
}

.section-wrap {
  background: #fff;
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 50px;
}

.section-box {
  padding: 0 50px 20px 50px;
}

.section-box .section-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f4f7;
}

.section-box .section-title .tit::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 24px;
  background-color: #2d66a5;
  margin-right: 8px;
  margin-bottom: 6px;
  vertical-align: middle;
}

.section-box .section-title .tit {
  font-size: 24px;
  line-height: 31px;
  color: #212121;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin-bottom: 10px;
}

.section-box ul li {
  background-color: #f2f4f7;
  padding: 15px;
  float: left;
  width: 24%;
  box-sizing: border-box;
  margin-right: 17px;
  margin-bottom: 15px;
}

.section-box ul li a {
  color: #212121;
  font-size: 16px;
  text-align: center;
  display: block;
}

.section-box ul li:nth-of-type(4n) {
  margin-right: 0;
}

.section-box ul li h2 {
  color: #212121;
  font-size: 16px;
  float: left;
  line-height: 32px;
  width: 240px;
}

.section-box ul li .go-out {
  float: right;
}
 
.section-box ul li .go-out a {
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 3px;
}

.section-box ul li .go-out a.disabled {
  background-color: #a7adb2 !important;
}
.section-title.lianjie .tit {
    width: 100%;
}
.section-title.lianjie .tit a{
      height: 34px;
    width: 98%;
    display: inline-block;
    background: url(../../2023/images/public/zdly_icon_links.png) no-repeat right;

}
@media (max-width: 1500px) {
  .section-box ul li {
    margin-right: 14px;
  }
}

@media (max-width: 1500px) {
  .section-box ul li {
    width: 48%;
    margin-right: 33px;
  }

  .section-box ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
.section-title.lianjie .tit a {

    width: 96%;}
}

@media (max-width: 992px) {
  .section-box ul li {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
.section-title.lianjie .tit a {

    width: 88%;}
}