.pageListNav {
  display: none;
}

.informationBlock {
  padding-top: 40px;
  padding-bottom: 60px;
}
.informationBlock .w1280 {
  display: flex;
  justify-content: space-between;
}
.informationBlock .w1280 > .left {
  width: 260px;
}
.informationBlock .w1280 > .left ul {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.informationBlock .w1280 > .left ul li {
  border-bottom: 1px solid #e6e6e6;
}
.informationBlock .w1280 > .left ul li .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 80px;
  cursor: pointer;
}
.informationBlock .w1280 > .left ul li .tit img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.informationBlock .w1280 > .left ul li .tit p {
  transition: font-weight 0.5s, color 0.5s;
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
.informationBlock .w1280 > .left ul li .list {
  height: 0;
  overflow: hidden;
}
.informationBlock .w1280 > .left ul li .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 80px;
  border-top: 1px solid #e6e6e6;
  background: #f7f7f7;
  font-size: 20px;
  color: #333;
}
.informationBlock .w1280 > .left ul li .list a::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s;
  opacity: 0;
  width: 3px;
  height: 39px;
  background-color: #f08300;
}
.informationBlock .w1280 > .left ul li .list a.on {
  font-weight: bold;
  color: #f08200;
}
.informationBlock .w1280 > .left ul li .list a.on::after {
  opacity: 1;
}
.informationBlock .w1280 > .left ul li.on .tit p {
  font-weight: bold;
  color: #fff;
}
.informationBlock .w1280 > .left ul li.on .tit img {
  opacity: 1;
}
.informationBlock .w1280 .mobPageNav {
  display: none;
  width: 100%;
  padding-bottom: 20px;
  overflow-x: auto;
  border-bottom: 1px solid #e6e6e6;
}
.informationBlock .w1280 .mobPageNav a {
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.informationBlock .w1280 .mobPageNav a.on {
  font-weight: bold;
  background: #f08200;
  color: #fff;
}
.informationBlock .w1280 .right {
  width: calc(100% - 300px);
}
.informationBlock .w1280 .right .tit {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #333;
}
.informationBlock .w1280 .right .tit::before {
  display: block;
  content: "";
  width: 4px;
  height: 25px;
  margin-right: 14px;
  background-color: #f0850a;
  border-radius: 2px;
}
.informationBlock .w1280 .right .content .list {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
}
.informationBlock .w1280 .right .content .list .left {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 120px);
  padding-left: 30px;
  background: url(../images/online/pdfico.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 30px;
  color: #333;
}
.informationBlock .w1280 .right .content .list .time {
  width: 90px;
  text-align: right;
  font-size: 15px;
  line-height: 30px;
  color: #999;
}

@media (max-width: 1080px) {
  .pageListNav {
    display: block;
  }
  .informationBlock {
    padding-top: 20px;
  }
  .informationBlock .w1280 {
    flex-direction: column;
  }
  .informationBlock .w1280 > .left {
    display: none;
  }
  .informationBlock .w1280 .mobPageNav {
    display: flex;
  }
  .informationBlock .w1280 .mobPageNav a {
    padding: 5px 10px;
  }
  .informationBlock .w1280 .right {
    width: 100%;
  }
  .informationBlock .w1280 .right .tit {
    display: none;
  }
}/*# sourceMappingURL=information.css.map */