.wb_top {
}

.wb_top_ic {
    position: relative;
    display: block;
}

.wb_top_ic > img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.wb_top_iw {
    position: absolute;
    left: 240px;
    right: 240px;
    bottom: 100px;
    height: 200px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 100px;
    text-align: center;
    border-radius: 3px;
}

.wb_top_iw > p {
    color: var(--base);
    font-size: 16px;
}

.wb_top_iw > h1 {
    font-size: 30px;
    margin-top: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qi_arrow {
    color: #fff;
    text-align: center;
    font-family: monospace, serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 30px;
    font-weight: 900;
    transition: 0.3s;
    width: 40px;
    line-height: 40px;
    background-color: var(--base);
    border-radius: 3px;
}

.qi_arrow.slick_prev {
    left: 30px;
}

.qi_arrow.slick_next {
    right: 30px;
}

/* .wb_late {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.wb_late_l {
    width: 800px;
}

.wb_late_w {
    padding-bottom: 46px;
    border-bottom: 1px solid #999;
}

.wb_late_i {
    display: flex;
    margin-bottom: 40px;
}

.wb_late_i > img {
    width: 320px;
    height: 320px;
    object-fit: cover;
    margin-right: 45px;
    border-radius: 3px;
} */

.wb_late_r {
    width: 340px;
}

.wb_late_ir > span {
    font-size: 16px;
    color: var(--base);
}

.wb_late_ir > h1 {
    font-size: 24px;
    margin: 22px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wb_late_ir > p {
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wb_late_ir > a {
    width: 120px;
    line-height: 32px;
    background-color: var(--base);
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin-top: 33px;
}

.wb_late_tags {
    margin-top: 10px;
}
.wb_late_tag {
    font-weight: bold;
}
.wb_late_tag:not(:first-of-type) {
    margin-left: 6px;
}

.wb_page {
    display: flex;
    justify-content: center;
}

.paginationjs {
    width: 100%;
    display: flex;
    justify-content: center;
}
.paginationjs .paginationjs-pages ul {
    width: 100%;
}
.paginationjs .paginationjs-pages .J-paginationjs-next {
    float: right;
}
.paginationjs-prev.disabled {
    display: none;
}
.paginationjs-next.disabled {
    display: none;
}
.paginationjs .paginationjs-pages li {
    border: 0;
    margin: 0 5px;
}
.paginationjs .paginationjs-pages li:last-child {
    border: 0;
}
.paginationjs .paginationjs-pages li > a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    text-align: center;
}
.paginationjs .paginationjs-pages li.active > a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: var(--base);
}
.paginationjs .paginationjs-pages li > a:hover {
    background: #fff;
}
.paginationjs .paginationjs-pages li:last-child > a {
    border-radius: 3px;
}
.paginationjs .paginationjs-pages .paginationjs-next > a {
    text-align: center;
}
.paginationjs .paginationjs-pages .paginationjs-ellipsis {
    pointer-events: none;
}

/* .paginationjs .paginationjs-pages .paginationjs-ellipsis>a{background-color: #f9f9f9;} */

.qi_idea_c {
    padding: 50px 0 150px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.qi_idea_c > img {
    margin-right: 28px;
    width: 198px;
}

.qi_idea_r > h1 {
    font-size: 26px;
    font-weight: bold;
}

.qi_idea_r > a {
    background-color: var(--base);
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
}

.qi_idea_r > a > img {
    transition: 0.3s;
    height: 100%;
}

.qi_idea_r > a:hover {
    background-color: var(--base);
}

.qi_idea_r > a:hover > img {
    margin-left: 10px;
}

.wb_late_r {
    background-color: #fff;
}

.wb_late_sty {
    position: fixed;
    right: calc(50vw - var(--lg) / 2 - 8.5px);
    top: 100px;
}

.wb_late_r > h1 {
    font-size: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid #999;
    margin-bottom: 18px;
}

.wb_late_v {
    padding-bottom: 20px;
}

.wb_late_v > a {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    line-height: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 60px;
    margin-bottom: 20px;
}

.wb_late_v > a > img {
    width: 40px;
}

.wb_late_v > a > span {
    font-size: 16px;
    color: #333;
    margin-left: 20px;
}

.wb_late_v > a:last-child {
    margin-right: 0px;
}

/* .wb_top_t{}
.wb_top_b{display: flex;justify-content: space-between;margin-top: 60px;}
.wb_top_bi{margin-top: 20px;}
.wb_top_b .wb_top_bi{width: 48%;}
.wb_top_bi>img{height: 400px;object-fit: cover;width: 100%;}
.wb_top_bi>h1{font-size: 24px;height: 56px;margin: 20px 0 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.wb_top_bi>span{font-size: 14px;color: #999;}
.wb_top_bi>p{font-size: 16px;line-height: 1.5;margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.wb_top_btn{margin-top: 20px;}
.wb_top_t .wb_top_btn{text-align: center;}
.wb_top_btn>a{text-align: center;display: inline-block;width: 200px;height: 44px;line-height: 44px;background-color: var(--base);color: #fff;border-radius: 3px;}
.wb_top_btn>a>img{vertical-align: middle;transition: .3s;}
.wb_top_btn>a:hover img{margin-left: 10px;} */

/* .wb_late{margin-top: 60px;}
.wb_late>h1{color: #666;font-size: 30px;border-bottom: 1px solid #ccc;padding-bottom: 10px;}
.wb_late_c{display: flex;justify-content: space-between;margin-top: 20px;}
.wb_late_c .wb_top_bi{width: 31%;}
.wb_late_c .wb_top_bi>img{height: 260px;} */

/* .wb_cate{margin-top: 60px;border-top: 1px solid #ccc;padding: 40px 0 100px;display: flex;justify-content: center;}
.wb_cate>a{box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);border-radius: 3px;width: 360px;line-height: 110px;height: 110px;display: flex;justify-content: center;align-items: center;margin-right: 40px;}
.wb_cate>a>span{font-size: 22px;color: #333;font-weight: bold;margin-left: 20px;}
.wb_cate>a:last-child{margin-right: 0px;} */

/* common */
.wb_title {
    width: var(--lg);
    margin: 50px auto 30px;
}
.wb_title h1 {
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: bold;
}
.bottom_line {
    border-bottom: 1px solid black;
}
.wb_subtitle {
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
}

/* BLOG总览页 */
.wl_blog_h {
    background-color: #d6e4ff;
    overflow: hidden;
}
.wl_blog_h .wb_subtitle {
    width: 44%;
}
/* .wl_blog_c {
    width: var(--lg);
    margin: 50px auto;
}
.wb_type {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    margin: 50px 0;
}
.wb_type_i {
    border: 1px solid black;
    border-radius: 2px;
    height: 150px;
    padding: 15px;
}
.wb_type_i .title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.wb_type_i .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
    height: 63px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #a7a7a7;
    line-height: 1.5;
} */

.wb_type_l {
    max-width: var(--lg);
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
}
.wb_type_li {
    position: relative;
    padding-right: 0px;
}
.wb_type_li:not(:last-child) {
    margin-right: 20px;
}
.wb_type_li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 10px;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #ccc;
    pointer-events: none;
}

.wbl_list {
    max-width: 1040px;
    width: 100%;
    margin: 50px auto 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 40px;
}
.wb_late_i {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}
.wb_late_i > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
}
.wb_late_ir {
    padding: 10px;
    overflow: hidden;
}
.wb_late_ir h3 {
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.wb_late_ir .intro {
    height: 58px;
}
.wb_late_ib {
    margin: 0 10px;
    padding: 10px 0;
    border-top: 1px solid #d8d8d8;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 766px) {
    .wl_blog_h .wb_title {
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }
    .wb_type_l {
        padding: 20px;
    }
    .wb_type_li {
        margin: 5px 0;
    }
    .wbl_list {
        grid-template-columns: repeat(1, 1fr);
    }
}
