@charset 'utf-8';
body {
  background-color: #f9f9f9;
}

.content-div {
  width: 100%;
  box-sizing: border-box;
  background: url(2023bg-top-img.jpg) top center no-repeat;
}

.top-title-img-div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 192px;
}

.top-title-img-div img {
  width: 577px;
  height: 84px;
}

.data-item-content {
  width: 1400px;
  min-height: 508px;
  background: #FFFFFF;
  border-radius: 10px 10px 0px 0px;
  padding: 46px 55px 63px 55px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.top-tab-content {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 36px;
}

.top-tab-item {
  width: 277px;
  height: 58px;
  background: #EEFAFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 77px;
  cursor: pointer;
}

.top-tab-item:last-child {
  margin-right: 0;
}

.top-tab-item span {
  font-size: 30px;
  font-weight: bold;
  color: #166EBA;
}

.top-tab-item:hover, .top-tab-item.cur {
  background: #4C95F0;
}

.top-tab-item:hover span, .top-tab-item.cur span {
  color: #FFFFFF;
}

.list-one-column, .list-two-column {
  width: 100%;
  height: auto;
}

.list-two-column {
  display: none;
}

.data-title-conten {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #2789ee;
}

.data-title-conten img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.data-title-conten i{
  display: inline-block;
  width: 8px;
  height: 24px;
  vertical-align: middle;
  margin-right: 16px;
  background: #2789ee;
}

.data-title-conten span {
  font-size: 24px;
  font-weight: bold;
  color: #2789EE;
  vertical-align: middle;
}

.data-item-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.data-item-child {
  width: 200px;
  height: 50px;
  background-color: rgba(233, 240, 247, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px 40px;
  padding: 0 10px;
  box-sizing: border-box;
}

.data-item-child:last-child {
  margin-right: 0;
}

.data-item-child span {
  font-size: 18px;
  font-weight: 400;
  color: #205596;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.data-item-child-last {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  body {
    font-size: .3rem !important;
  }
  input {
    font-size: .3rem;
  }
  a:visited {
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
  }
  a:active {
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
  }
  .content-div {
    width: 100%;
    min-height: auto;
    padding: 0 .2rem;
  }
  .top-title-img-div {
    width: 100%;
    height: 2rem;
  }
  .top-title-img-div img {
    width: 5.7rem;
    height: .84rem;
    object-fit: cover;
  }
  .data-item-content {
    width: 100%;
    height: auto;
    padding: .46rem .2rem .63rem .2rem;
    box-sizing: border-box;
    margin-bottom: .5rem;
  }
  .top-tab-content {
    margin-bottom: .36rem;
  }
  .top-tab-item {
    width: 2.77rem;
    height: .7rem;
    border-radius: .10rem;
    margin-right: .77rem;
  }
  .top-tab-item span {
    font-size: .4rem;
  }
  .data-title-conten {
    width: 100%;
    height: .68rem;
    line-height: .68rem;
    padding-left: .41rem;
    margin-bottom: .3rem;
  }
  .data-title-conten img {
    width: .35rem;
    height: .35rem;
    margin-right: .2rem;
  }
  .data-title-conten span {
    font-size: .32rem;
  }
  .data-item-child {
    width: 2.5rem;
    height: .8rem;
    padding: 0 .1rem;
    box-sizing: border-box;
    margin-left: .41rem;
    margin-right: .38rem;
    margin-bottom: .4rem;
  }
  .data-item-child span {
    font-size: .28rem;
  }
  .data-item-child-last {
    margin-bottom: .4rem;
  }
  .data-title-conten i{
    width: .08rem;
    height: .3rem;
    margin-right: .14rem;
  }
}