@charset "utf-8";


.head-page .news_item>a span::after{
    transform: scaleX(1);
    opacity: 1;
}
.news_swiper {
    background: #ffffff;
}
.news_swiper .img{
    width: 44.5%;
    height: 303px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.news_swiper .img img{
    transition: all .4s;
    display: block;
    max-height: 100%;
}
.news_swiper .texts{
    width: 55.5%;
    padding: 0 118px 0 50px;
    box-sizing: border-box;
    position: relative;
}
.news_swiper .texts .tit {
    margin: 20px 0 8px;
    transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.news_swiper .texts .con{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}
.news_swiper .texts .watch_detail {
    margin-top: 35px;
    height: 32px;
    display: inline-block;
    transition: all .4s;
    line-height: 32px;
}
.news_swiper .swiper-button-next:after, .news_swiper .swiper-button-prev:after{
    color: #E60012;
    font-size: 28px;
    font-weight: 600;
}
.news_swiper .swiper-button-prev{
    left: 36px;
}
.news_swiper .swiper-button-next{
    right: 36px;
}
.news_swiper .swiper-pagination{
    text-align: right;
    width: 100%;
    right: 40px;
}
.news_swiper .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #BDBDBD;
    border-radius: 50%;
    opacity: 1;
    margin: 0 5px;
}
.news_swiper .swiper-pagination-bullet-active{
    background: #E60012;
}
@media only screen and (min-width: 960px) {
    .news_swiper:hover .img img{
        transform: scale(1.08);
    }
    .news_swiper:hover .texts .tit{
        color: #E60012;
    }
    .news_swiper:hover .texts .watch_detail{
        background: #E60012;
        color: #fff;
        padding: 0 10px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 1600px) {
    .news_swiper .img{
        height: 278px;
    }
}
@media only screen and (max-width: 1480px) {
    .news_swiper .img{
        height: 257px;
    }
}
@media only screen and (max-width: 1440px) {
    .news_swiper .img{
        height: 251px;
    }
}
@media only screen and (max-width: 1400px) {
    .news_swiper .img{
        height: 243px;
    }
}
@media only screen and (max-width: 1366px) {
    .news_swiper .img{
        height: 243px;
    }
}
@media only screen and (max-width: 1280px) {
    .news_swiper .img{
        height: 320px;
    }
    .news_swiper .texts .watch_detail{
        margin-top: 32px;
    }
    .news_swiper .texts .tit{
        margin: 25px 0 20px;
    }
}
@media only screen and (max-width: 1240px) {
    .news_swiper .img {
        height: 310px;
    }
}
@media only screen and (max-width: 1200px) {
    .news_swiper .texts .con{
        -webkit-line-clamp: 2;
    }
    .news_swiper .img{
        height: 300px;
    }
}
@media only screen and (max-width: 1043px) {
    .news_swiper .img{
        height: 261px;
    }
    .news_swiper .texts .tit{
        margin: 15px 0 10px;
    }
    .news_swiper .texts .watch_detail{
        margin-top: 25px;
    }
    .news_swiper .texts {
        padding: 25px 90px 25px 38px;
    }
}
@media only screen and (max-width: 960px) {
    .news_detail .bread {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .news_swiper .img{
        width: 100%;
        height: 210px;
    }
    .news_swiper .texts {
        padding: 20px 15px 40px 15px;
        width: 100%;
    }
    .news_swiper .texts .watch_detail{
        margin-top: 10px;
    }
    .news_swiper .swiper-button-next, .news_swiper .swiper-button-prev{
        display: none;
    }
    .news_swiper .texts .tit {
        margin: 10px 0 10px;
    }
    .news_swiper .texts .con{
        height: 52px;
    }
}
@media only screen and (max-width: 640px) {
    .news_swiper .img{
        height: 146px;
    }
}