*{
    padding: 0;
    margin: 0;
}


.main{
    background-color: #fafafa;
    width: auto;
    height: auto;
    padding:20px 0 60px 0;
}

.main .service{
    width: 1200px;
    height: auto;
    margin: auto;
    padding: auto;
    background-color: #fff;
}

.main .service .title{
    height: 69px;
    margin: 0 20px;
    border-bottom: 1px solid #dfe8f5;
}

.main h1{
    height: 70px;
    margin: 0 30px 0 20px;
    font-size: 24px;
    line-height: 70px;
    color: #4c4c4c;
    display: inline-block;
}

.main h1 span{
    margin-left: 10px;
    font-size: 15px;
    line-height: 15px;
    color: #a6a6a6;
}


.main .service .more{
    margin: auto;
    float: right;
    line-height: 69px;
}


.main .service .content{
    padding: 20px 20px 24px 20px;
    width: 1160px;
    height: auto;
}

.main .service table{
    width: 1160px;
}

.main .service .content table,th,td{
    border: 1px solid #dfe8f5;
}

.main .service .content th{
    height: 50px;
    background-color: #f1f7ff;
    color: #2f73d9;
    font-size: 14px;
}

.main .service .content td{
    color: #567097;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 30px;
}

.main .service .content .td1{
    background-color: #ffffff;
}

.main .service .content .td2{
    background-color: #f7fcff;
}

.main .service .content a{
    color: #567097;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}

.main .footer{
    width: 1160px;
    height: 30px;
    margin: auto;
    padding: 0 20px 36px 20px ;
    background-color: #fff;
}

.main .footer span{
    display: inline-block;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #181818;
    text-align: center;
}

.main .footer .total{
    width: auto;
    height: 30px;
    float: left;
}

.main .footer .total .number-1{
    color: #2f73d9;
    margin: 0 3px;
}

.main .footer .total .number-2{
    margin: 0 5px;
}

.main .footer .pagination{
    width: auto;
    height: 30px;
    margin-left: 11px;
    float: right;
}

.main .footer .pagination .number-3{
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 5px;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    font-size: 12px;
    line-height: 28px;
}

.main .footer .flip-over{
    width: auto;
    height: 30px;
    float: right;
}

.main .footer .flip-over a{
    font-size: 12px;
    line-height: 30px;
    color: #181818;
    text-align: center;
    text-decoration: none;
    margin: 0 11px;
}

.main .footer .flip-over .line{
    width: 0;
    height: 12px;
    border-left: 1px solid #181818;
    display: inline-block;
}


