.blog-news-section {
    padding: 69px 0 83px;
}

.blog-news-content {
    margin-top: 60px;
}

.blog-news-content .tab-content {
    display: none;
    
}

.blog-news-content .tab-content.active {
   display: block;
}
.blog-news-content .tab-content .contentContainer{
     display: flex;
    animation: fadeInUpSmall 0.3s ease-in-out forwards;
    justify-content: space-between;
}
.blog-news-content .tab-content-l {
    width: 67.25%;
}

.blog-news-content .tab-content-l .swiper-slide {
    position: relative;
}

.blog-news-content .tab-content-l .swiper-slide .pic img {
    display: block;
    height: 487px;
    object-fit: cover;
}

.blog-news-content .tab-content-l .swiper-slide .slideBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 696px;
    height: 100%;
    max-width: 80%;
    background: url(../img/blog2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right top;
    padding: 59px 55px;
}

.blog-news-content .tab-content-l .swiper-slide .text-box {
    width: 460px;
    max-width: 100%;
}

.blog-news-content .tab-content-l .swiper-slide .text-title {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-news-content .tab-content-l .swiper-slide .text-des {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 370px;
    max-width: 100%;
}

.blog-news-content .tab-content-l .swiper-slide .detailsBtn {
    display: inline-block;
    margin-top: 30px;
    padding: 0 48px;
    background: #FFFFFF;
    line-height: 52px;
    border-radius: 26px;
    font-weight: 400;
    font-size: 16px;
    color: #348A66;
}

.blog-news-content .tab-content-l .btns {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 55px;
    bottom: 76px;
    z-index: 2;
    display: flex;
    gap: 0 25px;
}

.blog-news-content .tab-content-l .btns .btn {
    width: 38px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.blog-news-content .tab-content-l .btns .btn:hover {
    color: #348A66;
}

.blog-news-content .tab-content-l .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 0.47;
}

.blog-news-content .tab-content-l .swiper-pagination-bullet-active {
    opacity: 1;
    bottom: 20px;
}

.blog-news-content .tab-content-r {
    width: 29.9%;
}

.blog-news-content .tab-content-r a {
    display: flex;
    padding: 15px 0;
}

.blog-news-content .tab-content-r a:first-child {
    padding-top: 0;
}

.blog-news-content .tab-content-r a:last-child {
    padding-bottom: 0;
}

.blog-news-content .tab-content-r a:not(:last-child) {
    border-bottom: 1px solid rgba(216, 216, 216, .3);
}

.blog-news-content .tab-content-r a .pic {
    height: 140px;
    width: 140px;
}

.blog-news-content .tab-content-r a .pic img {
    height: 100%;
    object-fit: cover;
}

.blog-news-content .tab-content-r .blog-news-details {
    flex: 1;
    margin-left: 36px;
}

.blog-news-content .tab-content-r .blog-news-label {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 1;
}

.blog-news-content .tab-content-r .blog-news-title {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-top: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
}

.blog-news-content .tab-content-r a:hover .blog-news-title {
    color: #348A66;
}

.blog-news-content .tab-content-r .blog-news-date {
    font-weight: 400;
    font-size: 13px;
    color: #888888;
    line-height: 1;
    margin-top: 23px;
}

.news-center-section {
    padding: 83px 0;
    background: rgba(248, 249, 251, 1);
}

.news-center-section .section-title {
    font-weight: bold;
    color: #308864;
    line-height: 1;
    text-align: center;
}
.blog-news-section .view-more-btn,
.news-center-section .view-more-btn,
.news-center-section .news-contents,
.news-center-section .blog-news-tabs {
    margin-top: 53px;
}
.news-center-section .news-content {
    display: none;
    justify-content: space-between;
}

.news-center-section .news-content.active {
    display: block;
    animation: fadeInUpSmall 0.3s ease-in-out forwards;
}

.news-center-section .news-content .news-content-top {
    display: flex;
    justify-content: space-between;
}

.news-center-section .news-content .news-content-l {
    width: 67.25%;
}

.news-center-section .news-content .news-section-title {
    font-weight: bold;
    color: #000000;
    line-height: 1;
    border-left: 7px solid rgba(50, 135, 99, 1);
    padding-left: 13px;
}

.news-center-section .news-content .main-news {
    display: flex;
    margin-top: 30px;
}

.news-center-section .news-content .main-news .main-news-image {
    width: 46.9%;
}
.news-center-section .news-content .main-news .main-news-image img{
    height:100%;
}    
.news-center-section .news-content .main-news .main-news-content {
    flex: 1;
    padding: 44px 50px;
}

.news-center-section .news-content .main-news .news-label {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 1;
}

.news-center-section .news-content .main-news .news-title {
    font-family: Microsoft JhengHei;
    font-weight: bold;
    font-size: 27px;
    color: #000000;
    line-height: 31px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
}

.news-center-section .news-content .main-news:hover .news-title {
    color: #348A66;
}

.news-center-section .news-content .main-news .news-description {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-center-section .news-content .main-news .line {
    width: 33px;
    height: 3px;
    background: #308864;
    margin-top: 64px;
}

.news-center-section .secondary-news {
    margin-top: 33px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 40px;
}

.news-center-section .secondary-news a {
    display: flex;
}

.news-center-section .secondary-news a .secondary-news-image {
    width: 140px;
    height: 140px;
}

.news-center-section .secondary-news a .secondary-news-image img {
    height: 100%;
    object-fit: cover;
}

.news-center-section .secondary-news a .secondary-news-content {
    flex: 1;
    margin-left: 36px;
}

.news-center-section .secondary-news a .secondary-news-content .secondary-news-text {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
}

.news-center-section .secondary-news a:hover .secondary-news-content .secondary-news-text {
    color: #348A66;
}

.news-center-section .secondary-news a .secondary-news-content .secondary-news-date {
    font-weight: 400;
    font-size: 13px;
    color: #888888;
    line-height: 1;
    margin-top: 36px;
}

.news-center-section .news-content-r {
    width: 29.9%;
}

.news-center-section .news-content-r .hot-news-list {
    margin-top: 24px;
}

.news-center-section .news-content-r .hot-news-item {
    display: flex;
}

.news-center-section .news-content-r .hot-news-item:not(:last-child) {
    margin-bottom: 32px;
}

.news-center-section .news-content-r .hot-news-list .hot-news-number {
    font-weight: bold;
    font-size: 24px;
    color: #48B687;
    line-height: 1;
}

.news-center-section .news-content-r .hot-news-list .hot-news-title {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding-left: 20px;
    flex: 1;
    align-self: center;
}
.blog-news-section .view-more-btn,
.news-center-section .view-more-btn {
    text-align: center;
}
.blog-news-section .view-more-btn a,
.news-center-section .view-more-btn a {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #328763;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 26px;
    border: 1px solid #328763;
    line-height: 50px;
    transition: all 0.3s ease-in-out;
}
.blog-news-section .view-more-btn a:hover,
.news-center-section .view-more-btn a:hover{
    background: #328763;
    color: #FFFFFF;
}
.hot-tags-section{
    padding: 90px 0;
    background-color: rgba(248, 249, 251, 1);
}
.hot-tags-section .section-title{
    text-align: center;
    color: #308864;
    line-height: 1;
}
.hot-tags-section .hot-tags-grid{
    margin-top: 58px;
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
}
.hot-tags-section .hot-tags-grid a{
/* font-weight: bold; */
font-size: 18px;
color: #308864;
padding: 0 20px;
min-width: 120px;
line-height: 38px;
transition: all 0.3s ease-in-out;
border-radius: 20px;
border: 1px solid #999999;
text-align: center;
}
.hot-tags-section .hot-tags-grid a:hover{
    background: #308864;
    color: #FFFFFF;
    border-color: #308864;
}
.hot-tags-section .hot-tags-grid a span{
    color: rgba(102, 102, 102, 1);
    transition: all 0.3s ease-in-out;
}
.hot-tags-section .hot-tags-grid a:hover span{
    color: #FFFFFF;
}
@media (max-width:1440px) {
    .news-center-section .secondary-news a .secondary-news-content,
    .blog-news-content .tab-content-r .blog-news-details{
        margin-left: 20px;
    }
    .news-center-section .news-content .main-news .main-news-content{
        padding: 30px;
    }
    .blog-news-content .tab-content-l .swiper-slide .text-box{
        width: 420px;
    }
}
@media (max-width:1199px) {
    .blog-news-section{
        padding-bottom: 80px;
    }
    .hot-tags-section,
    .news-center-section{
        padding: 80px 0;
    }
    .blog-news-section .view-more-btn,
    .hot-tags-section .hot-tags-grid,
    .news-center-section .view-more-btn, .news-center-section .news-contents, .news-center-section .blog-news-tabs,
    .blog-news-content{
        margin-top: 50px;
    }
    .blog-news-content .tab-content .contentContainer{
        flex-direction: column;
        gap: 25px;
    }
    .blog-news-content .tab-content-l,
    .blog-news-content .tab-content-r{
        width: 100%;
    }
    .news-center-section .news-content .news-content-top{
        flex-direction: column;
        gap: 30px;
    }
    .news-center-section .news-content .news-content-l,
    .news-center-section .news-content .news-content-r{
        width: 100%;
    }
}
@media (max-width:1024px) {
    .blog-news-section{
        padding-bottom: 70px;
    }
    .hot-tags-section,
    .news-center-section{
        padding: 70px 0;
    }
    .blog-news-section .view-more-btn,
    .hot-tags-section .hot-tags-grid,
    .news-center-section .view-more-btn, .news-center-section .news-contents, .news-center-section .blog-news-tabs,
    .blog-news-content{
        margin-top: 45px;
    }
    .blog-news-content .tab-content-l .swiper-slide .slideBox{
        padding: 30px;
    }
    .blog-news-content .tab-content-l .swiper-slide .pic img{
        height: 430px;
    }
    .news-center-section .news-content .main-news .line{
        display: none;
    }
    .news-center-section .news-content .main-news .news-title{
        font-size: 24px;
    }
}
@media (max-width:768px) {
    .news-center-section .news-content .main-news .news-title{
        font-size: 22px;
        line-height: 1.5;
    }
   .news-center-section .secondary-news{
        grid-template-columns: repeat(1,1fr);
        gap: 25px;
    }
    .blog-news-section .view-more-btn a,
    .news-center-section .view-more-btn a{
        line-height: 42px;
        padding: 0 30px;
    }
    .blog-news-content .tab-content-l .swiper-slide .text-box{
        max-width: 80%;
    }
    .blog-news-content .tab-content-l .swiper-slide .slideBox{
        max-width: 90%;
    }
    .blog-news-content .tab-content-l .swiper-slide .detailsBtn{
        line-height: 44px;
        padding: 0 30px;
    }
    .blog-news-content .tab-content-l .swiper-slide .pic img{
        height: 340px;
    }
    .blog-news-content .tab-content-l .btns{
        display: none;
    }
    .blog-news-content .tab-content-l .swiper-slide .text-title{
        font-size: 20px;
    }
    .blog-news-section{
        padding-bottom: 60px;
    }
    .hot-tags-section,
    .news-center-section{
        padding: 60px 0;
    }
    .blog-news-section .view-more-btn,
    .hot-tags-section .hot-tags-grid,
    .news-center-section .view-more-btn, .news-center-section .news-contents, .news-center-section .blog-news-tabs,
    .blog-news-content{
        margin-top: 35px;
    }
    .news-center-section .news-content .main-news .news-description{
        -webkit-line-clamp: 3;
        margin-top: 15px;
    }
     .blog-news-section{
        padding-top: 60px;
    }
}
@media (max-width:500px) {
    .blog-news-section{
        padding-top: 50px;
    }
    .news-center-section .news-content .main-news .news-title{
        font-size: 20px;
    }
    .blog-news-content .tab-content-l .swiper-slide .detailsBtn{
        line-height: 38px;
        padding: 0 20px;
    }
    .blog-news-content .tab-content-l .swiper-slide .pic img{
        height: 290px;
    }
    .blog-news-content .tab-content-l .swiper-slide .slideBox{
        padding: 25px;
    }
    .blog-news-section{
        padding-bottom: 50px;
    }
    .hot-tags-section,
    .news-center-section{
        padding: 50px 0;
    }
    .blog-news-section .view-more-btn,
    .hot-tags-section .hot-tags-grid,
    .news-center-section .view-more-btn, .news-center-section .news-contents, .news-center-section .blog-news-tabs,
    .blog-news-content{
        margin-top: 30px;
    }
    .news-center-section .news-content .main-news{
        flex-direction: column;
    }
    .news-center-section .news-content .main-news .main-news-image,
    .news-center-section .news-content .main-news .main-news-content{
        width: 100%;
    }
    .news-center-section .news-content .main-news .main-news-content{
        padding: 25px 0 0;
    }
    .hot-tags-section .hot-tags-grid{
        justify-content: center;
    }
    .hot-tags-section .hot-tags-grid a{
        font-size: 16px;
        min-width: 100px;
    }
}