* {
    box-sizing: border-box;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.gray-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #B8B8B8;
    border-radius: 50%;
}
.content-wrapper {
    width: 1190px;
    height: 400px;
    padding: 20px 6px;
    box-sizing: border-box;
    border: 1px solid #95C3E9;
    background-color: #fff;
    box-shadow: #f0f0f0 0px 0px 5px 4px;
    margin: 5px;
    margin-bottom: 24px;
}
.content-wrapper .headline {
  margin-bottom: 12px;
  display: none;
}
.content-wrapper .left-content {
    float: left;
    width: 186px;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
}
.content-wrapper .content-imgs {
    width: 186px;
    float: left;
    padding-top: 40px;
    overflow: hidden;
}
.content-wrapper .content-imgs .main-img {
    width: 200px;
    height: 200px;
    border: 0;
    outline: none;
    margin-left: -12px;
}
.content-wrapper .content-imgs .arrow-wrapper {
    width: 58px;
    height: 21px;
    text-align: center;
    line-height: 30px;
    margin: 64px 0 0 52px;
}
.content-wrapper .content-imgs .arrow-wrapper img {
    width:100%;
    height: 100%;
    border: 0;
    outline: none;
}
.content-wrapper .content-right {
    float: right;
    box-sizing: border-box;
}

.content-wrapper .content-right .invest-container {
  height: 360px;
  overflow-y: auto;
  margin-bottom: 20px;
  width: 980px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-wrapper .content-right .invest-container::-webkit-scrollbar-track {
  background-color: #D1D2D1;
}
.content-wrapper .content-right .invest-container::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.content-wrapper .content-right .invest-container::-webkit-scrollbar-thumb {
  background-color: #9A9B9A;
  border-radius: 5px;
}
.content-wrapper .content-right .invest-container .post-item {
  display: block;
  padding: 20px 10px 15px;
  background-color: #EAEEF0;
  border-radius: 6px;
}
.content-wrapper .content-right .invest-container .post-item + .post-item {
  margin-top: 15px;
}
.content-wrapper .content-right .invest-container .post-item .dot {
  float: left;
  margin-top: 7px;
}
.content-wrapper .content-right .invest-container .post-item .status-tag {
  width: 60px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  float: left;
  border-radius: 20px;
  display: none;
}
.content-wrapper .content-right .invest-container .post-item.collecting .status-tag {
  display: inline-block;
  background-color: #e7b526;
}
.content-wrapper .content-right .invest-container .post-item.finished .status-tag,
.content-wrapper .content-right .invest-container .post-item.paused .status-tag,
.content-wrapper .content-right .invest-container .post-item.unpublished .status-tag,
.content-wrapper .content-right .invest-container .post-item.draft .status-tag {
  display: inline-block;
  background-color: #6c93a8;
}
.content-wrapper .content-right .invest-container .post-item .title {
  color: #2B2B2B;
  font-size: 18px;
  float: left;
  width: 850px;
  line-height: 25px;
  margin-left: 10px;
}
.content-wrapper .content-right .invest-container .post-item .btns,
.content-wrapper .content-right .invest-container .post-item .content-wrapper .content-right .invest-container .invest-content-wrapper .yjzj-item .btns {
  margin-left: 20px;
}
.content-wrapper .content-right .invest-container .post-item .btm-content {
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 10px;
  margin-top: 5px;
}
.content-wrapper .content-right .invest-container .post-item .btm-content .time {
  color: #8F8F8F;
  font-size: 16px;
  float: left;
}
.content-wrapper .content-right .invest-container .post-item .btm-content .btn-group {
  float: right;
}
.content-wrapper .content-right .invest-container .post-item .btm-content .btn-group .btn-check-detail {
  float: left;
}
.content-wrapper .content-right .invest-container .post-item .btm-content .btn-group .btn-check-detail.btn-feedback,
.content-wrapper .content-right .invest-container .post-item .btm-content .btn-group .btn-check-detail.btn-result {
  display: none;
}
.content-wrapper .content-right .invest-container .post-item .btm-content .btn-group .btn-check-detail + .btn-check-detail {
  margin-left: 15px;
}
.content-wrapper .content-right .invest-container .post-item .btm-content .btn-group .btn-check-detail .img-checkout {
  width: 120px;
  height: 36px;
  outline: none;
  border: 0;
  float: left;
}
.jlhd-section{
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}
.jlhd-section > ul{
  width: 100%;
  overflow: hidden;
}
.jlhd-section > ul>li{
  margin-right: 1.2%;
  width: 24%;
  float: left;
}
.jlhd-section_new > ul>li{
  margin-right: 2%;
  width: 32%;
  text-align: center;
}
.jlhd-section > ul>li.row-end{
  margin-right: 0;
} 
.jlhd-section > ul >li a{
    display: block;
    width: 100%;
    color: #333;
    font-size: 22px;
    font-weight: 500;
    background-color: #fafafa;
    border: 1px solid #dedede;
    box-sizing: border-box;
    height: 83px;
    line-height: 83px;
}
.jlhd-section > ul>li a:hover{
  color: #fff;
  background: #2b74cf;
  box-shadow: #cee2f2 0 3px 5px;
}
.jlhd-section > ul>li a img{
  display: inline-block;
  height: 80px;
  vertical-align: bottom;
  margin-left: -34px;
}
.jlhd-section > ul>li a span{
  display: inline-block;
}
.jlhd-section > ul>li a .lxxgkimg1{
  display: inline-block;
}
.jlhd-section > ul>li a .lxxgkimg2{
  display: none;
}
.jlhd-section > ul>li a:hover .lxxgkimg1{
  display: none;
}
.jlhd-section > ul>li a:hover .lxxgkimg2{
  display: inline-block;
}

.jlhd-fayin{
  width: 100%;
  overflow: hidden;
  padding: 24px;
  background-color: #f8f8f8;
  margin-bottom: 24px;
}
.jlhd-fayin> .fayin-header{
  width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
}
.jlhd-fayin> .fayin-header>.fayin-title{
    height: 38px;
    line-height: 38px;
    color: #4472a9;
    font-size: 24px;
    float: left;
}
.jlhd-fayin> .fayin-header>.fayin-title>.title-icon{
  display: inline-block;
  width:29px;
  height: 32px;
  background: #f8f8f8 url("../png/idkuwx.png") no-repeat scroll 0 0;
  vertical-align: middle;
  margin-top: -3px;
}
.jlhd-fayin> .fayin-header>.fayin-title>em {
  display: inline-block;
  margin-left: 10px;
  font: inherit;
}
.jlhd-fayin> .fayin-header>.fayin-more{
  float: right;
}
.jlhd-fayin> .fayin-header>.fayin-more>a{
    height: 38px;
    line-height: 38px;
    color: #939292;
    font-size: 14px;
}
.jlhd-fayin> .fayin-header>.fayin-other{
  float:left;
  margin-left: 32px; 
}

.jlhd-fayin> .fayin-header>.fayin-other > a{
  margin-right: 24px;
  width: 154px;
  height: 32px;
  display: inline-block;
}
.jlhd-fayin> .fayin-content{
    background-color: #fff;
    box-sizing: border-box;
    height: 420px;
    padding: 30px 40px;
    width: 100%;
}
.jlhd-fayin> .fayin-content > .empty{
    margin: 0 auto;
    font-size: 24px;
    color: #d2d2d2;
    text-align: center;
}

.jlhd-fayin> .fayin-content > table {
    color: #646565;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.jlhd-fayin> .fayin-content > table tr {
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    height: 58px;
}

.jlhd-fayin> .fayin-content > table tr .first-th {
  text-align: left;
  padding-left:40px;
}
.jlhd-fayin> .fayin-content > table tr .topic{
    border-bottom: 2px solid #185aae;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 120px;
}
.jlhd-fayin> .fayin-content > table tr .first-td{
    padding-left: 40px;
    text-align: left;
    color: #484747;
}

.jlhd-fayin> .fayin-content > table tr .first-td i{
  display: inline-block;
  width:24px;
  height: 24px;
  background: #ffffff url("../png/osxwlp.png") no-repeat scroll 0 0;
  vertical-align: middle;
}
.content-wrapper .content-right .swiper-container {
  width: 970px;
  height: 360px;
  padding-bottom: 35px;
  margin-right: 16px;
}
.content-wrapper .content-right .swiper-container .swiper-wrapper {
  padding-bottom: 35px;
}
.content-wrapper .content-right .swiper-container .swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 12px;
  width: 100%;
  text-align: center;
}
.content-wrapper .content-right .swiper-container .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  border: 1px solid #fff;
  cursor: pointer;
}
.content-wrapper .content-right .swiper-container .swiper-pagination-switch .swiper-active-switch {
  background-color: #D30003;
}
.content-wrapper .content-right .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 1;
}
.content-wrapper .content-right .swiper-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #D30003;
}
.content-wrapper .content-right .article-content-wrapper {
  height: 360px;
  background: #EAEEF0;
  padding: 47px 60px;
  border-radius: 6px;
}
.content-wrapper .content-right .article-content-wrapper .article-img {
  width: 400px;
  height: 267px;
  float: left;
}
.content-wrapper .content-right .article-content-wrapper .article-content {
  float: right;
  width: 430px;
}
.content-wrapper .content-right .article-content-wrapper .article-content .time {
  padding: 0 18px;
  background-color: #FFC505;
  color: #fff;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
}
.content-wrapper .content-right .article-content-wrapper .article-content .title {
  width: 425px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.content-wrapper .content-right .article-content-wrapper .article-content .sub-title {
  color: #212121;
  font-size: 16px;
  margin-top: 25px;
}
.content-wrapper .content-right .article-content-wrapper .article-content .content {
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  height: 100px;
}
.content-wrapper .content-right .article-content-wrapper .article-content .content .content-title {
  float: left;
  height: 50px;
}
.content-wrapper .content-right .article-content-wrapper .article-content .content .text {
  max-height: 343px;
  overflow: hidden;
  float: right;
  width: 387px;
  margin-left: -48px;
  word-break: break-all;
}
.content-wrapper .content-right .article-content-wrapper .article-content .content .check {
  float: right;
  clear: both;
}
.content-wrapper .content-right .article-content-wrapper .article-content .content .check:before {
  content: '';
  display: block;
  float: right;
  height: 10px;
}
.content-wrapper .content-right .article-content-wrapper .article-content .content .content-text {
  width: 370px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.content-wrapper .content-right .article-content-wrapper .btn-check {
  width: 110px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 16px;
  text-decoration: none;
  background-color: #63B4F4;
  cursor: pointer;
  margin-top: 14px;
}

.jlhd-img{
  width: 100%;
  margin-bottom: 40px;
}

.jlhd-img .img-inner{
  width: 100%;
  clear: both;
  display: block;
}
.jlhd-img .img-inner::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.jlhd-img .img-inner a {
    float: left;
    margin-right: 5%;
    width: 30%;
}

.jlhd-img .img-inner a.img-cont {
    float: left;
    margin-right: 2%;
    width: 49%;
}

.jlhd-img .img-inner a img {
    width: 100%;
}

@media only screen and (max-width:1024px) {
  .content-wrapper{
    width: 100%;
  }
  .content-wrapper .content-right{
    width: calc(100% - 206px);
  }
  .content-wrapper .content-right .invest-container{
    width: 100%;
  }
  .content-wrapper .content-right .invest-container .post-item .title{
    width: calc(100% - 25px);
  }

  .jlhd-section > ul>li{
    width: 49%;
    margin-bottom: 1%;
    margin-right: 1%;
    text-align: left;
  }
  .content-wrapper .content-right .swiper-container{
    width: 98%;
  }
  .content-wrapper .content-right .article-content-wrapper{
      padding: 47px 20px;
  }
  .content-wrapper .content-right .article-content-wrapper .article-content{
    width: calc(100% - 420px);
  }
  .content-wrapper .content-right .article-content-wrapper .article-content .title{
    width: 100%;
  }
}

@media only screen and (max-width:760px) {
  .content-wrapper{
    padding: 9px;
    height: auto;
  }
  .content-wrapper .headline{
    display: block;
    margin-top: 0;
    padding: 0;
  }
  .content-wrapper .headline> span {
    font-size: 18px;
  }
  .content-wrapper .left-content{
    display: none;
  }
  .content-wrapper .content-right{
    width: 100%;
    float: none;
  }
  .content-wrapper .content-right .invest-container .post-item{
    padding: 10px 10px 10px;
  }
  .content-wrapper .content-right .invest-container .post-item .title{
    width:  calc(100% - 25px);
    font-size: 16px;
  }
  .content-wrapper .content-right .invest-container .post-item .btm-content .time span {
    display: none;
  }
  .jlhd-section > ul>li{
    margin-right: 0;
    width: 100%;
    text-align: left
  }
  .jlhd-section > ul >li a{
    height: 65px;
    line-height: 65px;
  }
  .jlhd-section > ul>li a img{
    height: 65px;
    margin-left: 0;
  }
  .jlhd-fayin{
    padding: 9px;
  }
  .jlhd-fayin> .fayin-header>.fayin-title{
    font-size: 18px;
  }
  .jlhd-fayin> .fayin-header>.fayin-other{
    margin-left: 0;
    width: 100%;
  }
  .jlhd-fayin> .fayin-header>.fayin-other > a{
    width: 47%;
    margin-right: 4%;
  }
  .jlhd-fayin> .fayin-header>.fayin-other > a:nth-child(2){
    margin-right: 0;
  }
  .jlhd-fayin> .fayin-header>.fayin-other > a> img{
    width:100%;
  }
  .jlhd-fayin> .fayin-content{
    height: 378px;
    padding: 12px;
  }
  .jlhd-fayin> .fayin-content > table tr th:nth-child(2),
  .jlhd-fayin> .fayin-content > table tr th:nth-child(3),
  .jlhd-fayin> .fayin-content > table tr td:nth-child(2),
  .jlhd-fayin> .fayin-content > table tr td:nth-child(3){
    display: none;
  }
  .jlhd-fayin> .fayin-content > table tr .first-th{
        padding-left: 9px;
  }
  .jlhd-fayin> .fayin-content > table tr .first-td{
    padding-left: 9px;
  }
  .content-wrapper .content-right .swiper-container{
    height: 460px;
  }
  .content-wrapper .content-right .article-content-wrapper{
    padding: 12px;
    height: 460px;
    text-align: center;
  }
  .content-wrapper .content-right .article-content-wrapper .article-img{
      height: 193px;
      margin: 0 auto;
      width: auto;
      float: none;
  }
  .content-wrapper .content-right .article-content-wrapper .article-content{
    width: 100%;
    float: none;
    text-align: left;
  }
  .jlhd-img .img-inner a{
    width: 100%;
   margin-right: 0;
   margin-bottom: 24px;
  }
  .jlhd-img .img-inner a.img-cont {
    margin-right: 0;
    width: 100%;
  }
}