body{
    background: #F8F8F8;
}
.contentDiv{
    background: #fff;
    padding:30px 0 30px 30px;
    min-width: 1028px;
}
.searchBox {
    margin-bottom: 16px;
}
.searchBox span{
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}
.searchBox input{
    width: 280px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 0 10px;
}
.searchBox a{
    width: 68px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
}
.searchBox a.searchBtn{
    color: #fff;
    background: #1371E6;
    border: 1px solid #1371E6;
    margin: 0 10px 0 20px;
}
.searchBox a.resetBtn{
    border: 1px solid #eee;
    color: #999;
}
.contentDiv table{
    width: 98%;
}
.contentDiv table th{
    border: 1px solid #ebeef5;
    background: #f6f9ff;
    font-weight: bold;
    padding: 10px 0;
}
.contentDiv table td{
    border: 1px solid #ebeef5;
    padding:  10px;
}
.contentDiv table td a{
    /* width: 56px; */
    color: #308bd8;
}