.service-supportImg {
    height: 500px;
    background: url("../img/1920x1080/top-bg-news.jpg") no-repeat center center;
}

.carousel-centered {
    left: 49%;
    transform: translate3d(-50%, -50%, 0);
}

.carousel-inner-p {
    text-align: center;
}

.content-lg {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-title-line {
    width: 74px;
    margin: 20px auto 0 auto;
    border-bottom: 4px solid #259ce1;
}
.news-content {
    max-width: 1400px;
    margin: 45px auto 60px;
}

.news-btns {
    display: flex;
}

.custom-btn {
    width: 80px;
    height: 30px;
    margin: 0 10px;
    text-align: center;
}

.btn-3 {
    width: 90px;
    height: 30px;
    line-height: 2;
}

.btn-3 span {
    font-size: 16px;
}

.news-list {
    margin-top: 40px;
}
.news-list-img{
    width: 100%;
    height: 251px;
    border-radius: 3px;
    transition: transform 0.3s ease;
}
.news-list-img:hover{
    cursor: pointer;
    transform: scale(1.1);
}
.news-list-content{
    height: 130px;
}
.news-list-item{
    margin-bottom: 40px;
}
.news-list-title{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.news-content-tag{
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 18px;
    font-size: 10px;
    line-height: 21px;
    border-radius: 20px;
    color: white;
    background-color: #f1d31f;
    margin-right: 5px;
    margin-top: -2px;
}
.new-content-h3{
    width:400px;
    color: #0f0f0f;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list-info{
    min-height:33.5px;
    color: #808080;
    font-size: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}
.news-list-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-list-bottom .time{
    color: #808080;
}
.news-list-bottom .more{
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
    color: white;
    width: 80px;
    background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%);
    border-radius: 20px;
    height: 30px;
    line-height: 32px;
    box-sizing: content-box;
    transition: all 0.3s ease;
}
.news-list-bottom .more:hover{
    cursor: pointer;
    transform: translateY(-2px);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    background: linear-gradient(0deg, rgba(2, 126, 251, 1) 0%, rgba(0, 172, 238, 1) 100%);
}
.articleCon p{
    line-height:30px
}
@media screen and (max-width: 768px){
    .service-supportImg{
        height:300px !important;
        background-size:100% 100% !important;
    }
    .carousel-centered{
        top:60%
    }
    .news-content{
        margin:30px auto 0px;
    }
    .carousel-title{
        text-align:center;
    }
    .carousel-inner-p{
        margin-top:10px !important;
    }
    .news-list-content{
        padding:0 4%;
    }
}
.articleCon .seeTime{
    margin: 0px 0px 40px 0;
    float: right;
    display: none;
}
.seeTime span{
    font-size: 12px;
    color: #808080;
}
#aa{
    border: none;
    padding: 0 10px;
    width: 54px;
    text-indent: 0em !important;
    color: #259ce1 !important;
}


