*{
    margin:0;
    padding:0;

}
/*body{
    background:whitesmoke;
    width:100%;
    height:100%;
}*/
 
.ul{
    width: 100%; 
    list-style:none;
    padding:10px;
    min-height:100px;
   
}
.li {
    width: 260px;
    height: 250px;
    margin: 15px;
    background: white;
    border-radius: 15px;
    float: left;
}

    .li img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

.li:hover {
    box-shadow: 1px 1px 14px #cec6c6;
}


.logodiv {
    width: 240px;
    position: relative;
    padding: 0;
    margin-top: 10px;
    height: 115px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
}
.name-p {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding: 5px;
    color: #4c4c4c;
    height: 30px;
    overflow: hidden;
}
.mark {
    padding: 2px 5px;
    border-radius: 7px;
    /*background: #f1c4c4;*/
    color: #f39700;
    margin: 5px;
    font-size: 10px;
    float: left;
}
.leixing {
    font-size: 12px;
    color: #a1a1a1;
}
.city{
    font-size: 12px;
    color: #a1a1a1;
    float:right;
}


.more {
    margin-bottom: 20px;
    border-top: 1px solid #d0d0d0;
    padding:10px;
}

    .more a {
        color: black;
    }

        .more a:hover {
            color: red;
        }