.news-container {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 16px 0 40px 0;
}

.news-container .news-all-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 16px;
}

.news-container .news-all-box .news-box {
    width: 588px;
    height: 363px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #F2F2F2;
    margin-bottom: 16px;
    padding: 24px;
    box-sizing: border-box;
}

.news-container .news-all-box .news-box .title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.news-container .news-all-box .news-box .title-box .title-name {
    font-size: 28px;
    color: #242424;
    border-bottom: 3px solid #005293;
    line-height: 55px;
}

.news-container .news-all-box .news-box .title-box .title-more {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.news-container .news-all-box .news-box .title-box .title-more p {
    font-size: 16px;
    color: #666666;
    margin-right: 4px;
}

.news-container .news-all-box .news-box .title-box .title-more .layui-icon-right {
    margin-top: 2px;
}

.news-container .news-all-box .news-box .title-box .title-more:hover {
    opacity: 0.6;
}

.news-container .news-all-box .news-box .news-detail {
    width: 100%;
    height: 75%;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.news-container .news-all-box .news-box .news-detail .news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.news-container .news-all-box .news-box .news-detail .news-item .info-sth {
    width: 413px;
    display: flex;
    align-items: center;
}

.news-container .news-all-box .news-box .news-detail .news-item .info-sth .dot {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 50%;
}

.news-container .news-all-box .news-box .news-detail .news-item .info-sth .info {
    width: 399px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333333;
    margin-left: 6px;
}

.news-container .news-all-box .news-box .news-detail .news-item .date {
    font-size: 16px;
    color: #999999;
}

.news-container .news-all-box .news-box .news-detail .news-item:hover .dot {
    background: #005293;
}

.news-container .news-all-box .news-box .news-detail .news-item:hover .info {
    color: #005293;
}

.news-container .news-all-box .news-box .news-detail .news-item:hover .date {
    color: #005293;
}

/* 关怀版  -- start */
.care_html_box {
  background: #F1F5F8;
}

.care_html_box .router-box,
.care_html_box .router-box a {
    line-height: normal !important;
    min-height: unset !important;
}

.care_html_box .news-all-box {
  display: block;
  background: #fff;
}

.care_html_box .news-all-box .news-box {
  width: 100%;
  border: 1px solid #fff;
  margin-bottom: 0;
}
.care_html_box .news-all-box .news-box .title-box .title-name {
  font-weight: bold !important;
    line-height: normal !important;
    min-height: unset !important;
    padding-bottom: 16px;
}
.care_html_box .news-container .news-all-box .news-box .news-detail {
    height: fit-content !important;
}
.care_html_box.news-container .news-all-box .news-box .news-detail .news-item {
    margin-bottom: 24px;
}
.care_html_box.news-container .news-all-box .news-box .news-detail .news-item .info-sth,
.care_html_box.news-container .news-all-box .news-box .news-detail .news-item .info-sth .info {
  width: 0;
  flex: 1;
}
.care_html_box.news-container .news-all-box .news-box .news-detail .news-item .info-sth .dot {
    line-height: normal !important;
    min-height: unset !important;
}
.care_html_box .news-all-box .news-box .news-item .info-sth .info,
.care_html_box .news-all-box .news-box .news-item .date {
  font-size: 28px !important;
  line-height: 42px !important;
  min-height: unset !important;
}
.care_html_box .news-all-box .news-box .news-item .date {
  margin-left: 12px;
}

.care_html_box .news-all-box .news-box .title-box .title-more p {
    line-height: normal !important;
    min-height: unset !important;
}

/* 关怀版 -- end */