@media(min-width: 1025px)
{
    .view-detail a i
    {
        transition: all .3s ease;
    }
    .view-detail a:hover i
    {
        transform: translateX(3px);
    }
    .ininfo-wrap .titie .play
    {
        position: relative;
        transition: all .3s ease;
    }
    .ininfo-wrap .titie .play:hover
    {
        transform: translateY(5px);
    }
    .ainfo-con .con-t .con-r .float-box .img
    {
        position: relative;
        transition: all .3s ease;
    }
    .ainfo-con .con-t .con-r .float-box .img:hover
    {
        transform: translateY(5px);
    }
    .ainfo-con .con-t .con-l .red-b i
    {
        -position: relative;
        transition: all .3s ease;
    }
    .ainfo-con .con-t .con-l .red-b:hover i
    {
        transform: translate(3px,-50%);
    }
    .adevelop-wrap .shijian-wrap .shijian-box .load-more i
    {
        position: relative;
        transition: all .3s ease;
    }
    .adevelop-wrap .shijian-wrap .shijian-box .load-more:hover i
    {
        transform: translateX(3px);
    }
    .layout-item .item .img
    {
        overflow: hidden;
    }
    .part-list .list-item .item .icon a
    {
        transition: all .3s ease;
    }
    .part-list .list-item .item .icon:hover a
    {
        transform: translateY(3px);
    }
    .child-wrap .child-con .swiper-container .swiper-slide .map i
    {
        transition: all .3s ease;
    }
    .child-wrap .child-con .swiper-container .swiper-slide .map:hover i
    {
        position: relative;
        transform: translateY(4px);
    }
    .zp-wrap .zp-con .job-wrap .list .sub-box .con .con-t .ying-p
    {
        transition: all .3s ease;
    }
    .zp-wrap .zp-con .job-wrap .list .sub-box .con .con-t .ying-p:hover
    {
        background: #686465;
        color: #fff;
    }
    .zp-wrap .zp-con .job-wrap .list .sub-box .guanbi i
    {
        transition: all .3s ease;
    }
    .zp-wrap .zp-con .job-wrap .list .sub-box .guanbi .gb:hover i
    {
        position: relative;
        transform: translateX(3px);
    }
    .detail-wrap .detail-bottom .le a:hover
    {
        color: #ce0020;
    }
    .detail-wrap .detail-bottom .back a:hover
    {
        background: #ce0020;
        color: #fff;
        border: 1px solid #ce0020;
    }
    .detail-top .con .back a:hover
    {
        transform: translateY(2px);
    }
}
