.text {
    margin-top: 30px;
}

.text h3 {
    font-size: 20px;
    font-weight: bold;
    color: #2c93f6;
    border-left: 3px solid #2c93f6;
    padding-left: 10px;
    height: 22px;
    line-height: 22px;
    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;
    margin: 0;
}

.content .list-box table tr{
    display: block;
    float: left;
    margin-right: 19px;
    margin-bottom: 35px;
    width: 200px;
    height: 250px;
    background-color: #f8f8f8;
}
.content .list-box table tr.layui-table-hover{
    background-color: #fff;
    box-shadow: 2px 2px 8px 2px #ccc;
}
.content .list-box table tr td{
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
.content .list-box table tr td img.logo{
    width: 100%;
    height: 200px;
}
.layui-table img {
    max-width: 280px;
}
.layui-table .title {
    height: 60px;
    line-height: 48px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #888;
    font-weight: bold;

}
td > div.layui-table-cell{
    width: 200px;
    display: block;
    height: auto;
    padding: 0 0;
}

.lsml-box {
    margin-bottom: 80px;
}
.lsml-box table {
    width: 1200px;
    color: #666;
    border-width: 1px;
    border-color: #eee;
    border-collapse: collapse;
}
.lsml-box table tr:nth-child(odd){
    background-color: #f8f9fb;
}
.lsml-box table th{
    width: 120px;
}
.lsml-box table td{
    padding-top: 8px;
    padding-bottom: 10px;
    text-align: center;
    border: 1px solid #eee;
}
