@charset "UTF-8";
.special-body {
  margin-top: 34px;
}

.special-body .search-message {
  padding-bottom: 11px;
  border-bottom: 2px solid #232323;
}

.special-body .search-message .message {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  line-height: 35px;
}

.special-body .search-message .message span {
  font-weight: 400;
}

.special-body .search-message .message #page {
  font-weight: 300;
}

.special-body .search-message .search_div {
  font-size: 0;
}

.special-body .search-message .search_div:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.special-body .search-message .search_div input {
  width: 180px;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  font-size: 14px;
  vertical-align: middle;
  box-sizing: border-box;
}

.special-body .search-message .search_div input:focus {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.special-body .search-message .search_div .search_btn {
  width: 60px;
  height: 35px;
  background: #060509;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 35px;
  border: none;
  vertical-align: middle;
}

.special-body .new-list ul li {
  display: table;
  width: 100%;
  padding: 28px 0;
  font-size: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.special-body .new-list ul li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.special-body .new-list ul li:hover .item-left img {
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.special-body .new-list ul li a[href]:hover {
  color: #c53a3a;
  text-decoration: underline;
}

.special-body .new-list ul .item-left {
  display: inline-block;
  width: 26.77%;
  height: 196px;
  vertical-align: middle;
  overflow: hidden;
}

.special-body .new-list ul .item-left img {
  width: 100%;
  -ms-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /*IE*/
  -moz-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* Firefox 4 */
  -webkit-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* Safari 和 Chrome */
  -o-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* Opera */
}

.special-body .new-list ul .item-right {
  display: inline-block;
  width: 73.23%;
  box-sizing: border-box;
  padding: 23px 0 18px 60px;
  vertical-align: middle;
}

.special-body .new-list ul .item-right .item-text {
  width: 100%;
  margin-bottom: 34px;
}

.special-body .new-list ul .item-right .item-text .item-title {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #232323;
  line-height: 24px;
  margin-bottom: 18px;
  -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 */
}

.special-body .new-list ul .item-right .item-text .item-title:hover {
  text-decoration: underline;
}

.special-body .new-list ul .item-right .item-text .item-content {
  font-size: 14px;
  font-weight: 300;
  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;
}

.special-body .new-list ul .item-right .more {
  width: 100%;
}

.special-body .new-list ul .item-right .more .item-time {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  line-height: 22px;
}

.special-body .new-list ul .item-right .more .item-more a {
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  color: #be976c;
  line-height: 22px;
}

.special-body .new-list ul .item-right .more .item-more a:hover {
  text-decoration: underline;
}

.special-body .list-button {
  margin: 30px 0 124px;
  font-size: 0;
}

.special-body .list-button .nav-links {
  width: calc(100% - 80px);
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.special-body .list-button .nav-links .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #abaaa9;
  line-height: 40px;
  cursor: pointer;
  -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 */
}

.special-body .list-button .nav-links .page-numbers.current {
  background-color: #343233;
  color: #fff;
}

.special-body .list-button .button-pre,
.special-body .list-button .button-net {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-image: url(../images/img-investment/toggle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-transition: background-image 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /*IE*/
  -moz-transition: background-image 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* Firefox 4 */
  -webkit-transition: background-image 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* Safari 和 Chrome */
  -o-transition: background-image 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* Opera */
}

.special-body .list-button .button-pre:hover,
.special-body .list-button .button-net:hover {
  background-image: url(../images/img-investment/toggle-hover.png);
}

.special-body .list-button .button-net {
  left: inherit;
  right: 0;
  -ms-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

@media screen and (max-width: 1200px) {
  .special-body {
    margin-top: 20px;
  }
  .special-body .search-message {
    padding-bottom: 12px;
  }
  .special-body .search-message .message {
    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;
    margin-top: 6px;
  }
  .special-body .search-message .search_div input {
    width: 90px;
    height: 18px;
    padding-left: 4px;
  }
  .special-body .search-message .search_div .search_btn {
    height: calc(18px / (8 / 12));
    font-size: 12px;
    line-height: 27px;
    width: 45px;
    -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 */
  }
  .special-body .new-list ul li {
    display: block;
    padding: 16px 0 12px;
  }
  .special-body .new-list ul li::after {
    content: "";
    display: table;
    clear: both;
  }
  .special-body .new-list ul li .item-left {
    width: 100%;
    height: 1.85rem;
  }
  .special-body .new-list ul li .item-right {
    width: 100%;
    padding: 16px 17px 0;
    background-color: #f7f7f7;
  }
  .special-body .new-list ul li .item-right .item-text {
    margin-bottom: 12px;
  }
  .special-body .new-list ul li .item-right .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;
  }
  .special-body .new-list ul li .item-right .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 */
  }
  .special-body .new-list ul li .item-right .more .item-time {
    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;
  }
  .special-body .new-list ul li .item-right .more .item-more {
    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;
  }
  .special-body .new-list .list-button {
    margin: 16px 0 30px;
  }
  .special-body .new-list .list-button .nav-links {
    width: calc(100% - 40px);
  }
  .special-body .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 */
  }
  .special-body .new-list .list-button .button-pre,
  .special-body .new-list .list-button .button-net {
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
  .special-body .search-message .search_div:hover {
    box-shadow: none;
  }
}
