main {
  display: flex;
  box-sizing: border-box;
  padding: 30px 20px 40px;
  background-color: #fff;
}

main aside {
  width: 318px;
  flex-shrink: 0;
}

main .main_left {
  flex: 1;
  margin-right: 14px;
}

main article {
  margin-bottom: 23px;
}

main article h1 {
  font-size: 26px;
  line-height: 42px;
  text-align: center;
}

main article .article_infos {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999;
  margin: 10px 0 30px;
}

main article .article_infos svg {
  margin-right: 8px;
  fill: #BDBDBD;
}

main article .author {
  margin: 0 28px;
  font-style: initial;
}

main article .author a {
  color: inherit;
}

main article .time,
main article .author,
main article .hits {
  display: flex;
  align-items: center;
}

main article .time svg {
  width: 17px;
  height: 17px;
}

main article .author svg {
  width: 20px;
  height: 20px;
}

main article .hits svg {
  width: 19px;
  height: 19px;
}

main article .introduction,
main article .statement {
  width: 100%;
  padding: 10px 16px;
  box-sizing: border-box;
  background-color: #F7F7F7;
}

main article .introduction p,
main article .statement p {
  font-size: 14px;
  color: #999;
}

main article .statement p {
  margin: 6px 0;
}

main article .content {
  font-size: 15px;
  margin: 26px 0 30px;
  
    line-height: 1.8em;
    letter-spacing: .5px;
}

main article .content p {
  margin: 12px 0;
  max-width: 828px;
  word-wrap: break-word;
}

main article .content a {
  color: #0036ff;
}

main article .content img {
  max-width: 100%;
}

main article .prev_and_next {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #eee;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-top: 20px;
}

main article .prev_and_next a {
  color: #f65742;
  font-size: 14px;
}

main article .prev_and_next a:last-child {
  margin-top: 10px;
}

main .ra_content {
  display: flex;
  border: 1px solid #e8e8e8;
  border-top: none;
}

main .ra_content .index_article_cate_content {
  flex: 1;
  margin-top: 0;
  border: none;
}

main .ra_content .index_article_cate_content:first-child {
  margin-right: 24px;
}

main .main_right > div {
  margin-bottom: 30px;
}

.rcmd_major_content {
  box-sizing: border-box;
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
}

.rcmd_major_content li {
  width: 138px;
  height: 36px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.rcmd_major_content li:nth-child(even) {
  margin-right: 0;
}

.rcmd_major_content li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.rcmd_major_content a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0 12px;
}

.rcmd_major_content li:nth-child(1) a {
  color: #5F7DE0;
  background-color: #E5E8F2;
}

.rcmd_major_content li:nth-child(2) a {
  color: #377BB3;
  background-color: #E4EFF8;
}

.rcmd_major_content li:nth-child(3) a {
  color: #E96B31;
  background-color: #F5EAE5;
}

.rcmd_major_content li:nth-child(4) a {
  color: #4B9999;
  background-color: #E1F0F0;
}

.rcmd_major_content li:nth-child(5) a {
  color: #804CBC;
  background-color: #E9E2F1;
}

.rcmd_major_content li:nth-child(6) a {
  color: #377FC8;
  background-color: #E0E9F2;
}

.rcmd_major_content li:nth-child(7) a {
  color: #437C26;
  background-color: #E7EFE3;
}

.rcmd_major_content li:nth-child(8) a {
  color: #C89026;
  background-color: #F6ECD9;
}




/* 微信二维码页面和小程序二维码页面相关 */
main .weixin_content {
  margin-right: 0;
}

main .weixin_content section.content {
  margin: 26px 200px 30px;
  border-top: 2px solid #666;
}

main .weixin_content h1 {
  font-size: 32px;
}

main .weixin_content div {
  text-align: left;
}