.breadcrumb-single {
    background: var(--white)
}

.huatai-news {
    width: 100%;
    padding-top: 115px;
    background: #f6f6f6
}

.news-tit {
    text-align: center
}

.news-tit h2 {
    display: inline-block;
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
    color: var(--fttcolor);
    font-family: 'Roboto-Bold';
    position: relative;
    z-index: 2
}

.news-tit h2::before {
    content: '';
    position: absolute;
    left: -10px;
    top: -8px;
    width: 26px;
    height: 26px;
    background: var(--bgscolor);
    z-index: -1
}

.huatai-news .news-main {
    display: flex;
    justify-content: space-between
}

.huatai-news .news-main .news-left,
.huatai-news ul {
    width: calc(50% - 20px)
}

.huatai-news a {
    display: block
}

.huatai-news .news-more,
.huatai-news .news-more p {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.huatai-news .news-more {
    margin: 30px 0 15px
}

.huatai-news .news-time {
    font-size: 18px;
    color: var(--ftcolor)
}

.huatai-news .news-img {
    border-radius: 6px;
    overflow: hidden
}

.huatai-news img {
    width: 100%;
    border-radius: 6px;
    transition: all .5s linear
}

.huatai-news .news-left .news-img {
    border-radius: 10px
}

.huatai-news .news-left img {
    border-radius: 10px
}

.huatai-news .news-more p {
    font-size: 18px;
    color: var(--bgscolor);
    font-family: 'Roboto-Bold'
}

.huatai-news .news-more p span {
    display: inline-block;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    background: rgba(236, 111, 44, .2);
    border-radius: 50%;
    text-align: center
}

.huatai-news .news-more p i {
    color: var(--bgscolor);
    font-size: 16px;
    line-height: 24px
}

.huatai-news h3 {
    font-size: 24px;
    color: var(--fttcolor);
    font-family: 'Roboto-Bold';
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.huatai-news ul li {
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 35px
}

.huatai-news ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.huatai-news ul a {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.huatai-news ul .news-img {
    width: 31%;
    margin-right: 20px
}

.huatai-news ul .news-text {
    width: 70%
}

.huatai-news ul li h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
    -webkit-line-clamp: 1
}

.huatai-news ul li p {
    font-size: 16px;
    color: var(--ftcolor);
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.huatai-news ul li .news-more {
    margin: 10px 0
}

.technology-news .news-main {
    position: relative
}

.technology-news .swiper {
    width: 100%;
    height: 100%;
    position: unset
}

.technology-news .swiper-slide {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.technology-news .swiper-slide a {
    display: block;
    position: relative;
    border-top: 1px solid var(--bgscolor)
}

.technology-news .swiper-slide img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all .5s linear
}

.technology-news .more {
    width: 127px;
    height: 36px;
    background: var(--bgscolor);
    font-size: 18px;
    color: var(--white);
    line-height: 36px;
    text-align: center;
    font-family: 'Roboto-Bold';
    margin-bottom: 35px;
    transition: all .5s linear
}

.technology-news h3 {
    font-size: 24px;
    color: var(--fttcolor);
    line-height: 28px;
    font-family: 'Roboto-Bold';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.technology-news .desc {
    font-size: 16px;
    height: 48px;
    color: var(--ftcolor);
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0 20px
}

.technology-news .time {
    font-size: 16px;
    color: #999
}

.technology-news .news-img {
    margin-top: 30px;
    overflow: hidden
}

.technology-news .swiper-button-next,
.technology-news .swiper-button-prev {
    color: var(--bgscolor);
    transition: all .3s linear
}

.technology-news .swiper-button-next {
    right: -60px
}

.technology-news .swiper-button-prev {
    left: -60px
}

@media(any-hover:hover) {
    .news-tit h2:hover {
        color: #0148a2
    }

    .huatai-news a:hover h3,
    .huatai-news a:hover .news-more p,
    .huatai-news a:hover .news-more p i {
        color: #0148a2
    }

    .huatai-news a:hover .news-more p span {
        background: rgba(1, 72, 162, .2)
    }

    .huatai-news a:hover img {
        transform: scale(1.2)
    }

    .technology-news .swiper-slide a:hover {
        border-top-color: #0148a2
    }

    .technology-news .swiper-slide a:hover .more {
        background: #0148a2
    }

    .technology-news .swiper-slide a:hover h3 {
        color: #0148a2
    }

    .technology-news .swiper-slide a:hover img {
        transform: scale(1.2)
    }

    .technology-news .swiper-button-next:hover,
    .technology-news .swiper-button-prev:hover {
        color: #0148a2
    }
}

@media(min-width:768px) and (max-width:1440px) {
    .technology-news .swiper-button-next {
        right: 0
    }

    .technology-news .swiper-button-prev {
        left: 0
    }
}

@media screen and (max-width:768px) {
    .huatai-news {
        padding-top: 50px
    }

    .news-tit h2 {
        font-size: 28px
    }

    .news-tit h2::before {
        left: -4px;
        top: -4px;
        width: 18px;
        height: 18px
    }

    .huatai-news .news-main,
    .huatai-news ul a {
        flex-wrap: wrap
    }

    .huatai-news .news-main .news-left,
    .huatai-news ul,
    .huatai-news ul .news-img,
    .huatai-news ul .news-text {
        width: 100%
    }

    .huatai-news ul .news-img {
        margin-right: 0
    }

    .huatai-news img,
    .huatai-news .news-left img {
        border-radius: 8px
    }

    .huatai-news .news-time,
    .huatai-news .news-more p {
        font-size: 14px;
        line-height: 21px
    }

    .huatai-news .news-more p span {
        width: 20px;
        height: 20px;
        margin-top: -3px
    }

    .huatai-news .news-main .news-left {
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #e3e3e3
    }

    .huatai-news .news-more {
        margin: 20px 0 10px
    }

    .huatai-news h3 {
        font-size: 18px;
        line-height: 22px
    }

    .huatai-news .news-more p i {
        font-size: 14px;
        line-height: 20px
    }

    .huatai-news ul li .news-more {
        margin: 20px 0 10px
    }

    .huatai-news ul li h3 {
        font-size: 18px;
        line-height: 22px
    }

    .huatai-news ul li {
        padding-bottom: 20px;
        margin-bottom: 30px
    }

    .technology-news .container {
        padding: 0
    }

    .technology-news .swiper-button-next,
    .technology-news .swiper-button-prev {
        display: none
    }

    .technology-news .more {
        width: 120px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 30px
    }

    .technology-news h3 {
        font-size: 18px;
        color: var(--fttcolor);
        line-height: 24px
    }

    .technology-news .desc {
        height: auto;
        margin: 6px 0 15px;
        line-height: 22px
    }

    .technology-news .news-img {
        margin-top: 25px
    }
}


/*公司新闻*/
.news-content ul li {
    margin-bottom: 36px;
    width: 100%;
    background: #f6f6f6;
    border-radius: 30px;
    transition: all .5s linear
}

.news-content ul li:last-child {
    margin-bottom: 45px
}

.news-content ul li a {
    display: flex;
    justify-content: space-between
}

.news-content ul li .news-img {
    overflow: hidden;
    width: 30%;
    border-radius: 30px 0 0 30px
}

.news-content ul li .news-img img {
    width: 100%;
    height: 315px;
    border-radius: 30px 0 0 30px;
    transition: all .5s linear
}

.news-content ul li .news-text {
    width: 70%;
    padding: 35px 65px 38px 50px
}

.news-content ul li .news-text .category {
    width: 107px;
    height: 24px;
    background: var(--bgscolor);
    border-radius: 12px;
    color: var(--white);
    line-height: 24px;
    text-align: center;
    font-size: 14px
}

.news-content ul li h3 {
    font-size: 24px;
    color: var(--fttcolor);
    font-family: 'Roboto-Bold';
    margin: 15px 0 8px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.news-content ul li .desc {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.news-content ul li .news-time {
    display: flex;
    align-items: center;
    margin: 15px 0 25px
}

.news-content ul li .news-time p {
    font-size: 16px;
    color: var(--ftcolor)
}

.news-content ul li .news-time p i {
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-top: -2px
}

.news-content ul li .news-time p:last-child {
    margin-left: 20px
}

.news-content ul li .news-time p {
    display: flex;
    align-items: center
}

.news-content ul li .news-time p:last-child span {
    margin-right: 3px
}

.news-content ul li .learn-more {
    width: 152px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid var(--bgscolor);
    color: var(--bgscolor);
    padding: 0 15px 0 20px;
    line-height: 28px;
    font-family: 'Roboto-Bold';
    display: flex;
    align-items: center;
    transition: all .3s linear
}

.news-content ul li .learn-more i {
    display: inline-block;
    margin-left: 14px;
    font-size: 18px;
    margin-top: -2px
}

@media(any-hover:hover) {
    .news-content ul li:hover {
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .12)
    }

    .news-content ul li:hover img {
        transform: scale(1.2)
    }

    .news-content ul li:hover h3 {
        color: var(--bgscolor)
    }

    .news-content ul li:hover .learn-more {
        background: var(--bgscolor);
        color: var(--white);
        border-color: var(--bgscolor)
    }
}

@media screen and (max-width:768px) {
    .news-content ul li {
        margin-bottom: 30px;
        border-radius: 8px;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1)
    }

    .news-content ul li a {
        flex-wrap: wrap
    }

    .news-content ul li .news-img {
        width: 100%;
        border-radius: 8px 8px 0 0
    }

    .news-content ul li .news-img img {
        height: auto;
        border-radius: 8px 8px 0 0
    }

    .news-content ul li .news-text {
        width: 100%;
        padding: 20px 15px 25px 15px
    }

    .news-content ul li h3 {
        font-size: 18px;
        line-height: 23px;
        -webkit-line-clamp: 2
    }

    .news-content ul li .news-time p {
        font-size: 14px
    }

    .news-content ul li:last-child {
        margin-bottom: 35px
    }

    .news-content ul li .news-time {
        margin: 13px 0 20px
    }

    .news-content ul li .learn-more {
        width: 45%;
        height: 32px;
        border-radius: 16px;
        border: 1px solid var(--bgcolor);
        color: var(--bgcolor);
        padding: 0 15px;
        line-height: 30px
    }

    .news-content ul li .learn-more i {
        margin-left: 10px
    }
}


/*行业新闻*/
