.district-garden{
    width: 100%;
    min-width: 1200px;
}
.swiperd{
    position: relative;
    overflow: hidden;
    _margin-top: 30px;
}
.swiper-containerd{
    width: 1080px;
    height: 150px;
    overflow:hidden;
}
.swiper-containerd .swiper-wrapper{

}
.swiper-containerd .swiper-slide{
    width: 1080px;
    height: 150px;
    overflow:hidden;
}
.swiper-containerd .swiper-slide img{
    width: 198px;
    height: 148px;
    margin-right: 20px;
    border:1px solid #ededed;
    float: left;
}
.park-text-box {
    width: 198px;
    height: 148px;
    background-color: #fff;
    border:1px solid #ededed;
    margin-right: 20px;
    float: left;
    position: relative;
}
.park-text-blue-box {
    width: 198px;
    height: 148px;
    background-color: #6fa5dc;
    border:1px solid #ededed;
    margin-right: 20px;
    float: left;
    position: relative;
    line-height:36px;
}
.park-text-green-box {
    width: 198px;
    height: 148px;
    background-color: #8dd1d8;
    border:1px solid #ededed;
    margin-right: 20px;
    float: left;
    position: relative;
    line-height:36px;
}
.park-text {
    width: 158px;
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.last-child-margin{
    margin-right: 0px!important;
}
.swiperd .info-click-pre{
    width: 40px;
    height: 149px;
    position: absolute;
    left: 0;
    _left:-60px;
    top:0%;
    cursor: pointer;
}
.swiperd .info-click-next{
    width: 40px;
    height: 149px;
    position: absolute;
    right: 0;
    top:0%;
    cursor: pointer;
}
.park-swiper-more {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #333;
    line-height: 40px;
    font-size: 14px;
}
.park-swiper-more:hover{
    color: #D50000;
}
.district-consultation-title .park-swiper-more:hover{
    color: #333;
}
.district-consultation-title .park-swiper-more.component:hover{
    color: #D50000;
}