.header {
  color: #000000;
}
.header .header_inner .sublevel_list {
  background: rgba(0, 0, 0, 0.6);
}
.header .header_inner .sublevel_list a {
  color: #ffffff;
}
.header .header_inner .submenu_list {
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.6);
}
.header .header_inner .submenu_list > ul > li > a {
  color: #ffffff;
}

.news_section {
  margin-top: 220px;
}
.news_section .news_list {
  flex-wrap: wrap;
}
.news_section .news_list li {
  width: 33.33%;
  margin-bottom: 40px;
}

.news_inner_popup {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  padding-left: 20px;
  background: rgba(0, 0, 0, 0.3);
}
.news_inner_popup .popup_inner {
  padding: 40px;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.news_inner_popup .popup_container {
  max-width: 1070px;
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 45px 70px 25px 135px;
  max-height: 850px;
  overflow: hidden;
}
.news_inner_popup .popup_close {
  display: block;
  margin: 0 auto;
  max-width: fit-content;
}
.news_inner_popup .popup_close:before {
  color: #000000;
  font-size: 250%;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.news_inner_popup .news_inner_container {
  min-height: 400px;
  padding-top: 45px;
  overflow: hidden;
  height: 100%;
  padding-bottom: 25px;
}
.news_inner_popup .inner_wrapper {
  height: 100%;
  overflow: hidden;
  padding-right: 50px;
}
.news_inner_popup .news_date {
  font-size: 140%;
  line-height: 19px;
  color: #333333;
  opacity: 0.4;
}
.news_inner_popup .news_title {
  margin-top: 10px;
}
.news_inner_popup .share_btn {
  margin-top: 50px;
  min-height: 35px;
}
.news_inner_popup .at-style-responsive .at-share-btn {
  padding: 7px;
}
.news_inner_popup .news_image {
  width: 100%;
}
.news_inner_popup .news_image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.news_inner_popup .scroll-y div {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border-radius: 0;
  width: 5px;
  right: 0;
}
.news_inner_popup .scroll-y div.scroll-element_outer {
  top: 0;
  right: 0;
}
.news_inner_popup .scroll-y div.scroll-element_track {
  z-index: 2;
  background: #d8d8d8;
}
.news_inner_popup .scroll-y div.scroll-bar {
  cursor: pointer;
  z-index: 3;
  background: #999999;
}
.news_inner_popup .scroll-y div.scroll-bar:hover {
  background: #000000;
}

.popup_opened {
  overflow: hidden;
}
.popup_opened .news_inner_popup {
  top: 0;
  padding: 0;
}
.popup_opened .header {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 17px;
  box-sizing: content-box;
}
.popup_opened .content {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 17px;
  box-sizing: content-box;
}
.popup_opened .footer {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 17px;
  box-sizing: content-box;
}

@media (max-width: 1440px) {
  .news_section {
    margin-top: 180px;
  }

  .news_inner_popup .popup_container {
    padding: 30px 30px 30px 60px;
  }
  .news_inner_popup .inner_wrapper {
    padding-right: 30px;
  }
  .news_inner_popup .news_inner_container {
    padding-top: 20px;
  }
  .news_inner_popup .share_btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .news_inner_popup {
    padding: 0;
  }

  .news_section {
    margin-top: 50px;
  }
  .news_section .news_list li {
    margin-bottom: 20px;
  }

  .header .header_inner {
    color: #ffffff;
  }
  .header .header_inner .sublevel_list {
    background: transparent;
  }
  .header .header_inner .sublevel_list a {
    color: #333333;
  }
  .header .header_inner .submenu_list {
    border: none;
    background: transparent;
  }
  .header .header_inner .submenu_list > ul > li > a {
    color: #333333;
  }
}
@media (max-width: 767px) {
  .news_section .news_list li {
    width: 50%;
  }

  .news_inner_popup .popup_inner {
    padding: 20px;
  }
  .news_inner_popup .popup_container {
    padding: 30px 30px 30px 50px;
  }
  .news_inner_popup .inner_wrapper {
    padding-right: 25px;
  }
}
@media (max-width: 575px) {
  .news_section {
    margin-top: 30px;
  }
  .news_section .news_list {
    margin: 20px -5px;
  }
  .news_section .news_list li {
    padding: 5px;
  }

  .news_inner_popup .popup_inner {
    padding: 0;
  }
  .news_inner_popup .news_inner_container {
    padding-top: 15px;
    min-height: none;
  }
  .news_inner_popup .popup_container {
    padding: 20px 20px;
    padding-right: 15px;
  }
  .news_inner_popup .popup_container {
    max-height: none;
  }
  .news_inner_popup .inner_wrapper {
    padding-right: 25px;
  }
}
@media (max-width: 399px) {
  .news_section .news_list {
    margin: 20px -5px;
  }
  .news_section .news_list li {
    width: 100%;
  }
}
.web .submenu_list a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .submenu_list a:hover {
  background: rgba(0, 0, 0, 0.7);
}

.touch .submenu_list a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .submenu_list a:active {
  background: rgba(0, 0, 0, 0.7);
}

.news_inner_popup .scroll-y div.scroll-bar {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/*# sourceMappingURL=news.css.map */
