.search_section{width:1200px;margin:0 auto;margin-top:0px;display:flex;padding-left:10%;padding-right:10%;box-sizing:border-box}
.search_section .layui-input{margin-right:10px;height:50px}
.search_res_section{width:1200px;margin:0 auto;margin-top:50px;}
.loading{width:100%;line-height:50px;font-size:40px}


.search_res .con_item{float:left;width:100%;height:130px;display:flex;cursor:pointer;margin-bottom:30px}
.search_res .con_item img{width:220px;height:100%;border-radius:8px}
.search_res .con_item .con_detail{width:calc(100% - 220px);height:100%;padding:0px 20px;box-sizing:border-box}
.search_res .con_item .con_detail .title{
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: block;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    
}
.search_res .con_item .con_detail .title:hover{color:#00a0e9!important}
.search_res .con_item .con_detail .des{
        width: 100%;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: rgb(102, 102, 102); 
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.search_res .con_item .con_detail .date{
    width: 100%;
    margin-top:10px;
    color:rgb(153, 153, 153);
    font-size:14px;
    display: block;
}
.search_res .laypage_section{
    width: 100%;
    /*float: left;*/
    text-align: center;
    margin-top: 20px;
}
.search_res .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#00a0e9}
.search_res .layui-laypage a:hover {
    color: #00a0e9;
}



.layui_table_content::-webkit-scrollbar {
    width: 5px;   
}
.layui_table_content::-webkit-scrollbar-thumb {
    background: #009fe9;
    border-radius: 10px;
}

.layui-table tbody tr td:nth-child(1){width:40px}
.layui-table tbody tr td:nth-child(2){width:150px}
.layui-table tbody tr td:nth-child(3){width:100px}
.layui-table tbody tr td:nth-child(4){width:100px}
.layui-table tbody tr td:nth-child(6){width:100px}
.layui-table thead th:nth-child(7){width:5px;padding:0px}

.layui-table{margin-top:0px}

.lab_section{width:100%;margin-bottom:30px}
.lab_menu{width:100%;background-color:#ececec; line-height:40px;text-align:center}

.layui-layer-photos-toolbar{background-color:transparent!important;}

b{color:red}