
.page-content {
  padding: 0 126px;
  margin-top: 20px;
  margin-bottom: 68px;
}
.news-list-container {
  margin-left: 25px;
  flex-grow: 1;
  overflow-x: hidden;
}
.news-list-container .tab {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.news-list-container .tab .tab-one {
  padding: 0 28px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #EEE;
  border-radius: 4px;
  margin-right: 13px;
  margin-bottom: 13px;
}
.news-list-container .tab .tab-one.active {
  color: #FFF;
  background: #0054A6;
}
.news-list-container .tab .tab-one.active .tab-title,
.news-list-container .tab .tab-one.active .tab-remark {
  color: #FFF;
}
.news-list-container .tab .tab-one .tab-title,
.news-list-container .tab .tab-one .tab-remark {
  font-weight: 500;
  font-size: 14px;
  color: #270509;
}
.news-list-container .news-normal {
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBEBEB;
}
.news-list-container .news-normal:not(:last-child) {
  margin-bottom: 24px;
}
.news-list-container .news-normal:last-of-type {
  margin-bottom: 53px;
}
.news-list-container .news-normal .date-box {
  margin-right: 26px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.news-list-container .news-normal .date-box .date-day {
  font-size: 36px;
  font-weight: 500;
  color: #0680A6;
  margin-bottom: 4px;
}
.news-list-container .news-normal .date-box .date-year {
  font-size: 16px;
  color: #0680A6;
}
.news-list-container .news-normal .news-normal-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  margin-bottom: 6px;
  margin-top: 8px;
}
.news-list-container .news-normal .news-normal-content {
  font-size: 14px;
  color: #9C9C9C;
  line-height: 22px;
}
.news-list-container .news-image-type .news-normal-title {
  display: flex;
  align-items: center;
}
.news-list-container .news-image-type .news-normal-title .no-wrap {
  flex-grow: 1;
width:660px;
}
.news-list-container .news-image-type .news-normal-title .news-image-date {
  margin-top: 0;
}
.news-list-container .news-image-type:first-of-type {
  padding-top: 12px;
}
.news-list-container .news-image-type .news-image {
  width: 131px;
  height: 99px;
  margin-right: 21px;
}
.news-list-container .news-image-type .news-image img {
  width: 131px;
  height: 99px;
  object-fit: cover;
    max-width: none;
}
.news-list-container .news-image-type .news-image-date {
  font-size: 12px;
  font-weight: 500;
  color: #0680A6;
  align-self: flex-end;
  text-align: right;
  margin-top: 8px;
}
.news-list-container .news-compact-type {
  height: 54px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C7C7C7;
  position: relative;
  overflow-x: hidden;
}
.news-list-container .news-compact-type:nth-last-child(2) {
  margin-bottom: 54px;
}
.news-list-container .news-compact-type .news-compact--title {
  font-size: 16px;
  color: #000;
  flex-grow: 1;
}
.news-list-container .news-compact-type .news-compact--date {
  font-size: 16px;
  color: #9E9E9E;
  flex-shrink: 0;
  margin-left: 40px;
}
.news-list-container .rank-table .rank-head {
  display: flex;
}
.news-list-container .rank-table .rank-head .rank-header {
  display: flex;
  border-radius: 4px;
  background: #0559AE;
  height: 47px;
  align-items: center;
  color: #FFF;
  font-size: 20px;
}
.news-list-container .rank-table .rank-head .rank-header .iconfont {
  margin: 0 13px 0 17px;
  font-size: 24px;
}
.news-list-container .rank-table .rank-head .rank-header:first-of-type {
  /*width: 679px;*/
  width: 350px;
  flex-shrink: 0;
}
.news-list-container .rank-table .rank-head .rank-header:last-of-type {
  margin-left: 6px;
  flex-grow: 1;
}
.news-list-container .rank-table .rank-body .rank-body-row {
  display: flex;
  min-height: 47px;
  margin: 6px 0;
}
.news-list-container .rank-table .rank-body .rank-body-row .rank-cell-group {
  display: flex;
}
.news-list-container .rank-table .rank-body .rank-body-row .rank-cell-group:first-of-type {
  /*width: 679px;*/
  width: 350px;
  flex-shrink: 0;
}
.news-list-container .rank-table .rank-body .rank-body-row .rank-cell-group .rank-cell:first-of-type {
  padding-left: 16px;
  width: 54px;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 16px;
  color: #262626;
}
.news-list-container .rank-table .rank-body .rank-body-row .rank-cell-group .rank-cell:last-of-type {
  margin-left: 6px;
  padding-left: 24px;
  flex-grow: 1;
  font-size: 16px;
  color: #262626;
}
.news-list-container .rank-table .rank-body .rank-body-row .rank-cell {
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
}
.news-list-container .rank-table .rank-body .rank-body-row > .rank-cell:last-of-type {
  /*padding-left: 52px;*/
  margin-left: 6px;
  flex-grow: 1;
  font-weight: 600;
  font-size: 20px;
  color: #0559AE;
  padding: 10px 40px;
}
.news-list-container .title-type {
  color: #0054a6;
}
.news-date-list-container .news-date-type {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #EBEBEB;
}
.news-date-list-container .news-date-type:last-of-type {
  margin-bottom: 94px;
}
.news-date-list-container .news-date-type:first-of-type {
  padding-top: 13px;
}
.news-date-list-container .news-date-type .news-date--date {
  min-width: 78px;
  padding: 0 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.news-date-list-container .news-date-type .news-date--date .day {
  font-weight: 500;
  font-size: 36px;
  color: #0054A6;
  text-align: center;
}
.news-date-list-container .news-date-type .news-date--date .year-month {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #0054A6;
  text-align: center;
}
.news-date-list-container .news-date-type .news-date--context {
  margin-left: 20px;
  overflow: hidden;
}
.news-date-list-container .news-date-type .news-date--context .news-date--title {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.news-date-list-container .news-date-type .news-date--context .news-date--info {
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
  color: #9C9C9C;
}
@media screen and (max-width: 600px) {
  .page-content {
    padding: 0 16px;
    flex-direction: column;
  }
  .page-content .news-normal .news-image {
    width: 100px;
    height: 75px;
    margin-right: 10px;
  }
  .page-content .news-normal .news-image img {
    width: 100px;
    height: 75px;
    object-fit: cover;
  }
  .page-content .news-normal .news-normal-title {
    margin-top: 2px;
    font-size: 14px;
flex-wrap: wrap;
  }
  .page-content .news-normal .news-image-date {
    margin-left: 10px;
    flex-shrink: 0;
  }
  .page-content .news-normal .news-normal-context {
    font-size: 12px;
  }
  .page-content .news-normal .news-normal-context.limit-line-3 {
    -webkit-line-clamp: 2;
  }
  .page-content .news-list-container {
    overflow: unset;
    margin-left: 0;
  }
  .page-content .news-list-container .tab {
    margin-bottom: 0;
    margin-top: 13px;
  }
  .page-content .news-list-container .tab .tab-one {
    padding: 0 14px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #F4F5F7;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    margin-right: 12px;
    margin-bottom: 12px;
    background: none;
  }
  .page-content .news-list-container .tab .tab-one.active {
    border: 1px solid #0054A6;
    background: none;
  }
  .page-content .news-list-container .tab .tab-one.active .tab-title,
  .page-content .news-list-container .tab .tab-one.active .tab-remark {
    color: #0054A6;
  }
  .page-content .news-list-container .tab .tab-one .tab-title,
  .page-content .news-list-container .tab .tab-one .tab-remark {
    font-weight: 400;
    font-size: 14px;
    color: #545454;
  }
  .page-content .news-list-container .tab .tab-one .tab-remark {
    display: none;
  }
  .page-content .news-list-container .news-compact-type .news-compact--title {
    font-size: 14px;
  }
  .page-content .news-list-container .news-compact-type .news-compact--date {
    font-size: 14px;
    margin-left: 37px;
  }
  .page-content .news-list-container .news-compact-type:nth-last-child(2) {
    margin-bottom: 26px;
  }
  .page-content .news-list-container .rank-table .rank-head .rank-header {
    height: 32px;
    display: flex;
    border-radius: 4px;
    font-size: 16px;
  }
  .page-content .news-list-container .rank-table .rank-head .rank-header .iconfont {
    margin: 0 6px 0 8px;
    font-size: 16px;
  }
  .page-content .news-list-container .rank-table .rank-head .rank-header:first-of-type {
    width: calc(100% - 120px);
    flex-shrink: 0;
  }
  .page-content .news-list-container .rank-table .rank-head .rank-header:last-of-type {
    margin-left: 6px;
    flex-grow: 1;
  }
  .page-content .news-list-container .rank-table .rank-body .rank-body-row {
    /*height: 32px;*/
    margin: 6px 0;
    flex-direction: column;
  }
  .page-content .news-list-container .rank-table .rank-body .rank-body-row .rank-cell-group:first-of-type {
    width: 100%;
  }
  .page-content .news-list-container .rank-table .rank-body .rank-body-row .rank-cell-group .rank-cell {
    overflow: hidden;
  }
  .page-content .news-list-container .rank-table .rank-body .rank-body-row .rank-cell-group .rank-cell:first-of-type {
    padding-left: 8px;
    width: 35px;
    font-size: 12px;
  }
  .page-content .news-list-container .rank-table .rank-body .rank-body-row .rank-cell-group .rank-cell:last-of-type {
    margin-left: 6px;
    padding-left: 12px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom:  10px;
  }
  .page-content .news-list-container .rank-table .rank-body .rank-body-row .rank-cell {
    border-radius: 6px;
  }
  .page-content .news-list-container .rank-table .rank-body .rank-body-row > .rank-cell:last-of-type {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-top: 5px;
    font-size: 14px;
  }
  .page-content .news-date-list-container .news-date-type:first-of-type {
    padding-top: 25px;
  }
  .page-content .news-date-list-container .news-date-type .news-date--context {
    margin-left: 12px;
    overflow: hidden;
  }
  .page-content .news-date-list-container .news-date-type .news-date--context .news-date--title {
    font-size: 14px;
  }
  .page-content .news-date-list-container .news-date-type .news-date--context .news-date--info {
    margin-top: 2px;
    font-size: 12px;
  }
  .page-content .news-date-list-container .news-date-type .news-date--date {
    min-width: 76px;
  }
  .page-content .news-date-list-container .news-date-type .news-date--date .day {
    font-size: 24px;
  }
  .page-content .news-date-list-container .news-date-type .news-date--date .year-month {
    margin-top: 4px;
    font-size: 16px;
  }
.news-list-container .news-image-type .news-normal-title .no-wrap {
width: 250px;
}
}