body {
  background: url(/static/images/news_bg.jpg) repeat-y;
  background-size: contain;
}
.news_detail {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0;
  font-size: initial;
}
.news_detail .title-box {
  text-align: center;
}
.news_detail .title-box h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.6;
}
.news_detail .title-box h2 {
  font-size: 28px;
  font-weight: normal;
  margin-top: 15px;
}
.news_detail .title-box h5 {
  font-size: 18px;
  font-weight: normal;
  color: #666;
  margin-top: 15px;
}
.news_detail .temp-box{
  margin-top: 70px;
}
.news_detail .content {
  line-height: 1.6;
  color: #666;
}
.news_detail .red-temp{ 
  background: #fff;
}
.news_detail .content p{
  line-height: 2;
}

@media screen and (max-width: 1300px){
  .news_detail {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 950px){
  .news_detail .red-temp {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 768px) {
  .news_detail{
    padding: 30px 1em;
  }
  .news_detail .title-box h1 {
    font-size: 32px;
  }
  .news_detail .title-box h2 {
    font-size: 24px;
  }
  .news_detail .title-box h5 {
    font-size: 16px;
  }
  .news_detail .temp-box {
    margin-top: 30px;
  }
}
