@charset "utf-8";
/* CSS Document */
.article-content-box {
  position: relative; width: 570px; margin:0 auto;
}
.article-content-box .login-read {
  width: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.article-content-box .login-read .linear-block {
  width: 100%;
  height: 300px;
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.3)),to(#fff));
  background-image: linear-gradient(180deg,hsla(0,0%,100%,.3),#fff);
}
.article-content-box .login-read .read-all-btn-box {
  width: 100%;
  padding: 20px 0 30px;
  background: #fff;
}
.article-content-box .login-read .read-all-btn-box .read-all-btn {
  text-align: center;
  width: 130px;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  color: #dd3d3d;
  border: 1px solid #dd3d3d;
  font-size: 12px;
  margin: 0 auto;
  cursor: pointer;
  background: #dd3d3d;
}
rticle-content-box .login-read .read-all-btn-box .read-all-btn i {
  font-size: 16px;
}
.article-content-box .login-read .read-all-btn-box .read-all-btn {
  text-align: center;
  color: #dd3d3d;
  font-size: 14px;
  cursor: pointer;
}
.iconfont, .iconfont::before {
  display: inline-block;
  font-size: inherit;
  vertical-align: baseline;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}
.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont, .iconfont::before {
  display: inline-block;
  font-size: inherit;
  vertical-align: baseline;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}
.article-content {
  text-align: justify;
  position: relative;
  font-size: 18px;
  line-height: 28px;
}
.article-content p {
  margin: 28px 0;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  text-align: justify;
}
.article-content h3 {
  margin: 32px 0 28px;
  font-size: 18px;
  font-weight: 600;
}
.article-content code, .article-content pre {
  font-family: inherit;
}
.article-content ul {
  padding-left: 20px;
  margin: 28px 0;
  font-size: 18px;
  line-height: 28px;
}
.article-content::after {
  content: "";
  clear: both;
}
