.page_content {
  background-image: url("../images/bg.jpg");
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #8a5f3f;
  margin-bottom: 15px;
}

.boxset {
  padding-top: 80px;
  padding-bottom: 60px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.boxset > * {
  opacity: 0;
}

.boxset .title {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.06em;
}

.newslist {
  width: 100%;
  max-width: 1023px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: center top;
  perspective-origin: center top;
}

.newslist .item {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #e1dad5;
  padding: 14px;
  top: 20px;
  margin: 0 7px 18px;
  opacity: 0;
  width: 327px;
  height: 415px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.newslist .item.active {
  opacity: 1;
  top: 0;
}

.newslist .item_img {
  position: relative;
  margin-bottom: 30px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 249px;
}

.newslist .item_date {
  color: #e68915;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.newslist .item_title {
  color: #464646;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_head {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
}

.news_head .select {
  position: relative;
  width: 200px;
}

.news_head .select select {
  width: 100%;
  color: #242424;
  font-size: 14px;
  letter-spacing: 0.08em;
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid #eaa51a;
  border-bottom: 1px solid #c0c0c0;
  background-color: initial;
  outline: 0;
  background-image: url("../images/select.png");
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.news_head p {
  width: 285px;
  color: #5c5c5c;
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (min-width: 1025px) {
  .item .item_img::before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    content: 'view more';
    background-color: rgba(255, 150, 0, 0.81);
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #fff;
    background-image: url("../images/news/hover_bear.png");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .item:hover .item_img:before {
    opacity: 1;
  }
  .item:hover {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.17);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.17);
    z-index: 1;
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
  }
}

@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 40px;
  }
  .boxset,
  .news_head {
    padding-left: 50px;
    padding-right: 50px;
  }
  .newslist {
    width: 100%;
    padding-left: 42px;
    padding-right: 42px;
  }
  .newslist .item {
    width: 320px;
  }
}

@media only screen and (max-width: 750px) {
  h1 {
    font-size: 36px;
  }
  .boxset,
  .news_head {
    padding-left: 33px;
    padding-right: 33px;
  }
  .boxset {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .news_head {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_head p {
    width: 100%;
    margin-bottom: 50px;
  }
  .news_head .select {
    width: 100%;
  }
  .newslist {
    padding-left: 33px;
    padding-right: 33px;
  }
  .newslist .item {
    width: 254px;
    height: 337px;
    margin: 0 auto 15px;
    padding: 10px;
  }
  .newslist .item:last-child {
    margin-bottom: 0;
  }
  .newslist .item_img {
    height: 195px;
  }
  .newslist .item_title {
    font-size: 14px;
  }
  .newslist .item_date {
    margin-bottom: 16px;
  }
}

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