.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;
}

.lawyer{
    width: 400px;
}

.lawyer a{
    display: block;
    width: 100%;
    height: auto;
}

.lawyer a> .cover{
    width: 100%;
    height: 510px;
    background-size: cover !important;
    background-position: center center !important;
    vertical-align: middle;
}

.lawyer .consult{
    width: 100%;
    height: 50px;
    background: #C7001A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
    margin-top: 12px;
}

.consult img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

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

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

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

.newsTitle p{
    font-size: 18px;
    margin-left: 10px;
}

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

.brief{
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid rgba(217,217,217,0.52);
    box-sizing: border-box;
    padding: 30px 0;
    line-height: 45px;
}

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

.telephone img{
    width: 18px;
    height: auto;
    margin-right: 10px;
}

.telephone p{
    font-size: 18px;
    color: #333333;
}

.achievement{
    padding: 40px 0;
}

.achievement .title{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.achievement p{
    font-size: 18px;
    color: #333333;
    line-height: 45px;
}

.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;
}

@media screen and (max-width: 1400px){
    .lawyer{
        width: 280px;
    }

    .lawyer a> .cover{
        height: 363px;
        background-size: cover !important;
        background-position: center center !important;
    }

    .newsDetail{
        width: calc(100% - 280px);
    }
}

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

    .newsDetail{
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
    }

    .lawyer{
        order: -1;
        margin: 0 auto;
    }
}

@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;
    }

    .lawyer{
        width: 200px;
    }

    .lawyer a> .cover{
        height: 210px;
        background-size: cover !important;
        background-position: center center !important;
    }

    .lawyer .consult{
        height: 25px;
        margin-top: 4px;
        font-size: 12px;
    }

    .consult img{
        width: 10px;
        height: 10px;
    }

    .brief{
        font-size: 14px;
        line-height: 35px;
        padding: 15px 0;
    }

    .telephone{
        padding: 15px 0;
    }

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

    .telephone img{
        width: 12px;
    }

    .achievement{
        padding: 20px ;
    }

    .achievement .title{
        font-size: 16px;
    }

    .achievement p{
        font-size: 14px;
        line-height: 35px;
    }

    .newsTitle{
        padding: 15px 5%;
    }

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

    .newsTitle h3{
        font-size: 16px;
        font-weight: bold;
    }

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

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

    .changeNews{
        font-size: 14px;
    }
}