.news {
  margin-top: 44px;
  margin-bottom: 70px; }
  .news .row {
    margin-left: -6px;
    margin-right: -6px; }
  .news .col {
    padding-left: 6px;
    padding-right: 6px;
    flex-grow: inherit; }
  .news .news-top {
    margin-bottom: 40px; }
    .news .news-top:after {
      clear: both;
      display: block;
      content: ''; }
    .news .news-top .news-top-left {
      float: left;
      width: 720px; }
      .news .news-top .news-top-left img,
      .news .news-top .news-top-left video {
        height: 400px; }
    .news .news-top .news-top-right {
      background: #f7f7f7;
      height: 400px; }
      .news .news-top .news-top-right .news-top-info {
        margin-left: 720px;
        display: block;
        padding: 60px 36px 0 36px;
        height: 400px;
        color: #333; }
      .news .news-top .news-top-right .news-top-title {
        text-align: justify;
        font-size: 24px;
        font-size: 24px;
        margin-bottom: 24px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
      .news .news-top .news-top-right .news-top-text {
        opacity: 0.8;
        font-size: 16px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
      .news .news-top .news-top-right .carousel-indicators li {
        background: #d8d8d8;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        opacity: 1;
        border: none; }
      .news .news-top .news-top-right .carousel-indicators {
        right: 53px;
        margin-right: 0;
        justify-content: end;
        margin-bottom: 27px; }
      .news .news-top .news-top-right .carousel-indicators .active {
        background: #005293; }
  .news .news-list {
    margin-bottom: 40px; }
    .news .news-list.row {
      margin-left: -20px;
      margin-right: -20px; }
      .news .news-list.row .col {
        padding-left: 20px;
        padding-right: 20px;
        width: 50%; }
  .news #carouselPicControls {
    display: none; }
  .news .news-pic.row {
    margin-left: -13px;
    margin-right: -13px; }
    .news .news-pic.row .col {
      padding-left: 13px;
      padding-right: 13px;
      width: 25%;
      min-width: 25%; }
  .news .news-pic a {
    display: block;
    height: 176px;
    position: relative;
    font-size: 16px;
    color: #ffffff; }
    .news .news-pic a:hover {
      color: #ffffff; }
    .news .news-pic a img {
      height: 100%; }
  .news .news-pic-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 23px; }
