.news {
  background: url(../images/news-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 91px 0 103px;
}
@media (max-width: 550px) {
  .news {
    background: #fff;
  }
}
.news .container h2, .news .container h3 {
  text-align: left;
  line-height: 1;
}
.news .container h3 {
  margin: 6px 0 31px;
}
@media (max-width: 550px) {
  .news .container h3 {
    margin: 6px 0 19px;
  }
}
.news .container .tabs {
  position: relative;
}
.news .container .tabs .wrap-lin-tab {
  top: -20px;
  padding-right: 70px;
}
@media screen and (max-width: 550px) {
  .news .container .tabs .wrap-lin-tab {
    display: none;
  }
  .news {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .news .container .tabs .wrap-lin-tab {
    display: none;
  }
}
.news .container .tabs .tab__btns {
  border-bottom: 3px solid #333;
}
@media (max-width: 767px) {
  .news .container .tabs .tab__btns {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 13px;
    /*border-width: 2px;*/
  }
}
.news .container .tabs .tab__btns .tab__btn {
  padding-bottom: 2px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news .container .tabs .tab__btns .tab__btn {
    font-size: 12px;
    position: relative;
    width: 33.3333333333%;
    margin: 0;
    border: 1px solid #E2E2E2;
    color: #333333;
    padding: 7px 2px 6px;
    line-height: 17px;
    letter-spacing: -0.02em;
    border-right: 0;
    border-bottom: 0;
  }
  .news .container .tabs .tab__btns .tab__btn:nth-child(3n), 
  .news .container .tabs .tab__btns .tab__btn:last-child {
    border-right: 1px solid #E2E2E2;
  }
  .news .container .tabs .tab__btns .tab__btn:nth-child(3),
  .news .container .tabs .tab__btns .tab__btn:nth-child(4),
  .news .container .tabs .tab__btns .tab__btn:nth-child(5) {
    border-bottom: 1px solid #E2E2E2;
  }
}
@media screen and (max-width: 375px) {
  .news .container .tabs .tab__btns .tab__btn:nth-child(4) span {
    font-size: 11px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 374px) {
  .news .container .tabs .tab__btns .tab__btn span,
  .news .container .tabs .tab__btns .tab__btn:nth-child(4) span {
    font-size: 10px;
  }
}
.news .container .tabs .tab__btns .tab__btn.tab__btn--active, .news .container .tabs .tab__btns .tab__btn:hover {
  color: #00822d;
}
@media screen and (max-width: 767px) {
  .news .container .tabs .tab__btns .tab__btn.tab__btn--active, .news .container .tabs .tab__btns .tab__btn:hover {
    background: #E2E2E2;
  }
}
.news .container .tabs .tab__btns .tab__btn.tab__btn--active:after, .news .container .tabs .tab__btns .tab__btn:hover:after {
  background-color: #00822d;
  bottom: 0;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .news .container .tabs .tab__btns .tab__btn.tab__btn--active:after, .news .container .tabs .tab__btns .tab__btn:hover:after {
    background: transparent;
  }
}
.news .container .tabs .tab__btns .tab__btn.tab__btn--active span, .news .container .tabs .tab__btns .tab__btn:hover span {
  color: #00822d;
}
.news .container .tabs .tab__items .tab__item {
  margin: 0;
  width: 100%;
  padding: 12px 0 0;
}
.news .container .tabs .tab__items .btn-more {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .news .container .tabs .tab__items .btn-more {
    margin-top: 22px;
  }
}
.news .container .tabs .tab__items .btn-more .btn {
  display: block;
  width: 100%;
  background: #B4A073;
  padding: 19px 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
}
.news .container .tabs .tab__items .btn-more .btn .label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.news .container .tabs .tab__items .btn-more .btn .label::before, .news .container .tabs .tab__items .btn-more .btn .label::after {
  position: absolute;
  content: "";
  background: #fff;
}
.news .container .tabs .tab__items .btn-more .btn .label::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
}
.news .container .tabs .tab__items .btn-more .btn .label::after {
  top: calc(50% - 6px);
  left: 6px;
  height: 14px;
  width: 2px;
}
.news .container .row {
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  padding: 18px 0;
  display: block;
}
@media (max-width: 767px) {
  .news .container .row {
    padding: 24px 0 24px;
  }
}
@media (max-width: 767px) {
  .news .container .row:first-child {
    padding-top: 30px;
  }
}
.news .container .row:hover img {
  opacity: 0.6;
}
.news .container .row:hover p.small-tt {
  color: #00822d;
}
.news .container .row .content {
  display: block;
}
@media (max-width: 550px) {
  .news .container .row .content {
    margin-left: 121px;
  }
}
.news .container .row .content p {
  color: #333333;
  font-size: 16px;
  line-height: 22px;
}
.news .container .row .content p.date {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 5px;
  letter-spacing: 1.2px;
}
@media (max-width: 550px) {
  .news .container .row .content p.date {
    letter-spacing: 0.04em;
  }
}
.news .container .row .content p.date span {
  margin-left: 8px;
  min-width: 80px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -2px;
  padding: 0 5px;
}
@media (max-width: 550px) {
  .news .container .row .content p.date span {
    top: -1px;
    margin-left: 11px;
    min-width:57px;
  }
}
.news .container .row .content p.small-tt {
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.news .container .row img {
  width: 80px;
  float: left;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 550px) {
  .news .container .row img {
    margin-right: 16px;
    width: 105px;
  }
}/*# sourceMappingURL=news.css.map */

@media screen and (max-width: 767px) {
  .news .container .tabs .wrap-lin-tab{
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .news.sp-tab-content-5 .link, .news .link-more {
    display: none;
  }
}
.news.sp-tab-content-5 .link {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 0px;
}
.news.sp-tab-content-5 .link a {
  width: 100%;
  max-width: 350px;
  line-height: 60px;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
}
.news .link-more {
  margin-top: 32px;
  font-size: 15px;
  letter-spacing: 0.04em;
}
.news .container .tabs .tab__items .btn-more {
  display: none;
}
.news .container .tabs .tab__items .btn-more {
  display: block;
}
.news .container .row {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  padding: 0;
}
.news .container .row.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 24px 0 24px;
}
@media screen and (min-width: 768px) {
  .news .container .tabs .tab__items .btn-more {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-bottom:  1px;
    margin-top: 20px;
    padding-left: 16px;
  }

  .news .container .tabs .tab__items .btn-more .btn {
    margin: 0 auto;
    max-width: 364px;
    border-radius:  4px;
    /*border:1px solid #B4A073; */
    background-color: #B4A073;
    color: #ffffff;
    padding: 9px 12px;
  }

  .news .container .tabs .tab__items .btn-more .btn .label {
    padding-left: 16px;
  }
  .news .container .tabs .tab__items .btn-more .btn .label:before,
  .news .container .tabs .tab__items .btn-more .btn .label:after {
    background: #ffffff;
  }

  .news .container .tabs .tab__items .btn-more .btn .label:before {
    width: 10px;
    top: calc(50% - 0.8px);
  }

  .news .container .tabs .tab__items .btn-more .btn .label:after {
    height: 10px;
    top: calc(50% - 4.8px);
    left: 4px;
  }

  .news .container .tabs .tab__items .btn-more .btn:hover {
    opacity: 0.6;
  }

  .news .container .tabs .tab__items .btn-more .btn:hover .label:before,
  .news .container .tabs .tab__items .btn-more .btn:hover .label:after {
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .news .wrap-lin-tab .link-tab {
    background-position: center right 2px;
  }
}