#openAssist,#assistBtn {
  display: none;
}

.container_category a:after {
  
  position: absolute;
  margin-top: 3px;
  margin-left: 25px;
  width: 1px;
  height: 10px;
  background-color: #e7e7e7;
  top: 50%;
  content: '';
  right: -1px;
  margin-top: -5px;
}


/* 2019/11/01 yyq 修改 新编辑器样式*/
.npagePage.content_editor .content {
  padding: 0;
}

.agent-pc .npagePage.content_editor .mlistpost #listContent,
.agent-pc .npagePage.content_editor .mlistpost #postMianCont,
.agent-pc .npagePage.content_editor .mlistpost #postContent {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}

.content_editor #postWrapper {
  display: flex;
  flex-direction: column;
}
.content_editor #postMianCont {
  order: 1;
}
.content_editor #postContent {
  order: 0;
}

.agent-pc .content_editor.post .project #postMianCont {
  box-shadow: none;
}

.agent-pc .npagePage.content_editor .mlistpost #listContent {
  padding: 50px 0;
}
.content_editor .mlistpost.news #listContent .content_list li {
  width: calc(25% - 20px);
  margin: 0 20px 20px 0;
  border: none;
  box-sizing: border-box;
}
.content_editor .mlistpost.news #listContent .content_list {
  margin-right: -20px;
}

#sitecontent .project .description a {
  color: #009cff;
}
/* 2019/11/01 yyq 修改 新编辑器样式*/