 *{
     margin: 0;
     padding: 0;
 }
 /* 分页工具条 */
 /* .page {font-size: 12px;background-color: transparent;width: 100%;height: 50px;line-height: 50px;display: none;}
 .page .page-l select {width: 40px;height: 20px;}
 .page .page-l .page-size-box {display: inline-block;margin-left: 20px;} */
 .page .page-ul {
     float: right;
     list-style: none;
     margin: 20px 0px;
    }
 
 .page .page-ul li {
    display: inline-block;
     list-style: none;
     height: 100%;
     line-height: 30px;
     border-right: 0 none;
     box-sizing: border-box;}
 .page .page-ul li a:hover {background-color: #f5f2f2;}
 .page .page-ul li a {
     /* box-sizing: border-box; */
     text-decoration: none;
     display: block;
     /* height: 100%; */
     padding: 6px 12px;
    color: #da251c;
    line-height: 1.42857143;
    margin: 0 2px;
}
 .page .page-ul li a.active {
     background-color: #da251c;
     color: #fff;
    }
 .page .page-ul li span {
     /* box-sizing: border-box; */
    display: block;
     /* height: 100%; */
    padding: 6px 12px;
    color: #666;
    background: #ededed;
    border-color: #ddd;
    line-height: 1.42857143;
    }
.page .page-ul li a.previous, .page .page-ul li a.next {
    padding: 6px 12px;
    color: #666;
    background: #ededed;
    border-color: #ddd;
    line-height: 1.42857143;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.page .page-ul li a.next{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
 .page .page-ul li span.ellipsis {cursor: default;}

 .content{
    width: 870px;
    /* padding: 0 15px; */
    margin: 10px auto;
    font-size: 14px;
    color: #333;
}
.search{
    font-size: 0px;
}
.search-input{
    box-sizing: border-box;
    width: 450px;
    height: 50px;
    outline: 0 none;
    padding: 6px 12px;
    margin: 0;
    border: 1px solid #da251a;
    vertical-align: top;
    font-size: 14px;
    color: #555;
    
}
.search-input:focus {
    border-color: #da251a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); 
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(249,104,114,.6);
}
.search-icon{
    box-sizing: border-box;
    display: inline-block;
    width: 52px;
    height: 50px;
    border: 1px solid #da251a;
    background-color: #da251a;
    cursor: pointer;
    position: relative;
}
.search-img{
    width: 30px;
    position: absolute;
    top: 9px;
    left: 7px;
}
.table-content{
    margin-top: 10px;
    
}
.table-content table {
    border-collapse:collapse
    
}
.table-content thead {
    border: 1px solid #eee;
    background: #f3f2f2;
    border-left: none;
    border-right: none;
}
.table-content thead tr{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.table-content thead tr th{
    height: 36px;
    line-height: 36px;
    padding: 15px 8px !important;
    text-align: left !important;
}
.table-content tbody tr td{
    text-align: center;
    word-wrap:break-word;
    border-bottom: 1px solid #eee;
    padding: 15px 8px !important;
    text-align: left !important;
}
.no-data{
    font-size:14px;
    color:#333333;
    text-align: center;
    margin-top: 20px;
}
.no-data img{
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.page-text{
    float: right;
    height: 30px;
    line-height: 30px;
    clear: both;
    color: #777;
}
.page_time {
    float: right;
    margin: 20px 0px;
}
.yeshu {
    display: inline-block;
    position: relative;
    padding: 6px 12px;
    color: #3B3D3E;
}
.times input {
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    border: 1px solid #d6d6d6;
    margin: 0px 5px;
    color: #e8313e;
}
.queren a {
    display: inline-block;
    background-color: #da251c;
    line-height: 32px;
    width: 55px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}