@charset "UTF-8";
/* line 5, /root/satcm/app/assets/stylesheets/article.scss */
.page-left {
  width: 218px;
  margin-right: 33px;
}
/* line 8, /root/satcm/app/assets/stylesheets/article.scss */
.page-left .menu-item {
  display: flex;
  min-height: 40px;
  background: #b51c21;
  color: #FFF;
  font-size: 16px;
  align-items: center;
  position: relative;
}
/* line 14, /root/satcm/app/assets/stylesheets/article.scss */
.page-left .menu-item + .menu-item {
  margin-top: 8px;
}
/* line 19, /root/satcm/app/assets/stylesheets/article.scss */
.page-left .menu-item:before {
  margin-left: 15px;
  margin-right: 10px;
  display: block;
  content: '';
  border: 6px solid;
  border-color: transparent transparent transparent #FFF;
}
/* line 27, /root/satcm/app/assets/stylesheets/article.scss */
.page-left .menu-item + span {
  margin-top: 10px;
}
/* line 31, /root/satcm/app/assets/stylesheets/article.scss */
.page-left span {
  display: flex;
  min-height: 30px;
  color: #b51c21;
  font-size: 16px;
  align-items: center;
  position: relative;
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 41, /root/satcm/app/assets/stylesheets/article.scss */
.page-left span + .menu-item {
  margin-top: 8px;
}
/* line 44, /root/satcm/app/assets/stylesheets/article.scss */
.page-left span:before {
  margin-right: 10px;
  display: block;
  content: '';
  border: 6px solid;
  border-color: transparent transparent transparent #b51c21;
}
/* line 51, /root/satcm/app/assets/stylesheets/article.scss */
.page-left span a {
  color: #b51c21;
}
/* line 54, /root/satcm/app/assets/stylesheets/article.scss */
.page-left span + span {
  border-top: 1px dashed #b51c21;
}
/* line 57, /root/satcm/app/assets/stylesheets/article.scss */
.page-left span + .menu-item {
  margin-top: 10px;
}

/* line 64, /root/satcm/app/assets/stylesheets/article.scss */
.articles .page-right .group-title {
  font-size: 22px;
  font-family: '方正小标宋简体';
}

/* line 70, /root/satcm/app/assets/stylesheets/article.scss */
.page-right {
  padding-left: 62px;
  flex: 1;
  border-left: 1px solid #b51c21;
  min-height: 600px;
}

/* line 77, /root/satcm/app/assets/stylesheets/article.scss */
.article-list {
  margin-bottom: 30px;
}
/* line 79, /root/satcm/app/assets/stylesheets/article.scss */
.article-list li {
  width: 667px;
  height: 25px;
}
/* line 82, /root/satcm/app/assets/stylesheets/article.scss */
.article-list li .flex-item {
  margin-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 88, /root/satcm/app/assets/stylesheets/article.scss */
.article-list li a {
  display: flex;
  color: #666;
  justify-content: space-between;
  line-height: 2;
}

/* line 96, /root/satcm/app/assets/stylesheets/article.scss */
.article-content {
  display: block;
  width: 667px;
  font-size: 20px;
  font-family: '宋体, 仿宋, 仿宋_GB2312';
  line-height: 1.5;
}
/* line 102, /root/satcm/app/assets/stylesheets/article.scss */
.article-content img {
  max-width: 100%;
  height: auto;
}
/* line 106, /root/satcm/app/assets/stylesheets/article.scss */
.article-content div {
  display: block;
}

/* line 112, /root/satcm/app/assets/stylesheets/article.scss */
.search li {
  width: 100%;
  height: auto;
  padding: 10px 0;
}
/* line 116, /root/satcm/app/assets/stylesheets/article.scss */
.search li + li {
  border-top: 1px solid #ebebeb;
}
/* line 119, /root/satcm/app/assets/stylesheets/article.scss */
.search li h3 {
  font-size: 16px;
}
/* line 121, /root/satcm/app/assets/stylesheets/article.scss */
.search li h3 a {
  color: #b51c21;
}
/* line 125, /root/satcm/app/assets/stylesheets/article.scss */
.search li p {
  margin-top: 10px;
  line-height: 20px;
}
/* line 129, /root/satcm/app/assets/stylesheets/article.scss */
.search li div {
  margin-top: 10px;
  font-size: 12px;
  color: #909090;
}
