.top-new-wrap{
    width: 1334px;
    margin: 0 auto;
    padding: 30px 0 67px 0;
    border-bottom: #F6F6F6 1px solid;
}
.top-new-wrap .img-wrap{
    width: 600px;
    height: 404px;
    margin-right: 30px;
}
.top-new-wrap .img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-new-wrap .time-wrap{
    position: relative;
    font-size: 56px;
    font-weight: 400;
    color: #333333;
    line-height: 74px;
}
.top-new-wrap .time-wrap:before{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    display: block;
    content: "";
    width: 21px;
    height: 2px;
    background: #d8d8d8;
}
.top-new-wrap .time-wrap1{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin-top: 9px;
}
.top-new-wrap .title_name{
    font-size: 26px;
    font-weight: 500;
    color: #333333;
    line-height: 37px;
    margin-top: 24px;
}
.top-new-wrap .keyword{
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #999999;
    line-height: 32px;
}
.top-new-wrap a{
    box-sizing: border-box;
    display: block;
    width: 167px;
    height: 49px;
    border: 1px solid #979797;
    border-radius: 26px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 49px;
    margin-top: 22px;
}
.new-swiper .swiper-slide{
    height: 372px;
    background: #ffffff;
    padding-top: 1px;
}
.swiper-slide-c{
    margin: 5px 4px 0 4px;
    box-sizing: border-box;
    padding: 30px 24px 0 24px;
    height: 362px;
}
.new-swiper .swiper-slide:hover .swiper-slide-c{
    box-shadow: 2px 6px 6px 0px rgba(97,97,97,0.09), -2px -6px 6px 0px rgba(97,97,97,0.09);
}
.new-swiper .swiper-slide img{
    width: 100%;
    height: 250px;
}
.new-swiper .swiper-slide p{
    font-size: 16px;
    color: #272727;
    line-height: 24px;
    margin-top: 14px;
}
.new-swiper .swiper-slide:hover p{
    color: #3F51B5;
}
.new-swiper-wrap .swiper-button-prev,.new-swiper-wrap .swiper-button-next{
    width: 40px;
    height: 40px;
    background-image: none;
}
.new-swiper-wrap .swiper-button-prev{
    left: 20px;
}
.new-swiper-wrap .swiper-button-next{
    right: 20px;
}
.new-list-wrap{
    padding: 0 54px;
    border-top: 1px solid #F6F6F6;
}
.new-list-item{
     height: 209px;
    border-bottom: 1px solid #F6F6F6;
}
.new-list-item .reight{
    width: 112px;
    height: 112px;
    background: #f2f7fa;
    border-radius: 4px;
    margin-right: 60px;
}
.new-list-item .reight span{
    font-size: 48px;
    font-weight: 500;
    color: #3f51b5;
}
.new-list-item .reight p{
    font-size: 16px;
    color: #3f51b5;
    line-height: 22px;
    margin-top: -40px;
}
.new-list-item .new-title{
    font-size: 20px;
    color: #333333;
    line-height: 26px;
}
.new-list-item .content{
    margin-top: 28px;
    font-size: 16px;
    color: #aaaaaa;
    line-height: 24px;
}