body {
  padding-top: 70px;
}
.l2-page-head {
  background-image: url(/static/img/news-head-bg.jpg?v=049d0de);
}
.switch {
  margin-top: 35px;
  text-align: center;
}
.switch a {
  color: #090f27;
  font-size: 24px;
  text-decoration: none;
  font-weight: 500;
  padding: 0 10px;
  margin: 0 4px;
}
.switch a.current {
  border-bottom: 8px solid #3783ff;
}
@media (max-width: 500px) {
  .width-box-1100.content-container {
    width: auto;
    margin: 0;
  }
}
.list {
  padding-top: 42px;
}
.list .item {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(151,151,151,0.19);
  margin-bottom: 25px;
  text-decoration: none;
}
@media (max-width: 500px) {
  .list .item {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.list .item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 13px;
  color: #090f27;
}
.list .item-date {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 12px;
  color: #8d8e95;
}
@media (max-width: 500px) {
  .list .item-date {
    display: none;
  }
}
.list .item-abstract {
  font-size: 13px;
  line-height: 16px;
  color: #686a7a;
  margin-bottom: 16px;
}
.list .more {
  display: block;
  width: 170px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  text-decoration: none;
  background: #3783ff;
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 500px) {
  .list .more {
    display: none;
  }
}
.paging {
  text-align: center;
  margin: 37px 0 129px 0;
}
@media (max-width: 500px) {
  .paging {
    display: none;
  }
}
.paging a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  border: 1px solid #dbdbe4;
  margin: 0 3px;
  text-decoration: none;
  font-size: 13px;
  color: #8d8e95;
}
.paging a.current {
  background: #3783ff;
  color: #fff;
}
.mobile-more {
  display: none;
  text-align: center;
  color: #686a7a;
  font-size: 13px;
  margin: 21px 0 42px 0;
}
@media (max-width: 500px) {
  .mobile-more {
    display: block;
  }
}
.mobile-more i {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 5px;
  margin-left: 7px;
  background: url(/static/img/down-arrow.svg?v=4335714) no-repeat center center;
  background-size: 100%;
}

