/* 行署详情页 */
.wrapper-detail {
  background-color: #f4f4f4;
}
.wrapper-detail .container-1200 {
  padding: 0 19px 22px;
  background-color: #fff;
}

.detail {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.detail-left {
  width: 221px;
  float: left;
  text-align: center;
  padding-top: 28px;
}
.detail-right {
  margin-left: 221px;
  border-left: 1px solid #e1e1e1;
  padding: 36px 0 20px 29px;
}
.detail-left-year,
.detail-left-time {
  color: #939393;
  margin-bottom: 26px;
}
.detail-left-date {
  font-size: 22px;
  margin-bottom: 26px;
}
.detail-left-origin,
.detail-left-origin-name {
  margin-bottom: 19px;
}
.detail-left-font {
  color: #7c7c7c;
  margin-bottom: 26px;
}
.detail-left-font span {
  cursor: pointer;
}
.detail-left-font span:nth-child(1) {
  font-size: 22px;
}
.detail-left-font span:nth-child(2) {
  font-size: 18px;
}
.detail-left-font span:nth-child(3) {
  font-size: 14px;
}
.detail-left-visitor {
  color: #7c7c7c;
  padding-bottom: 35px;
  border-bottom: 1px solid #e1e1e1;
}
.detail-left-visitor span {
  color: #d50202;
}
.qrcode {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 20px;
}
.qrcode-title {
  color: #bcbcbc;
  font-size: 12px;
  margin-bottom: 22px;
}
.qrcode-img {
  display: inline-block;
  width: 132px;
  height: 132px;
}
.detail-right-title {
  font-size: 28px;
  color: #000;
  padding: 0 82px;
  padding-bottom: 26px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 15px;
}
.detail-right-box {
  display: none;
  text-align: center;
  font-size: 14px;
}
.detail-right-box > span {
  margin-right: 10px;
}
.detail-right-box > span > i {
  cursor: pointer;
}
.detail-right-content {
  margin-bottom: 40px;
  line-height: 1.7;
}
.detail-right-content img{
  max-width: 100%;
}
.detail-right-author,
.detail-right-methods {
  color: #9d9d9d;
  text-align: right;
  font-size: 14px;
  margin-bottom: 17px;
}
.detail-right-methods span {
  cursor: pointer;
}
.detail-right-zan {
  text-align: center;
}
.zan {
  display: inline-block;
  width: 90px;
  height: 90px;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  cursor: pointer;
}
.zan img {
  margin-top: 13px;
  margin-bottom: 14px;
}
.zan span {
  display: block;
  font-size: 14px;
  color: #7c7c7c;
}

@media print {
  .detail-left {
    display: none;
  }
  .detail-right {
    margin-left: 0;
    border-left: 0;
  }
  .detail-right-zan,
  .detail-right-methods {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .detail-left {
    display: none;
  }
  .detail-right {
    margin-left: 0;
    border-left: 0;
  }
  .detail-right-title {
    padding-left: 0;
    padding-right: 0;
  }
  .detail-right-box {
    display: block;
  }
}
