@charset "UTF-8";
.w1200 {
  width: 1200px;
}

#content {
  min-height: 0;
  margin: 20px auto;
}

#content .rich_pages,
#content .wxw-img {
  max-width: 100% !important;
  height: auto !important;
}

#content .wxw-img:nth-child(1) {
  width: 100% !important;
  height: auto !important;
}

#content .left {
  position: relative;
  display: inline-block;
  min-height: 600px;
  width: 100%;
  background-color: #ffffff;
}

#content .left .share {
  position: absolute;
  right: 10px;
  top: 20px;
  padding: 10px 50px;
  background-color: #33a2ff;
  border-radius: 20px;
}

#content .left #left-title {
  padding: 20px 50px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
}

#content .left .left-subtitle {
  text-align: center;
}

#content .left .left-subtitle #left-time {
  display: inline-block;
  text-align: center;
  color: #919191;
  font-size: 14px;
}

#content .left #left-content {
  min-height: 800px;
  padding: 30px 20px 0;
  text-align: justify !important;
  background-color: #ffffff !important;
  font-size: 16px !important;
  font-family: å®‹ä½“ !important;
  line-height: 30px !important;
  word-break: break-all !important;
}

#content .left #commentListWrap {
  width: 95%;
  margin: 20px auto;
  border-top: 1px solid #eaeaea;
  position: relative;
  display: none;
}

#content .left .comment {
  border-top: 1px dashed #e5e5e5;
  padding: 35px 0 55px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

#content .right {
  display: none;
  vertical-align: top;
  width: 27%;
  margin-left: 10px;
}

#content .right .right-div {
  background-color: #ffffff;
}

#content .right .right-div .title {
  position: relative;
  padding: 20px 10px 10px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
}

#content .right .right-div .title .v-align {
  vertical-align: middle;
}

#content .right .right-div #notice-info {
  padding: 0 20px;
}

#content .right .right-div #notice-info .list:not(:last-child) {
  border-bottom: 1px dashed #e5e5e5;
}

#content .right .right-div #notice-info .list {
  padding: 10px 0;
}

#content .right .right-div #notice-info .list .list-data {
  padding: 10px 0 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #2a2a2a;
  line-height: 22px;
  max-height: 44px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#content .right .right-div #notice-info .list .list-bottom {
  margin-right: 5px;
}

#content .right .right-div #notice-info .list .list-bottom .time {
  text-align: right;
  font-size: 14px;
  color: #919191;
  /* padding-left: 70px; */
}

.left #left-content p,
.left #left-content span {
  /* text-align: justify!important; */
  font-size: 16px !important;
  font-family: å®‹ä½“ !important;
  line-height: 30px !important;
  word-break: break-all !important;
}

@media (max-width: 1250px) {
  .w1600,
  .w1128 {
    width: auto;
    margin: 0 20px;
  }
}
/*# sourceMappingURL=article.css.map */