.inner_page .list_description {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog_page .blog_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.blog_page {
  margin-top: 30px;
}
.blog_page ul {
  margin-top: 32px;
  padding: 0;
  list-style-type: none;
}
.blog_page ul li {
  margin-bottom: 40px;
}
.blog_page .blog_img {
  display: block;
  position: relative;
  margin-bottom: 24px;
}
.blog_page .blog_img:before {
  content: "";
  display: block;
  padding-bottom: 47%;
}
.blog_page .blog_img img {
  object-fit: cover;
  border-radius: 5px;
}
.blog_page .btn_blog {
  margin-left: 20px;
  display: flex;
  min-width: 140px;
  height: 56px;
  align-items: center;
  justify-content: center;
  font-size: 200%;
  border-radius: 4px;
  border: none;
  line-height: 20px;
  color: #ffffff;
  background: #000000;
  text-align: center;
  padding: 0 10px;
}
.blog_page .blog_title {
  font-size: 240%;
  line-height: 1.33em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
}
@media (max-width: 1199px) {
  .blog_page .blog_title {
    font-size: 200%;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .blog_page .blog_title {
    height: auto !important;
    -webkit-line-clamp: unset;
    margin-bottom: 10px;
  }
}
.blog_page .blog_info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .blog_page {
    margin-top: 10px;
  }
  .blog_page ul {
    margin-top: 15px;
  }
  .blog_page ul li {
    margin-bottom: 25px;
  }
  .blog_page .blog_info {
    flex-direction: column;
  }
  .blog_page .btn_blog {
    margin-left: 0;
    max-width: 140px;
    height: 40px;
    font-size: 180%;
  }
  .blog_page .blog_title {
    height: 56px;
  }
  .blog_page .blog_img {
    margin-bottom: 10px;
  }
}

.web .blog_page .btn_blog {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .blog_page .btn_blog:hover {
  background: #fcd878;
  color: #000000;
}

.touch .blog_page .btn_blog {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.touch .blog_page .btn_blog:hover {
  background: #fcd878;
  color: #000000;
}

.inner_page .inner_block > img {
  width: 100%;
  max-height: 370px;
  object-fit: cover;
  margin-top: 20px;
  border-radius: 4px;
}
.inner_page .links_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
.inner_page .links_block > a {
  color: rgba(0, 0, 0, 0.4);
  font-size: 180%;
  line-height: 1.33em;
  display: flex;
  align-items: center;
}
.inner_page .links_block > a:before {
  margin-right: 10px;
  font-size: 80%;
  margin-top: -2px;
}
.inner_page .inner_info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.inner_page .inner_info .section_title {
  text-align: center;
}
.inner_page .inner_info .section_title:after {
  content: "";
  display: block;
  height: 3px;
  background-color: #f9b638;
  max-width: 107px;
  margin: 46px auto 40px;
}
.inner_page .info_description {
  max-width: 1024px;
  font-size: 240%;
  line-height: 1.4em;
  padding-bottom: 64px;
  text-align: center;
  margin: 0 auto;
}
.inner_page .list_description {
  margin-top: 75px;
  padding: 0 160px;
}
.inner_page .list_description li {
  margin-bottom: 30px;
  font-size: 180%;
  line-height: 1.33em;
}
.inner_page .list_description li:last-child {
  margin-top: 60px;
  margin-bottom: 0;
}
.inner_page .list_description .list_title {
  margin-bottom: 3px;
}
@media (max-width: 1199px) {
  .inner_page .list_description {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .inner_page .list_description {
    margin-top: 30px;
  }
  .inner_page .list_description li {
    margin-bottom: 20px;
  }
  .inner_page .list_description li:last-child {
    margin-top: 0;
  }
  .inner_page .info_description {
    padding-bottom: 20px;
    font-size: 200%;
  }
  .inner_page .inner_info {
    margin-top: 25px;
  }
  .inner_page .inner_info .section_title:after {
    margin: 12px auto 16px;
  }
}
@media (max-width: 575px) {
  .inner_page .links_block > a {
    font-size: 160%;
    padding-right: 15px;
  }
}

.web .inner_page .links_block > a {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .inner_page .links_block > a:hover {
  color: #f9b638;
}

.touch .inner_page .links_block > a {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.touch .inner_page .links_block > a:active {
  color: #f9b638;
}

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