
.detail ol, .detail ul{
  padding: 0 0 21px 2em;
  list-style: revert;
}
.detail ol li, .detail ul li {
  list-style: unset;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
}
.details-main-PHOTO .details-main>aside,.details-main-PHOTO .relation-module{
  display:none;
}
.replay-item-inner{
  display:flex;
  gap:15px;
}
.reply-list{
  margin-top:19px;
}
.view-load{
  display:none;
  color:rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  margin-top:12px;
}
.view-replay{
  display:flex;
  align-items:center;
  color:rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  cursor:pointer;
  margin-top:12px;
}
.view-replay-title,.view-hide,.count-down-icon{
  flex:none;
}
.count-down-icon{
  width:10px;
  margin-left:5px;
  transform-origin: 50% 50%;
}
.view-hide{
  display:none;
}
.view-replay-show .view-hide{
  display:block;
}
.view-replay-show .count-down-icon{
  transform:rotateZ( 180deg );
}
.view-replay-show .view-replay-title{
  display:none;
}

.reply-list[count="0"],.reply-list-hide,.view-replay-box[count="0"]{
  display:none;
}

.replay-item{
  margin-top:38px;
}
.replay-item:first-of-type{
  margin-top:0;
}
.article-like-box{
  display:flex;
  align-items:center;
  flex:none;
}
.article-like{
  width:17px;
  flex:none;
  margin-left:5px;
  cursor:pointer;
}
.reply-textarea-box{
  background: rgba(245, 245, 245, 1);
  border: 1px solid rgba(228, 233, 234, 1);
  margin-top:7px;
  padding-bottom:7px;
  padding-right:7px;
}
.reply-textarea-button{
  height:36px;
  line-height:36px;
  background: rgba(0, 108, 191, 1);
  color:#ffffff;
  width:80px;
  text-align:center;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin-left:auto;
  cursor:pointer;
}
.reply-bar-reply,.reply-bar-delete{
  cursor:pointer;
  color:rgba(51, 51, 51, 1);
}
.article-like-count{
  font-size:14px;
  flex:none;
  color:rgba(51, 51, 51, 1);
}
.article-like-count-hide,.reply-bar-delete,.reply-bar-point-delete{
  display:none;
}.details-main {
  padding: 0 15px;
  max-width: 1470px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.galleryHoverRight{
  cursor:url(https://wwp-static.wenweipo.com/img/icon/gallery-arrow-right.cur), auto;
}
.galleryHoverLeft{
  cursor:url(https://wwp-static.wenweipo.com/img/icon/gallery-arrow-left.cur), auto;
}
.relation-module{
  margin-top:33px;
}
.common-column-list-unit-img {
    width: 100%;
    height: calc(950px * 0.314 * 9 / 16);
    overflow: hidden;
}
.imgBox-box {
    width: 100%;
    height: 100%;
    position: relative;
}
.imgBox-filter {
    position: absolute;
    z-index: 10;
    object-fit: fill;
    filter: blur(10px);
}

.imgBox,
.imgBox-filter,
.imgBox-img {
    width: 100%;
    height: 100%;
}
.imgBox-img {
    position: relative;
    z-index: 20;
    object-fit: contain;
}
.details-main main {
  padding: unset;
  width: 66%;
  max-width: 950px;
  margin: unset;
}
.details-main-PHOTO .details-main>main{
  width:calc( 100% - 50px );
  max-width:unset;
}
.breadcrumbs {
  font-size: 14px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.breadcrumbs a,
.breadcrumbs span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  color: #808080;
  text-wrap: auto;
}

.breadcrumbs a:after {
  content: "";
  width: 1px;
  height: 1.1em;
  display: inline-block;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
  background-color: #999;
  margin-left: 10px;
}

.title-bar {
  padding-top: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.title-bar h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  color: rgba(51, 51, 51, 1);
}

.info-tool-bar {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
}

.info-bar .time {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(153, 153, 153, 1);
}

.info-bar .tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(56, 152, 208, 1);
}

.detail {
  padding-top: 17px;
  padding-bottom: 20px;
}

.detail iframe {
  width: 100%;
}
.detail iframe:not(.content-video){
  margin-bottom:21px;
}
.detail .maxPic .swiper-slide img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.detail .maxPicComment {
  left: 50%;
  transform: translateX(-50%);
}

.detail figure {
  max-width: 100%;
  margin: 0 auto 21px;
}

.detail figure img {
  width: auto;
}

.detail figure figcaption {
  display: none !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 33px;
  color: rgba(153, 153, 153, 1);
}

.detail figure.image figcaption.show {
  display: table-caption !important;
}

.detail p,
.storyContent p,
.gallerySummary p {
  font-size: 18px;
  line-height: 33px;
  color: rgba(51, 51, 51, 1);
  padding-bottom: 21px;
}
.detail p:not([style*="text-align: center"]),
.storyContent p:not([style*="text-align: center"]),
.gallerySummary p:not([style*="text-align: center"]){
  text-indent: 2em;
}
#richTextContainer p,.storyContent p,.gallerySummary p{
  text-align:justify;
}
.videoStoryPlayer {
  margin-bottom: 21px;
}

.editor {
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
  text-align: right;
  color: rgba(153, 153, 153, 1);
}

.pdfPath {
  color: #006CBFFF;
}

.pdfPath:before {
  content: "";
  display: inline-block;
  background: url(https://wwp-static.wenweipo.com/img/icon/pdf-icon.png) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.comments-module .total {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 25px;
}

.comments-module .hide {
  display: none;
}

.comments-module .input-bar {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 31px;
}

.comments-module .user-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.comments-module .text-input-bar {
  flex: 1;
}

.comments-module textarea {
  resize: none;
  width: 100%;
  height: 106px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
  border-radius: 2px;
  background: rgba(245, 245, 245, 1);
  border: 1px solid rgba(228, 233, 234, 1);
}
.comments-list .replay-textarea{
  border: 0;
  height:63px;
}
.comments-module .tip-commit {
  margin-top: 13px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(153, 153, 153, 1);
}

.comments-module .commit {
  padding: 3px 12px;
  color: #ffffff;
  border-radius: 2px;
  background: rgba(0, 108, 191, 1);
  cursor: pointer;
}

.comments-module .comment-item {
  display: flex;
  gap: 15px;
  margin-bottom: 28px;
}

.comment-item .comment-info {
  flex: 1;
}

.comment-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(153, 153, 153, 1);
}

.comment-info .infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment-info .infos .like-btn {
  display: inline-block;
  width: 19px;
  height: 17px;
  vertical-align: baseline;
  margin-left: 5px;
  cursor: pointer;
}


.comment-info p {
  margin: 8px 0;
  line-height: 25px;
  color: rgba(51, 51, 51, 1);
}

.comment-info .reply-bar {
  font-size: 14px;
  line-height: 20px;
}

span.reply-btn {
  color: rgba(51, 51, 51, 1);
}

aside {
  width: 30.3%;
  max-width: 437px;
}

aside .tab-bar .tab-name.active {
  padding-left: 10px;
}

aside .tab-bar .tab-name.active:before {
  top: 4.5px;
  left: 0px;
  width: 4px;
  height: 20px;
  border-radius: 0;
  background: rgba(0, 108, 191, 1);
}

.details-main .hottopic-timeline-wrap {
  width: 100%;
  margin-bottom: 37px;
}

.details-main #rankList {
  height: 732px;
}

.relation-module .relations {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9%;
  margin-top: 12px;
}

.tag-bar {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(0, 0, 0, 1);
  border-left: 4px solid rgba(0, 108, 191, 1);
}

.relations .related {
  width: 31.4%;
  margin-bottom: 25px;
}

.related img {
  width: 100%;
  aspect-ratio: 298/170;
  border-radius: 4px;
  transition: all 1s;
}

.related:hover img {
  transform: scale(1.05);
}

.related .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(51, 51, 51, 1);
  margin: 10px 0 5px;
  min-height: 2em;
}

.related .title-info {
  font-size: 12px;
  line-height: 17px;
  color: rgba(153, 153, 153, 1);
}

.details-main .recommend-video-title span {
  font-size: 18px;
  padding-left: 6px;
  border-left: 4px solid #006CBFFF;
}
.comments-more{
  height: 36px;
  text-align:center;
  line-height:36px;
  background: rgba(247, 247, 247, 1);
  border-radius: 4px;
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  cursor:pointer;
}
@media(max-width: 1470px) {
  .common-column-list-unit-img {
    height: calc((100vw - 30px) * 0.66 * 0.314 * 9 / 16);
  }
}
@media(max-width: 1200px) {
  .common-column-list-unit-img{
    height: calc(900px * 0.66 * 0.314 * 9 / 16);
  }
  .details-main {
    max-width: 930px;
  }

  .details-main #rankList {
    height: 464px;
  }

  .title-bar h1 {
    font-size: 18px;
    line-height: 25px;
  }

  aside .tab-bar .tab-name.active:before {
    top: 4px;
    height: 14px;
  }

  .details-main .recommend-video-title span,
  .tag-bar {
    font-size: 14px;
    line-height: 20px;
  }

  .detail p,
  .detail ol li, .detail ul li,
  #details .recommend-video .item .text a,
  .editor,
  .related .title,
  .comment-info,
  .breadcrumbs {
    font-size: 12px;
    line-height: 20px;
  }
}
@media(max-width: 930px) {
  .common-column-list-unit-img {
    height: calc((100vw - 30px) * 0.66 * 0.314 * 9 / 16);
  }
}
@media(max-width: 768px) {
  .common-column-list-unit-img {
    height: calc((100vw - 30px) * 0.314 * 9 / 16);
  }
  .details-main {
    max-width: 750px;
    flex-direction: column;
    padding-bottom: 45px;
  }

  .details-main main,
  aside {
    width: 100%;
    max-width: 100%;
  }

  .details-main #rankList {
    height: 572px;
  }

  .details-main .hottopic-timeline-wrap {
    display: block;
  }
}

@media(max-width: 576px) {
  .common-column-list-unit-img {
    height: calc((100vw - 30px) * 9 / 16);
  }
  .title-bar h1 {
    font-size: 30px;
    line-height: 42px;
  }
  .breadcrumbs {
    font-size: 14px;
  }
  .detail p,
  .detail ol li, .detail ul li,
  .editor,
  .related .title,
  .comment-info {
    font-size: 18px;
    line-height: 32px;
  }
  #details .recommend-video .item .text a {
    font-size: 16px;
    line-height: 22px;
    min-height: 22px;
  }

  .detail .maxPicComment {
    transform: unset;
  }
  .detail .maxPic .swiper-slide img {
    max-height: 100% !important;
  }

  .relation-module .relations {
    flex-direction: column;
  }

  .relations .related {
    width: 100%;
  }
  .details-main #rankList {
    height: 698px;
  }
  .details-main-PHOTO .details-main>main{
    width:100%;
  }
}