.bannerNav{
    position: absolute;
    bottom: 0;
    z-index: 8;
    padding-bottom: 30px;
    color: white;
}

.bannerNav > img{
    width: 20px;
    height: 20px;
}

.bannerNav a, .bannerNav span{
    font-size: 16px;
    color: white;
    margin: 0 3px;
}

.newsDetail{
    width: calc(100% - 351px);
    box-sizing: border-box;
    padding-right: 5%;
}

.newsTitle{
    background: rgba(244,245,247,0.71);
    box-sizing: border-box;
    padding: 26px 4%;
    position: relative;
}

.newsTitle h3{
    font-size: 30px;
    color: #333333;
}

.newsTitle::before{
    content: "";
    width: 5px;
    height: 100%;
    background: rgba(199,0,26,0.71);
    position: absolute;
    left: 0;
    top: 0;
}

.newsTool{
    padding: 20px 0;
    border-bottom: 1px solid rgba(217,217,217,0.52);
}

.toolI{
    margin-right: 30px;
    font-size: 16px;
    color: #9F9E9E;
}

.toolI img{
    width: 21px;
    height: 21px;
    margin-right: 3px;
}

.detail{
    padding: 30px 0;
}

.detail p{
    font-size: 18px;
    color: #333333;
    text-indent: 2em;
    line-height: 30px;
}

.detail img{
    max-width: 100%;
    margin: 20px 0;
}

.newsB{
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid rgba(217,217,217,0.52);
}

.changeNews{
    width: 45%;
    font-size: 18px;
    color: #333333;
}

.changeNews img{
    width: 22px;
    height: 22px;
}

.changeNews img:nth-child(2){
    display: none;
}

.nextNews{
    justify-content: flex-end;
}

.nextNews p{
    order: -1;
}

.prevNews img{
    margin-right: 10px;
}

.nextNews img{
    margin-left: 10px;
}

.changeNews:hover img:nth-child(1){
    display: none;
}

.changeNews:hover img:nth-child(2){
    display: inline-block;
}

.changeNews:hover{
    color: #C7001A;
}

.relatedLawyers{
    width: 351px;
    padding-top: 105px;
}

.reTitle{
    font-size: 24px;
    color: #333333;
    margin-bottom: 19px;
}

.lawyer{
    width: 351px;
    height: 170px;
    background: #F4F5F7;
    box-sizing: border-box;
    padding: 14px;
    box-shadow: 0px 0px 5px #e0dfdf;
    margin-bottom: 8px;
    transition: all .5s;
}

.lawyer > .cover{
    width: 120px;
    height: 150px;
    background-size: cover !important;
    background-position: center center !important;
}

.lawyer .info{
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding-left: 4%;
}

.lawyer .info h3{
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    line-height: 30px;
}

.lawyer .info p:nth-child(2){
    font-size: 16px;
    color: #9BA0A7;
    line-height: 30px;
    margin-top: 20px;
}

.lawyer .info p:nth-child(3){
    font-size: 16px;
    color: #333333;
    margin-top: 8px;
}

.lawyer .info p:nth-child(3) img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.lawyer:hover{
    padding-left: 30px;
}

.lawyer:hover .info h3{
    color: #C7001A;
}

.lawyer:hover .info p:nth-child(2){
    color: #333333;
}

@media screen and (max-width: 998px){
    .newsInfo{
        flex-wrap: wrap;
    }

    .newsDetail{
        width: 100%;
        padding-right: 0;
    }

    .relatedLawyers{
        width: 100%;
        overflow: hidden;
    }

    .lawList{
        display: flex;
        align-items: flex-start;
        overflow-x: scroll;
        padding-bottom: 10px;
    }

    .lawyer{
        flex-shrink: 0;
        margin-bottom: 0;
        margin-right: 1.5%;
    }

    .lawyer:last-child{
        margin-right: 0;
    }
}

@media screen and (max-width: 540px){
    .bannerNav > img{
        width: 12px;
        height: 12px;
    }

    .bannerNav{
        padding-bottom: 18px;
    }

    .bannerNav a, .bannerNav span{
        font-size: 12px;
        margin: 0;
    }

    .newsTitle{
        padding: 15px 5%;
    }

    .newsTitle::before{
        width: 3px;
    }

    .newsTitle h3{
        font-size: 15px;
    }

    .toolI{
        font-size: 12px;
    }

    .toolI img{
        width: 12px;
        height: 12px;
    }

    .detail p{
        font-size: 14px;
    }

    .changeNews img{
        width: 15px;
        height: 15px;
    }

    .changeNews{
        font-size: 14px;
    }

    .relatedLawyers{
        padding-top: 30px;
    }

    .reTitle{
        font-size: 16px;
    }

    .lawyer{
        width: 119px;
        height: auto;
        flex-wrap: wrap;
        padding: 1%;
    }

    .lawyer:hover{
        padding-left: 1%;
    }

    .lawyer > img{
        width: 100%;
        height: 95px;
        background-size: cover !important;
        background-position: center center !important;
    }

    .lawyer .info{
        width: 100%;
    }

    .lawyer .info h3{
        font-size: 14px;
        text-align: center;
    }

    .lawyer .info p:nth-child(2){
        font-size: 12px;
        line-height: 18px;
        margin-top: 3px;
    }

    .lawyer .info p:nth-child(3){
        font-size: 12px;
    }

    .lawyer .info p:nth-child(3) img{
        width: 12px;
        height: 12px;
    }

    .detail{
        padding: 20px 0;
    }
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.lawList::-webkit-scrollbar{
    /* width:16px; */
    height:6px;
    background-color:#F5F5F5;
}
.lawList::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 6px #ccc;
    border-radius:10px;
    background-color:#F5F5F5;
}

.lawList::-webkit-scrollbar-thumb{
    border-radius:10px;
    -webkit-box-shadow:inset 0 0 20px #C7001A;
    background-color:#ccc;
}