body {
  background: #f8f9fb; }

.main {
  padding-top: 140px; }
  .main .main-wrap {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box; }

.nav {
  width: 100%;
  height: 40px; }
  .nav .step li {
    float: left;
    background: url("../img/news/nav-icon2.png") center left no-repeat;
    padding: 0 10px 0 20px; }
    .nav .step li a {
      color: #9f9f9f; }
  .nav .step li:nth-of-type(1) {
    background: url("../img/news/nav-icon1.png") center left no-repeat;
    background-size: 16px 16px; }
  .nav .step li:nth-last-of-type(1) a {
    color: black; }

.article {
  display: inline-block;
  background: white;
  width: 910px;
  min-height: 1000px;
  margin-bottom: 85px;
  box-shadow: 0 0 15px 4px #E9E9E9; }
  .article .title {
    line-height: 66px;
    padding: 0 25px;
    position: relative;
    border-bottom: 1px solid #E9E9E9; }
    .article .title i {
      display: inline-block;
      width: 4px;
      height: 23px;
      background: #008ef7;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -12px; }
    .article .title span {
      font-size: 20px;
      font-weight: bold;
      height: 66px; }
  .article .section {
    cursor: pointer;
    padding: 35px;
    box-sizing: border-box;
    width: 100%;
    height: 222px;
    border-bottom: 1px solid #E9E9E9; }
    .article .section .img {
      width: 266px;
      height: 152px;
      border: 1px solid #E9E9E9;
      padding: 3px;
      display: inline-block; }
      .article .section .img img {
        width: 266px;
        height: 152px; }
    .article .section .content {
      width: 543px;
      float: right; }
      .article .section .content h3 {
        font-size: 20px;
        color: #008ef7;
        margin-bottom: 15px; }
      .article .section .content p {
        line-height: 25px;
        margin-bottom: 25px; }
      .article .section .content li {
        float: left;
        padding-right: 40px;
        height: 20px;
        line-height: 20px; }
        .article .section .content li .iconfont {
          font-size: 14px;
          line-height: 20px;
          display: inline-block;
          margin-right: 5px; }
      .article .section .content li:nth-of-type(1) .iconfont {
        font-size: 17px; }
  .article .pagination {
    width: 80%;
    height: 165px;
    margin: 0 auto;
    padding: 60px 50px;
    box-sizing: border-box; }
    .article .pagination .pagination-wrap {
      display: inline-block;
      margin: 0 auto; }
    .article .pagination span,
    .article .pagination a {
      display: inline-block;
      width: 45px;
      height: 35px;
      border: 1px solid #E9E9E9;
      border-radius: 3px;
      text-align: center;
      line-height: 35px; }
    .article .pagination .activP {
      background: #008ef7;
      color: white; }
    .article .pagination .page {
      text-align: center; }
    .article .pagination .fl {
      float: left; }
    .article .pagination .fr {
      float: right; }
    .article .pagination .pagingUl {
      float: right;
      padding: 0;
      margin: 0;
      list-style: none;
      height: 30px; }
    .article .pagination .pagingUl li {
      float: left;
      width: 45px;
      height: 35px;
      background: #fff;
      text-align: center;
      margin-right: 5px;
      border-radius: 3px; }
    .article .pagination .pagingUl li a {
      display: inline-block;
      width: 45px;
      height: 35px;
      text-align: center;
      line-height: 35px;
      font-size: 14px;
      border-radius: 3px; }
    .article .pagination .prv,
    .article .pagination .next {
      width: 70px;
      height: 35px;
      text-align: center;
      line-height: 35px;
      cursor: pointer;
      border: 1px solid #E9E9E9;
      border-radius: 3px; }
    .article .pagination .prv {
      margin-right: 10px; }
    .article .pagination .first,
    .article .pagination .last {
      width: 45px;
      height: 35px;
      font-size: 14px;
      text-align: center;
      line-height: 35px;
      border: 1px solid #E9E9E9;
      cursor: pointer;
      background: #fff;
      border-radius: 3px;
      margin-right: 10px; }
    .article .pagination .prv:hover,
    .article .pagination .next:hover,
    .article .pagination .first:hover,
    .article .pagination .last:hover,
    .article .pagination .pagingUl li a:hover,
    .article .pagination .activP {
      background-color: #008ef7 !important;
      color: #fff !important; }

.aside {
  width: 252px;
  position: absolute;
  right: 0;
  top: 40px; }

.asideBottom,
.asideTop {
  box-shadow: 0 0 15px 4px #E9E9E9;
  background: white;
  float: right;
  width: 252px; }
  .asideBottom .title,
  .asideTop .title {
    position: relative;
    padding: 0 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #E9E9E9; }
  .asideBottom i,
  .asideTop i {
    display: inline-block;
    width: 4px;
    height: 23px;
    background: #008ef7;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px; }
  .asideBottom span,
  .asideTop span {
    font-size: 20px;
    font-weight: bold;
    line-height: 66px; }
  .asideBottom li,
  .asideTop li {
    height: 55px;
    line-height: 60px;
    margin: 0 25px;
    cursor: pointer;
    border-bottom: 1px solid #E9E9E9; }
    .asideBottom li a,
    .asideTop li a {
      display: block; }
  .asideBottom li:nth-last-of-type(1),
  .asideTop li:nth-last-of-type(1) {
    border: none; }
  .asideBottom li a:hover,
  .asideTop li a:hover {
    color: #008ef7; }
  .asideBottom li a.select,
  .asideTop li a.select {
    color: #008ef7; }
    .asideBottom li a.select span,
    .asideTop li a.select span {
      background: #008ef7; }

.asideBottom {
  margin-top: 40px; }
  .asideBottom li {
    border-bottom: none; }
    .asideBottom li span {
      font-size: 14px;
      text-align: center;
      line-height: 18px;
      background: #9f9f9f;
      border-radius: 3px;
      display: inline-block;
      width: 18px;
      height: 18px;
      color: white;
      margin-right: 13px; }
  .asideBottom li:hover span {
    background: #008ef7; }

/*# sourceMappingURL=news.css.map */
