.arc-about-box {
  padding: 0 0rem 1rem;
}
.arc-root .arc-navbar .nav-item .nav-link.i1 {
    color: #fff;
}
a.heng.font-normal.list-group-item.list-group-item-action.border-0.p-0 {
    margin-bottom: 10px;
}
span.news_time {
    padding: 0 10px;
    display: inline-block;
    font-size: 16px;
    background: #2ba1d3;
    line-height: 27px;
    color: #fff;
}
div#wp_news_w12 p a strong {
    color: #2e9bcd !important;
    -webkit-transition: font-weight .3s;
    transition: font-weight .3s;
    font-weight: normal !important;
}
div#wp_news_w12 p a {
    text-decoration: none !important;
}
div#wp_news_w12 p a:hover strong{
     font-weight: bold !important;
}
.arc-about-box img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.arc-about-box img.arc-logo {
  width: 37.5%;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 1rem;
}

.arc-about-box img.arc-logo-divider {
  width: 62.5%;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.arc-about-box .arc-logo-container {
  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-about-box ul {
  list-style-type: circle;
  margin-bottom: 0;
}

.arc-about-box .half-line {
  width: 100%;
  line-height: 0.5;
}

.arc-banner {
  width: 100%;
  height: 20vh;
  -o-object-fit: cover;
     object-fit: cover;
}



.swiper-img {
  width: 100%;
  height: 211px;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: 100% !important;
}
/*# sourceMappingURL=index.css.map */