.placehold {
  width: 100%;
  height: 20px;
  background-color: #fff;
}

.news-title-container .news-title {
  position: relative;
  font-weight: 400;
  font-size: 5.3vw;
  color: #000000;
  text-align: left;
  padding-left: 4.3vw;
}
.news-title-container .news-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6vw;
  height: 5.3vw;
  background: #4B6CB4;
  border-radius: 0.8vw;
}

@media (max-width: 991.98px) {
  .news-title-container {
    margin-top: 5.3vw;
  }
  .news-title-container .news-mark {
    display: none;
  }
  .news-wrap .news-row {
    height: 26.4vw;
    margin-top: 4vw;
    padding-bottom: 4.3vw;
    border-bottom: 0.3vw dashed #D3DBE8;
  }
  .news-wrap .news-row .news-col {
    width: 100%;
    height: 100%;
    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;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border-radius: 12px;
  }
  .news-wrap .news-row .news-col .news-row-img {
    width: 29.3vw;
    height: 100%;
  }
  .news-wrap .news-row .news-col .news-row-img a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 1vw;
  }
  .news-wrap .news-row .news-col .news-row-img a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .news-wrap .news-row .news-col .news-row-info {
    width: calc(100% - 29.3vw - 2.7vw);
    height: 100%;
  }
  .news-wrap .news-row .news-col .news-row-info a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-top,
  .news-wrap .news-row .news-col .news-row-info a .info-title,
  .news-wrap .news-row .news-col .news-row-info a .info-desc {
    width: 100%;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-top {
    font-size: 2.1vw;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-top div {
    display: inline-block;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-top .info-tag {
    font-weight: 500;
    color: #4B6CB4;
    margin-right: 5.3vw;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-top .info-date {
    color: #90A0AF;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-title {
    font-weight: bold;
    font-size: 3.2vw;
    color: #374649;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-desc {
    height: 10.7vw;
    font-size: 2.4vw;
    color: #5A6875;
    line-height: 3.6vw;
    text-align: justify;
  }
}
@media (max-width: 575.98px) {
  .news-title-container {
    margin-top: 5.3vw;
  }
  .news-title-container .news-mark {
    display: none;
  }
  .news-wrap .news-row {
    height: 26.4vw;
    margin-top: 4vw;
    padding-bottom: 4.3vw;
    border-bottom: 0.3vw dashed #D3DBE8;
  }
  .news-wrap .news-row .news-col {
    width: 100%;
    height: 100%;
    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;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border-radius: 12px;
  }
  .news-wrap .news-row .news-col .news-row-img {
    width: 29.3vw;
    height: 100%;
  }
  .news-wrap .news-row .news-col .news-row-img a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 1vw;
  }
  .news-wrap .news-row .news-col .news-row-img a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .news-wrap .news-row .news-col .news-row-info {
    width: calc(100% - 29.3vw - 2.7vw);
    height: 100%;
  }
  .news-wrap .news-row .news-col .news-row-info a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-top,
  .news-wrap .news-row .news-col .news-row-info a .info-title,
  .news-wrap .news-row .news-col .news-row-info a .info-desc {
    width: 100%;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-top {
    font-size: 3.2vw;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-top div {
    display: inline-block;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-top .info-tag {
    font-weight: 500;
    color: #4B6CB4;
    margin-right: 5.3vw;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-top .info-date {
    color: #90A0AF;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-title {
    font-weight: bold;
    font-size: 4.3vw;
    color: #374649;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-desc {
    height: 10.7vw;
    font-size: 3.5vw;
    color: #5A6875;
    line-height: 5.3vw;
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .placehold {
    height: 60px;
  }
  .news-title-container {
    margin-top: 4.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .news-title-container .news-title {
    position: relative;
    font-weight: 400;
    font-size: 3.1vw;
    color: #000000;
    text-align: left;
    padding-left: 0.8vw;
  }
  .news-title-container .news-title::after {
    width: 0.3vw;
    height: 3.1vw;
    border-radius: 0.2vw;
  }
  .news-title-container .news-mark {
    font-weight: 800;
    font-size: 5.2vw;
    color: #4B6CB8;
    opacity: 0.1;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .news-wrap .news-row {
    height: 18.8vw;
    margin-top: 3.1vw;
    padding-bottom: 3.2vw;
    border-bottom: 0.1vw dashed #D3DBE8;
  }
  .news-wrap .news-row .news-col {
    width: 100%;
    height: 100%;
    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;
    padding-right: 2vw;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border-radius: 12px;
  }
  .news-wrap .news-row .news-col .news-row-img {
    width: 20.8vw;
    height: 100%;
  }
  .news-wrap .news-row .news-col .news-row-img a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 1vw;
  }
  .news-wrap .news-row .news-col .news-row-img a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .news-wrap .news-row .news-col .news-row-info {
    width: calc(100% - 20.8vw - 2.1vw);
    height: 100%;
  }
  .news-wrap .news-row .news-col .news-row-info a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 1vw 0;
  }
  .news-wrap .news-row .news-col .news-row-info a div {
    width: 100%;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-tag {
    font-weight: 500;
    font-size: 0.8vw;
    color: #4B6CB4;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-title {
    font-weight: bold;
    font-size: 1.5vw;
    color: #374649;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-desc {
    height: 6.3vw;
    font-size: 0.9vw;
    color: #5A6875;
    line-height: 1.6vw;
    text-align: justify;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-bottom {
    font-weight: 400;
    font-size: 0.8vw;
    color: #90A0AF;
    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;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-bottom .info-author {
    width: 64%;
  }
  .news-wrap .news-row .news-col .news-row-info a .info-bottom img {
    width: 0.8vw;
    height: 0.8vw;
  }
  .news-wrap .news-row .news-col:hover {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-box-shadow: 0 2px 8px rgba(100, 100, 100, 0.1);
            box-shadow: 0 2px 8px rgba(100, 100, 100, 0.1);
    background-color: #fff;
  }
  .news-wrap .news-row .news-col:hover .news-row-img a img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .news-list-container:hover .news-mark {
    opacity: 0.2;
  }
}
.news-content {
  padding: 5.3vw 0;
}
.news-content .news-title {
  width: 100%;
  font-weight: 400;
  font-size: 6.4vw;
  color: #000000;
  text-align: center;
}
.news-content .news-info {
  color: #90A0AF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4vw;
  font-size: 3.2vw;
}
.news-content .news-info div {
  margin-left: 5.3vw;
}
.news-content .news-content {
  padding: 2.7vw 0 4vw;
  line-height: 2rem;
}

.bottom-hold {
  width: 100%;
  height: 8vw;
  background-color: #fff;
}

@media (min-width: 992px) {
  .news-content {
    padding: 3.1vw 0;
  }
  .news-content .news-title {
    font-size: 3.1vw;
    line-height: 4.5vw;
  }
  .news-content .news-info {
    margin-top: 1.8vw;
    font-size: 16px;
    padding-right: 4.4vw;
  }
  .news-content .news-info div {
    margin-left: 5.2vw;
  }
  .news-content .news-content {
    padding: 3.5vw 0 1.1vw;
  }
  .more-news {
    padding: 3.1vw 0;
    background-color: #fff;
  }
  .more-news .more-title {
    position: relative;
    font-weight: 200;
    font-size: 2.3vw;
    color: #496BD3;
    text-align: center;
    padding-bottom: 1.5vw;
  }
  .more-news .more-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 5.1vw;
    height: 0.5vw;
    background: #4B6CB4;
    border-radius: 0.3vw;
  }
  .more-news .more-list {
    margin-top: 2.1vw;
    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;
  }
  .more-news .more-list .more-item {
    width: calc((100% - 4.2vw) / 3);
    height: 31.5vw;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .more-news .more-list .more-item .more-img {
    position: relative;
    width: 100%;
    height: 17.6vw;
    overflow: hidden;
  }
  .more-news .more-list .more-item .more-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .more-news .more-list .more-item .more-info {
    width: 100%;
    height: 13.9vw;
    padding: 1.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .more-news .more-list .more-item .more-info div {
    width: 100%;
  }
  .more-news .more-list .more-item .more-info .more-tag {
    height: 1vw;
    font-weight: 400;
    font-size: 1vw;
    color: #4B6CB4;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }
  .more-news .more-list .more-item .more-info .more-name {
    font-weight: 400;
    font-size: 1.3vw;
    color: #374649;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }
  .more-news .more-list .more-item .more-info .more-date {
    font-weight: 400;
    font-size: 1vw;
    color: #AFB5B9;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }
  .more-news .more-list .more-item .more-info .more-desc {
    font-weight: 400;
    font-size: 1vw;
    color: #5A6875;
    line-height: 1.5vw;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    text-align: justify;
  }
  .more-news .more-list .more-item .more-info .more-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .more-news .more-list .more-item .more-info .more-icon img {
    width: 1.6vw;
  }
  .more-news .more-list .more-item:hover {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-box-shadow: 0 4px 12px rgba(100, 100, 100, 0.4);
            box-shadow: 0 4px 12px rgba(100, 100, 100, 0.4);
    background-color: #fff;
  }
  .more-news .more-list .more-item:hover .more-img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
}