.industryTitle{
    font-size: 20px;
    text-align: center;
    padding: 55px 0 20px;
}
.detailItem{
    min-height: 665px;
    margin-bottom: 30px;
}
.detailItem .layui-colla-content{
    background: #fff;
}
.project li {
    border-bottom: 1px dashed #dcdcdc;
    padding: 15px 0;
}
.project li .organizer,.project li .info{
    float: left;
}
.project li .info{
    padding: 0 20px;
    width: 65%;
}
.project li .info a{
    line-height: 28px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 28px;
}
.project li .info p{
    line-height: 28px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 28px;
}
.project li .time{
    float: right;
}
.project li div span{
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
.project li .organizer span:nth-child(2){
    width: 180px;
    overflow: hidden;
    height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project li img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
}
.distribution{
    color: #404ae7;
    border: 1px solid #404ae7;
    border-radius: 5px;
    padding: 5px 0px;
    width: 90px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.noFindData{
    text-align: center;
    padding: 20px;
    font-size: 18px;
}
  .pagelist{
    text-align: center;
  }
 
  .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
      cursor: pointer;
  }
  
.detailItem .swiper-container {
    width: 100%;
    height: 320px;
    margin-top: 20px;
    padding: 0 40px;
  }
  .swiper-slide {
    background: #eee;
    border: 1px solid #ddd;
  }
  .gardenImg{
      text-align: center;
      height: 50%;
  }
  .gardenImg img{
    width: 100%;
    height: 100%;
}
.gardenText{
    height: 50%;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: relative;
}
.gardenText p{
    width: 100%;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gardenText div{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 10px;
}
.gardenText a{
    position: absolute;
    right: 20px;
    bottom: 15px;
    color: #337ab7;
}
#garden .layui-colla-content{
    padding: 25px 15px 35px;
}
.policiesCon li{
    border-bottom: 1px dashed #dcdcdc;
    padding: 10px 0;
    list-style: disc;
    color: #404ae7;
    margin-left: 20px;
}
.policiesCon li span{
    font-size: 14px;
    color: #999;
    float: right;
}
.policiesCon li a{
    display: inline-block;
    height: 20px;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: sub;
}
#policyPageList li a,#enterprisePageList li a,#pageList li a{
    cursor: pointer;
}
.enContent .thumbnail .caption {
    padding: 9px;
    color: #333;
}
.enContent .description {
    height: 125px;
    overflow: hidden;
    line-height: 25px;
    position: relative;
}
.enContent .title {
    font-size: 18px;
    margin: 5px 0 10px;
    text-align: center;
    height: 20px;
    overflow: hidden;
}
.enContent .thumbnail:hover {
    border: 1px solid #404ae7;
}
.enContent .lazy {
    width: 100%;
    height: 150px;
}
.enContent .col-md-4 {
    width: 20%;
}
.layui-colla-content{
    padding-bottom: 30px;
}
.layui-colla-content .contentP{
    font-size: 16px;
    line-height: 28px;
    text-indent: 2em;
}
.distribution{
    cursor: pointer;
}