.floor-four{
    width: 1200px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 20px;
    margin-top: 30px;
    padding: 20px;
}
.floor-four-title {
    display: flex;
    height: 40px;
    margin-bottom: 20px;
    line-height: 40px;
    justify-content: space-between;
}

.floor-four-tile-left {
    position: relative;
    font-size: 0;
}

.floor-four-tile-left .main-title {
    font-size: 20px;
    font-weight: bolder;
}

.floor-four-tile-left i {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    font-style: normal;
}

.floor-four-tile-left .subtitle {
    margin-left: 3px;
    font-size: 14px;
}

.floor-four-tile-right {
    position: relative;
    right: 0;
    display: flex;
}

.floor-four-title-more {
    width: 95px;
    text-align: right;
}

.floor-four-title-more a{
    position: relative;
    border: 1px solid;
    padding: 4px 10px;
    font-size: 12px;
}
.floor-four-title-more a:hover{
    border-color: #0093DD !important;
}
.floor-four-title-link {
    position: relative;
    font-size: 0;
}

.floor-four-title .edit-block{
    right: -88px !important;
    line-height: 22px;
}

.floor-four-title-link .sign, .floor-four-title-link a {
    font-size: 12px;
}

.floor-four-title-link .sign {
    margin-left: 10px;
    margin-right: 10px;
}

.floor-four-title-link .sign:last-of-type{
    display: none ;
}

.floor-four-content .floor-four-item {
    float: left;
    width: 270px;
    margin-right: 25px;
    margin-bottom: 40px;
    text-align: center;
    transition: all .5s;
}
.floor-four-content .floor-four-item:hover{
    box-shadow: 2px 3px 8px -3px #a0add4;
}
.floor-four-content .floor-four-item img{
    transition: all .5s;
}
.floor-four-content .floor-four-item:hover img{
    transform: scale(1.1);
}
.floor-four-content .floor-four-item:nth-child(4n+4) {
    margin-right: 0;
}

.floor-four-content:after{
    content: '';
    display: block;
    clear: both;
}

.floor-four-item .floor-four-pic{
    width: 100%;
    margin-bottom: 10px;
    line-height: 290px;
    border: 1px solid #dce5ff;
}

.floor-four-item .floor-four-pic img{
    max-width: 100%;
    max-height: 100%;
}

.floor-four-item .floor-four-describe{
    overflow: hidden;
    width: 80%;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.floor-four-item .floor-four-price{
    height: 20px ;
    margin-bottom: 20px;
    line-height: 20px;
    color: #bb3a3f;
}


.no-data-item .floor-four-pic{
    background-color: #fff;
}