#guides-list .headerTitle h1 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 36px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 36px
}

#guides-list .PostListbanner {
    width: auto
}

#guides-list .headerTitle h1 span {
    color: #2769da
}

#guides-list .PostListbanner {
    margin-bottom: 81px
}

#guides-list .PostListbanner .container {
    display: flex;
    justify-content: space-between
}

#guides-list .banner-l {
    margin-right: 88px;
    overflow: hidden;
    width: 640px;
    position: relative
}

#guides-list .banner-l ul {
    width: 2560px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s
}

#guides-list .banner-l ul li {
    width: 640px;
    float: left
}

#guides-list .banner-l .box1 {
    width: 640px;
    height: 469px;
    line-height: 469px;
    text-align: center;
    background: #fff
}

#guides-list .banner-l img {
    width: auto;
    height: auto
}

#guides-list .banner-r {
    flex: 1
}

#guides-list .banner-r .jiantou {
    margin-bottom: 53px;
    position: relative
}

#guides-list .swiper-button-next {
    right: auto;
    left: 100px
}

#guides-list .swiper-button-next:after,
#guides-list .swiper-button-prev:after {
    font-size: 34px;
    color: #ccccde;
    font-weight: 700
}

#guides-list .banner-r .jiantou span {
    margin-top: 0
}

#guides-list .banner-r .jiantou span:hover:after {
    color: #717ca3 !important
}

#guides-list .banner-r .jiantou .iconjiantou {
    font-size: 34px;
    color: #ccccde;
    cursor: pointer
}

#guides-list .banner-r .jiantou .iconjiantou:first-child {
    margin-right: 42px
}

#guides-list .banner-r .jiantou .iconjiantou:nth-child(2) {
    display: inline-block;
    transform: rotateY(180deg)
}

#guides-list .banner-r {
    overflow: hidden;
    height: auto;
    margin-top: 24px
}

#guides-list .banner-r ul {
    height: 260px;
    width: 1416px
}

#guides-list .banner-r ul li {
    float: left;
    width: 472px
}

#guides-list .banner-r .biaoti {
    font-size: 30px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 36px;
    margin-top: 30px
}

#guides-list .banner-r .time {
    font-size: 16px;
    font-family: Nunito-Bold;
    font-weight: 300;
    color: #9a9a9a;
    line-height: 36px;
    margin-bottom: 30px
}

#guides-list .banner-r .content {
    font-size: 16px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #0d111f;
    line-height: 30px;
    margin-bottom: 17px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

#guides-list .article-category {
    margin-bottom: 69px
}

#guides-list .article-category .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 60px
}

#guides-list .article-category .container .tab {
    width: 100%;
    line-height: 51px;
    background: #fff;
    border: 1px solid #ccccde;
    font-family: Nunito-Bold;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    margin-right: 10px
}

#guides-list .article-category .container .tab.active {
    background: #fff;
    border: 2px solid;
    border-image: linear-gradient(65deg, #3ef1bf, #2766db) 10 10;
    box-shadow: 0 0 27px 0 rgba(21, 24, 47, .08)
}

#guides-list .article-list {
    margin-bottom: 45px
}

#guides-list .article-list .container-box {
    display: flex;
    padding-bottom: 27px;
    border-bottom: 2px solid #d7d6d6;
    margin-bottom: 64px;
    cursor: default
}

#guides-list .article-list .article-list-l {
    flex: 7
}

#guides-list .article-list .article-list-r {
    flex: 3
}

#guides-list .article-list .time {
    font-size: 14px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #9a9a9a;
    line-height: 36px
}

#guides-list .article-list .article-list-title {
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 24px;
    margin-bottom: 14px
}

#guides-list .article-list .article-list-title:hover {
    color: #2765db !important
}

#guides-list .article-list .article-list-content {
    font-size: 16px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #0d111f;
    line-height: 30px;
    margin-bottom: 26px
}

#guides-list .article-list .article-list-r {
    display: flex;
    justify-content: flex-end;
    align-self: flex-end
}

#guides-list .article-list .article-list-r span {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #d7d6d6;
    opacity: .61;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    color: #000;
    margin-left: 8px
}

#guides-list .article-list .article-list-r span:hover {
    background: #000;
    opacity: 1;
    color: #fff
}

#guides-list .article {
    margin-bottom: 150px
}

#guides-list .article .container {
    height: 58px;
    background: #2769da;
    text-align: center;
    line-height: 58px;
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fff;
    cursor: pointer
}

@media screen and (max-width: 768px) {

    #guides-list .article-category .container .tab:nth-child(2),
    #guides-list .article-category .container .tab:nth-child(4),
    #guides-list .article-category .container .tab:nth-child(6),
    #guides-list .article-category .container .tab:nth-child(8) {
        margin-right: 0
    }

    #guides-list .banner-l img {
        width: 100%;
        height: 260px
    }

    #guides-list .headerTitle h1 {
        font-size: 28px;
        margin-top: 71px;
        margin-bottom: 44px
    }

    #guides-list .banner {
        margin-bottom: 54px
    }

    #guides-list .banner .container {
        display: block
    }

    #guides-list .PostListbanner {
        margin-bottom: 60px
    }

    #guides-list .banner-l {
        margin: 0 0 30px;
        width: 100%
    }

    #guides-list .banner-r .biaoti {
        font-size: 22px;
        line-height: 30px;
        margin-top: 0
    }

    #guides-list .banner-r {
        position: relative;
        height: 232px;
        margin-bottom: 0
    }

    #guides-list .banner-r .jiantou {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 80px;
        height: 44px;
        margin: 0
    }

    #guides-list .banner-r .jiantou .iconjiantou {
        font-size: 27px
    }

    #guides-list .swiper-button-next:after,
    #guides-list .swiper-button-prev:after {
        font-size: 30px
    }

    #guides-list .swiper-button-prev {
        top: 0;
        left: 0;
        right: auto
    }

    #guides-list .swiper-button-next {
        top: 0;
        right: 0;
        left: auto
    }

    #guides-list .banner-r .time {
        font-size: 12px;
        margin-bottom: 0
    }

    #guides-list .banner-r .content {
        font-size: 14px;
        line-height: 22px
    }

    #readMore {
        background: #000;
        border: none;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0
    }

    #readMore,
    #readMore a {
        color: #fff
    }

    #guides-list .article-category .container {
        display: flex;
        padding: 0 31px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center
    }

    #guides-list .article-category .container .tab {
        width: 45%;
        background: #fff;
        border: 1px solid #ccccde;
        margin-bottom: 20px
    }

    #guides-list .article-category .container .active {
        width: 45%
    }

    #guides-list .article-category {
        margin-bottom: 49px
    }

    #guides-list .article-list .time {
        font-size: 12px
    }

    #guides-list .article-list .container-box {
        padding-bottom: 60px
    }

    #guides-list .article-list .article-list-title {
        font-size: 18px
    }

    #guides-list .article-list .container-box {
        display: block;
        position: relative
    }

    #guides-list .article-list .article-list-content {
        font-size: 14px;
        line-height: 18px
    }

    #guides-list .article-list .article-list-r {
        position: absolute;
        bottom: 30px;
        right: 0
    }

    #guides-list .article {
        padding: 0 20px;
        margin-bottom: 45px
    }
}
#readMore {
    width: 140px;
    height: 37px;
    line-height: 37px;
    background: #fff;
    border: 2px solid #d8d8d8;
    padding: 0;
    margin-top: 20px;
    color: #000;
}
#readMore a {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}