.after_content{
  padding: 1% 0 5% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.title{
  font-weight: bold;
  line-height: 2.5;
  color: #333333;
  margin-top: .2rem;
}
.after_content>div{
  line-height: 1.8;
}
.miao{
  width: 100%;
  text-align: right;
  font-weight: bold;
  margin-top: 3%;
}
@media (max-width:768px){
    .after_content{
         padding: 1% 0 10% 0;
    }
  .after_content>div {
    width: 90%;
    font-size: 14px;
  }
  .title{
    font-size: 17px;
  }
  .miao{
  }
}