.line{
    height: 16px;
    background: #eeeeee;
}
.content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 80px;
}
.content h3{
    width: 100px;
    height: 50px;
    line-height: 50px;
    color: #fefefe;
    font-size: 18px;
    font-weight: bold;
    padding-left: 60px;
    background:#226bff url('../images/load.png') no-repeat 15px center;
}
.line2{
    width: 100%;
    height: 2px;
    background: #226bff;
    margin-top: 21px;
    margin-bottom: 40px;
}
.list_load li{
    padding-bottom: 24px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 22px;
}
.list_load li>img{
    float: left;
    width: 60px;
    height: 60px;
}
.list_load li .name{
    width: 600px;
    float: left;
    margin-left: 17px;
}
.list_load li .info{
    float: right;
    text-align: right;
}
.list_load li .name h6{
    font-size: 18px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 20px;
}
.list_load li .name p{
    font-size: 14px;
    color: #666666;
}
.list_load li .info span{
    display: block;
    font-size: 12px;
    color: #666666;
    text-align: right;
    margin-bottom: 6px;
    margin-top: 3px;
}
.list_load li .info a{
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background: #eb6123;
    display: inline-block;
    color: #fff;
    
}
.list_load li .info a:hover{
    background:#226bff;
    color:#fff ;
}
.page{
    text-align: center;
    margin-top: 30px;
}
.page a{
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #d2d2d2;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #656565;
    margin: 0 3px;
}
.page .prev{
    background: url('../images/lt.png') no-repeat center;
}
.page .next{
    background: url('../images/rt.png') no-repeat center;
}
.page .active{
    background: #226bff;
    color: #fff;
    border: 1px solid #226bff;
}