/* 列表页 */
.list h1 {
  padding-top: 25px;
  font-size: 24px;
  font-weight: 600;
  color: #262629;
  line-height: 36px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f2f5;
}

.article {
  text-align: left;
  padding-top: 30px;
}
.article li {
  margin-bottom: 30px;
  cursor: pointer;
}
.article li figure {
  margin: 0;
}
.article li img {
  flex-shrink: 0;
  width: 300px;
  height: 150px;
  /* object-fit: cover; */
  margin-right: 20px;
}
.article li h3 {
  height: 28px;
  font-size: 20px;
  font-weight: 600;
  color: #262629;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.article li .date {
  color: #86868f;
  margin-bottom: 26px;
}
.article li p {
  color: #262629;
  line-height: 24px;
  margin-bottom: 5px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
/* 分页 */
.page_div {
  text-align: center;
  margin: 50px auto;
}
.pagination {
  height: 30px;
  display: inline-block;
}
.pagination span,
.pagination a {
  display: block;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  padding: 0 6px;
  box-sizing: border-box;
  color: #606266;
  background: #f0f2f5;
  cursor: pointer;
}
.pagination a:hover {
  background: #ff3355;
  color: #fff;
  cursor: pointer;
}
.pagination .current {
  background: #ff3355;
  color: #fff;
  cursor: pointer;
}
.pagination .current.prev,
.pagination .current.next {
  color: #c0c4cc;
  background: #f0f2f5;
  cursor: unset;
}

/* 内容页 */
.detail {
  background: #f5f6fa;
}
.detail article {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  width: 860px;
  margin-right: 20px;
}
.detail article h1 {
  font-size: 38px;
  font-weight: 600;
  color: #45474d;
  line-height: 53px;
}
.detail article .date {
  color: #86868f;
  line-height: 20px;
  font-size: 16px;
  margin: 20px 0;
}
.detail article p {
  font-size: 16px;
  font-weight: 400;
  color: #45474d;
  line-height: 32px;
  margin-bottom: 15px;
}
.detail article img {
  max-width: 820px;
  max-height: 600px;
  margin: 5px auto;
  display: block;
}
.detail article p span {
  text-align: center;
  color: #bfbfbf;
  font-size: 12px;
  display: block;
}

.article_right {
  width: 320px;
}
.article_right figure {
  margin: 0;
}
.article_right img {
  width: 280px;
  height: 140px;
  background: #d8d8d8;
  margin-top: 10px;
  margin-bottom: 20px;
}
.article_right .prev,
.article_right .next {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
}
.article_right .prev:hover,
.article_right .next:hover {
  cursor: pointer;
  opacity: 0.9;
}
.article_right h4 {
  font-size: 16px;
  font-weight: 600;
  color: #262629;
  line-height: 22px;
  position: relative;
  padding-left: 10px;
  height: 22px;
  line-height: 22px;
}
.article_right h4::before {
  content: "";
  background: #ff3355;
  left: 0;
  top: 5px;
  position: absolute;
  width: 2px;
  height: 12px;
}
.article_right .title {
  font-size: 16px;
  font-weight: 600;
  color: #262629;
  line-height: 22px;
  margin-bottom: 10px;
}
.article_right .info {
  margin-bottom: 10px;
  color: #262629;
  line-height: 22px;
  -webkit-line-clamp: 2;
}
.article_right .date {
  color: #86868f;
  line-height: 20px;
}

.title_style1 {
  align-items: center;
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
  height: 64px;
}
.title_style1 span {
  font-size: 40px;
  margin-right: 5px;
}
.title_style2 {
  align-items: center;
  color: #3f3f3f;
  font-size: 16px;
  height: 64px;
}
.title_style2 span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #ff0000;
  margin-right: 5px;
  border-radius: 50%;
}
.title_style2 strong {
  padding: 4px;
  border-bottom: 1px dashed #ff0000;
  position: relative;
}
.title_style2 strong:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  border-radius: 50%;
}
.title_style3 {
  align-items: center;
  justify-content: center;
  color: #3f3f3f;
  font-size: 17px;
  height: 64px;
}
.title_style3 strong {
  padding: 6px 10px;
  border-bottom: 1px solid #ff0000;
  position: relative;
}
.title_style3 strong:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 40px;
  height: 4px;
  background: #ff0000;
}
.title_style4 {
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ff0000;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  min-width: 118px;
  max-width: 130px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  margin: 15px auto;
}
.title_style4:after {
  content: "";
  position: absolute;
  left: -70px;
  width: 258px;
  height: 1px;
  background: #ff0000;
  bottom: 17px;
  z-index: -1;
}
