.editor .banner {
  background-color: #edeeef;
  padding: 50px 0px;
  border-bottom: 2px solid #0f3e60;
}
.editor .banner h1 {
  font-size: 36px;
  color: #0f3e60;
  font-family: bold;
  margin: 0px 0px;
}
.editor .subject {
  padding: 50px 0px;
  border-bottom: 2px solid #ADADAD;
}
.editor .subject .news {
  width: 280px;
  float: left;
  padding-right: 28px;
}
.editor .subject .news .pic {
  text-align: center;
  margin-bottom: 30px;
}
.editor .subject .news .name {
  color: #333434;
  font-size: 26px;
  font-family: regular;
  text-align: center;
}
.editor .subject .news .share {
  padding: 15px 0px;
  text-align: center;
}
.editor .subject .news .share a {
  color: #0F3E60;
  font-size: 20px;
  margin-right: 42px;
  transition: 0.5s;
}
.editor .subject .news .share a:last-child {
  margin-right: inherit;
}
.editor .subject .news .share a:hover {
  color: #000000;
}
.editor .subject .news .desc {
  color: #333434;
  font-size: 16px;
  font-family: light;
  text-align: center;
}
.editor .subject .content {
  width: 800px;
  float: right;
  border-left: 1px solid #edeeef;
  padding-left: 50px;
}
.editor .subject .content .content_box {
  margin-bottom: 27px;
  overflow: hidden;
}
.editor .subject .content .content_box:last-child {
  margin-bottom: inherit;
}
.editor .subject .content .content_box .book {
  width: 50px;
  height: 50px;
  background: url(img/editor/book.svg) #EDEEEF no-repeat center center;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
  margin-top: 5px;
}
.editor .subject .content .content_box .box {
  width: 90%;
  float: left;
  border-bottom: 1px solid #edeeef;
}
.editor .subject .content .content_box .box .name {
  color: #0F3E60;
  font-size: 24px;
  font-family: regular;
}
.editor .subject .content .content_box .box .date {
  color: #333434;
  font-size: 16px;
  font-family: regular;
}
@media screen and (max-width: 1080px) {
  .editor .subject .news {
    width: 35%;
  }
  .editor .subject .content {
    width: 65%;
  }
  .editor .subject .content .content_box .box {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .editor .banner h1 {
    font-size: 24px;
    text-align: center;
  }
  .editor .subject .news {
    width: inherit;
    float: inherit;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #edeeef;
    padding-bottom: 30px;
  }
  .editor .subject .content {
    width: inherit;
    float: inherit;
    padding-left: 0px;
    padding-right: 0px;
    border-left: none;
    padding-top: 30px;
  }
  .editor .subject .content .content_box .box {
    width: 70%;
  }
  .editor .subject .content .content_box .box .name {
    font-size: 22px;
  }
}
