.sc_div_bg {
  height: 150px;
  background: url("../img/news/news_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
}
.sc_div_bg h5 {
  font-weight: 500;
  color: #fff;
  font-size: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 46%;
}
@media only screen and (max-width: 1050px) {
  .sc_div_bg {
    height: 1.5rem;
  }
  .sc_div_bg h5 {
    font-size: 0.5rem;
  }
}
.news_box li {
  margin-bottom: 2%;
}
.news_box .pic img {
  display: inline-block;
  width: 100%;
}
.news_box .content {
  padding: 3% 5% 3% 5%;
  background: #f2f2f2;
}
.news_box .content h5 {
  color: #333;
  margin-bottom: 2%;
}
.news_box .content p {
  margin: 0 0 2% 0;
  line-height: 26px;
  color: #999;
  font-size: 14px;
}
.news_box .content .look_btn {
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #333;
  font-size: 14px;
  border-radius: 4px;
  padding: 0 10px;
  cursor: pointer;
  margin-top: 2%;
}
.news_box .content .look_btn:hover {
  background: #DEB358;
  color: #fff;
  transition: 0.3s ease-out;
}
.news_detail_font {
  position: relative;
  text-align: left;
  padding: 3% 2%;
}
.news_detail_font h5 {
  text-align: center;
  margin-bottom: 20px;
}
.news_detail_font .back_btn {
  color: #999;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  font-size: 14px;
  position: absolute;
  right: 10px;
  bottom: 0px;
  cursor: pointer;
}
.news_detail_font .back_btn:hover {
  background: #DEB358;
  color: #fff;
}
@media screen and (max-width: 1050px) {
  .news_detail_font {
    padding: 5% 2%;
    margin-bottom: 0.3rem;
  }
}
/*# sourceMappingURL=news.css.map */