.breadcrumb-single{
    background: var(--white);
}
/* huatai news */
.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: 36px; font-weight: 600;
    text-transform: uppercase;
    color: var(--fttcolor);
    
    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);
    
}
.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);
    
    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 */
.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: 100%;
    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;
    
    margin-bottom: 35px;
    transition: all .5s linear;
}
.technology-news h3{
    font-size: 24px;
    color: var(--fttcolor);
    line-height: 28px;
    
    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: #999999;
}
.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: 0px;
    }
    .technology-news .swiper-button-prev{
        left: 0px;
    }
}

@media(min-width:768px) and (max-width:1260px){

}

@media(min-width:768px) and (max-width:1024px){

}

@media screen and (max-width:768px){
    /* huatai news sm */
    .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 sm */
    .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;
    }
    

}