﻿body {
    background-color: #f8f8f8;
}



.divE {
    width: 100%;
    height: 600px;
}

.divEtop {
    width: 100%;
    height: 135px;
}

.divEleft {
    margin-top: 30px;
    float: left;
    border-radius: 8px;
    background-color: #ffffff;
    margin-bottom: 10px;
    min-height: 400px;
    min-width: 65%;
    max-width: 65%;
    text-align: center;
    box-shadow: 0px 6px 20px 0px rgba(0,0,0,.03);
}

.divEleftDiv1 {
    width: 100%;
    min-height: 60px;
    text-align: left;
    padding-left: 5%;
}

    .divEleftDiv1 h1 {
        font-size: 30px;
        font-weight: 600;
    }

.divEleftDiv2 {
    width: 100%;
    height: 60px;
}

    .divEleftDiv2 span {
        color: #999;
        float: left;
        margin-left: 5%
    }


.divEleftDiv3 {
    min-width: 60%;
    min-height: 260px;
    text-align: left;
}

    .divEleftDiv3 div {
        width: 100%;
        padding: 0 5% 0 5%;
        word-wrap: break-word
    }

.divERight {
    margin-top: 30px;
    margin-left: 3%;
    float: left;
    border-radius: 8px;
    background-color: #ffffff;
    margin-bottom: 10px;
    min-height: 320px;
    min-width: 32%;
    box-shadow: 0px 6px 20px 0px rgba(0,0,0,.03);
}

.dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ccc;
    margin-bottom: 3px;
}

.divERightdiv1 {
    padding: 5% 0 0 5%;
}

    .divERightdiv1 a {
        -webkit-tap-highlight-color: rgba(0,0,0,.1);
        text-decoration: none;
        color: black;
        font-size: 16px;
    }

        .divERightdiv1 a:hover {
            color: #2c7ba9;
        }





.barrister-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .barrister-list .bitem {
        list-style: none;
        border-radius: 10px;
        background: linear-gradient(90deg,#dbeeff 0%,#c2e1ff 100%);
        height: 134px;
        width: 270px
    }

        .barrister-list .bitem .flex {
            padding: 17px 12px 17px 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            height: 100px;
            text-decoration: none; /* 取消链接默认的下划线 */
        }

        .barrister-list .bitem .default-fl .tl {
            font-size: 24px;
            font-weight: 700;
            line-height: 24px;
            color: #22496e
        }

        .barrister-list .bitem .default-fl .txt {
            margin-top: 16px;
            font-size: 18px;
            font-weight: 400;
            line-height: 18px;
            color: #22496e
        }

        .barrister-list .bitem .default-fr {
            width: 100px;
            height: 100px
        }

            .barrister-list .bitem .default-fr .img {
                width: 100%;
                height: 100%
            }

    .barrister-list .lawyer-img {
        height: 134px;
        width: 270px;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 10px
    }

        .barrister-list .lawyer-img .img {
            width: 100%;
            height: 100%;
            border-radius: 10px
        }

    .barrister-list .lawyer-main {
        color: #fff;
        position: absolute;
        left: 24px;
        top: 24px
    }

        .barrister-list .lawyer-main .note {
            font-size: 16px;
            font-weight: 400;
            line-height: 16px;
            color: #fff
        }

        .barrister-list .lawyer-main .tlt {
            font-size: 24px;
            font-weight: 700;
            line-height: 24px;
            color: #fff;
            margin-top: 10px;
            text-shadow: 0px 2px 10px rgba(0,0,0,.1)
        }

        .barrister-list .lawyer-main .phone {
            margin-top: 20px;
            font-size: 16px;
            font-weight: 700;
            line-height: 16px;
            color: #fff;
            text-shadow: 0px 2px 10px rgba(0,0,0,.1)
        }

    .barrister-list .lawyer-btn {
        text-align: center;
        width: 88px;
        height: 28px;
        opacity: 1;
        border-radius: 219px;
        background: linear-gradient(90deg,#fa8900 0%,#fa1e1e 100%);
        border: 1px solid #fff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 28px;
        color: #fff;
        position: absolute;
        bottom: -4px;
        left: 24px;
        opacity: 0;
        transition: .4s
    }

    .barrister-list .bitem:hover .lawyer-main .phone {
        opacity: 0
    }

    .barrister-list .bitem:hover .lawyer-btn {
        bottom: 16px;
        opacity: 1
    }

        .barrister-list .bitem:hover .lawyer-btn:hover {
            opacity: .7
        }

    .barrister-list .bitem0 .default-fl .tl {
        color: #22496e
    }

    .barrister-list .bitem0 .default-fl .txt {
        color: #22496e
    }

    .barrister-list .bitem1 {
        background: linear-gradient(90deg,#c5f0ed 0%,#b0e8e5 100%)
    }

        .barrister-list .bitem1 .default-fl .tl {
            color: #106152
        }

        .barrister-list .bitem1 .default-fl .txt {
            color: #106152
        }

    .barrister-list .bitem2 {
        background: linear-gradient(127.61deg,#f7e7d2 0%,#f7d8be 100%)
    }

        .barrister-list .bitem2 .default-fl .tl {
            color: #8a5228
        }

        .barrister-list .bitem2 .default-fl .txt {
            color: #8a5228
        }

    .barrister-list .bitem3 {
        background: linear-gradient(90deg,#e1e3f5 0%,#d5d6f5 100%)
    }

        .barrister-list .bitem3 .default-fl .tl {
            color: #39358f
        }

        .barrister-list .bitem3 .default-fl .txt {
            color: #39358f
        }

.ask_box {
    width: 90%;
    margin-left: 5%;
    margin-top: 30px;
    height: 36px;
    opacity: 1;
    border-radius: 222px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .ask_box .btn {
        display: block;
        width: 84px;
        height: 28px;
        opacity: 1;
        border-radius: 222px;
        background: linear-gradient(90deg,#2c7ba9 0%,#5e65e9 100%);
        text-align: center;
        line-height: 16px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        margin-right: 4px;
    }
        .ask_box .btn:hover {
            opacity: 0.8;
            background: linear-gradient(90deg,#5e65e9 0%,#2c7ba9 100%);
        }

    .ask_box .txt {
        padding-left: 27px;
        font-size: 14px;
        font-weight: 400;
        line-height: 36px;
        color: #666;
    }
