.blogphone {
    display: none;
}

.blogsPage {
    width: 100%;
}

/* ===== Banner ===== */
.bpanel1 {
    width: 100%;
    position: relative;
}

.bp-img {
    padding-top: 8.7rem;
    width: 100%;
}

.bbantxt {
    width: 80rem;
    position: absolute;
    top: 20rem;
    left: 15rem;
}

.bantitle {
    font-size: 6rem;
    color: #ffffff;
    font-family: Rany-Bold;
}

.bantxt {
    font-size: 2.4rem;
    color: #ffffff;
    font-family: OPPOSans-L;
}

/* ===== 置顶文章 ===== */
.bpanel2 {
    width: 100%;
    margin-top: 9.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bp2 {
    width: 150rem;
    display: flex;
    color: #535353;
}

.bp-img2 {
    width: 75rem;
    height: 69rem;
    border-radius: 2% 0 0 2%;
}

.bp2-txts {
    width: 75rem;
    height: 69rem;
    background-color: #fff;
    border-radius: 0 2% 2% 0;
}

.bp2txtp {
    width: 70%;
    margin-left: 10%;
    margin-top: 8rem;
}

.bp2-time {
    font-size: 2.5rem;
    color: #000;
    font-family: Rany-Regular;
}

.bp2-title {
    font-size: 4.2rem;
    color: #000;
    margin-top: 3rem;
    font-family: Rany-Bold;
}

.bp2-txt {
    font-size: 1.5rem;
    color: #535353;
    margin-top: 3rem;
    font-family: OPPOSans-L;
}

/* ===== Read more ===== */
.bwidget {
    width: 20rem;
    height: 5rem;
    display: block;
    margin-top: 8rem;
    margin-left: 10%;
    cursor: pointer;
}

.bwidget-txt {
    width: 20rem;
    height: 5rem;
    font-size: 2.4rem;
    color: #000;
    border: 1px solid #b5b5b5;
    border-radius: 2rem;
    text-align: center;
    line-height: 5rem;
    font-family: Rany-Regular;
    background-color: #fff;
}

.bwidget-txt:hover {
    background-color: #FA820A;
    color: #fff;
}

/* ===== 列表 ===== */
.bplane3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogs {
    width: 153rem;
}

.blogs ul li {
    float: left;
    margin-top: 3rem;
}

.bi-li {
    margin-left: 3rem;
}

.bloginfo {
    display: flex;
    flex-direction: column;
}

.blogimg {
    width: 48rem;
    height: 29.7rem;
    border-radius: 2% 2% 0 0;
}

.blogtxt {
    width: 48rem;
    height: 60rem;
    background-color: #fff;
    border-radius: 0 0 2% 2%;
}

.bp3txtp {
    width: 80%;
    margin-left: 10%;
    margin-top: 5rem;
}

.bp3-time {
    font-size: 3rem;
    color: #000;
    font-family: Rany-Regular;
}

.bp3-title {
    font-size: 3.2rem;
    color: #000;
    margin-top: 3rem;
    height: 15rem;
    font-family: Rany-Bold;
}

.bp3-txt {
    font-size: 1.8rem;
    color: #535353;
    margin-top: 3rem;
    height: 13rem;
    font-family: OPPOSans-L;
}

/* ===== 分页 ===== */
.bpages {
    height: 29.4rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.switch-pages {
    text-align: center;
    height: 4rem;
}

.switch-pages dd {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    float: left;
    margin-left: 2rem;
    font-size: 3rem;
}

.switch-pages .on {
    background-color: #000;
    border-radius: 20%;
}

.switch-pages .on a {
    color: #fff;
}