.news_46_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}
.news_46_title .right a{
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    color: #c9caca;
    transition: all .5s;
}
.news_46_title .right a:after{
    position: absolute;
    display: block;
    content:'';
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0;
    background-color: #c9caca;
    transition: all .5s;
}
.news_46_title .right a:hover{
    color: #323232;
}
.news_46_title .right a:hover:after{
    background-color: #323232;
}
.news_46_pagination{
    position: static;
    margin-top: 15px;
}
.news_46_pagination span{
    width: 12px;
    height: 12px;
}
.news_46_container .swiper-slide{
    width: 460px;
    margin-right: 50px;
}
.news_46_con .data{
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
}
.news_46_con .data:after{
    position: absolute;
    display: block;
    content:'';
    width: 40px;
    height: 1px;
    left: 0;
    bottom: -5px;
    background-color: #9c9c9c;
}
.news_46_img{
    overflow: hidden;
}
.news_46_img img{
    width: 100%;
    transition: all .5s;
}
.news_46_container .swiper-slide:hover .news_46_img img{
    transform: scale(1.1);
}
.news_46_con .des,.news_46_con .title{
    color: #333;
    font-size: 16px;
    line-height: 2;
}
@media(max-width: 1200px) {
    .news_46_container .swiper-slide{
        margin-right: 0;
    }
}