.row {
  margin-left: -12px;
  margin-right: -12px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.img-width-100 {
  width: 100%;
  height: auto;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.overflow-hidden {
  overflow: hidden;
}

.centerbody {
  padding-left: 12px;
  padding-right: 12px;
}

.border-solid-xs {
  border-bottom: 0.1rem solid #efefef;
}

.my-1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-1 {
  margin-bottom: 1.5rem;
}

.d-block {
  display: block !important;
}

@media screen and (min-width: 991px) {
  .news-article.news-article .fir-section .sec-title {
    padding: 34px 0 0;
  }
}

.news-article .sec2-nav {
  margin-top: 0;
  padding-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 767px) {
  .news-article .sec2-nav {
    padding: 34px 0 0;
  }
}

.news-article .sec2-nav > .swiper-minNav {
  padding-left: 0;
  padding-right: 0;
}

.row.news-list-group {
  margin-left: 0;
  margin-right: 0;
}

.news-list {
  padding-bottom: 15px;
}

.news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 0.1rem solid #efefef;
}

.news-list-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-list-item-image {
  margin-left: 20%;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 20%;
  padding-left: 14px;
}

@media screen and (max-width: 991px) {
  .news-list-item-image {
    margin-left: 10%;
    max-width: 25%;
  }
}

.news-list .news-list-headline {
  font-size: 2rem;
  line-height: 1.3;
}

.news-list .news-list-headline:hover {
  color: #5b5a5a;
}

@media screen and (max-width: 767px) {
  .news-list .news-list-headline {
    font-size: 1.7rem;
  }
}

.summary {
  font-size: 1.4rem;
  padding: 1rem 0;
  line-height: 1.4;
  color: #848484;
}

.summary:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #d51417;
  margin: 3px 5px;
}

.small-text {
  font-size: .8rem;
  color: #848484;
}

.small-text span + span {
  margin-left: 0.6rem;
}

.card-list-item {
  margin-bottom: 1.5rem;
}

.card-list-item-headline {
  font-size: 1.7rem;
  line-height: 1.3;
  margin-top: 16px;
  margin-bottom: 1.5rem;
}

.card-list-item-headline--large {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .centerbody {
    margin-top: 70px;
  }
  .sec-title {
    padding: 34px 0 0;
  }
}

@media screen and (max-width: 540px) {
  .centerbody {
    padding-left: -24px;
    padding-right: -24px;
  }
  .news-list-item-image {
    margin-left: 2rem;
    max-width: 100px;
  }
  .contantWarp_fix, .news-classify .part2 .section {
    padding-left: -24px !important;
    padding-right: -24px  !important;
  }
}

@media only screen and (min-width: 768px) {
  .news-classify .fir-section h1.sec-title {
    font-size: 38px;
  }
  div.sec2-nav > .swiper-minNav .swiper-slide > span.h4 {
    border-bottom: 0;
    font-size: 20px;
    border-top: 0.2rem solid rgba(0, 0, 0, 0);
    padding: 4.5px 1px 8px;
    color: #2d2d2d;
    cursor: pointer;
  }
  div.sec2-nav > .swiper-minNav .active span.h4 {
    border-top: 3px solid #d51417;
    padding: 10px 3px 8px;
  }
    div.sec2-nav > .swiper-minNav span:hover {
     border-top: 3px solid #d51417;   
    }
}

@media only screen and (max-width: 5760px) {
  div.part2 > div.contantWarp_fix > div.section.fir-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*# sourceMappingURL=custom.css.map */