/*
* description: 详情
* author: stt
* time: 2019-10-28
*/
.wrapper {
  width: 100%;
}
.main {
  width: 1204px;
  margin: 0 auto 110px;
}
.tag {
  width: 100%;
  margin-top: 40px;
  font-size: 22.68px;
  color: #ff9225;
  font-weight: bold;
  text-align: right;
}
.title {
  margin-top: 23px;
  color: #000;
  font-size: 42.52px;
  font-weight: bold;
}
.infos {
  font-size: 22.68px;
  color: #b6b6b6;
  line-height: 28.46px;
  margin-top: 8px;
}
.content {
  margin-top: 17px;
  border-top: 2px solid #b6b6b6;
  padding: 50px 0;
}
.return-list {
  cursor: pointer;
  color: #b6b6b6;
  font-size: 17px;
  line-height: 28px;
}
.icon-return {
  display: inline-block;
  font-style: normal;
  width: 5px;
  height: 14px;
  background: url(https://imgs.ssyl.3songshu.com/about/about/icon-return.png) no-repeat center;
}
