.header {
  top: 0;
}
.detail img {
  width: 22px;
  height: 22px;
}
.info {
  margin-top: 40px;
}
.info h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
  margin-bottom: 10px;
}
.info .time {
  padding-bottom: 40px;
  border-bottom: 1px solid #dde2e6;
  color: #999;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
.info p {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  margin: 0;
}
.info img {
  display: block;
  width: 100%;
}
.info-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  background-color: #f4f5f7;
  padding: 30px;
  border-radius: 24px;
  margin-bottom: 120px;
  margin-top: 20px;
}
.info-flex {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
}
.info-flex a span:hover {
  color: #caae82;
}
.info-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 50px;
  border-radius: 25px;
  background: #caae82;
  color: #fff;
  font-size: 16px;
}
.info-btn a{ color: #fff;}
@media (max-width: 769px) {
  .info {
    margin:0;
  }
  .info .container h1 {
    font-size: 20px;
    line-height:28px;
    margin: 0;
  }
  .info .container p {
    margin: 10px 0;
  }
  .info .time{
    font-size:12px;
    padding-bottom:16px;
    margin-top:16px;
  }
  .info-footer {
  padding: 5.5%;
  margin-bottom: 40px;
  display:block;
}
.info-btn {
  width: 100px;
  height: 38px;
  font-size: 14px;
  line-height:38px;
  margin-bottom:16px;
}
.info-flex{font-size:14px;}
}

.news-detail-box{width:100%;background:#F4F5F7;padding:5.5%;margin-top:40px;border-radius:20px;}

