.industryNews{
    padding-top: 100px;
    padding-bottom: 100px;
}
.indu-news-item{
    padding: 40px 40px 0;
    border-right: 1px solid #E4E6EE;
    border-bottom: 2px solid transparent;
    height:480px;
    cursor: pointer;
}
.indu-news-item:hover{
    border-bottom: 2px solid #005BAC;
    border-right: 1px solid transparent;
    /*box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);*/
}
.indu-news-item span{
    font-size: 24px;
    font-weight: 800;
    color: #222222;
    margin-bottom: 30px;
    display: block;
    font-family: Helvetica;
}
.indu-news-item:hover .title{
    color: #005BAC;
}
.indu-news-item .title{
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 16px;
    width: 100%;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}
.indu-news-item p{
    font-size: 14px;
    font-weight: 400;
    color: #505E6A;
    line-height: 28px;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 84px;
}
.indu-news-item img{
    width: 100%;
    height:180px;
}
.swiper-news-prev{
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url("/res/homepage/industryNews/left.svg") no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 16px;
    background-color: rgba(228, 230, 238, 0.5);
    opacity: 0.49;
    border-radius: 50%;
    outline: none;
    user-select: none;
}
.swiper-news-next{
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url("/res/homepage/industryNews/right.svg") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    background-color: rgba(228, 230, 238, 0.5);
    opacity: 0.49;
    border-radius: 50%;
    outline: none;
    user-select: none;
}
.swiper-news-next:hover,.swiper-news-prev:hover{
    opacity: 1;
}

@media (max-width: 768px) {
    .industryNews{
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .indu-news-item{
        border: 0;
        padding: 0;
        height: auto;
    }
    .industryNews .hh-section-header>.fr{
        width: auto;
    }
    .swiper-news-prev,.swiper-news-next{
        width: 42px;
        height: 42px;
        cursor: default;
    }
    .indu-news-item span,.indu-news-item a,.indu-news-item p{
        margin-bottom: 10px;
        height: auto;
    }
    .swiper-news-prev{
        margin-right: 8px;
    }
}