.arc-news-img-container {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.5rem 0;
  font-size: .85rem;
}

.arc-news-img-container .arc-logo {
  width: 37.5%;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 1rem;
}

.arc-news-img-container .arc-logo-divider {
  width: 62.5%;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.arc-news-box .list-group-item {
  background: transparent;
  padding-left: .5rem;
  padding-right: .5rem;
  border: none;
}
.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.arc-news-box .list-group-item a {
  text-decoration: none !important;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.arc-news-box .list-group-item a:hover {
  color: var(--bs-blue) !important;
}

.arc-news-box .list-group-item h5 {
  font-weight: normal !important;
}

.arc-news-box .pagination {
  margin-top: 1rem;
  margin-right: .5rem;
}

.arc-news-box .pagination .page-item .page-link {
  background-color: transparent;
  border-width: 0;
}

.arc-news-box .pagination .page-item .page-link:hover {
  color: var(--bs-blue) !important;
}

.arc-news-box .pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.arc-news-box .pagination .page-item.active .page-link {
  color: var(--bs-blue) !important;
}

.arc-news-box .pagination .page-item.disabled .page-link {
  color: var(--bs-secondary);
}

.arc-news-box .pagination .page-item .ellipsis {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}
/*# sourceMappingURL=news.css.map */
ul {
    list-style-type: none;
}

ul.news_list.list2 li.news .news_images {
    margin-right: -230px;
    float: left;
    width: 200px;
    height: 140px;
}

ul.news_list.list2 li.news {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

ul.news_list.list2 li.news .news_images img {
    max-height: 100%;
    width: 100%;
}

ul.news_list.list2 li.news .news_wz_con {
    margin-left: 230px;
}

.news_wz_con {}

ul.news_list.list2 li.news .news_wz_con .news_titles {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}

ul.news_list.list2 li.news .news_wz_con .news_titles a {
    width: 100%;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

ul.news_list.list2 li.news .news_wz_con .news_text {
    height: 72px;
    display: block;
    font-size: 14px;
    width: 100%;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow: ellipsis;
    max-height: 72px;
    line-height: 24px;
}
ul.news_list.list2 li.news:hover .news_wz_con .news_titles a {
    color: #71c1cf;
}
ul.news_list.list2 li.news.n1 {
    border-top: 1px solid #2ba1d3;
}

ul.news_list.list2 {
    padding: 0;
}