body {
  background: #f8f9fb; }

.main {
  padding-top: 140px; }
  .main .main-wrap {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    position: relative; }

.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: 35px;
  box-shadow: 0 0 15px 4px #E9E9E9;
  color: #9f9f9f; }
  .article .title {
    position: relative;
    height: 100px;
    padding: 20px 27px;
    box-sizing: border-box;
    border-bottom: 1px solid #E9E9E9; }
    .article .title i {
      display: inline-block;
      width: 4px;
      height: 23px;
      background: #008ef7;
      position: absolute;
      left: 0;
      top: 20px; }
    .article .title span {
      font-size: 24px;
      font-weight: bold;
      color: black; }
    .article .title .sub-title {
      display: block; }
      .article .title .sub-title ul {
        overflow: hidden;
        height: 20px;
        margin-top: 13px; }
      .article .title .sub-title li {
        float: left;
        height: 20px;
        padding-right: 17px;
        font-size: 14px; }
  .article .section {
    padding: 0 27px;
    box-sizing: border-box; }
    .article .section .summary {
      margin-top: 40px;
      height: 50px;
      background: #f7f8fa;
      line-height: 50px;
      padding: 0 15px; }
    .article .section .imgBox {
      width: 100%;
      height: 480px;
      box-sizing: border-box;
      padding: 45px 130px; }
      .article .section .imgBox .iconfont {
        position: relative;
        left: 50%;
        top: -245px;
        margin-left: -35px;
        font-size: 70px;
        cursor: pointer; }
    .article .section .details-text {
      padding-bottom: 50px;
      box-sizing: border-box; }
      .article .section .details-text p {
        margin: 30px 0;
        line-height: 25px; }
      .article .section .details-text p:nth-of-type(1) {
        margin-top: 0; }
      .article .section .details-text img {
        margin: 0 auto; }

.recommend {
  display: inline-block;
  background: white;
  width: 910px;
  margin-bottom: 85px;
  box-shadow: 0 0 15px 4px #E9E9E9;
  color: #9f9f9f; }
  .recommend .title {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    height: 60px;
    border-bottom: 1px solid #E9E9E9;
    font-size: 20px;
    line-height: 60px; }
  .recommend .recommend-list {
    width: 100%;
    height: 255px;
    padding: 0 25px;
    box-sizing: border-box;
    overflow: hidden; }
    .recommend .recommend-list ul {
      overflow: hidden;
      margin-top: 30px; }
      .recommend .recommend-list ul li {
        float: left;
        height: 190px;
        width: 190px;
        border: 1px solid #E9E9E9;
        margin-right: 30px;
        cursor: pointer; }
        .recommend .recommend-list ul li img {
          width: 100%; }
        .recommend .recommend-list ul li p {
          margin-top: 20px;
          padding: 0 6px;
          box-sizing: border-box;
          color: #9f9f9f; }
      .recommend .recommend-list ul li:nth-last-of-type(1) {
        margin-right: 0; }

.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: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=newDetails.css.map */
