@import 'iconfont.css';
.yanfa > h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
.yanfa > ul > li .left {
  float: left;
  width: 24.5%;
  border-top: 1px solid #0c4a9d;
}
.yanfa > ul > li .left h2 {
  font-size: 2rem;
  color: #355195;
  letter-spacing: 1px;
  font-weight: bold;
  padding-top: 1rem;
}
.yanfa > ul > li .right {
  float: right;
  width: 68.6%;
  border-top: 1px solid #eee;
  padding-bottom: 3rem;
}
.yanfa > ul > li .right > ul li {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}
.yanfa > ul > li .right > ul li .time {
  float: left;
  width: 9%;
}
.yanfa > ul > li .right > ul li .time span {
  font-size: 0.9rem;
  font-weight: bold;
}
.yanfa > ul > li .right > ul li .text {
  float: right;
  width: 88%;
}
.yanfa > ul > li .right > ul li .text h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
}
.yanfa > ul > li .right > ul li .text h2:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  left: -1rem;
  top: 0.7rem;
}
.yanfa > ul > li .right > ul li .text span {
  width: 90%;
  font-size: 0.8rem;
  color: #666;
  line-height: 1.8rem;
  position: relative;
  top: -0.2rem;
}
.yanfa > ul > li .right > ul li .text span:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  left: -1rem;
  top: 0.5rem;
}
.yanfa > .img {
  margin-top: 1rem;
  position: relative;
}
.yanfa > .img img {
  width: 100%;
}
.yanfa > .img .text {
  position: absolute;
  left: 5%;
  bottom: 6%;
}
.yanfa > .img .text h2 {
  font-size: 2.4rem;
  font-family: "Times New Roman";
  color: #fec000;
}
.yanfa > .img .text p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: -0.6rem;
}
.page-list {
  padding: 6% 0 8% 0;
}
.page-list ul {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.page-list ul li {
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  background-color: #fff;
  border: solid 1px #eaeaea;
  display: inline-block;
  font-size: 1rem;
}
.page-list ul li:not(:last-child) {
  margin-right: 1rem;
}
.page-list ul li a {
  color: #666;
}
.page-list ul li.pre-btn,
.page-list ul li.next-btn {
  background-color: #f3f3f3;
  border: 1px solid #eaeaea;
}
.page-list ul li.pre-btn .iconfont,
.page-list ul li.next-btn .iconfont {
  font-size: 1rem;
}
.page-list ul li:nth-last-of-type(1) {
  font-size: 1rem;
  color: #666666;
  border: none;
  white-space: nowrap;
  background-color: transparent!important;
  cursor: auto;
}
.page-list ul li.page-num.active {
  background-color: #28468e;
}
.page-list ul li.page-num.active a {
  color: #fff;
}
.page-list ul li:hover {
  background-color: #28468e;
}
.page-list ul li:hover a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .yanfa > h2 {
    font-size: 1.6rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .yanfa > ul > li .left {
    width: 20%;
  }
  .yanfa > ul > li .left h2 {
    font-size: 1.4rem;
  }
  .yanfa > ul > li .right {
    width: 76%;
    padding-bottom: 2rem;
  }
  .yanfa > ul > li .right ul li {
    padding-top: 1.3rem;
    padding-bottom: 1.5rem;
  }
  .yanfa > ul > li .right ul li .time {
    width: 16%;
  }
  .yanfa > ul > li .right ul li .time span {
    font-size: 12px;
  }
  .yanfa > ul > li .right ul li .text {
    width: 80%;
  }
  .yanfa > ul > li .right ul li .text h2 {
    font-size: 14px;
  }
  .yanfa > ul > li .right ul li .text span {
    top: 0;
    font-size: 13px;
  }
  .yanfa > ul > li .right ul li .text span:before {
    top: 0.7rem;
  }
  .yanfa > .img {
    margin-top: 0;
  }
  .yanfa > .img .text h2 {
    font-size: 2rem;
  }
  .yanfa > .img .text p {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=solve_yanfa.css.map */