@charset "UTF-8";
.lawpage-header{
    background: #FFFFFF;
}
.lawpage{
    position: relative;
}
.lawpage-bg{
    width: 100%;
    height: 374px;
    position: absolute;
    left: 0;
    top: 0;
}
.lawpage nav{
    height: 374px;
    position: relative;
    z-index: 1;
}
.lawpage-nav{
    padding: 10px 0 0 220px;
}
.lawpage-nav li{
    margin: 0 25px;
}
.lawpage-nav li a{
    font-size: 18px;
    color: #FFFFFF;
    padding: 21px 0 19px;
    display: block;
    border-bottom: 3px solid transparent;
}
.lawpage-nav li .lawpage-nav-act{
    border-bottom: 3px solid #fff;
}
.lawpage-nav li a:hover{
    border-bottom: 3px solid #fff;
}
.lawyer-info{
    height: 220px;
    background: #FFFFFF;
}
.lawyer-info-box{
    position: relative;
}
.lawyer-info-photo{
    width: 260px;
    height: 260px;
    border: 8px solid rgba(255,255,255, .1);
    position: absolute;
    left: 0;
    top: -107px;
}
.lawyer-info-photo img{
    width: 244px;
    height: 244px;
}
.lawyer-info-rg{
    padding-left: 260px;
}
.lawyer-info-rg ul li{
    font-size: 14px;
    color: #676F85;
    width: 134px;
    border-right: 1px solid #95A1C0;
    text-align: center;
}
.lawyer-info-rg ul li div{
    font-weight: 700;
    font-size: 18px;
    color: #111F34;
    margin-bottom: 10px;
}
.lawyer-info-rg-tle{
    padding:20px;
    display: block;
}
.lawyer-info-rg-btn{
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
    color: #ffffff;
    background-color: #ff3519;
}
.lawyer-info-rg-btn .icon-xinxi{
    font-size: 16px;
    color: #ffffff;
    margin-right: 15px;
}
.lawpage-page{
    line-height: 1;
}
.law-jieshao{
    width: 880px;
    padding: 40px 40px 40px;
    background-color: #ffffff;
    border-radius: 3px;
    font-size: 16px;
    color: #666666;
    margin-top: 45px;
}
.law-jieshao-desc{
    line-height: 30px;
    margin: 20px 0 25px;
}
.law-jieshao-types{
    margin: 25px 0;
}
.law-jieshao-types li{
    width: 119px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    background: #F5F5F5;
    border-radius: 17px;
    margin: 0 15px 10px 0;
}
.law-jieshao-renzheng{
    height: 132px;
    border-radius: 5px;
    border: 2px dashed #DDDDDD;
    padding: 25px 35px;
    font-size: 14px;
    color: #848484;
}
.law-jieshao-renzheng ul{
    margin-bottom: 30px;
}
.law-jieshao-renzheng ul li{
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.law-jieshao-renzheng ul li img{
    margin-right: 8px;
}
.law-jieshao-rg{
    width: 307px;
    background: #FFFFFF;
    margin-top: 45px;
    padding: 26px 20px;
    font-size: 14px;
    color: #999999;
    font-size: 14px;
    border-radius: 3px;
}
.law-jieshao-rg img{
    width: 267px;
    height: 267px;
    margin: 20px 0 28px;
}
.law-jieshao-rg-it{
    margin-bottom: 20px;
}
.law-jieshao-rg span{
    color: #333333;
    margin-left: 15px;
}
/* 律师问答 */
.law-wenda{
    margin-top: 32px;
    margin: 32px 0 40px;
}
.law-wenda-tle{
    border-left: 5px solid #ff3519;
    padding-left: 15px;
    margin-bottom: 30px;
}
.law-wenda-its{
    font-size: 14px;
    color: #6F6F6F;
}

.law-wenda-it{
    width: 590px;
    height: 166px;
    background: #FFFFFF;
    padding: 26px 18px;
    border-radius: 5px;
    margin-bottom: 20px;
    /* box-shadow: 0px 6px 20px 0px rgb(0 0 0 / 3%); */
    transition: all 0.5s;
}
/* .law-wenda-it:hover{
    box-shadow: 0px 6px 20px 0px rgb(0 0 0 / 15%);
} */

.law-wenda-it:hover{
    box-shadow: 2px 7px 18px 3px rgb(153 153 153 / 21%);
    transform: translateY(-5px);
}
.law-wenda-it-le img{
    width: 32px;
    margin-right: 18px;
}
.law-wenda-it-le a{
    font-size: 18px;
    color: #333333;
}
.law-wenda-it-rg{
    margin-top: 23px;
}
.law-wenda-it-rg img{
    width: 32px;
    height: 32px;
    margin-right: 18px;
    flex: none;
}
.law-wenda-it-rg p{
    line-height: 25px;
}
/* 律师亲办案例 */
.law-qinban{
    height: 630px;
    position: relative;
    padding: 36px 0;
}
.law-qinban-bg{
    width: 100%;
    height: 630px;
    position: absolute;
    left: 0;
    top: 0;
}
.law-qinban-tle{
    color: #ffffff;
    border-left: 5px solid #ffffff;
    padding-left: 15px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}
.law-qinban-its{
    position: relative;
    z-index: 1;
}
.law-qinban-it{
    font-size: 14px;
    color: #B7B7B7;
    width: 380px;
    height: 325px;
    border-radius: 3px;
    overflow: hidden;
}  
.law-qinban-it-tp {
    height: 120px;
    background: #F4F7FE;
    padding: 24px 23px;
    transition: all .2s;

}
.law-qinban-it-tp a{
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    margin-bottom: 25px;
    display: block;
    transition: all .2s;
}
.law-qinban-it:hover .law-qinban-it-tp{
    background: #be7f46;
    color: #ffffff !important;
}
.law-qinban-it:hover .law-qinban-it-tp a{
    color: #ffffff !important;
}
.law-qinban-it-tp div span{
    margin-right: 25px;
}
.law-qinban-it-bm{
    height: 205px;
    background: #FFFFFF;
    padding: 11px 23px;
    text-align: center;
}
.law-qinban-it-bm div{
    height: 120px;
    line-height: 30px;
    text-align: left;
}
.law-qinban-it-bm a{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #8D8D8D;
    border-radius: 20px;
    border: 1px solid #D6D6D6;
    display: inline-block;
    margin-top: 15px;
}
.law-qinban-it-bm a:hover {
    color: #fff;
    /* background-image: linear-gradient(
        90deg
        , #00A2FF 0%, #3072FF 100%); */
        background-color: #ff3519;
        border-color:#ff3519 ;
}
.law-qinban-btn{
    margin-top: 73px;
    position: relative;
    z-index: 1;
}
.law-qinban-btn a{
    width: 190px;
    height: 52px;
    font-size: 16px;
    color: #F4F7FE;
    line-height: 52px;
    text-align: center;
    border-radius: 26px;
    border: 1px solid #FFFFFF;
    display: block;
}
.law-qinban-btn a:hover{
    background-color: #ff3519;
    border-color:#ff3519 ;
}
/* 律师文集 */
.law-wenji{
    padding: 50px 0 100px;
    background-color: #f4f7fe;
}
.law-wenji-tle{
    color: #333333;
    border-left: 5px solid #ff3519 ;
    padding-left: 15px;
    margin-bottom: 8px;
}
.law-wenji-it{
    width: 575px;
    padding: 35px 0;
    font-size: 14px;
    color: #BDBDBD;
    border-bottom: 1px solid #E8E8E8;
}
.law-wenji-it-le{
    width: 140px;
    height: 140px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 25px;
    flex: none;
}
.law-wenji-it-le img{
    width: 140px;
    height: 140px;
}
.law-wenji-it-rg{
    width: 410px;
}
.law-wenji-it-rg-tle{
    font-size: 16px;
    color: #333333; 
    margin: 4px 0 23px;
    display: block;
}
.law-wenji-it-rg-typs img{
    margin-right: 13px;
}
.law-wenji-it-rg-typs span{
    margin-right: 24px;
}
.law-wenji-it-rg-desc{
    color: #828282;
    line-height: 24px;
    margin-top: 20px;
}
.lawpage-footer{
    background: #1F2129;
    padding-bottom: 30px;
}
.lawpage-footer-tp{
    padding: 40px 0 22px;
    border-bottom: 1px solid #4B4B4B;
}
.lawpage-footer-tp-tle{
    font-weight: 700;
    font-size: 30px;
    color: #FEFEFE;
    margin-right: 40px;
}
.lawpage-footer-tp-links li a{
    font-size: 18px;
    color: #BCBCBC;
}
.lawpage-footer-tp-links li a:hover{
    text-decoration: underline;
}
.lawpage-footer-tp-links li span{
    display: inline-block;
    height: 18px;
    width: 2px;
    background-color: #BCBCBC;
    margin: 3px 10px 0;
}
.lawpage-footer-co{
    margin: 25px 0 45px;
}
.lawpage-footer-co span{
    font-size: 14px;
    color: #BCBCBC;
    margin-right: 15px;
}
.lawpage-footer-bm-tle{
    font-weight: 700;
    font-size: 16px;
    color: #F2F3F7;
    margin-bottom: 15px;
}
.lawpage-footer-bm ul li a{
    font-size: 14px;
    color: #A8A8A8;
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
}
.lawpage-footer-bm ul li a:hover{
    text-decoration: underline;
}
/* 亲办案例 */
.qinban-box{
    background-color: #ffffff;
    margin: 20px 0 60px;
    padding: 36px 0 80px;
}
.qinban-tle{
    border-left: 8px solid #ff3519;
    padding-left: 20px;
}
.qinban-its{
    padding: 0 25px;
    margin-bottom: 40px;
}
.qinban-it{
    padding: 40px 0 30px;
    border-bottom: 1px solid #F0F0F0;
}
.qinban-it-tle{
    font-size: 16px;
    color: #333333;
    display: block;
}
.qinban-it-desc{
    font-size: 14px;
    color: #868686;
    line-height: 24px;
    margin: 22px 0;
}
.qinban-it-types{
    font-size: 14px;
    color: #B2B2B2;
}
.qinban-it-types span {
    width: 1px;
    height: 15px;
    background-color: #B2B2B2;
    margin: 0 15px;
}
.pagination{
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 60px;
    background-color: #ffffff;
}

.zxfPagenum{
    min-width: 32px;
    height: 32px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    box-sizing: border-box;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #333;
    transition: all .1s;
    display: inline-block;
    cursor: pointer;
    margin: 0 3px;
}
.zxfPagenum:hover{
    border: 1px solid #ff3519;
    color: #ff3519;
}
.ellipsis{
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
}
.updown:hover{
    border: 1px solid #ff3519;
    color: #ff3519;
}
.updown{
    min-width: 32px;
    height: 32px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    box-sizing: border-box;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #333;
    transition: all .1s;
    display: inline-block;
    cursor: pointer;
    margin: 0 3px;
    display: block;
}
.pagination .active {
    border: 1px solid #ff3519;
    color: #ff3519;
}

.pagination  .disabled {
    opacity: .8;
}
.disabled:hover{
    color: #333;
    border: 1px solid #eee;
}
.qinban-details{
    padding: 40px 25px 70px;
    background-color: #ffffff;
    margin: 20px 0 100px;
    border-radius: 5px;
}
.qinban-details .t24{
    line-height: 40px;
}
.qinban-details-types{
    font-size: 14px;
    color: #868686;
    margin: 25px 0;
}
.qinban-details-types span{
    margin-right: 25px;
}
.qinban-details-con{
    border-top: 1px solid #f0f0f0;
    padding-top: 40px;
    line-height: 30px;
}
/* 问答 */
.wenda-it{
    padding: 30px 0 40px;
}
.wenda-it img{
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.wenda-it .qinban-it-desc{
    margin: 0;
}
.qinban-it-bm{
    margin-top: 25px;
}