.news_detail{
  padding-top: 87px;
  padding-bottom: 121px;
  background: url(../images/bg.png) no-repeat center bottom;
  background-size: 100% 100%;
}
.title{
  text-align: center;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.date{
  width: 138px;
  height: 37px;
  background: #71c03d;
  display: flex;
  align-items: center;
  margin: auto;
  margin-top: 35px;
}
.date p{
  flex: 1;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  height: 20px;
}
.date p:nth-child(1){
  border-right: 1px solid #fff;
}

.text{
  margin-top: 45px;
  line-height: 34px;
}
.label{
  color: #ef1f1f;
}

.btns{
  margin-top: 67px;
  line-height: 1;
}
.btns a:nth-last-child(1){
  margin-top: 20px;
}
.btns a:hover{
  color: #71c03d;
}

@media screen and (max-width: 764px){
  .news_detail{
    padding: 40px 0;
  }
  .btns{
    margin-top: 30px;
  }
}