﻿.judicature {
    background-image: url('../../WebFiles/Mobile/judicatureBg.png');
    box-sizing: border-box;
    min-height: 5rem;
    height: 100%;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

    .judicature .head-title {
        width: 100%;
        padding: 2.5rem 0.5rem;
        font-size: 1.5rem;
        color: #ffffff;
        letter-spacing: 0.06rem;
        box-sizing: border-box;
        text-align: center;
    }

    .judicature .top {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
        background: white;
        padding: 1rem 0.75rem;
        width: 100%;
        box-sizing: border-box;
        /*            box-shadow: 0 0.2rem 0.4rem 0 rgba(12,13,15,0.1);*/
    }

        .judicature .top .top-title {
            color: #50b5ff;
            font-size: 1.5rem;
            font-weight: bold;
            letter-spacing: 0.06rem;
            margin-bottom: 1.2rem;
            box-sizing: border-box;
        }

        .judicature .top .top-img {
            width: 100%;
        }

        .judicature .top .title {
            padding: 0.5rem 0.25rem;
            box-sizing: border-box;
            font-size: 1.2rem;
            color: #333333;
            font-weight: bold;
        }

        .judicature .top .con {
            font-size: 0.75rem;
            padding: 0 0.25rem;
            box-sizing: border-box;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

    .judicature .list-menu {
        padding: 1rem;
        box-sizing: border-box;
    }

        .judicature .list-menu span {
            padding: 0.4rem 0;
            margin-right: 0.5rem;
            font-size: 1.13rem;
            color: #333333;
            letter-spacing: 0.06rem;
        }

        .judicature .list-menu a {
        display:inline-block;
        }

        .judicature .list-menu .active {
            border-bottom: 0.1rem solid #50b5ff;
        }

    .judicature .list {
        padding: 0rem 0.75rem;
        box-sizing: border-box;
    }

        .judicature .list .item {
            margin-top: 1rem;
            display: flex;
            flex-wrap: nowrap;
            padding: 0.25rem;
            box-sizing: border-box;
            align-items: center;
        }

            .judicature .list .item .item-left {
                flex: 1;
                flex-shrink: 0;
                margin-right: 0.5rem;
            }

                .judicature .list .item .item-left .title {
                    color: #333333;
                    font-size: 1.15rem;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    font-weight: bold;
                }

                .judicature .list .item .item-left .time {
                    color: #999999;
                    font-size: 0.75rem;
                    padding: 0.4rem 0;
                    box-sizing: border-box;
                }

            .judicature .list .item .item-right {
                width: 4.5rem;
                height: 4.5rem;
                flex-shrink: 0;
            }

                .judicature .list .item .item-right img {
                    height: 100%;
                    width: 100%;
                }


.list.message-content .message-form .leaveMessage {
    display: block;
    width: 100%;
    margin-top: 1rem;
    line-height: 1.5;
    font-size: 1.2rem;
    border: 1px solid #DCDFE6;
    border-radius: 0.4rem;
    color: rgb(150,150,150);
    background-color: rgb(247,247,247);
    height: 10rem;
    overflow: hidden;
    outline:none;
    padding:0.5rem;
}
.list.message-content .mail-font {
    font-size:0.9rem;
}
.list.message-content .message-form .message-btn {
    width: 6rem;
    height: 2.2rem;
    color: white;
    font-size: 0.9rem;
    background-color: rgb(246,192,57);
    border: none;
    border-radius: 0.4rem;
    /* margin-right: 1.3125rem; */
    margin: 0.8rem 0;
    outline:none;
}