/* 土地数据下方 */
.land-down{
    overflow: hidden;
    margin-top: 20px;
}
.land-down-cover{
    width: 206px;
    height:156px;
    overflow: hidden;
}
.land-down-li img{
    display: block;
    width: 206px;
    height:156px;
    transition: all 0.5s;
}
.land-down-p{
    max-height: 48px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}
.land-down-li{
    width: 206px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}
.right-margin-0{
    margin-right: 0px;
}
.land-down-li:hover img{
    transform: scale(1.2,1.2);
}
.land-down-li:hover .land-down-p{
    color: #d50000;
}
.district-guide .guide-first {
    height: 100%;
}
.district-guide .land-info-title {
    position: absolute;
    width: 1200px; 
}
.district-guide  .land-data-box{
    /* padding-top: 112px; */
}
.sobot-sensors-tudi{
    display: none;
}

.land-data-venture .land-info-title {
    position: absolute;
    width: 1200px; 
}
.land-data-venture .land-data-box{
    /* padding-top: 112px; */
}
.park-content .land-down{
  margin-bottom: 0px;
}
.park-panoramic-content-right .investment-discount{
    margin-top: 48px;
}
.district-resources .district-resources-pic{
    width: 339px;
    margin-right: 30px;
}
.industry-details-content .park-company li:nth-child(4n){
    margin-right: 20px;
}
.industry-details-content .park-company li:nth-child(3n){
    margin-right: 0px;
}
.industry-details-content .park-company li{
    width: 280px;
}