﻿.wt {
  width: 100%;
  height: auto;
  background: #ffffff;
}

.wt_detail {
  padding: 0.3rem 0.45rem;
}

.wt_detail_title {
    font-family: SourceHanSansCN-Regular;
    font-size: 0.3rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.4rem;
    color: #333333;
}

.wt_detail_content {
  padding: 0.15rem 0;
}

.wt_detail_source {
    font-family: SourceHanSansCN-Regular;
    font-size: 0.24rem;
    font-weight: bold;
    font-stretch: normal;
    color: #315e83;
}

.wt_detail_date {
    font-family: SourceHanSansCN-Regular;
    font-size: 0.2rem;
    font-stretch: normal;
    color: #999999;
    padding-left: 0.1rem;
}

.wt_detail_text {
  padding: 0.1rem 0;
}

.vedioBox,
.vedioCon {
  width: 100%;
}

.vedioBox video {
  width: 100%;
  margin-bottom: 0.2rem;
}

.vedioBox p {
    margin: auto;
    line-height: 0.3rem;
    font-size: 0.28rem;
  }
  
  .vedioBox video {
    width: 100%;
    margin: 0.2rem auto;
  }
  
  .vedioBox img {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 0.2rem auto;
  }

.conText {
    color: #666;
    text-align: justify;
    margin: 0.3rem auto;
}

.conText p {
    text-indent: 2em;
    margin: auto;
    line-height: 0.5rem;
    font-size: 0.28rem;
}

.conText img {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 0.2rem auto;
}

.ck-content .image.image_resized{
    width: 100% !important;
}