.pds-section li{
    margin-bottom: 0;
    height: auto;
    background-color:transparent;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-bottom: 5px;
}
.pds-section li .first-item-con{
    display:block;
    position: relative;
    height: 250px;
    background-color: #eff0f2;
}
.item_hover{
    background-color: transparent !important;
}
.pds-section li.item_hover .first-item-con{
	 background-color: #ebf8ee !important;
}
.pds-section li .title{
    position: relative;
    bottom: auto;
}
.pds-section li .title .title-des{
	display: block;
    color: #c0a169;
    font-size: 14px;
    line-height: 24px;
} 

.pds-btn{
    z-index: 2;
    bottom: auto;
    top: 206px;
}
.pds-section li .title p.en{
    margin-bottom: 0;
    line-height: 28px;
    margin-top: 5px;
}
@media screen and (max-width: 1440px) {
            
    .pds-section li .first-item-con{
        height: 200px;
    }
    .pds-section li .pic {
        top: -10px;
    }
    .pds-btn{
        top: 156px;
    }
}