@charset "UTF-8";
/**!
 * 主题教育详情
 * date:2022-03-07
 * author: zsy;
 */
.detail-hd {
  padding: 0.25rem 0;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}

.big-title {
  line-height: 0.4rem;
  font-size: 0.3rem;
  font-weight: 600;

}

.source {
  line-height: 0.3rem;
  margin-top: 0.1rem;
  font-size: 0.24rem;
  color: #999;
}

.source > span {
  display: inline-block;
  margin: 0 0.16rem;
  vertical-align: top;
}

.detail-bd {
  line-height: 0.52rem;
  padding: 0.24rem 0 0.42rem;
}

.detail-bd  img{
   max-width: 100%;
}

.detail-img {
  margin-top: 0.52rem;
  text-align: center;
}

.detail-img > img {
  display: inline-block;
  max-width: 100%;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(138, 138, 138, 0.14);
          box-shadow: 0px 0px 16px 0px rgba(138, 138, 138, 0.14);
  vertical-align: top;
}

#attachFile{
	padding-bottom: 20px;
}