.wp {
  width: 1550px;
}

.main-cover {
  width: 100%;
  height: 718px;
  box-shadow: 0 3px 10px 0px #888888;
  position: relative;
}

.main-cover .bd {
  background: 50% 50% no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-bd {
  width: 1360px;
  padding-top: 0.47rem;
  padding-bottom: 100px;
}
.main-bd .info {
  display: flex;
  height: 3.51rem;
}
.main-bd .avatar img {
  display: block;
  vertical-align: middle;
  width: 3.36rem;
  height: 3.51rem;
}
.main-bd .tt {
  flex: 1;
  padding-left: 0.6rem;
  background: linear-gradient(to right, #e5dabf, #ffffef);
}

.main-bd .tt h5 {
  font-size: 0.26rem;
  line-height: 1;
  margin-top: 0.65rem;
  color: #5d1012;
  position: relative;
  padding-bottom: 0.18rem;
  margin-bottom: 0.36rem;
}
.main-bd .tt h5 em {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 0.44rem;
  height: 0.03rem;
  background-color: #5d1012;
}
.main-bd .tt h6 {
  position: relative;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #3e3a39;
  padding-left: 0.16rem;
}
.main-bd .tt h6 em {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 0.02rem;
  height: 100%;
  background-color: #5d1012;
}

.main-bd .tt h6 + h6 {
  margin-top: 0.2rem;
}
.main-bd .content {
  margin-top: 0.7rem;
}

/* ===== 媒体查询 ===== */
@media screen and (max-width: 1024px) {
  /* 在这里编写适应Pad屏幕的样式 */
  .wp.main-bd {
    padding: 0.4rem 0.16rem !important;
    margin-top: 0 !important;
  }
  .main-bd .content {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .main-bd .info {
    flex-direction: column;
    height: auto;
  }
  .main-bd .avatar img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .main-bd .tt {
    padding: 0.4rem 0.16rem;
  }
  .main-bd .tt h5 {
    margin-top: 0;
    margin-bottom: 0.2rem;
    padding-bottom: 0.12rem;
  }
  .main-bd .tt h6 + h6 {
    margin-top: 0.2rem;
  }
}
