page,body,html{
    background: #f3f6ff;
}
.proclss{
    padding: 20px 0;
}
.tab{
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabone {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    box-shadow: 0 2px 5px rgba(0, 0,0, 0.1);
    font-size: 20px;
    background: white;
}
.tabone>img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.tabone1{
    margin-right: 30px;
}
.taboneactive{
    background: #2a51b4;
    color: white;
}
    .taboneactive>img {
        filter: invert(100%);
    }
/*  */
.succontent {
    margin-top: 30px;
}
/* 新闻 */
.pro_list {
    margin: 0px -15px 0px -15px;
}
.pro_item {
    width: 33.3%;
    box-sizing: border-box;
    padding: 15px;
    float: left;
    /* border: 1px solid red; */
}
/* .pro_img img {
    width: 100%;
} */
.pro_img{
    background: rgba(255, 255, 255, 0.8) center center/contain no-repeat; 
    background-clip: content-box;
    overflow: hidden;
}
.pro_img img{
    width: 100%;
    display: block;
    height: auto;
    border-top: 5px solid #0e3ba8;
}
.pro_inner2 {
    background: white;
    transition: all 0.5s ease;
    padding-bottom: 20px;
    border-bottom: 7px solid #ffffff;
}

.pro_inner2:hover {
    transform: scale(1.05);
    border-bottom: 7px solid #73c233;

}

.pro_inner2:hover .new_time {
    background: #73c233;
}

.new_con {
    box-sizing: border-box;
    padding: 10px 10px;
    position: relative;
}

.new_line {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    transform: skewY(-5deg);
    background: white;
    z-index: 2;

}

.new_z {
    position: relative;
    z-index: 10;
}

.new_time {
    background: #0e3cab;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 10px;
    color: white;
    text-align: center;
    font-size: 14px;
    padding-top: 7px;
    z-index: 10;
    box-sizing: border-box;
}

.new_time span {
    font-size: 16px;
}

.new_name {
    margin-top: 40px;
    color: #0e3cab;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.new_intro {
    color: #666666;
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
    height:56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*  */
.proccpage>img{
    width: 150px;
    margin: auto;
}
@media screen and (max-width:900px) {
    .pro_inner2 {
        border-bottom: 5px solid #ffffff;
    }

    .new_con {
        box-sizing: border-box;
        padding: 10px 10px;
        position: relative;
    }

    .new_list .pro_item {
        width: 50%;
    }

    .pro_item2 {
        display: none;
    }

    .new_z {
        position: relative;
        z-index: 10;
    }

    .new_time {
        width: 50px;
        height: 50px;
        top: -40px;
        left: 10px;
        font-size: 12px;
        padding-top: 5px;
    }

    .new_time span {
        font-size: 14px;
    }

    .new_name {
        margin-top: 10px;
    }

}