.content-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.about-us {
    background: url("../images/about-us-bg.png") no-repeat top left;
    background-size: contain;
    padding: 70px 0;
}

.about-us .container-box {
    display: flex;
    gap: 65px;
    align-items: center;
}

.about-us .details {
    display: flex;
    flex-direction: column;
}

.about-us .details .group-title {
    font-size: 38px;
    color: #1D1D1D;
    display: flex;
    align-items: center;
    gap: 15px;

}
.about-us .details .group-title h3{
    flex-shrink: 0;
    font-size: 36px;
    font-weight: bold;
}

.about-us .details .group-title:after {
    content: "";
    display: inline-block;
    width: 427px;
    height: 15px;
    border-radius: 3px;
    opacity: 0.2;
    background: linear-gradient(90deg, #F39800 0%, rgba(243, 152, 0, 0.00) 100%);
}

.about-us .details .desc {
}

.about-us .details .desc h4 {
    font-size: 24px;
    margin-bottom: 32px;
    color: #000;
}

.about-us .details .desc p {
    color: #404142;
    line-height: 32px;
    margin-top: 25px;
}


.about-us .img {
    width: 50%;
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
}
.about-us .img img{
    width: 100%;
}
.about-us .img .carousel-indicators [data-bs-target]{
    width: 12px;
    height: 12px;
    border-radius: 6px;
    opacity: 1;
    border: 0;
}
.about-us .img .carousel-indicators .active{
    background-color: #ee9900;
}

.carousel-control-next, .carousel-control-prev{
    width: auto;
    height: calc(100% - 15px);
    opacity:1;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    background: rgba(0, 0, 0, 0.6);
    width: 30px;
    height: 60px;
    display: flex;
    align-items: center;
}
.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover{
    background: rgba(0, 0, 0, 1);
}
.carousel-control-next-icon{
    border-radius: 30px 0 0 30px;
    justify-content: flex-end;
}
.carousel-control-next-icon .iconfont{
    transform: rotate(-90deg);
    margin-right: 5px;
}
.carousel-control-prev-icon{
    border-radius: 0 30px 30px 0;
    justify-content: flex-start;
}
.carousel-control-prev-icon .iconfont{
    transform: rotate(90deg);
    margin-left: 5px;
}
.carousel-item-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    color: #fff;
    padding: 50px 15px 20px 15px;
}
.carousel-item-text h3{
    font-size: 22px;
    margin-bottom: 10px;
}
.carousel-item-text p{
    font-size: 16px;
}



.news-box {
    background: linear-gradient(to bottom, #f3f9fd, #fff);
    padding: 70px 0;
}

.news-box .container-box {
    display: flex;
    flex-direction: column;
    /*gap: 50px;*/
    margin-bottom: 0;
}

.news-box .news-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 0 0 12px;
}
.news-box .news-title::before,
.news-box .news-title::after{
    content: "";
    display: inline-block;
    width: 35px;
    height: 15px;
    transform: rotate(-25deg);
    border-radius: 3px;
    opacity: 0.4;
    background: linear-gradient(90deg, #3367E6 0%, rgba(51, 103, 230, 0.00) 100%);
    position: absolute;
    left: 0;
    top: 0px;
}
.news-box .news-title::after{
    width: 66px;
    top: 17px;
}

.news-box .news-title .title-text h3 {
    color: #000;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 4.2px;
}

.news-box .news-top {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid rgba(113, 140, 199, 0.30);
    padding: 0 0 35px;
    margin: 40px 0 50px;
}

.news-box .news-top h1 {
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
}

.news-box .news-top h1 a {
    color: #020202;
}

.news-box .news-top h1 a:hover {
    color: #1163cf;
}

.news-box .news-top p {
    color: #51555C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.news-box .news-bottom {
    display: flex;
    gap: 40px;
    /*align-items: center;*/
}

.news-bottom .news-carousel {
    width: 48%;

}
.news-bottom .news-carousel .carousel-indicators{
    bottom: -10px;
    width: 100%;
    margin:5px 0 0;
    position: static;
}

.news-bottom .news-carousel .carousel-indicators [data-bs-target]{
    background: #CCD6EB;
    width: 25%;
    height: 5px;
    border: 0;
}
.news-bottom .news-carousel .carousel-indicators .active{
    background: #FFAB20;
}
.news-bottom .news-carousel .carousel-inner{
    border-radius: 15px;
    overflow: hidden;
}

.news-bottom .news-list {
    width: 52%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between; *!*/
    gap: 11px;
}

.news-bottom .news-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.news-bottom .news-list li p{
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 2px;
}
.news-bottom .news-list li a{
    color: #51555C;
}
.news-bottom .news-list li a:hover{
    color: #1163cf;
}

.news-bottom .news-list li:nth-child(5){
    border-bottom: 1px dashed rgba(113, 140, 199, 0.50);
    padding-bottom: 15px;
    margin-bottom: 8px;
}
.news-bottom .news-list li .data{
    color: #7A8CA4;
    font: 14px;
}


/*分辨率适配*/
/* 1920*1080*125% 分辨率适配*/
@media screen and (max-width: 1600px) {
    .news-box .news-top{
        padding: 0 0 25px;
        margin: 30px 0 40px;
    }
    .news-box .news-top h1 {
        font-size: 22px;
    }
    .news-box .news-top p {
        font-size: 14px;
    }

    .carousel-item-text h3{
        font-size: 18px;
    }
    .carousel-item-text p{
        font-size: 14px;
    }
    .news-bottom .news-list{
        gap: 8px;
    }
    .news-bottom .news-list li{
        font-size: 16px;
    }
}


/* 1920*1080*150% 分辨率适配*/
@media screen and (max-width: 1350px) {
    .news-bottom .news-list{
        gap: 11px;
    }
    .news-bottom .news-list li{
        font-size: 14px;
    }

}