.renting-body {
    padding: 25px 0 20px;
    background: #f2f5fa;
    min-width: 1280px;
    overflow: hidden;
}

.por-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.renting-list {
    /*margin-left: -20px;*/
    overflow: hidden;
}

.renting-list dl {
    /* float: left; */
     margin: 0; 
    /* width: 305px; */
    background: #fff;
    overflow: hidden;
    /*min-height: 540px;*/
    border: 1px solid #ddd;
    position: relative;
}
.renting-list{
    display: flex;
    flex-wrap: wrap;
}
.renting-list .layui-col-md3{
        /*flex: 1 1 100%;*/
    padding: 0;
    margin: 5px;
}

.renting-list dt {
    /*height: 74px;*/
    padding: 15px 18px;
    /*border: 1px solid #dddddd;*/
    /*border-bottom: none;*/
    background: #f2f5fa;
}
@media screen and (min-width: 992px) {
    .renting-list  .layui-col-md3{
        /*flex: 1 1 24%;*/
    }
}
@media screen and (min-width: 992px) {
    .layui-col-md3 {
        width: 24% !important;
    }
}
.renting-list dt h2 {
    font-size: 18px;
    color: #333;
    margin: 0 0 8px;
}

.renting-list dd {
    /*border: 1px solid #ddd;*/
    /*border-top: none;*/
    padding: 0 20px 20px;
    overflow: hidden;
   border: none !important;
}

.renting-list .detailtip {
    position: relative;
    cursor: pointer;
}

.renting-list .detailtip p {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.renting-list .detailtiphover {
    display: none;
    font-size: 12px;
    background: rgba(0, 0, 0, .75);
    width: 210px;
    line-height: 20px;
    padding: 12px 15px;
    border-radius: 4px;
    color: #fff;
    position: absolute;
    top: 25px;
    left: 6px;
}

.renting-list .detailtiphover i {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    vertical-align: middle;
    border: 6px dashed transparent;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, .75);
    border-top-width: 0;
    position: absolute;
    top: -6px;
    left: 113px;
}

.renting-list .detaillist {
    padding: 15px 0 10px;
    overflow: hidden;
    /* height: 250px; */
}

.renting-list .detaillist p {
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #ddd;
}

.renting-list .detaillist span {
    color: #666666;
    float: left;
    width: 45px;
}

.renting-list .systemlist {
    color: #666666;
    overflow: hidden;
}

.renting-list .systemlist p {
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
}

.renting-list .systemlist select {
    border: 1px solid #dddddd;
    width: 225px;
    font-size: 12px;
    height: 35px;
    padding: 0 0 0 15px;
    float: right;
    outline: none !important;
    line-height: 33px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("img/down2.png") 205px 12px no-repeat;
    cursor: pointer
}

.renting-list .systemlist select option {
    padding: 10px 0;
}

.renting-list .systemlist select:hover {
    border: 1px solid #015bfe;
}

.renting-list .online {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff8a00;
    color: #fff;
    margin-top: 10px;
    /*position: absolute;*/
    /*width: 100%;*/
    /*bottom: 0px;*/
}

.renting-list .online:hover {
    background: #fb8b2a;
}

.renting-list .detailtip:hover .detailtiphover {
    display: block;
}

.renting-list .ysq,
.renting-list .ysq:hover {
    background: #666;
    cursor: no-drop;
}

.renting-list dl:hover dt {
    border-color: #015bfe;
    background: #3047ff;
    border-color: #015bfe !important;
}

.renting-list dl:hover dt p,
.renting-list dl:hover dt h2 {
    color: #fff;
}

.renting-list dl:hover dd {
    /*border-color: #015bfe*/
}
.jgao {
    border: 1px solid #ffdea3;
    background: #fffcf5;
    padding: 15px;
    margin-top: 20px;
}
.jgao h4 {
    color: #f60;
}
.jgao p {
    color: #666;
}




@media screen and (max-width:678px) {
    .renting-body{    min-width: 100%;}
    .por-container{padding: 0 10px;}
}