.fancybox-stage .fancybox-content img {
  width: 100%;
}
.article {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 0.2rem;
  margin: 0.2rem 0;
}
.article h3.title {
  position: relative;
  font-size: 0.3rem;
  padding-left: 0.31rem;
  margin-bottom: 0.26rem;
}
.article h3.title .more {
  float: right;
  color: #236ee7;
  font-weight: normal;
  margin-right: 0.2rem;
}
.article h3.title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #236ee7;
  border-radius: 35px;
}
.content {
  position: relative;
}
.content .main {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 0.2rem;
  margin-top: 0.2rem;
}
.content .main .main-content {
  position: relative;
}
.content .main .main-content h1 {
  font-size: 0.4rem;
  text-align: center;
}
.content .main .main-content .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0.35rem;
}
.content .main .main-content .time p {
  font-size: 0.24rem;
}
.content .main .main-content .time p span {
  color: #999999;
}
.content .main .news-content {
  margin: 0.1rem 0;
  overflow: hidden;
  font-size: 0.28rem;
  color: #535353;
  line-height: 0.6rem;
}
.content .main .news-content .content-soft-info {
  display: none;
}
.content .main .news-content strong {
  font-size: 0.28rem;
}
.content .main .news-content p {
  display: inline-block;
  width: 100%;
  font-size: 0.28rem;
  color: #535353;
  line-height: 0.6rem;
  text-indent: 0.5rem;
}
.content .main .news-content p img {
  width: 100%;
  margin: 0.2rem 0;
}
.content .main .news-content center img {
  width: 100%;
  margin: 0.2rem 0;
}
.content .main .see-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 0.3rem;
  color: #236ee7;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  font-size: 0.28rem;
  z-index: 99;
}
.content .main .see-more img {
  width: 0.2rem;
  margin-left: 0.15rem;
}
.content .main .crumbs {
  font-size: 0.28rem;
  color: #535353;
  padding: 0rem 0 0.2rem 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.2rem;
}
.content .main .crumbs .home {
  color: #535353;
}
.content .main .crumbs a:last-of-type span {
  color: #236ee7;
}
