
.content .list-box{
    /*margin-top: 70px;*/
    margin-bottom: 30px;
}

.layui-table-header{
    display: none;
}

.layui-table-view .layui-table[lay-skin=line]{
    border-width: 0 0 0 0;
}
.layui-table td, .layui-table th, .layui-table-fixed-r, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row]{
    border-width: 0px;
}

.content .layui-table-body {
    position: relative;
    /*overflow-x: hidden;*/
    padding-bottom: 40px;
    margin: 0;
}

.content .list-box table tr{
    display: block;
    float: left;
    margin: 0;
    width: 300px;
    height: 250px;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
}
.content .list-box table tr:nth-child(8){
    border-bottom:none;
}
.content .list-box table tr:nth-child(5){
    border-bottom:none;
}
.content .list-box table tr:nth-child(6){
    border-bottom:none;
}
.content .list-box table tr:nth-child(7){
    border-bottom:none;
}
.content .list-box table tr.layui-table-hover{
    background-color: #fff;
    box-shadow: 2px 2px 8px 2px #ccc;
}

.content .list-box table tr td{
    display:block;
    width: 300px;
    margin:0;
    padding:0;
}

.content .list-box table tr td > div{
    display:block;
    width: 300px;
    height: 250px;
    margin:0;
    padding:0;
}
.list-box .cell-box{
    width: 295px;
    display: inline-block;
}
.list-box .cell{
    width: 200px;
    margin:0 auto;
}
.list-box .right-line{
    height: 150px;
    margin-top: 80px;
    float:right;
    border-right: 1px solid #ebebeb;
    z-index: 10;
}
.layui-table img {
    max-width: 100%;
}
.list-box .cell img{
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 120px;
    margin-top: 50px;
}
.list-box .cell span{
    display: block;
    text-align: center;
    margin-top: 20px;
}