.zt_content {
  padding-bottom: 40px;
}
.paper_box {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 117, 232, 0.3);
  padding: 20px;
  height: 100%;
}
.article {
  font-size: 20px;
  padding: 0 10px;
  word-break: break-all;
}
@media print {
  .article a::after {
    content: '' !important;
  }
  .article .no-print {
    display: none;
  }
}
.article .article_title {
  padding: 15px 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #0075e8;
}
@media (max-width: 600px) {
  .article .article_title {
    padding: 5px 10px;
    font-size: 24px;
  }
}
.article .option {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 20px;
  line-height: 30px;
  color: #666666;
  font-size: 20px;
}
.article .option .info {
  position: relative;
}
.article .option .info span {
  vertical-align: middle;
}
.article .option .info span + span {
  margin-left: 50px;
}
@media (max-width: 600px) {
  .article .option .info span + span {
    margin-left: 0;
  }
}
.article .option .info span i {
  margin-right: 10px;
  vertical-align: -1px;
}
.article .article_content {
  padding: 10px 0;
}
.article .article_content p,
.article .article_content div {
  text-align: justify;
  font-family: '微软雅黑', 'Microsoft YaHei', '仿宋', 'FangSong', '宋体', 'Song';
  font-size: 20px;
  color: #333;
  line-height: 2;
}
@media (max-width: 600px) {
  .article .article_content p,
  .article .article_content div {
    font-size: 20px !important;
  }
}
.article .article_content img,
.article .article_content video {
  display: block;
  margin: 15px auto;
  max-width: 95%;
}
.right_title {
  border-radius: 4px;
  background: #eefbff;
  line-height: 54px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: normal;
  color: #0075e8;
  padding-left: 20px;
  position: relative;
}
.right_title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  display: inline-block;
  width: 100%;
}
.right_title::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 4px;
  height: 100%;
  background-color: #0075e8;
}
.list_t li * {
  transition: all 0.3s;
  line-height: 1.5;
}
.list_t li:not(:last-child) {
  border-bottom: 1px dashed #dbdbdb;
}
.list_t li a {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_t li a:hover .list_text,
.list_t li a:hover .date {
  color: #0075e8;
}
.list_t li a:hover .list_text::before {
  background-color: #0075e8;
}
.list_t .list_text {
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
  font-weight: normal;
  color: #333;
}
