.mod-list{
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
}
.mod-list .hd{
    padding: 10px 15px 5px;
    background: #fff;
}
.mod-list .hd strong{
    color: #fc9000;
}
.mod-list .bd{
    overflow: hidden;
}
.mod-list .post{
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.mod-list .post:last-child{
    margin-bottom: 0;
}
.mod-list .post .picture{
    float: left;
    width: 240px;
    height: 135px;
    border-radius: 3px;
    overflow: hidden;
}
.mod-list .post .picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.mod-list .post:hover{
    box-shadow: 1px 1px 12px rgba(0,0,0,0.15);
}
.mod-list .post:hover .picture img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.mod-list .post .info{
    margin-left: 265px;
}
.mod-list .post .info p.title{
    margin-bottom: 4px;
    line-height: 32px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mod-list .post .info p.summary{
    line-height: 22px;
    color: #888;
}
.mod-list .post .info p.summary a{
    white-space: nowrap;
    color: #333;
}
.mod-list .post .info p.desc{
    margin-top: 10px;
    line-height: 22px;
    color: #888;
}
.mod-list .post .info p.desc span,.mod-list .post .info p.desc time{
    margin-right: 10px;
}
.mod-list .post .info p.desc a{
    color: #888;
}
.mod-list .post .info p.desc .author{
    display: inline-block;
    padding-left: 20px;
    background: url('../images/icon-person.png') left center no-repeat;
    background-size: 16px 16px;
}
.mod-list .post .info p.desc .date{
    display: inline-block;
    padding-left: 20px;
    background: url('../images/icon-time.png') left center no-repeat;
    background-size: 16px 16px;
}
.mod-list .post .info p.desc .view{
    display: inline-block;
    padding-left: 20px;
    background: url('../images/icon-view.png') left center no-repeat;
    background-size: 16px 16px;
}
.mod-list .post .info p.desc .tag{
    display: inline-block;
    padding-left: 20px;
    background: url('../images/icon-tag.png') left center no-repeat;
    background-size: 16px 16px;
    height: 22px;
    overflow: hidden;
}
.mod-list .post .info p.desc .tag{
    float: right;
    margin-right: 0;
}
.mod-list .post .info p.desc .tag a{
    margin-left: 5px;
    white-space: nowrap;
}
.mod-list .post .info p.desc .tag a::before{
    content:'#';
}
.mod-list .pagination{
    padding: 25px 0;
    text-align: center;
}
.mod-list .pagination li{
    display: inline-block;
    margin: 0 2px;
}
.mod-list .pagination li span,.mod-list .pagination li a{
    display: block;
    min-width: 12px;
    height: 32px;
    padding: 0 10px;
    background: #ffffff;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    font-weight: bold;
    font-size: 16px;
    color: #666;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
}
.mod-list .pagination li.thisclass span,.mod-list .pagination li.thisclass a{
    background: #0084ff;
    color: #fff;
}
.mod-list .pagination li span.none{
    background: none;
}

.mod-post .post{
    position: relative;
    padding: 5px 0 5px 5px;
    overflow: hidden;
}
.mod-post .post .picture{
    float: left;
    width: 100px;
    height: 75px;
    border-radius: 2px;
    overflow: hidden;
}
.mod-post .post .picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.mod-post .post:hover .picture img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.mod-post .post .info{
    margin-left: 115px;
}
.mod-post .post .info p.title{
    max-height: 40px;
    margin-bottom: 6px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.mod-post .post .info .desc{
    line-height: 30px;
    color: #888;
}
.mod-post .post .info .desc .date{
    display: inline-block;
    padding-left: 20px;
    margin-right: 15px;
    background: url('../images/icon-time.png') left center no-repeat;
    background-size: 16px 16px;
}
.mod-post .post .info .desc .view{
    display: inline-block;
    padding-left: 20px;
    background: url('../images/icon-view.png') left center no-repeat;
    background-size: 16px 16px;
}

.mod-tags .bd{
    padding: 5px;
    line-height: 26px;
}
.mod-tags .tag{
    margin: 0 2px;
    white-space: nowrap;
}
.mod-tags .tag:hover{
    text-decoration: underline;
}

@media screen and (max-width: 1020px){
    .mod-list .post{
        padding: 10px;
    }
    .mod-list .post .picture{
        width: 120px;
        height: 68px;
        margin-top: 5px;
        margin-right: 15px;
    }
    .mod-list .post .info{
        float: none;
        margin-left: 0;
    }
    .mod-list .post .info p.title{
        line-height: 24px;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .mod-list .post .info p.summary{
        line-height: 20px;
        font-size: 13px;
    }
    .mod-list .post .info p.desc{
        font-size: 12px;
    }
    .mod-list .post .info p.desc .tag{
        float: none;
        display: block;
    }
    .mod-list .pagination{
        padding: 20px 0;
    }
    .mod-list .pagination li{
        margin: 0;
    }
    .mod-list .pagination li span, .mod-list .pagination li a{
        height: 28px;
        padding: 0 8px;
        line-height: 28px;
        font-size: 15px;
    }

}