/* boke */

#wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#wrapper .banner {
    width: 100%;
    position: relative;
    line-height: 0;
    aspect-ratio: 16 / 5;
}

#wrapper .banner-text {
    position: absolute;
    font-weight: bold;
    font-size: 55px;
    color: #ffffff;
    line-height: 55px;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Montserrat";
}

/* neirong */
#wrapper .newst-right {
    width: 1400px;
    margin: 30px auto;
    display: flex;
    justify-content: flex-end;
}

#wrapper .content {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 88px;
    background: #f5f5f7;
    position: relative;
}

#wrapper .newst-right a {
    width: 157px;
    height: 36px;
    border: 1px solid #8d8d8d;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8d8d8d;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 30px;
    font-family: "Montserrat";
}

#wrapper .hbl {
    border: 1px solid #009173 !important;
    color: #009173 !important;
}

/* blog-content */
#wrapper .blog {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 116px;
    background: #f5f5f7;
}

#wrapper .blog-content {
    width: 1400px;
    margin: auto;
}

#wrapper .blog-search {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

#wrapper .blog-recom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#wrapper .bh3 {
    font-weight: bold;
    font-size: 46px;
    color: #000000;
    text-align: left;
    line-height: 56px;
    font-family: "Montserrat";
}

#wrapper .bhse {
    width: 328px;
    height: 46px;
    background: #ffffff;
    border-radius: 7px 7px 7px 7px;
    border: 1px solid #707070;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    padding-left: 25px;
    font-family: "Montserrat";
}

#wrapper .rleone {
    display: inline-block;
    width: 1038px;
    height: 620px;
    border-radius: 16px;
    background: #ffffff;
}

#wrapper .recom-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

#wrapper .recom-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    transition: all 0.3s;
}

.recom-text {
    width: 100%;
    height: 220px;
    box-sizing: border-box;
    padding: 28px 40px 25px 34px;
}

.reh3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 25px;
    font-family: "Montserrat";
}

.rep {
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 22px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 8px;
    font-family: "Montserrat";
}

.reicon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reicon span {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
}

.reicon-img {
    width: 40px;
    height: 40px;
    position: relative;
}

.reicon-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.reicon-img img:first-child {
    display: block;
}

.reicon-img img:last-child {
    display: none;
}

.rleone:hover .recom-img img {
    transform: scale(1.1);
}

.rleone:hover .reicon-img img:first-child {
    display: none;
}

.rleone:hover .reicon-img img:last-child {
    display: block;
}

.recom-right {
    width: 328px;
    height: 620px;
    background: #ffffff;
    border-radius: 16px 16px 16px 16px;
    box-sizing: border-box;
    padding: 22px 16px 25px 16px;
}

.reh5 {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    text-align: left;
    line-height: 22px;
    margin-bottom: 14px;
    font-family: "Montserrat";
}

.rexian {
    width: 100%;
    height: 0px;
    border: 1px solid #dedede;
    margin-bottom: 18px;
}

.britem {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.britem-img {
    width: 118px;
    height: 90px;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
}

.britem-img img {
    width: 100%;
    height: 100%;
    background: #3c3d3d;
    border-radius: 6px 6px 6px 6px;
    object-fit: cover;
    transition: all 0.3s;
}

.britem-text {
    width: 164px;
    height: 90px;
}

.britem-text h5 {
    width: 100%;
    height: 63px;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 8px;
    font-family: "Montserrat";
}

.britem-text span {
    font-weight: 400;
    font-size: 12px;
    color: #6b6b6b;
    line-height: 16px;
    font-family: "Montserrat";
}

.rericontent a:not(:last-child) {
    margin-bottom: 16px;
}

.britem:hover .britem-img img {
    transform: scale(1.1);
}

.britem:hover .britem-text h5 {
    color: #008068;
}

/* data */
.blog-data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 40px;
    margin-bottom: 100px;
}

.bd-item {
    width: 445px;
    height: 528px;
    background: #ffffff;
    border-radius: 16px 16px 16px 16px;
    margin-bottom: 32px;
}

.blog-data .bd-item:nth-child(3n + 2) {
    margin-left: 31px;
    margin-right: 31px;
}

.bdi-img {
    width: 100%;
    height: 286px;
    background: #3c3d3d;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
}

.bdi-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0px 0px;
    transition: all 0.3s;
}

.bdi-text {
    width: 100%;
    height: 242px;
    padding: 28px 28px 15px 28px;
    box-sizing: border-box;
}

.bdi-icon {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bdi-icon-img {
    position: relative;
    width: 40px;
    height: 40px;
}

.bdi-icon-img img {
    width: 100%;
    height: 100%;
}

.bdi-icon-img img:first-child {
    display: block;
}

.bdi-icon-img img:last-child {
    display: none;
}

.bdih3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    text-align: left;
    margin-bottom: 18px;
    height: 58px;
    overflow: hidden;
    font-family: "Montserrat";
    word-break: break-word;
    overflow-wrap: break-word;
}

.bdip {
    height: 41px;
    font-weight: 400;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 22px;
    text-align: left;
    margin-bottom: 38px;
    overflow: hidden;
    font-family: "Montserrat";
    word-break: break-word;
    overflow-wrap: break-word;
}

.bdi-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bdi-icon span {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
    font-family: "Montserrat";
}

.bd-item:hover .bdi-img img {
    transform: scale(1.1);
}

.bd-item:hover .bdi-icon-img img:first-child {
    display: none;
}

.bd-item:hover .bdi-icon-img img:last-child {
    display: block;
}

.bd-item:hover .bdih3 {
    color: #008068;
}

.recom-left:hover .reh3 {
    color: #008068;
}

.blog-more {
    width: 236px;
    height: 46px;
    border-radius: 23px 23px 23px 23px;
    border: 1px solid #000000;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #f5f5f7;
    font-family: "Montserrat";
    cursor: pointer;
}

.rycl {
    display: none;
}

@media (max-width: 1440px) {
    #wrapper .newst-right {
        width: 1140px;
    }

    #wrapper .blog-content {
        width: 1140px;
        margin: auto;
    }

    #wrapper .blog-recom {
        margin-bottom: 32px;
    }

    #wrapper .bd-item {
        width: 31%;
        height: 428px;
    }

    #wrapper .blog-data .bd-item:nth-child(3n + 2) {
        margin-left: 3.5%;
        margin-right: 3.5%;
    }

    #wrapper .bdi-img {
        height: 186px;
    }

    #wrapper .rleone {
        width: 757px;
    }

    #wrapper .rep {
        margin-bottom: 8px;
    }
}

@media (max-width: 1140px) {
    #wrapper .recom-img {
        height: auto;
    }

    #wrapper .rep {
        height: 60px;
    }

    #wrapper .blog {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    #wrapper .newst-right {
        width: 95%;
        justify-content: space-around;
    }

    #wrapper .newst-right a {
        margin-left: 0;
    }

    #wrapper .blog-content {
        width: 95%;
        margin: auto;
    }

    #wrapper .recom-left {
        width: 100%;
    }

    #wrapper .rleone {
        width: 100%;
        height: auto;
    }

    #wrapper .ryc {
        display: none;
    }

    #wrapper .rycl {
        display: block;
    }

    #wrapper .blog-data {
        flex-direction: column;
        margin-bottom: 30px;
    }

    #wrapper .bd-item {
        width: 100%;
    }

    #wrapper .blog-data .bd-item:nth-child(3n + 2) {
        margin-left: 0px;
        margin-right: 0px;
    }

    #wrapper .bh3 {
        font-size: 26px;
        line-height: 26px;
    }

    #wrapper .blog-search {
        flex-direction: column;
        justify-content: flex-start;
    }

    #wrapper .bh3 {
        margin: auto;
        padding-bottom: 40px;
    }

    #wrapper .bhse {
        margin: auto;
    }

    #wrapper .recom-text {
        padding: 10px 5px 16px 8px;
        height: 100%;
    }

    #wrapper .reh3 {
        font-size: 18px;
        line-height: 18px;
    }

    #wrapper .bdi-text {
        padding: 10px 5px 16px 8px;
    }

    #wrapper .recom-right {
        width: 100%;
        margin-top: 60px;
    }

    #wrapper .britem-img {
        width: 39%;
    }

    #wrapper .britem-text {
        width: 61%;
        padding-left: 10px;
    }
}

@media (max-width:750px) {
    #wrapper .banner {
        aspect-ratio: 15 / 19;
    }
}