body {
    background: #F9FAFA;
}

.query-list {
    border-top: 5px solid #4D85CA;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
    padding: 20px;
}

.query-list-head {
    padding: 5px 50px 20px;
    color: #666;
    font-size: 16px;
    border-bottom: 1px solid #f5f5f5
}

.info-null {
    padding: 50px;
    text-align: center;
    font-size: 18px;
    color: #666
}

.info-null span {
    color: #D77071;
}
.info-null img{
    display: block;
    margin:30px auto;
    
}
.info-null p{
    line-height: 24px;
}

.info-details-item {
    padding: 20px 50px;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
}

.info-details-item:hover {
    background: #f5f5f5;
}

.info-details-head {
    color: #1792E7;
    margin-bottom: 10px;
}

.info-details-main {
    text-indent: 24pt;
    line-height: 20px;
}

.info-details-foot {
    color: #999;
    margin-top: 10px;
}

/*  */
.outBox-list{
    width: 1060px;
    margin:auto;
}
.outBox-list .hd{
    background: #EEF6FE;
    border-bottom:none;
}
.outBox-list .hd  ul li{
    width: 140px;
    line-height: 50px;
    color:#333;
}
.outBox-list .hd ul li.on{
    background: none;
}