.categorys {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 10px;
  max-width: 7em;
  line-height: 22px;
  border-radius: 11px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.5);
}
span.pull-left {
  display: flex;
  align-items: center;
}
span.pull-left span {
  display: inline-block;
}
span.pull-left > * {
  margin-left: 20px;
}
.author {
  color: #999;
  margin-left: 0px!important;
}
.author .text-ellipsis {
  display: inline-block;
  width: 8em;
  color: #0ca6f2;
}
.author_box {
  display: flex;
  margin-top: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.author_box .author_avatar {
  position: relative;
  width: 100%;
  text-align: center;
}
.author_box .author_avatar .avatar-img {
  position: relative;
  margin-top: 70px;
  width: 86px;
  border: #fff solid 3px;
  z-index: 100;
}
.author_box .author_avatar .avatar-img:hover {
  border: #00ffff solid 3px;
}
.author_box .author_info {
  text-align: center;
  margin-top: 20px;
  width: 80%;
}
.author_box .author_info a {
  font-size: 16px;
  font-weight: 200;
}
.news-wrap {
  min-height: 400px;
}
.news-wrap .common_block_border {
  margin-bottom: 20px;
  background: white;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}
.news-wrap .list-wrap {
  padding: 0 20px;
}
.news-wrap .list-wrap #contents {
  padding: 20px;
}
.news-wrap .list-wrap #contents .title {
  margin-top: 0;
  width: 100%;
}
.news-wrap .list-wrap #contents .author {
  margin-left: 10px;
  white-space: nowrap;
  color: #999;
  margin-left: 0px!important;
}
.news-wrap .list-wrap #contents .author .text-ellipsis {
  display: inline-block;
  width: 8em;
  color: #0ca6f2;
}
.news-wrap .list-wrap #contents .author a {
  color: #999;
  display: inline-block;
  position: relative;
  top: 5px;
  max-width: 7em;
}
.news-wrap .list-wrap #contents .author a:hover {
  color: #333;
}
.news-wrap .list-wrap #contents .author .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
.news-wrap .list-wrap #contents .if-none {
  font-size: 3em;
  padding: 2em 0;
  color: #ccc;
  text-align: center;
}
.news-wrap .list-wrap #contents .view-icon {
  position: absolute;
  right: 10px;
  font-size: 14px;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}
.news-wrap .list-wrap #contents .view-icon i {
  padding-top: 10px;
  color: #999;
}
.news-wrap .list-wrap #contents img {
  width: 200px;
  height: 146px;
}
.boxShadowBorder {
  background: #fff;
  padding-top: 20px;
}
.boxShadowBorder .aline {
  border-bottom: 1px solid white;
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
}
.boxShadowBorder .controls .upload-img-box {
  margin-top: 20px;
}
.boxShadowBorder .controls .upload-img-box .upload-pre-item .no-cover {
  font-size: 3em;
  padding: 2em 0;
  color: #ccc;
  text-align: center;
}
.uploadcover {
  color: #ffffff;
  background-color: rgba(3, 3, 3, 0.5);
  border-color: #2f7a51;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: absolute;
}
.news-content * {
  max-width: 100%;
}
.illegal-status {
  margin: 40px 0 10px;
  border: 1px solid #FF6600;
}
.illegal-status-b {
  margin: 5px 0 10px;
  border: 1px solid #FF6600;
}
.illegal-info {
  padding: 5px;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #FF6600;
}
.news-banner {
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.news-banner img {
  margin: 0 auto;
}
.markdown-tip {
  color: red;
  font-size: 16px;
}
/*# sourceMappingURL=news.css.map */