.apply{
    width: 100%;
    height: auto;
    display: inline-block;
}
.index {
    width: 74%;
    margin: 0 auto;
}
.apply-top{
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    background-color: #fff;
    border-bottom: 1px solid#f3f3f3;
    padding: 15px;
}
.at-box{
    width: 88%;
    margin: 0 auto;
}
.at-box h3{
    float: left;
    margin-right: 15px;
    font-size: 16px;
    color: #ec6d04;
}
.at-box li{
    float: left;
    margin-right: 2%;
    font-size: 14px;
}
.at-box li a{
    color: #6f6f6f;
}
.apply-bottom{
    width: 100%;
    height: auto;
    background-color: #f3f3f3;
    margin-top: -6px;
    padding-top: 5%;
}
.ab-box{
    width:100%;
    height: auto;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 23px;
}
.abb-left{
    float:left;
    width: 30%;
    padding-top: 7%;
}
.abb-left h3{

    color: #6f6f6f;

    font-size: 14px;
}
.abb-left h1{

    font-size: 26px;

    font-weight: bold;

    line-height: 42px;

    padding: 15px 0;

    text-transform: capitalize;
}
.abb-left h4{

    color: #333333;

    font-size: 8px;

    line-height: 22px;

    text-transform: capitalize;
}
.abb-left .more{
    margin-top: 7%;
}
.abb-left .more a{
    color: #ec6d04;
    font-size: 14px;
}
.abb-right{
    float: right;
    width: 66%;
}
.abb-right img{
    width: 100%;
}

.ab-boxs{
    width:100%;
    height: auto;
    display: inline-block;
    margin-top: 0%;
    margin-bottom: 23px;
}
.abb-lefts{
    float: right;
    width: 30%;
    padding-top: 7%;
}
.abb-lefts img{
    width: 100%;
}
.abb-rights{
    float: left;
    width: 66%;
}
.abb-rights h3{

    color: #6f6f6f;

    font-size: 14px;
}
.abb-rights h1{

    font-size: 26px;

    font-weight: bold;

    line-height: 42px;

    padding: 15px 0;
}
.abb-rights h4{

    color: #333333;

    font-size: 8px;

    line-height: 22px;
}
.abb-rights .more{
    margin-top: 7%;
}
.abb-rights .more a{
    color: #ec6d04;
    font-size: 14px;
}
.paginator {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    margin-top: 50px;
}
.paginator a {
    background: none;
    border: 1px solid #aaa;
    color: #aaa;
    display: inline-block;
    line-height: 32px;
    margin: 0 2px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    vertical-align: middle;
}
.paginator .cpb {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #aaa;
    display: inline-block;
    line-height: 32px;
    margin: 0 2px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    vertical-align: middle;
    color: white;
    background-color: #153f8f;
}
.abb-rights img{
    width: 100%;
}
.abb-lefts h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 42px;
    padding: 15px 0;
    text-transform: inherit;
}
.abb-lefts h4 {
    color: #333333;
    font-size: 8px;
    line-height: 22px;
    text-transform: capitalize;
}
.abb-lefts .more {
    margin-top: 7%;
}
.abb-lefts .more a {
    color: #ec6d04;
    font-size: 14px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .abb-left {
        float: left;
        width: 100%;
        padding-top: 7%;
    }
    .abb-right {
        float: right;
        width: 100%;
    }
    .abb-left h1 {
        font-size: 18px;
        font-weight: bold;
        line-height: 27px;
        padding: 0px 0;
    }
    .abb-left h4 {
        color: #333333;
        font-size: 8px;
        line-height: 19px;
    }
    .index {
        width: 85%;
        margin: 0 auto;
    }
    .abb-left .more {
        margin-top: -1%;
        margin-bottom: 3%;
    }
    .ab-box {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 0px;
        padding-bottom: 15px;
        border-bottom: 1px dashed#000000;
        margin-bottom: 15px;
    }
    .abb-lefts {
        float: right;
        width: 100%;
        padding-top: 7%;
    }
    .abb-rights {
        float: left;
        width: 100%;
    }
    .abb-lefts h1 {
        font-size: 18px;
        font-weight: bold;
        line-height: 27px;
        padding: 0px 0;
    }
    .abb-lefts .more {
        margin-top: -1%;
        margin-bottom: 3%;
    }
    .ab-boxs {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 0px;
        padding-bottom: 15px;
        border-bottom: 1px dashed#000000;
        margin-bottom: 15px;
    }
}