.page-box {
    background-color: #fbfbfb;
}

.page-box .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-list {
    width: 285px;
    position: relative;
    top: -82px;
    z-index: 9;
}

.left-list h1 {
    border-radius: 10px 10px 0 0;
    background-color: #b51829;
    font-weight: bold;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    padding: 18px 0;
    box-shadow: 0 -6px 0 #bd8d4a inset;
}

.left-list ul>li {
    background-color: #ffffff;
    border-bottom: 1px solid #f2f2f2;
}

.left-list ul>li.on {
    background-color: #f2f2f2;
}

.left-list ul>li>a {
    display: block;
    color: #424242;
    padding: 20px;
    font-size: 20px;
    position: relative;
    width: 100%;
    transition: all .3s;
}

.left-list ul>li>a::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 11px;
    background: url(../images/list_ico.png);
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: all .3s;
}

.left-list ul>li>a.on::before {
    transform: rotate(90deg);
    filter: drop-shadow(1px 0 0 #b51829);
}

.left-list ul>li>a[aria-current],
.left-list ul>li>a:hover {
    font-weight: bold;
    color: #b51829;
}

.left-list .navlist2 {
    display: none;
    padding-bottom: 20px;
}

.left-list .navlist2.on {
    display: block;
}

.left-list .navlist2 a {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    color: #747474;
    transition: all .3s;
}

.left-list .navlist2 a.on,
.left-list .navlist2 a:hover {
    background-color: #bd8d4a;
    color: #ffffff;
}

.left-list .hot-line {
    padding: 18px 0;
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.left-list .hot-line img {
    margin-bottom: 10px;
}

.left-list .hot-line h3 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #333333;
}

.left-list .hot-line p {
    color: #bd8d4a;
    font-family: Impact;
    font-size: 28px;
}

.right-content {
    flex: 1;
    margin-left: 50px;
    width: 76%;
}

.right-content .bread-top {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 50px;
}

.right-content .bread-top h2 {
    position: relative;
    padding-left: 18px;
    font-weight: bold;
    font-size: 26px;
    color: #2a2a2a;
}

.right-content .bread-top h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 24px;
    background-color: #b51829;
}

.bread {
    display: flex;
    align-items: center;
    color: #747474;
}

.bread a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #747474;
    padding: 0 4px;
}

.bread a img {
    margin-right: 4px;
}

.bread span {
    font-size: 16px;
    color: #b51829;
    padding: 0 4px;
}

.buss-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.buss-list li {
    width: 47%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 0 1px 12px 2px rgb(171 192 214 / 10%);
}

.buss-list li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.buss-list li .content {
    border-radius: 10px;
    overflow: hidden;
    padding: 35px 45px 30px 50px;
    position: relative;
    top: -20px;
    z-index: 9;
    background: #fff url(../images/buss/buss-list_bg.png) right bottom no-repeat;
    border: 2px solid #fff;
    min-height: 320px;
    transition: all .3s;
}

.buss-list li:hover .content {
    border: 2px solid #b51829;
}

.buss-list li .content h3 {
    position: relative;
    margin-bottom: 15px;
}

.buss-list li .content h3 a {
    font-size: 24px;
    color: #b51829;
    font-weight: bold;
}

.buss-list li .content h3::before {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 36px;
    height: 22px;
    background-color: #b51829;
}

.buss-list li .content p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 2;
}

.buss-list li:hover .content p {
    color: #b51829;
}

.case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case-list::after {
    content: "";
    width: auto;
    width: 32%;
}

.case-list li {
    width: 32%;
    border-radius: 10px;
    overflow: hidden;
}

.case-list li .img {
    display: block;
    width: 100%;
}

.case-list li .img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.case-list li .contents {
    position: relative;
    top: -20px;
    z-index: 9;
    border-radius: 10px;
    border: 2px solid #fff;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 1px 12px 2px rgb(171 192 214 / 10%);
    transition: all .3s;
}

.case-list li:hover .contents {
    border: 2px solid #b51829;
}

.case-list li .content {
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;

}

.case-list li .content h3 {
    margin-bottom: 16px;
    min-height: 60px;
}

.case-list li .content h3 a {
    display: block;
    font-weight: bold;
    color: #b51829;
    font-size: 20px;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case-list li .content p {
    line-height: 1.8;
    font-size: 16px;
    color: #5a5a5a;
}

.case-list li .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 16px;
    color: #a2a2a2;
}

.case-list li .meta>div {
    display: flex;
    align-items: center;
}

.case-list li .meta>div img {
    margin-right: 4px;
}


@media (max-width: 1440px) {
    .left-list {
        width: 220px;
        top: -68px;
    }

    .left-list h1 {
        border-radius: 10px 10px 0 0;
        font-size: 28px;
        padding: 15px 0;
        box-shadow: 0 -4px 0 #bd8d4a inset;
    }

    .left-list ul>li>a {
        padding: 15px;
        font-size: 16px;
    }

    .left-list .navlist2 a {
        padding: 10px 15px;
        font-size: 16px;
    }

    .right-content {
        margin-left: 30px;
    }

    .right-content .bread-top {
        margin-bottom: 30px;
    }

    .right-content .bread-top h2 {
        padding-left: 15px;
        font-size: 20px;
    }

    .buss-list li {
        width: 48%;
    }

    .buss-list li .content {
        padding: 25px 30px 20px 30px;
    }

    .buss-list li .content h3 {
        margin-bottom: 10px;
    }

    .buss-list li .content h3 a {
        font-size: 20px;
    }
}


.pageNo {
    display: flex;
    justify-content: center;
    margin: 20px 0 50px;
}

.pageNo li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: #748185;
    border: 1px solid #e8ecee;
    border-left: 0;
    transition: all .3s;
}

.pageNo li:first-of-type a {
    border-left: 1px solid #e8ecee;
    border-right: 1px solid #e8ecee;
}

.pageNo li:last-of-type a {
    border-right: 1px solid #e8ecee;
}

.pageNo li.on a,
.pageNo li:hover a {
    color: #fff;
    border: 1px solid #b51829;
    background-color: #b51829;
}

.single-content {}

.single-content h1 {
    font-weight: bold;
    font-size: 24px;
    color: #b51829;
    text-align: center;
}

.single-content img {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.single-content h3 {
    font-weight: bold;
    font-size: 24px;
    color: #b51829;
}

.single-content p {
    margin: 30px 0;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 2;
}

.single-content .meta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    color: #a2a2a2;
}

.single-content .meta>div {
    display: flex;
    align-items: center;
    margin: 0 60px;
}

.single-content .meta>div img {
    margin: 0;
    margin-bottom: 0;
    margin-right: 4px;
    width: auto;
}

.single-turn {
    margin: 30px 0 20px;
}

.single-turn li {
    position: relative;
    margin-bottom: 20px;
    padding: 16px 12px;
    padding-left: 35px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #8a8a8a;
}

.single-turn li::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url(../images/prev_ico.png);
}

.single-turn li:last-of-type:before {
    background: url(../images/next_ico.png);
}

.single-turn li p {}

.single-turn li a {
    font-size: 16px;
    color: #8a8a8a;
    transition: all .3s;
}

.single-turn li a:hover {
    color: #b51829;
}

.team-from {
    display: flex;
    justify-content: space-between;
}

.team-from .label {
    width: 32%;
}

.team-from .label h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #444444;
}

.team-from .label input,
.team-from .label select {
    width: 100%;
    padding: 16px 12px;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    color: #a9a9a9;
}

.team-from .label select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url('../images/team/arrow.png') no-repeat 95% center;
    outline: none;
}

.team-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.team-btn button {
    width: 130px;
    line-height: 54px;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #b51829;
    cursor: pointer;
}


.team-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}


.team-list li {
    width: 48%;
    margin-bottom: 50px;
    padding: 40px;
    border-radius: 10px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: all .3s;
    box-shadow: 0.209px 1.989px 14.94px 3.06px rgb(171 192 214 / 20%);
    background-size: 40%;
}

.team-list li h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 16px;
}

.team-list li h3::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #b51829;
}

.team-list li h3 a {
    font-size: 24px;
    color: #404040;
}

.team-list li p {
    width: 270px;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.5;
}

.team-list li:hover {
    background-color: #f2f2f2;
}

.team-list li:hover h3 a {
    color: #b51829;
}

.honor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.honor-list li {
    width: 30%;
    margin-bottom: 55px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0.209px 1.989px 14.94px 3.06px rgb(171 192 214 / 20%);
}

.honor-list li img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.honor-list li h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #b51829;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    transition: all .3s;
}

.honor-list li:hover h3 {
    color: #ffffff;
    background-color: #b51829;
}

.news-top {
    margin-bottom: 30px;
}

.news-top li {
    display: flex;
    border-radius: 10px;
    background-color: #b51829;
    overflow: hidden;
}

.news-top li .img {
    width: 50%;
    height: 330px;
}

.news-top li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-top li .con {
    width: 50%;
    padding: 40px 35px 35px 32px;
}

.news-top li .con h3 {
    line-height: 1.5;
}

.news-top li .con h3 a {
    font-size: 24px;
    color: #fbfbfb;
    font-weight: bold;
}

.news-top li .con p {
    margin: 25px 0 55px;
    font-size: 16px;
    color: #fbfbfb;
    opacity: 0.75;
    line-height: 1.6;
}

.news-top li .con .meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #fbfbfb;
}

.news-top li .con .meta>div {
    display: flex;
    align-items: center;
}

.news-top li .con .meta img {
    margin-right: 5px;
}

.news-list {
    margin-bottom: 50px;
}

.news-list li {
    display: flex;
    padding: 35px 0;
    border-bottom: 1px solid #afafaf;
    transition: all .3s;
}

.news-list li:hover {
    border-bottom: 1px solid #b51829;
}

.news-list li .time {
    width: 100px;
    color: #a4a4a4;
    transition: all .3s;
}

.news-list li .time .d {
    font-size: 60px;
    font-weight: lighter;
}

.news-list li .time .y-m {
    font-size: 16px;
}

.news-list li:hover .time {
    color: #b51829;
}

.news-list li .con {
    position: relative;
    flex: 1;
    padding-left: 50px;
    padding-top: 10px;
    overflow: hidden;
}

.news-list li .con::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #afafaf;
    transition: all .3s;
}

.news-list li:hover .con::before {
    background-color: #b51829;
}

.news-list li .con h3 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 12px;
}

.news-list li .con h3 a {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 24px;
    color: #000000;
}

.news-list li:hover .con h3 a {
    color: #b51829;
}

.news-list li .con p {
    font-size: 16px;
    color: #8d8d8d;
    line-height: 1.6;
}


.about-top {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-top .l {
    margin-right: 80px;
}

.about-top .l h3 {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 25px;
    font-size: 36px;
    font-weight: bold;
    color: #b51829;
}

.about-top .l h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background-color: #b51829;
}

.about-top .l p {
    font-size: 18px;
    line-height: 2;
    color: #5a5a5a;
}

.about-top .r {}

.about-context {
    display: flex;
    padding: 35px 60px;
    border-radius: 10px;
    background-color: #b51829;
}

.about-context h3 {
    line-height: 1.6;
    margin-bottom: 26px;
    font-weight: bold;
    color: #ffffff;
    font-size: 30px;
}

.about-context p {
    font-size: 18px;
    color: #ffffff;
    line-height: 2;
}

.about-context .l {
    margin-right: 80px;
}

.about-list {
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
}

.about-list li {
    width: 26%;
    text-align: center;
}

.about-list li img {
    margin-bottom: 25px;
}

.about-list li h3 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 30px;
    color: #2b2b2b;
}

.about-list li p {
    font-size: 16px;
    color: #747474;
    line-height: 1.8;
}

.about-text {
    margin-bottom: 85px;
    padding: 42px 50px;
    background: url(../images/about/about-text_bg.png) no-repeat;
    font-size: 18px;
    color: #b51829;
    line-height: 2;
    background-size: 100% 100%;
    height: 300px;
}

.about-num {
    padding-bottom: 15px;
}

.about-num li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
}

.about-num li .num {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 36px;
    color: #ffffff;
    font-weight: lighter;
    background-color: #b51829;
}

.about-num li .con {
    margin-left: 25px;
}

.about-num li .con h3 {
    margin-bottom: 5px;
    font-size: 24px;
    color: #b51829;
    font-weight: bold;
}

.about-num li .con p {
    font-size: 18px;
    color: #808080;
}

.about-env {
    margin-bottom: 120px;
}

.about-env h3 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 30px;
    color: #b51829;
    text-align: center;
}

.about-env .mySwiper {
    padding-bottom: 50px;
}

.about-env .swiper-pagination {
    bottom: 0;
}

.about-env .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
    border-radius: 2px;
    opacity: 1;
    background-color: #dbdbdd;
}

.about-env .swiper-pagination-bullet-active {
    background-color: #b51829;
}

.contact-top {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.contact-top h3 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 60px;
    color: #13161f;
}

.contact-top p {
    margin-bottom: 38px;
    font-size: 18px;
    color: #999999;
}

.contact-top .l ul {
    margin-left: 8px;
}

.contact-top .l ul li {
    margin-bottom: 15px;
    font-size: 16px;
    color: #6b6b6b;
}

.contact-top .l ul li img {
    margin-right: 14px;
}

.contact-top .r {
    width: 700px;
    margin-left: auto;
}

.contact-top .r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.contact-top .r ul li {
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.contact-top .r ul li a {
    width: 220px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.contact-top .r ul li a:hover {
    background-color: #b51829;
}

.contact-top .r ul li img {
    margin-bottom: 10px;
}

.contact-top .r ul li a:hover img {
    -webkit-filter: grayscale(100%) brightness(1000%);
    filter: grayscale(100%) brightness(1000%);
}

.contact-top .r ul li p {
    margin-bottom: 0;
    font-size: 16px;
    color: #5c5c5c;
}

.contact-top .r ul li a:hover p {
    color: #ffffff;
}

.contact-map {
    margin-bottom: 90px;
}

.contact-map img {
    width: 100%;
}
@media (max-width: 1300px){
  .team-list li p {
    width: 220px;
  }
}
@media (max-width: 960px) {
    .left-list {
        width: 100%;
        display: none;
    }

    .right-content {
        margin-left: 0;
    }

    .right-content .bread-top h2 {
        font-size: 18px;
    }

    .bread a,
    .bread span {
        font-size: 14px;
    }

    .buss-list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .buss-list li img {
        height: 200px;
    }

    .buss-list li .content {
        padding: 25px 30px 30px 30px;
        top: -20px;
        z-index: 9;
        min-height: auto;
    }

    .buss-list li .content h3::before {
        left: -32px;
        width: 24px;
        height: 15px;
        margin-top: 3px;
    }

    .buss-list li .content h3 a {
        font-size: 16px;
    }

    .buss-list li .content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .contact-top {
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .contact-top .r ul li a {
        width: 100px;
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all .3s;
    }

    .contact-top .r {
        width: auto;
        margin-left: 0px;
    }

    .contact-top h3 {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 25px;
        color: #13161f;
    }

    .contact-top p {
        margin-bottom: 18px;
        font-size: 16px;
        color: #999999;
    }

    .contact-top .l ul li {
        margin-bottom: 15px;
        font-size: 14px;
        color: #6b6b6b;
    }

    .contact-top .r ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
      
    }

    .contact-top .r ul li p {
        margin-bottom: 0;
        font-size: 12px;
        color: #5c5c5c;
    }

    .about-top {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .about-top .l h3 {
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 22px;
        font-weight: bold;
        color: #b51829;
    }

    .about-top .l p {
        font-size: 14px;
        line-height: 2;
        color: #5a5a5a;
    }

    .about-top .l {
        margin-right: 0px;
    }

    .about-context .l {
        margin-right: 0px;
        display: flex;
        flex-direction: column;
    }

    .about-context p {
        margin-top: 20px;
        font-size: 14px;
        color: #ffffff;
        line-height: 2;
    }

    .about-context {
        display: flex;
        flex-direction: column;
        padding: 25px 20px;
        border-radius: 10px;
        background-color: #b51829;
    }

    .about-top .r img {
        width: 300px;
        margin-top: 20px;
    }

    .single-content .meta>div {
        margin: 0 20px;
    }

    .single-content p {
        margin: 10px 0;
        font-size: 14px;
    }
   

    .about-context h3 {
        line-height: 1.6;
        margin-bottom: 20px;
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .about-list {
        margin: 30px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .about-list li {
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }

    .about-list li h3 {
        margin-bottom: 25px;
        font-weight: bold;
        font-size: 22px;
        color: #2b2b2b;
    }

    .about-list li img {
        margin-bottom: 15px;
        width: 80px;
    }

    .about-num li .con h3 {
        margin-bottom: 5px;
        font-size: 18px;
        color: #b51829;
        font-weight: bold;
    }

    .about-list li h3 {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 22px;
        color: #2b2b2b;
    }

    .about-text {
        margin-bottom: 25px;
        padding: 22px 10px;
        background: url(../images/about/about-text_bg.png) no-repeat;
        font-size: 12px;
        color: #b51829;
        line-height: 2;
        background-size: 100% 100%;
        height: 300px;
    }

    .about-num li .con p {
        font-size: 12px;
        color: #808080;
    }

    .about-num li .num {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        font-size: 36px;
        color: #ffffff;
        font-weight: lighter;
        background-color: #b51829;
        flex-shrink: 0;
    }

    .about-num li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        padding: 20px;
        background-color: #fff;
    }

    .about-env h3 {
        margin-bottom: 25px;
        font-weight: bold;
        font-size: 22px;
        color: #b51829;
        text-align: center;
    }

    .case-list li {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
    }

    .case-list li .content h3 {
        margin-bottom: 10px;
        min-height: auto;
    }

    .case-list li .content p {
        line-height: 1.8;
        font-size: 14px;
        color: #5a5a5a;
    }

    .case-list li .meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        font-size: 12px;
        color: #a2a2a2;
    }

    .case-list li .content h3 a {
        display: block;
        font-weight: bold;
        color: #b51829;
        font-size: 16px;
        line-height: 1.5;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .team-list li {
        width: 100%;
        margin-bottom: 50px;
        padding: 40px;
        border-radius: 10px;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: right bottom;
        transition: all .3s;
        box-shadow: 0.209px 1.989px 14.94px 3.06px rgb(171 192 214 / 20%);
    }

    .team-list li p {
        width: 70%;
        font-size: 14px;
        color: #5a5a5a;
        line-height: 1.8;
    }

    .team-list li h3 a {
        font-size: 16px;
        color: #404040;
    }

    .team-list li {
        width: 100%;
        margin-bottom: 50px;
        padding: 20px;
        border-radius: 10px;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 120px;
        transition: all .3s;
        box-shadow: 0.209px 1.989px 14.94px 3.06px rgb(171 192 214 / 20%);
    }

    .team-list li h3 {
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .team-from .label {
        margin-bottom: 15px;
        width: 100%;
    }

    .team-from .label h3 {
        font-size: 16px;
    }

    .team-from .label input, .team-from .label select {
        font-size: 16px;
    }

    .team-from {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .honor-list li {
        width: 100%;
        margin-bottom: 55px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        box-shadow: 0.209px 1.989px 14.94px 3.06px rgb(171 192 214 / 20%);
    }

    .honor-list li {
        width: 48%;
        margin-bottom: 25px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        box-shadow: 0.209px 1.989px 14.94px 3.06px rgb(171 192 214 / 20%);
    }

    .honor-list li h3 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 5px 0;
        font-size: 16px;
        font-weight: bold;
        color: #b51829;
        text-align: center;
        border-radius: 10px;
        background-color: #fff;
        transition: all .3s;
    }

    .news-top li {
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        background-color: #b51829;
        overflow: hidden;
    }

    .news-top li .img {
        width: 100%;
        height: auto;
    }

    .news-top li .con {
        width: 100%;
        padding: 40px 35px 35px 32px;
    }

    .news-top li .con {
        width: 100%;
        padding: 20px 15px 15px 15px;
    }

    .news-top li .con h3 a {
        font-size: 16px;
        color: #fbfbfb;
        font-weight: bold;
    }

    .news-top li .con p {
        margin: 15px 0 35px;
        font-size: 14px;
        color: #fbfbfb;
        opacity: 0.75;
        line-height: 1.6;
    }

    .news-top li .con .meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        color: #fbfbfb;
    }

    .news-list li .con h3 a {
        font-size: 16px;
        color: #000000;
    }

    .news-list li .con {
        position: relative;
        flex: 1;
        padding-left: 0px;
        padding-top: 10px;
    }

    .news-list li .con::before {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #afafaf;
        transition: all .3s;
        display: none;
    }

    .news-list li .con p {
        font-size: 14px;
        color: #8d8d8d;
        line-height: 1.6;
    }

    .news-list li .time .y-m {
        font-size: 12px;
    }

    .news-list li {
        display: flex;
        padding: 15px 0;
        border-bottom: 1px solid #afafaf;
        transition: all .3s;
    }

    .news-list li .time {
        width: 70px;
    }

    .news-list li .time .d {
        font-size: 50px;
        font-weight: lighter;
    }

    .about-env .swiper-slide {
        width: 100% !important
    }

    .about-env {
        margin-bottom: 40px;
    }

    .contact-map {
        margin-bottom: 40px;
    }

    .right-content .bread-top {
        padding: 15px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 20px;
    }
.pageNo {
    display: flex;
    justify-content: center;
    margin: 10px 0 30px;
}
    .bread {
        margin-top: 20px;
    }
}