page,body,html{
    background: #f3f6ff;
}
.proclss{
    padding: 20px 0;
}
.tab{
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #b9c6e9;
}
.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%);
    }
/*  */
.sucitem{
    padding: 30px 0;
    border-bottom: 1px solid #b9c6e9;
}

.sucimg{

    width: 23%;
    float: left;
}
.sucimg>img{
    width: 100%;
}
.sucitem_right{
    margin-left: 28%;
}
.sucname{
    font-size: 25px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.suctime{
    font-size: 15px;
    color: #888;
    padding: 10px 0 20px;
}
.heng{
    width: 80px;
    height: 3px;
    background: #2a51b4;
    margin-bottom: 20px;
}
.sucsum{
    color: #888;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}
.sucitem:hover .sucname{
    color: #2a51b4;
}
.sucitem:hover .heng{
    width: 100%;
    transition: all 1s ease;
}
.proccpage{
    padding-top: 10px;
}
.proccpage>img{
    width: 150px;
    margin: auto;
}
@media screen and (max-width:900px) {
    .sucname{
        font-size: 20px;
    }
    .suctime{
        padding: 10px 0;
    }
    .heng{
        margin-bottom: 10px;
    }
    .sucsum{
        font-size: 14px;
    }
    .tabone{
        padding: 10px 25px;
        font-size: 18px;
    }
}
@media screen and (max-width:600px) {
    .sucimg{
        display: none;
    }
    .sucitem_right{
        margin-left: 0;
    }
}
.taboneactive > img {
    filter: invert(100%);
}