@charset "utf-8";
body {
  background-color: rgb(238, 243, 249);
}

.main-container {
  padding-top: 0;
}

.type-box {
  position: relative;
  display: flex;
  flex-direction: row;
  border-bottom: .01rem solid rgba(235, 235, 235, 1);
}

.type-box .type-box-item {
  display: inline-block;
  margin-right: 0.4rem;
}

.type-box .type-box-item .tit {
  font-size: 0.2rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 1.1px;
}

.type-box .type-box-item i {
  display: none;
  margin-top: 0.05rem;
  max-width: 1rem;
  height: 0.04rem;
  background-color: #0871cf;
  border-radius: 0.02rem;
}
.type-box .type-box-item-active .tit {
  color: #0871cf;
}
.type-box .type-box-item-active i {
  display: block;
}

.type-box .more {
  position: absolute;
  top: 0.05rem;
  right: 0;
  font-size: 0.16rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #999;
}
.type-box .more:hover {
  color: #0871cf;
}

.one {
  display: flex;
  flex-direction: row;
  padding-left: 0.1rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  background-color: #fff;
}
.one #banner-swiper {
  /* width: calc(43% - 0.1rem); */
  width: calc(40% - 0.1rem);
  height: 2.6rem;
  border-radius: 0.2rem;
}
.one #banner-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.one #banner-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.one #banner-swiper .swiper-slide span {
  position: absolute;
  display: block;
  bottom: 0;
  padding: 0 1.2rem 0 0.15rem;
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #fff;
  background-color: rgba(1, 35, 68, 0.85);
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.one #banner-swiper .swiper-pagination {
  bottom: 0.16rem;
  padding-right: 0.1rem;
  text-align: right;
}
.one #banner-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.04rem;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #fff;
}
.one .news-box {
  padding: 0 0.2rem 0 0.15rem;
  width: 60%;
  /* height: 4.2rem; */
  box-sizing: border-box;
}

.one .news-box .news-list-box li {
  position: relative;
  margin-top: 0.15rem;
}
.one .news-box .news-list-box li::after {
  display: block;
  height: 0;
  content: "";
  clear: both;
}
.one .news-box .news-list-box li a {
  font-size: 0.16rem;
  line-height: 0.22rem;
  font-weight: 400;
}

.one .news-box .news-list-box li .tit {
  float: left;
  display: block;
  max-width: calc(100% - 1.8rem);
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.one .news-box .news-list-box li .tit:hover {
  color: #0871cf;
}
.one .news-box .news-list-box li .tit2 {
  float: left;
  display: block;
  width: 0.75rem;
  color: red;
}
.one .news-box .news-list-box li .time {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.05rem;
  color: #999999;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.zt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  text-align: center;
}
.zt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-zt {
  display: none;
  margin-top: 0.2rem;
  width: 100%;
  height: auto;
}
.m-zt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zt span {
  display: inline-block;
  margin-bottom: 0.1rem;
}
.zt span:nth-child(1) {
  font-size: 0.32rem;
  font-weight: 700;
  letter-spacing: 3.2px;
  text-shadow: 0px 2px 4px 0px rgba(4, 44, 82, 0.45);
  color: #fff;
}
.zt span:nth-child(2) {
  font-size: 0.18rem;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
  color: #fff;
}
.zt:hover span:nth-child(1) {
  letter-spacing: 5px;
}
.zt:hover span:nth-child(2) {
  letter-spacing: 2px;
}

.dh-box {
  margin-top: 0.1rem;
  padding-top: .1rem;
  padding-bottom: 0.1rem;
  background-color: #fff;
}

.dh-box .dh-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 0.54rem;
  font-size: 0.24rem;
  line-height: 0.54rem;
  font-weight: 700;
  color: #fff;
  background: #0871cf;
  border-radius: 0px 0.27rem 0.27rem 0px;
  display: none;
}
.dh-box .dh-title img {
  display: block;
  margin-right: 0.15rem;
  width: 0.24rem;
}
.dh-box .dh {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0.3rem;
  /* margin-top: 0.24rem; */
  /* margin-bottom: .3rem; */
}

.dh-box .dh .dh-item {
  padding-top: 0.08rem;
  width: calc((100% - 1.2rem) / 7);
  height: .85rem;
  font-size: 0.17rem;
  font-weight: 400;
  background: #f2f7fc;
  color: #333;
  /* letter-spacing: 1px; */
  border-radius: 0.1rem;
  box-sizing: border-box;
  border: 1px solid transparent;
  text-align: center;
}
.dh-box .dh .dh-item img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.05rem;
  height: 0.35rem;
}
.dh-box .dh .dh-item:hover {
  color: #0871cf;
  font-weight: 700;
  border: .01rem solid #0871cf;
}
.dh-box .dh .dh-item:nth-child(5) {
  /* padding-top: 0.08rem; */
  font-size: 0.16rem;
}

.two {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.1rem;
  padding: 0.2rem 0.3rem 0 0.3rem;
  background-color: #fff;
}
.two .type-box .type-box-item-active .tit {
  color: #333;
}

.list-box {
  margin-bottom: 0.2rem;
  width: calc(50% - 0.2rem);
}
.list-box .type-box .type-box-item a {
  color: #333;
}
.list-box ul li {
  position: relative;
  margin-top: 0.1rem;
}
.list-box ul li::after {
  display: block;
  height: 0;
  content: "";
  clear: both;
}
.list-box ul li a {
  font-size: 0.16rem;
  line-height: 0.22rem;
  font-weight: 400;
}

.list-box ul li i {
  float: left;
  display: block;
  margin-top: 0.07rem;
  margin-right: 0.15rem;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #dee5ec;
  border-radius: 50%;
}
.list-box ul li .tit {
  float: left;
  display: block;
  max-width: calc(100% - 2.1rem);
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-box ul li .tit:hover {
  color: #0871cf;
}
.list-box ul li .tit2 {
  float: left;
  display: block;
  width: 0.75rem;
  color: red;
}
.list-box ul li .time {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.05rem;
  color: #999999;
  text-align: right;
}

.list-box-100 {
  width: 100%;
}
.list-box-100 li {
  float: left;
  margin-right: 0.4rem;
  width: calc(50% - 0.2rem);
}
.list-box-100 li:nth-child(2n + 2) {
  margin-right: 0;
}
.zkzl-box {
  margin-top: 0.1rem;
  background-color: #fff;
}

.zkzl-box .zkzl-title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: inline-block;
  padding: 0 0.3rem 0 0.2rem;
  width: auto;
  height: 0.45rem;
  font-size: 0.24rem;
  line-height: 0.45rem;
  font-weight: 700;
  color: #0871cf;
  /* background: #0871cf;
  border-radius: 0px 0.27rem 0.27rem 0px; */
}
.zkzl-box .zkzl-title i{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: .08rem;
  height: .45rem;
  background-color: #0871cf;
  border-top-right-radius: .08rem;
  border-bottom-right-radius: .08rem;
}

.zkzl-box .zkzl {
  margin: 0.1rem auto 0 auto;
  width: calc(100% - 0.4rem);
}
.zkzl-box .zkzl .zkzl-item {
  float: left;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  width: calc((100% - 1.2rem) / 7);
  height: 0.6rem;
  font-size: 0.2rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0.6rem;
  color: #333333;
  border-radius: 0.1rem;
  text-align: center;
  background-color: #f2f7fc;
}
.zkzl-box .zkzl .zkzl-item:nth-child(7n + 7) {
  margin-right: 0;
}

.zkzl-box .zkzl .zkzl-item:hover {
  background-color: #0871cf;
  color: #fff;
}

@media screen and (max-width: 850px) {
  .type-box .type-box-item {
    margin-right: 0.25rem;
  }

  .type-box .type-box-item .tit {
    font-size: 0.2rem;
  }

  .type-box .more {
    font-size: 0.18rem;
  }

  .one {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0.2rem;
    padding-left: 0;
  }
  .one #banner-swiper {
    width: 100%;
    height: 2.8rem;
    border-radius: 0;
  }
  .one .news-box {
    padding: 0.15rem 0.15rem 0 0.15rem;
    width: 100%;
  }
  .one .news-box .news-list-box li {
    margin-top: 0.15rem;
  }

  .one .news-box .news-list-box li a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.18rem;
    line-height: 0.22rem;
  }
  .one .news-box .news-list-box li .tit {
    /* max-width: calc(100% - 1.85rem); */
    float: none;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    white-space: wrap;
  }
  .one .news-box .news-list-box li .tit2 {
    float: none;
    display: inline-block;
    /* width: auto; */
    width: calc(100% - 1.5rem);
  }

  .one .news-box .news-list-box li .time {
    position: static;
    /* width: auto; */
    width: 1.5rem;
    text-align: right;
  }

  .zt {
    display: none;
  }
  .m-zt {
    display: block;
  }
  .zt span:nth-child(1) {
    font-size: 0.25rem;
    letter-spacing: 2px;
  }
  .zt span:nth-child(2) {
    font-size: 0.18rem;
    text-align: left;
  }
  .zt:hover span:nth-child(1) {
    letter-spacing: 3px;
  }

  .dh-box {
    margin-top: 0.2rem;
    padding-bottom: 0.1rem;
  }

  .dh-box .dh-title {
    width: 1.6rem;
    height: 0.44rem;
    font-size: 0.2rem;
    line-height: 0.44rem;
  }
  .dh-box .dh-title img {
    margin-right: 0.1rem;
    width: 0.22rem;
  }
  .dh-box .dh {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 0.15rem;
    margin-top: 0.24rem;
  }

  .dh-box .dh .dh-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    margin-bottom: 0.15rem;
    margin-right: 0.15rem;
    width: calc((100% - 0.3rem) / 3);
    height: 1.3rem;
    font-size: 0.18rem;
  }
  /* .dh-box .dh .dh-item:nth-child(3){
    display: none !important;
   } */
  .dh-box .dh .dh-item img {
    margin-bottom: 0.14rem;
    height: 0.3rem;
  }
  .dh-box .dh .dh-item:nth-child(3n + 3) {
    margin-right: 0;
  }
  .dh-box .dh .dh-item:nth-child(5) {
    font-size: 0.16rem;
    line-height: 0.2rem;
  }

  .two {
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.2rem;
    padding: 0.15rem 0.15rem 0 0.15rem;
  }

  .list-box {
    margin-bottom: 0.2rem;
    width: 100%;
  }

  .list-box ul li a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.18rem;
    line-height: 0.22rem;
  }
  .list-box ul li a i {
    display: none;
  }
  .list-box ul li .tit {
    /* max-width: calc(100% - 1.9rem);
    white-space: wrap; */
    float: none;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    white-space: wrap;
  }
  .list-box ul li .tit2 {
    float: none;
    display: inline-block;
    /* width: auto; */
    width: calc(100% - 1.5rem);
  }

  .list-box ul li .time {
    /* width: 1.05rem; */
    position: static;
    width: 1.5rem;
    text-align: right;
  }
  .list-box-100 {
    width: 100%;
  }
  .list-box-100 li {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .list-box-100 li:nth-child(2n + 2) {
    margin-right: 0;
  }

  .zkzl-box .zkzl-title {
    padding: 0 0.2rem 0 0.2rem;
    width: auto;
    height: 0.44rem;
    font-size: 0.2rem;
    line-height: 0.44rem;
  }
  .zkzl-box .zkzl {
    margin: 0.2rem auto 0 auto;
    width: calc(100% - 0.3rem);
  }
  .zkzl-box .zkzl .zkzl-item {
    margin-right: 0.15rem;
    margin-bottom: 0.15rem;
    width: calc((100% - 0.3rem) / 3);
    height: 0.5rem;
    font-size: 0.2rem;
    line-height: 0.5rem;
  }
  .zkzl-box .zkzl .zkzl-item:nth-child(7n + 7) {
    margin-right: 0.15rem;
  }
  .zkzl-box .zkzl .zkzl-item:nth-child(3n + 3) {
    margin-right: 0;
  }
}
