.detail {
  padding: 20px 0 50px;
}
.detail .top_page {
  position: relative;
}
.detail .top_page a.go_home {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.53);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
}
.detail .top_page a.go_home:hover {
  background: white;
}
.detail .top_page .banner {
  max-width: calc(100% - 84px);
  margin: auto;
}
.detail h1.title, .detail h2.title1 {
  text-align: center;
  color: #0DB3FE;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.detail h2.title1 {
  color: #FA8A00;
  padding-top: 4px;
}
.detail .wrap_content {
  padding: 13px 11px 28px;
  background: white;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 146, 206, 0.2);
          box-shadow: 0 3px 20px rgba(0, 146, 206, 0.2);
}
.detail .content {
  line-height: 120%;
  color: #202020;
  border-top: 1px solid #F1F1F1;
  margin-top: 12px;
  padding-top: 12px;
}
.detail .content strong, .detail .content b {
  font-weight: 600;
}
.detail .content iframe, .detail .content video, .detail .content img {
  max-width: 100%;
}
.detail .content video, .detail .content img {
  height: auto !important;
}