.case-info{
    width: 100%;
    height: auto;
}

.case-nav{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 5px;
    border-top: 1px solid #f5f5f5;
}

.case-nav p{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #565656;
    line-height: 30px;
}

.case-nav p a{
    color: #565656;
}

.case-nav p span{
    color: #0096E3;
}

.case-intro{
    width: 100%;
    height: auto;
    border: 1px solid #CECECE;
    box-sizing: border-box;
    padding: 10px;
    background: #f5f5f5;
}

.case-title-wrap{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;

}

.case-title-wrap h2{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #565656;
    line-height: 25px;
    margin: 0 0 10px 0;
}

.case-title-wrap p{
    font-size: 10px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #7C7C7C;
    line-height: 18px;
}

.case-eval-wrap{
    display: flex;
    justify-content: space-between;
}

.case-msg{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.case-content{
    width: 100%;
    height: auto;
    padding: 10px 0;
}

.case-content p{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #4C4C4C;
    line-height: 28px;
    /*text-indent: 2em;*/
}

.case-content img{
    width: 100% !important;
    height: auto !important;
    margin: 10px 0;
}

.case-tool{
    width: 100%;
    height: auto;
    border-top: 1px solid #CECECE;
    box-sizing: border-box;
    padding: 15px 0 10px 0;
}

.case-tool p{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 20px;

    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.case-tool p a{
    color: #128EDC;
}