.wordCont {
  background-color: #fff;
  min-height: 500px;
  padding: 0 20px;
}
.wordCont .word_top {
  min-height: 85px;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}
.wordCont .word_top .word_title {
  width: 550px;
  text-align: center;
  white-space: normal;
  font-size: 18px;
  color: #333333;
  padding: 10px 0;
  margin: auto;
}
.wordCont .word_top .word_fromTime {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #999999;
}
.wordCont .word_top .word_fromTime .word_from {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.wordCont .word_top .word_fromTime .word_time {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.wordCont .word_top .word_fromTime .word_icon {
  width: 14px;
  height: auto;
  margin-right: 5px;
}
.word_body {
  margin: 15px;
}
.word_foot {
  font-size: 14px;
  padding: 15px;
  text-indent: 28px;
  color: #999999;
  line-height: 25px;
}
.word_foot .mianze {
  font-size: 14px;
  color: #ff4743;
  text-indent: 0;
}

/* 和头部冲突，格式化 */

.nav {
  padding: 0;
}

/* 富文本编辑器的表格样式 */
.count-list table,
td {
  border: 1px solid #c5c5c5 !important;
  border-collapse: collapse;
  text-align: center;
  color: #333333;
  margin: auto;
  text-decoration: none;
  vertical-align: middle;
  margin-bottom: 10px;
  padding: 10px 0px;
}
.count-list table td a {
  color: #1001ee !important;
  margin: auto;
  text-decoration: underline;
}
.count-list img {
  width: auto;
  max-width: 700px;
}
