.date-input {
  max-width: 1000px;
  width: 100%;
}

.date-input .field {
  max-width: 1000px;
  width: 100%;
}

.date-input .field .label-name {
  min-width: 105px;
}

@media (max-width: 575px) {
  .date-input .field .label-name {
    min-width: 65px;
  }
}

.date-input .field .input-not-required {
  max-width: 417px;
  width: 100%;
}

@media (max-width: 666px) {
  .table-filter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.table-filter > .field {
  max-width: 535px;
  width: 100%;
}

@media (max-width: 666px) {
  .table-filter > .field {
    max-width: unset;
  }
}

.table-filter > .field .input-not-required {
  width: 100%;
}

.up-banner {
  background: #D7EFEB;
  border: 1px solid #257774;
  border-radius: 8px;
  margin: 0px auto 27px;
}

.up-banner .hand-img {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  margin-right: 0;
}

.up-banner .right-button {
  width: 300px;
  padding: 10px;
}

.up-banner .right-button .btn-talents {
  margin: auto;
  width: 223px;
  height: 55px;
  background-color: #43A8A5;
  color: #ffffff;
  line-height: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  border: 1px solid #257774;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .up-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .up-banner .hand-img {
    width: 100%;
    height: 82px;
  }
  .up-banner .right-button .btn-talents {
    font-size: 1.25rem;
    height: 45px;
  }
}

@media (max-width: 575px) {
  .up-banner .hand-img {
    height: 44px;
  }
  .up-banner .right-button .btn-talents {
    font-size: 1rem;
    height: 30px;
  }
}

.table-data {
  padding: 15px 0px 30px;
}

.table-data .news-box {
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.table-data .news-box > li:first-child {
  font-size: 1.5rem;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 767px) {
  .table-data .news-box > li:first-child {
    font-size: 1.25rem;
  }
}

.table-data .news-box > li:last-child {
  color: #848484;
}
/*# sourceMappingURL=f025.css.map */