.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; }
    
.znews .list-line {
            height: 1px;
            margin: 24px 0;
            border: 1px dashed rgba(153, 153, 153, 0.3);
        }

        .zadvice_intro {
            line-height: 30px;
            font-size: 0.95em;
            text-indent: 2em;
        }

        .zrow {
            /* margin-right: -15px;
				margin-left: -15px; */
        }

        .inpage_search_top {
            margin-bottom: 30px;
        }

        .inpage_search_top a {
            background: #f7f7f7;
            display: inline-block;
            width: 16%;
            margin-right: -3px;
            text-align: center;
            padding: 15px 0;
            font-size: 1.4em;
            color: #000;
        }

        .inpage_search_top a.active {
            color: #d80100;
            font-weight: bold;
        }

        .inpage_search_intro {
            font-size: 1.3em;
            color: #1f1f1f;
            margin-bottom: 20px;
        }

        .inpage_search_intro span {
            color: #d80100;
        }

        .inpage_search_intro span b {
            display: inline-block;
            margin: 0 10px;
            font-size: 1.4em;
        }

        .inpage_search_list {
            padding-left: 0;
        }

        .inpage_search_list li:hover {
            background: #f7f7f7;
        }

        .inpage_search_list li {
            list-style: none;
            border-bottom: 1px dashed #dedede;
            padding: 30px 0;
            transition: background 0.5s;
            -webkit-transition: background 0.5s;
            -o-transition: background 0.5s;
            -moz-transition: background 0.5s;
        }

        .inpage_search_list_top {
            overflow: hidden;
            margin-bottom: 10px;
            font-size: 1.3em;
        }

        .inpage_search_tittle {
            float: left;
            width: 80%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #1f1f1f;
        }

        .inpage_search_time {
            float: right;
            text-align: right;
            width: 20%;
            font-size: 0.9em;
            color: #d80100;
        }

        .inpage_search_list_content {
            width: 90%;
            line-height: 25px;
            color: #525252;
            font-size: 0.95em;
        }