#banner {
    background-image: url("../public/images/articles-banner.jpg");
    background-color: #323D51;
}

#banner .container {
    padding-bottom: 5.7%;
}

.post-lists dl {
    width: 67%;
    margin: 0 auto;
    border: 1px solid #F0F4F7;
    padding: 0 2.5% 2.5%;
}

.post-lists dd {
    border-bottom: 1px solid #F0F4F7;
}

.post-lists dd a,
.res-lists dd a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    line-height: 1;
    padding: 13px 0;
}

.post-lists dd a:hover,
.res-lists dd a:hover {
    color: #4294e9;
}

.post-lists dd a::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 1px;
    border-width: 1.5px;
    border-style: solid;
    border-color: #666;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: 3px;
    margin-right: 4px;
}

.post-lists dd a:hover::before {
    border-color: #4294e9;
}

.post-lists dd a::after {
    content: '';
    display: inline-block;
    float: right;
    width: 7px;
    height: 13px;
    background-image: url("../public/images/articles-arro.png");
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: -44px;
}

.post-lists dd a:hover::after {
    background-position-y: -1px;
}

.res-lists {
    background-color: #EEF1F3;
}

.res-lists .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.res-lists dl {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 1%;
    overflow: hidden;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.res-lists dd {
    float: left;
    width: 50%;

    padding-top: 1%;
    padding-left: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.res-lists dd a {
    padding: 6px 0;
}

.res-lists dd a::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url("../images/help-index/ic-text.png") no-repeat 0 0;
    margin-right: 7px;
}

.pagination {
    width: 45%;
    margin: 3% auto 0;
    text-align: center;
}

.simple-pagination ul {
    display: inline-block;
}

.light-theme .current.prev,
.light-theme .current.next,
.light-theme .page-link.prev,
.light-theme .page-link.next {
    background-image: url("../public/images/articles-up.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 8px;
    color: transparent;
}

.light-theme .page-link.prev:hover {
    background-position-y: 8px;
}

.light-theme .current.next,
.light-theme .page-link.next:hover {
    background-position-y: -32px;
}

.light-theme .page-link.prev {
    background-position-y: -112px;
}

.light-theme .page-link.next {
    background-position-y: -72px;
}

.simple-pagination ul li:first-child {
    display: none;
}

@media screen and (min-width: 993px) {
    #banner {
        height: 400px;
    }

    #banner h1 {
        padding-top: 11%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .post-lists dl {
        width: 85%;
    }

    .pagination {
        width: 70%;
    }

    .res-lists dl {
        margin-left: 0;
        width: 47%;
    }

    .res-lists dl:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .post-lists dl {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .post-lists dd a {
        padding-right: 1%;
    }

    .pagination, .res-lists dl {
        width: 100%;
    }

    .res-lists dl {
        margin-left: 0;
    }

    .res-lists dl:last-child {
        margin: 4% 0 0;
    }
}

.res-lists.art-res-list-abnet-help {
    height: 0;
    overflow: hidden;
}