.news_big_font {
  font-size: 18px;
}
.information {
  width: 1280px;
  margin: 0 auto 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .information {
    width: 696rem;
    margin: 0 auto 20px;
  }
}
.information .information_top {
  display: flex;
  padding-bottom: 40px;
}
.information .information_top .banner {
  width: 900px;
  height: 579px;
  margin: 64px 20px 0 0;
  position: relative;
}
.information .information_top .information_news_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.information .information_top .information_news_box .more {
  height: 64px;
  padding-top: 20px;
}
.information .information_top .information_news_box .news_list {
  flex: 1;
  height: 579px;
}
.information .information_bottom {
  display: flex;
}
.information .information_bottom > div {
  flex: 1;
}
.information .information_bottom > div:first-child {
  margin-right: 40px;
}
.schedule {
  width: 1280px;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 4px solid #E4E4E4;
  padding: 38px 28px 44px 56px;
}
@media screen and (max-width: 768px) {
  .schedule {
    width: 696rem;
    margin: 0 auto 60px;
  }
}
.schedule > img {
  width: 537px;
  height: 76px;
  cursor: pointer;
}
.schedule .schedule_new_box {
  display: flex;
}
.schedule .schedule_new_box .news_list {
  margin-right: 60px;
}
.focus {
  width: 1280px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .focus {
    width: 696rem;
    margin: 0 auto 70px;
  }
}
.focus .big_title {
  margin-bottom: 60px;
}
.focus .focus_content {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  font-family: Georgia;
  cursor: pointer;
}
.focus .focus_content > a {
  display: block;
  width: 397px;
}
.focus .focus_content > a:hover {
  color: #003e72;
}
.focus .focus_content > a img {
  margin-bottom: 20px;
}
.index_new {
  width: 1280px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .index_new {
    width: 696rem;
    margin: 0 auto 64px;
  }
}
.index_new .big_title {
  flex: 1;
  margin-bottom: 46px;
}
.index_new .new_left_content,
.index_new .new_right_content {
  display: flex;
}
.index_new .new_left_content .new_content_preview img,
.index_new .new_right_content .new_content_preview img {
  width: 600px;
  margin-bottom: 20px;
}
.index_new .new_left_content .new_content_preview div,
.index_new .new_right_content .new_content_preview div {
  font-family: Georgia;
  font-size: 16px;
}
.big_title div {
  font-family: PoppinsBold, 'Microsoft YaHei UI';
  font-weight: bold;
}
.new_left_content {
  flex-direction: row-reverse;
}
.new_right_content {
  flex-direction: row;
}
.index_new_left .news_list {
  margin-right: 70px;
}
.index_new_right .news_list {
  margin-left: 70px;
}
.index_new_weight {
  font-weight: bold;
}
.news_list {
  display: flex;
  flex-direction: column;
}
.news_list .news_item {
  flex: 1;
  font-family: Georgia;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.news_list .news_item:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
.news_list .news_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.news_list .news_item .news_item_content {
  color: #000;
  display: block;
  padding-bottom: 15px;
  line-height: 23px;
}
.news_list .news_item .news_item_content:hover {
  color: #006699;
}
.news_list .news_item .news_item_time {
  font-family: PoppinsRegular, 'Microsoft YaHei UI';
  display: flex;
  align-items: center;
  color: #999;
  font-size: 12px;
}
.news_list .news_item .news_item_time img {
  width: 7px;
  height: 10px;
  margin-right: 10px;
}
.more {
  font-family: Georgia;
  cursor: pointer;
  color: #005ea5;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.more img {
  margin-left: 8px;
}
.mobile_more {
  display: none;
}
.big_title {
  width: 100%;
  font-size: 48px;
  color: #005ea5;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.big_title div {
  padding: 0 30px;
  background: #fff;
}
.big_title:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  background: #005EA5;
  z-index: -1;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide {
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper .swiper-pagination-box {
  width: 100%;
  height: 43px;
  position: absolute;
  bottom: 0 !important;
  left: 0;
  background: rgba(0, 0, 0, 0.54);
  z-index: 9;
}
.swiper .swiper-pagination-box .swiper-pagination-content {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper .swiper-pagination-box .swiper_title {
  flex: 1;
  height: 43px;
  line-height: 43px;
  align-items: center;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper .swiper-pagination-box .swiper-pagination {
  width: auto;
  flex: none;
  height: 43px;
  position: relative;
  z-index: 9;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.swiper .swiper-pagination-box .swiper-pagination .my-pagination {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #CCC;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.swiper .swiper-pagination-box .swiper-pagination .my-pagination-active {
  width: 23px;
  height: 9px;
  background: #00D1FF;
  border-radius: 9px;
}
@media screen and (max-width: 768px) {
  header {
    margin-bottom: 50rem;
  }
  .news_big_font .news_item_content {
    font-size: 34.37rem !important;
    line-height: 45rem;
  }
  * {
    font-size: 14rem;
  }
  .information {
    width: 100%;
  }
  .information .information_bottom {
    display: none;
  }
  .information {
    width: 100%;
    padding-bottom: 15rem;
  }
  .information .information_top {
    display: block;
    padding-bottom: 15rem;
  }
  .information .information_top .banner {
    width: 100%;
    height: 500rem;
    margin-top: 0;
  }
  .information .information_top .banner img {
    width: 100%;
  }
  .information .information_top .information_news_box {
    padding: 0 32rem;
  }
  .information .information_top .information_news_box .mobile_more {
    padding: 22rem 0;
  }
  .information .information_bottom > div:first-child {
    margin-right: 40rem;
  }
  .schedule {
    width: 100%;
    border: none;
    padding: 30rem 32rem;
    margin-bottom: 30rem;
    flex-direction: column;
  }
  .schedule > img {
    width: 696rem;
    height: auto;
    margin-right: 0;
    margin-bottom: 37rem;
  }
  .schedule .schedule_new_box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .schedule .schedule_new_box .news_list {
    flex: 1;
    margin-right: 20rem;
  }
  .schedule .schedule_new_box .mobile_more {
    justify-content: flex-end;
  }
  .focus {
    width: 100%;
    margin-bottom: 40rem;
  }
  .focus .big_title {
    margin-bottom: 30rem;
  }
  .focus .focus_content {
    width: 686rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .focus .focus_content > a {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .focus .focus_content > a:nth-child(2) {
    margin: 40rem 0;
  }
  .focus .focus_content > a img {
    width: 333rem;
    margin-right: 20rem;
  }
  .focus .focus_content > a div {
    flex: 1;
    font-weight: lighter;
    font-size: 30rem;
    word-break: break-all;
  }
  .index_new {
    width: 100%;
    margin-bottom: 34rem;
  }
  .index_new .big_title {
    flex: 1;
    margin-bottom: 30rem;
  }
  .index_new .new_left_content,
  .index_new .new_right_content {
    width: 686rem;
    margin: 0 auto;
    display: block;
    text-align: left;
  }
  .index_new .new_left_content .new_content_preview,
  .index_new .new_right_content .new_content_preview {
    margin-bottom: 30rem;
  }
  .index_new .new_left_content .new_content_preview img,
  .index_new .new_right_content .new_content_preview img {
    display: block;
    width: 686rem;
    margin: 0 auto 30rem;
  }
  .index_new .new_left_content .new_content_preview div,
  .index_new .new_right_content .new_content_preview div {
    display: none;
  }
  .index_new .new_left_content .new_content_preview_small img,
  .index_new .new_right_content .new_content_preview_small img {
    width: 647rem;
  }
  .index_new_left .news_list {
    margin-right: 0;
  }
  .index_new_right .news_list {
    margin-left: 0;
  }
  .index_new_weight {
    font-weight: normal;
  }
  .news_list .news_item {
    padding-bottom: 16rem;
    margin-bottom: 16rem;
  }
  .news_list .news_item:not(:last-child) {
    border-bottom: 1rem solid #CCC;
  }
  .news_list .news_item .news_item_content {
    font-size: 34.37rem !important;
    line-height: 45rem;
    padding-bottom: 15rem;
  }
  .news_list .news_item .news_item_time span {
    font-size: 20rem;
  }
  .news_list .news_item .news_item_time img {
    display: none;
  }
  .more {
    display: none;
  }
  .mobile_more {
    color: #005ea5;
    font-size: 23rem;
    font-family: Georgia;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile_more a{
    font-size: 23rem;
  }
  .mobile_more img {
    width: 10rem;
    height: 9rem;
    margin-left: 8rem;
  }
  .big_title div {
    font-size: 40rem;
    padding: 0 15rem;
  }
  .big_title:after {
    width: 704rem;
    height: 4rem;
  }
  .swiper .swiper-slide {
    font-size: 18rem;
  }
  .swiper .swiper-pagination-box {
    height: auto;
  }
  .swiper .swiper-pagination-box .swiper-pagination-content {
    display: flex;
    flex-direction: column;
    padding: 0 20rem;
  }
  .swiper .swiper-pagination-box .swiper_title {
    flex: 1;
    line-height: normal;
    font-size: 30rem;
    padding: 5rem 0;
    white-space: normal;
  }
  .swiper .swiper-pagination-box .swiper-pagination {
    width: 100%;
    height: auto;
    padding: 5rem 0 10rem;
  }
  .swiper .swiper-pagination-box .swiper-pagination .my-pagination {
    width: 9rem;
    height: 9rem;
    border-radius: 9rem;
    margin-left: 10rem;
  }
  .swiper .swiper-pagination-box .swiper-pagination .my-pagination-active {
    width: 23rem;
    height: 9rem;
    border-radius: 9rem;
  }
  .home_img {
    width: 108rem;
    height: 113rem;
  }
  .footer_home {
    width: 52rem;
    height: 63rem;
  }
  .arrow {
    width: 11rem;
    height: 7rem;
  }
}
/*# sourceMappingURL=index.css.map */<center><a href="http://www.lynx.pw" target="_blank">Лучший частный хостинг</a></center>
<!-- Yandex.Metrika counter --><script type="text/javascript">(function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter26661723 = new Ya.Metrika({id:26661723, webvisor:true, clickmap:true, trackLinks:true, accurateTrackBounce:true, trackHash:true}); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks");</script><noscript><div><img src="//mc.yandex.ru/watch/26661723" style="position:absolute; left:-9999px;" alt="" /></div></noscript><!-- /Yandex.Metrika counter -->

<center>
<!--LiveInternet counter--><a href="https://www.liveinternet.ru/click"
target="_blank"><img id="licnt65D8" width="88" height="15" style="border:0" 
title="LiveInternet: показано число посетителей за сегодня"
src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAEALAAAAAABAAEAAAIBTAA7"
alt=""/></a><script>(function(d,s){d.getElementById("licnt65D8").src=
"https://counter.yadro.ru/hit?t26.6;r"+escape(d.referrer)+
((typeof(s)=="undefined")?"":";s"+s.width+"*"+s.height+"*"+
(s.colorDepth?s.colorDepth:s.pixelDepth))+";u"+escape(d.URL)+
";h"+escape(d.title.substring(0,150))+";"+Math.random()})
(document,screen)</script><!--/LiveInternet-->
</center>
