* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
html,
body {
  height: 100%;
}
.div1{
  margin-bottom: 5px;
  padding: 10px;
  background-color: #fff;
}
.title{
font-size: 20px;
font-family: PingFangSC, PingFangSC-Medium;
font-weight: 500;
text-align: left;
color: #333333;
line-height: 30px;
}
.detail{
  display: flex;
  justify-content: space-between;
  margin: 5px 10px 5px 2px;
}
.detail-item{
  display: flex;
}
.detail-item-item{
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.time{
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 16px;
}
.headline{
font-size: 14px;
font-family: PingFangSC, PingFangSC-Medium;
font-weight: 500;
text-align: left;
color: #666666;
line-height: 26px;
letter-spacing: 1.5px;
}
.content{
font-size: 14px;
font-family: PingFangSC, PingFangSC-Regular;
font-weight: 400;
text-align: left;
color: #666666;
line-height: 26px;
letter-spacing: 1.5px;
}
.main{
  text-align: center;
}
.main img{
  width: 100%;
  border-radius: 10px;
}
.accessory{
  display: flex;
  align-items: center;
}
.accessory span{
font-size: 16px;
font-family: PingFangSC, PingFangSC-Medium;
font-weight: 500;
text-align: left;
color: #333333;
line-height: 24px;
margin-left: 5px;
}
.document{
  /* display: flex;
  align-items: center; */
  width: 90%;
  margin: 5px auto;
  background-color: #F8F8F8;
  padding: 10px 10px;
    border-radius: 8px;

}
.document-name{
font-size: 14px;
font-family: PingFangSC, PingFangSC-Regular;
font-weight: 400;
text-align: left;
color: #333333;
line-height: 20px;
}