

.container {
  width: 100%;
  padding-top: 8px;
}

.content {
  width: 100%;
}

.title {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.author p {
  font-size: 15px;
  line-height: 20px;
  color: #666;
  margin-bottom: 10px;
}

.mincontent {
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
}

.mincontent p {
  font-size: 15px;
  line-height: 20px;
  color: #666;
  margin-bottom: 20px;
  display: inline-block;
}

.sharebar {
  float: right;
  margin-right: 10px;
}

.bshare-custom {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #666;
}

.bshare-custom a svg {
  height: 21px;
}

.sharebar a {
  padding: 0 !important;
  margin-right: 0 !important;
  position: relative;
}
.sharebar a img {
  height: 22px;
}
.cp {
  width: 900px;
  margin: 0 auto;
  padding: 24px 0 60px;
}

.cp p {
  font-size: 17px;
  line-height: 25px;
  color: #000;
  margin-bottom: 10px;
}

.cp table {
  margin: 0 auto;
}
.cp hr {
  margin: 0.5rem 0;
  border: 1px inset;
}
.cp p.picture-illustrating-content {
  font-size: 17px !important;
  line-height: 21px !important;
  color: #666;
  text-align: left;
}

.from {
  width: 900px;
  margin: 0 auto;
  padding-top: 30px;
}

.from p {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 24px;
}

.from p span {
  color: #265eb9;
}

.from ul li {
  margin-bottom: 24px;
}

.from ul li:last-child {
  margin-bottom: 0;
}

.from ul li a {
  font-size: 17px;
  line-height: 25px;
  color: #000;
}

.from ul li a:hover {
  text-decoration: underline;
}

.from ul li p {
  font-size: 15px;
  line-height: 16px;
  font-weight: normal;
  color: #999;
  margin: 12px 0 0 0;
}
.ad {
  width: 600px;
  padding: 10px 0;
  margin: 0 auto;
  display: block;
}

  /* wrap */
  .top {
    font-size: 0;
  }
  
  .wrap {
    width: 100%;
    padding-top: 30px;
  }
  
  .wdiv {
    width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
    clear: both;
    position: relative;
    margin-bottom: 80px;
  }
  /* bread */
  .siteBox {
    width: 100%;
    border-bottom: 1px solid #c9d1e2;
    padding-bottom: 8px;
    font-size: 0;
    border: 0 !important;
    padding-bottom: 12px !important;
  }
  
  .siteBox a {
    font-size: 15px;
    line-height: 15px;
    color: #666;
  }
  
  .siteBox a:last-child {
    font-weight: bold;
    color: #265eb9;
  }
  
  .siteBox a:hover {
    color: #1a337d;
  }
  /* video player */
  #videoimg img {
    width: 100%;
}

.cp video {
    width: 100%;
    position: relative;
}

#videoimg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

#videoimg img {
    display: none;
}

#videoimg #titleimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vjs_video_3 {
    font-size: 0;
    width: 100%;
    height: auto;
}

#edui-faked-video,
.edui-faked-video {
    margin: 0 auto;
    max-width: 900px;
    width: auto;
    height: auto;
    display: block;
    max-height: 70vh;
}

#vf {
    position: relative;
    overflow: hidden;
}

.none {
    display: none;
}

