﻿* {
    margin: 0;
    padding: 0;
}
ul, li {
    list-style: none;
}

.list_wrap {
    /*width: 905px;*/
    margin: 0 auto;
    padding: 10px;
}

.list_wrap ul {
    font-size: 0;
}
.list_wrap .item {
    display: inline-block;
    width: 24%;
    margin-top: 40px;
    margin-left: 1%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.list_wrap .item:nth-child(-n+3) {
    margin-top: 0;
}
.list_wrap .item:nth-child(4n-3) {
    margin-left: 0;
}
.list_wrap .item .image {
    width: 100%;
    height: 160px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.list_wrap .item .cont {
    padding: 20px;
}
.list_wrap .item strong {
    display: block;
    margin: 0 0 10px 0;
    font-size: 16px;
    letter-spacing: -1px;
}
.list_wrap .item p {
    font-size: 13px;
    height:24px;
    overflow:hidden;
}
/* 
.list_wrap .item a {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background: #eee;
    font-size: 13px;
    letter-spacing: -1px;
}
*/
.list_wrap .item a:hover {
    border-radius: 20px;
}