.case-info{
    width: 100%;
    height: auto;
    margin-top: 35px;
}

.case-nav{
    border-top: 1px solid #F5F5F5;
    padding: 0 15px;
}

.case-nav p{
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #565656;
    line-height: 50px;
}

.case-nav p a{
    color: #565656;
}

.case-nav p span{
    color: #0096E3;
}

.case-news{
    border: 1px solid #CECECE;
    background: #f5f5f5;
    padding: 10px 40px;
}

.case-news header{
    width: 100%;
    margin: 0 auto;
    
}

.case-news header h1{
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #565656;
    line-height: 37px;
}

.case-news .subtitle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 40px;
}

.case-news .subtitle div{
    margin-left: 30px;
}

.news-content{
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    padding: 30px;
    /*background: white;*/
}

.news-content p{
    text-indent: 2em;
    font-size: 15px;
    font-family: SimSun;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 27px;
}

.news-content img{
    display: block;
    width: 867px;
    height: 396px;
    margin: 15px auto;
}

.case-tool{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}


.pre-case{
    flex: 1;
    text-overflow: wrap;
}

.next-case{
    flex: 1;
    text-align: right;
    text-overflow: wrap;
}

.case-tool a{
    font-size: 14px;
    font-family: SimSun;
    font-weight: bold;
    color: #128EDC;
    line-height: 25px;
}

