.templets-block {
    margin-bottom: 50px;
}
.templets-file-list {
    display: block;
}
.clearfix:before, .clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.templets-file-list li {
    position: relative;
    float: left;
    width: 364px;
    margin: 24px 24px 0 0;
    background: #f6f6f6;
}
.templets-file-list li.mr_0 {
    margin-right: 0;
}
.templets-file-list li .pic {
    display: table-cell;
    width: 364px;
    height: 320px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.templets-file-list li .pic img {
    max-width: 364px;
    max-height: 320px;
    vertical-align: middle;
    transition: all 1s;
}
.templets-file-list li .msg {
    padding: 5px 18px 10px;
}
.templets-file-list li .msg .tit {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.templets-file-list li .msg .data {
    height: 30px;
    padding-bottom: 10px;
    overflow: hidden;
}
.templets-file-list li .msg .data .num {
    float: left;
    color: #666;
    height: 30px;
    line-height: 30px;
    margin-right: 40px;
}
.templets-file-list li .msg .data .num em {
    color: #3caef6;
}
.templets-file-list li .msg .data .gz, .templets-file-list li .msg .data .gm {
    font-size: 12px;
    float: left;
    color: #999;
    height: 30px;
    line-height: 30px;
    margin-right: 40px;
}
.clearfix:before, .clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.templets-file-list li .msg .jg {
    float: left;
    color: #f35959;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.templets-file-list li .msg .buy-btn {
    margin-left: 8px;
    background: #ff6d5e;
}
.templets-file-list li .msg .add-btn {
    background: #49cc86;
}
.templets-file-list li .msg .add-btn, .templets-file-list li .msg .buy-btn {
    float: right;
    color: #fff;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.clearfix:before, .clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}