@charset "UTF-8";
.inner-section .inner-bg .content-nav-bg .case-nav ul li {
  width: calc(100% / 3);
}

.inner-section .special-body .three-level {
  width: 100%;
  padding-bottom: 34px;
  box-sizing: border-box;
  font-size: 0;
}

.inner-section .special-body .three-level .level-button {
  position: relative;
  display: inline-block;
  width: calc(100% / 2);
  height: 52px;
  opacity: 0.7;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #232323;
  line-height: 52px;
  background: #f8f8f8;
  box-sizing: border-box;
  border: 1px solid #cecece;
  -ms-transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /*IE*/
  -moz-transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* Firefox 4 */
  -webkit-transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* Safari 和 Chrome */
  -o-transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* Opera */
}

.inner-section .special-body .three-level .level-button:nth-child(2) {
  border-left: none;
}

.inner-section .special-body .three-level .level-button::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #c53a3a;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /*IE*/
  -moz-transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* Firefox 4 */
  -webkit-transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* Safari 和 Chrome */
  -o-transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* Opera */
}

.inner-section .special-body .three-level .level-button.active {
  color: #c53a3a;
  font-size: 600;
  border-top: 1px solid #c53a3a;
  background: #ffffff;
}

.inner-section .special-body .three-level .level-button.active::after {
  width: 100%;
}

.inner-section .special-body .three-level .level-button:hover {
  text-decoration: underline;
}

.inner-section .special-body .find-container {
  display: none;
}

.inner-section .special-body .find-container.active {
  display: block;
}

.inner-section .special-body .find-container.investment .new-list ul li {
  display: table;
  width: 100%;
  padding: 28px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.inner-section .special-body .find-container.investment .new-list ul li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.inner-section .special-body .find-container.investment .new-list ul li:hover .item-text .item-title {
  color: #c53a3a;
}

.inner-section .special-body .find-container.investment .new-list ul li .item-text {
  display: table-cell;
  width: 58.8%;
  vertical-align: middle;
}

.inner-section .special-body .find-container.investment .new-list ul li .item-text .item-title {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  margin-bottom: 19px;
  -ms-transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /*IE*/
  -moz-transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* Firefox 4 */
  -webkit-transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* Safari 和 Chrome */
  -o-transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* Opera */
}

.inner-section .special-body .find-container.investment .new-list ul li .item-text .item-title:hover {
  text-decoration: underline;
}

.inner-section .special-body .find-container.investment .new-list ul li .item-text .item-content {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  line-height: 22px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.inner-section .special-body .find-container.investment .new-list ul li .item-time {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.inner-section .special-body .find-container.investment .new-list ul li .item-more {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.inner-section .special-body .find-container.investment .new-list ul li .item-more a {
  color: #be976c;
}

.inner-section .special-body .find-container.investment .new-list ul li .item-more a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .inner-section .special-body {
    margin-top: 20px;
  }
  .inner-section .special-body .three-level {
    padding-bottom: 18px;
  }
  .inner-section .special-body .three-level .level-button {
    height: 34px;
    font-size: 12px;
    line-height: 34px;
  }
  .inner-section .special-body .three-level .level-button::after {
    height: 2px;
  }
  .inner-section .special-body .find-container.investment .new-list ul li {
    display: block;
    padding: 16px 0 12px;
  }
  .inner-section .special-body .find-container.investment .new-list ul li::after {
    content: "";
    display: table;
    clear: both;
  }
  .inner-section .special-body .find-container.investment .new-list ul li .item-text {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
  .inner-section .special-body .find-container.investment .new-list ul li .item-text .item-title {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 9px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .inner-section .special-body .find-container.investment .new-list ul li .item-text .item-content {
    font-size: 12px;
    line-height: 16.8px;
    width: 120%;
    -ms-transform: scale(0.83333, 0.83333);
    -moz-transform: scale(0.83333, 0.83333);
    -webkit-transform: scale(0.83333, 0.83333);
    -o-transform: scale(0.83333, 0.83333);
    transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    /* IE 9 */
    -webkit-transform-origin: left 50%;
    /* Safari and Chrome */
    width: auto;
  }
  .inner-section .special-body .find-container.investment .new-list ul li .item-time {
    float: left;
    font-size: 12px;
    line-height: 16.5px;
    width: 150%;
    -ms-transform: scale(0.66667, 0.66667);
    -moz-transform: scale(0.66667, 0.66667);
    -webkit-transform: scale(0.66667, 0.66667);
    -o-transform: scale(0.66667, 0.66667);
    transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    /* IE 9 */
    -webkit-transform-origin: left 50%;
    /* Safari and Chrome */
    width: auto;
  }
  .inner-section .special-body .find-container.investment .new-list ul li .item-more {
    float: right;
    font-size: 12px;
    line-height: 16.5px;
    width: 150%;
    -ms-transform: scale(0.66667, 0.66667);
    -moz-transform: scale(0.66667, 0.66667);
    -webkit-transform: scale(0.66667, 0.66667);
    -o-transform: scale(0.66667, 0.66667);
    transform-origin: right 50%;
    -ms-transform-origin: right 50%;
    /* IE 9 */
    -webkit-transform-origin: right 50%;
    /* Safari and Chrome */
    width: auto;
  }
  .inner-section .special-body .find-container.investment .new-list .list-button {
    margin: 16px 0 30px;
  }
  .inner-section .special-body .find-container.investment .new-list .list-button .nav-links {
    width: calc(100% - 40px);
  }
  .inner-section .special-body .find-container.investment .new-list .list-button .nav-links .page-numbers {
    height: calc(20px / (8 / 12));
    font-size: 12px;
    line-height: 27px;
    width: 30px;
    -ms-transform: scale(0.66667, 0.66667);
    -moz-transform: scale(0.66667, 0.66667);
    -webkit-transform: scale(0.66667, 0.66667);
    -o-transform: scale(0.66667, 0.66667);
    transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    /* IE 9 */
    -webkit-transform-origin: left 50%;
    /* Safari and Chrome */
  }
  .inner-section .special-body .find-container.investment .new-list .list-button .button-pre,
  .inner-section .special-body .find-container.investment .new-list .list-button .button-net {
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
}
