.section{
    width: 820px;
    margin: 118px auto 0;
    padding-top: 50px;
    max-width: 90%;
}
.section .title h3{
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}
.section .title p{
    font-size: 12px;
    text-align: center;
    color: #5a5a5a;
    margin-top: 20px;
}
.section .title p a{
    margin-left: 10px;
}
.section .main{
    margin-top: 20px;
}
.section .main .table{
    width: 744px;
    margin: 0 auto;
}
.section .main .prve span,
.section .main .next span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 30px;
    font-size: 14px;
    background-color: #eee;
    color: #00387a;
}
.section .main .prve a,
.section .main .next a{
    color: #333;
    transition: all 1s;
    margin-left: 15px;
}
.section .main .prve a:hover,
.section .main .next a:hover{
    color: #00387a;
}
.section .main .prve{
    margin-top: 40px;
    margin-bottom: 17px;
}
.section .main .table table{
    width: 100%;
}
.section .main .table th{
    text-align: center;
    height: 60px;
    background-color: #eee;
    border: 1px solid #ccc;
}
.section .main .table td{
    border: 1px solid #ccc;
}
.section .main .table td{
    text-align: center;
}
.section .main .table td:last-child{
    text-align: left;
    height: 40px;
    padding-left: 10px;
}
@media screen and (max-width: 1300px) {
    .section {
        width: 90%;

    }
    .section .main .table {
        width: 100%;
        overflow-x: auto;
    }
    .section .main{
        padding-bottom: 30px;
    }
}
