.dark_mode {
  --siteColor: #346E6B;
  --siteSelect: #B8C6D8;
  --siteHover: #5A7AA2;
  --secondColor: #004D99;
  --searchBg: #8099B8;
  --textColor: #1a1a1a;
  --lightText: #747474;
  --description: #454545;
  --menuColor: #000000;
  --disable: #959494;
}

.news_content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.video_news .news_image:after, .video_section .video_list:before, .video_news .news_image > picture img,
.video_news .news_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video_news .news_image > picture img,
.video_news .news_image > img {
  object-fit: cover;
}

.video_news .news_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.video_news .news_image {
  position: relative;
  overflow: hidden;
}
.video_news .news_image:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.video_news .news_image:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news_content .image_block img, .video_news .news_image img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.video_news .news_image:after {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.video_section {
  padding-top: 160px;
}
.video_section .video_list {
  display: flex;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #F0F4F9;
  border-radius: 4px;
  background: var(--socialColor, #DDE5EE);
  padding: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.video_section .video_list:before {
  z-index: -1;
  content: "";
  background-image: url("images/video_bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 281px;
}
.video_section .video_head {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
}
.video_section .video_head .news_title {
  flex: 1;
  margin-top: 0;
}
.video_section .video_head .news_title a {
  font-size: 142.85%;
  line-height: 1.6em;
  font-family: "notosans-semibold", "notosansarm-semibold";
  color: var(--textColor, #1a1a1a);
}
.video_section .video_head .news_date {
  white-space: nowrap;
  font-size: 114.2%;
  line-height: 1.5em;
  padding-top: 8px;
  color: var(--lightText, #747474);
}
.video_section .main_video {
  padding: 10px;
  flex: 0 0 58.33%;
  max-width: 58.33%;
}
.video_section .main_video .video_news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.video_section .main_video .news_image {
  order: 2;
  height: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.video_section .other_videos {
  padding: 0 10px;
  flex: 0 0 41.66%;
  max-width: 41.66%;
}
.video_section .other_videos .section_title {
  padding-bottom: 10px;
}
.video_section .other_videos ul {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.video_section .other_videos li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .video_section {
    padding-top: 110px;
  }
  .video_section .main_video {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .video_section .other_videos {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .video_section .other_videos li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .video_section .other_videos li:nth-child(2n) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .video_section {
    padding-top: 60px;
  }
  .video_section .video_list {
    padding: 15px 10px;
  }
  .video_section .main_video {
    padding: 8px;
  }
  .video_section .video_head {
    padding: 0 8px;
  }
  .video_section .other_videos {
    padding: 0 8px;
  }
  .video_section .other_videos ul {
    margin: 0 -8px;
  }
  .video_section .other_videos li {
    padding: 8px;
  }
  .video_section .news_title a {
    font-size: 85.7%;
  }
}
@media screen and (max-width: 575px) {
  .video_section {
    padding-top: 60px;
  }
  .video_section .video_head .news_title a {
    font-size: 128.5%;
  }
  .video_section .video_head .news_date {
    font-size: 100%;
  }
  .video_section .main_video {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .video_section .other_videos {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .video_section .other_videos li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.video_news {
  border-radius: 4px;
}
.video_news .news_image {
  display: block;
  border-radius: 4px 4px 0 0;
}
.video_news .news_image:after {
  content: "\e924";
  color: #ffffff;
  z-index: 1;
  font-size: 3.21rem;
}
.video_news .news_image img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.video_news .news_title {
  display: flex;
  justify-content: flex-start;
  margin-top: 8px;
}
.video_news .news_title a {
  color: inherit;
  position: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 92.8%;
  line-height: 1.54em;
  font-family: "notosans-medium", "notosansarm-medium";
}
.video_news:has(a:hover) .news_image img {
  transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.video_news:has(a:hover) .news_title a {
  color: #004D99;
}
@media screen and (max-width: 575px) {
  .video_news .news_image:after {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .video_news .news_title a {
    font-size: 85.8%;
  }
}

.content {
  padding-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .content {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 575px) {
  .content {
    padding-bottom: 60px;
  }
}

.news_page {
  padding-top: 80px;
}
.news_page .video_news {
  margin-top: 20px;
  position: relative;
}
.news_page .video_news:has(.news_image.playing) iframe {
  z-index: 5;
}
.news_page .video_news .news_image {
  background: transparent;
  border: none;
  display: block;
  width: 100%;
  padding: 0;
}
.news_page .video_news .news_image:before {
  background: rgba(255, 255, 255, 0.55);
  position: relative;
  z-index: 3;
}
.news_page .video_news .news_image:after {
  z-index: 4;
}
.news_page .video_news iframe {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news_row {
  display: flex;
  align-items: flex-start;
  margin: 0 -16px;
}
.news_row.higher .right_col .news_content:not(:first-child) {
  display: none;
}
.news_row .left_col {
  flex: 0 0 66.66%;
  max-width: 66.66%;
  padding: 0 16px;
}
.news_row .left_col > picture > img,
.news_row .left_col > img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px 0 0;
}
.news_row .right_col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 16px;
}
.news_row .right_col .news_content:not(:first-child) {
  padding-top: 40px;
}
.news_row .news_title {
  font-family: "notosans-semibold", "notosansarm-semibold";
  margin: 0;
  font-size: 171.42%;
  line-height: 1.33em;
}
.news_row .news_date {
  font-size: 114.28%;
  line-height: 1.5em;
  color: var(--lightText, #747474);
  padding-top: 8px;
}

.images_slider {
  padding: 20px 0;
}
.images_slider + p {
  margin-top: 0;
}

.news_content .small_title {
  font-size: 142.85%;
  line-height: 1.6em;
  color: var(--textColor, #1a1a1a);
  font-family: "notosans-semibold", "notosansarm-semibold";
}
.news_content li {
  padding-top: 20px;
}
.news_content .news_item {
  display: flex;
  align-items: center;
  padding: 8px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.news_content .news_item:has(a:hover) .image_block img {
  transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.news_content .news_item:has(a:hover) .title_block a {
  color: #004D99;
}
.news_content .image_block {
  max-width: 80px;
  flex: 0 0 80px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.news_content .image_block img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 64px;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.news_content .image_block + .title_main {
  padding-left: 8px;
}
.news_content .title_main {
  flex: 1;
  width: 70%;
}
.news_content .date_block {
  color: var(--lightText, #747474);
  padding-bottom: 6px;
  font-size: 92.85%;
  line-height: 1.23em;
}
.news_content .title_block {
  height: 40px;
  display: inline-block;
  vertical-align: top;
}
.news_content .title_block a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "notosans-medium", "notosansarm-medium";
  color: var(--textColor, #1a1a1a);
  font-size: 92.85%;
  line-height: 1.53em;
}
.news_content .news_link {
  display: block;
  color: #004D99;
  text-decoration: underline;
  margin-top: 20px;
  margin-left: auto;
  width: max-content;
  font-size: 114.28%;
  line-height: 1.5em;
}

.inner_section {
  padding-top: 120px;
}

@media screen and (max-width: 1200px) {
  .news_page {
    padding-top: 60px;
  }
  .inner_section {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .news_page {
    padding-top: 60px;
  }
  .news_row {
    margin: 0 -8px;
  }
  .news_row .left_col {
    flex: 0 0 58.33%;
    max-width: 58.33%;
    padding: 0 8px;
  }
  .news_row .right_col {
    flex: 0 0 41.66%;
    max-width: 41.66%;
    padding: 0 8px;
  }
  .news_row .news_title {
    font-size: 142.85%;
    line-height: 1.4em;
  }
  .news_row .news_date {
    font-size: 100%;
    line-height: 1.71em;
  }
  .news_row .small_title {
    font-size: 114.28%;
    line-height: 1.75em;
  }
  .news_row .news_link {
    font-size: 100%;
    line-height: 1.42em;
  }
  .news_row .standard_textpage {
    font-size: 100%;
    line-height: 1.42em;
  }
  .news_row .standard_textpage p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .news_page {
    padding-top: 30px;
  }
  .news_row {
    margin: 0;
    flex-wrap: wrap;
  }
  .news_row .left_col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .news_row .right_col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 0 0;
    display: none;
  }
  .inner_section {
    padding-top: 50px;
  }
}
.web .news_content .news_link, .news_content .web .news_link, .video_news .news_title a, .news_content .title_block a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.touch .news_content .news_link, .news_content .touch .news_link {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.video_news .news_image {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.web .news_content .news_link:hover, .news_content .web .news_link:hover {
  color: #152538;
}
.touch .news_content .news_link:active, .news_content .touch .news_link:active {
  color: #152538;
}

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