﻿/*公共部分*/
.complaint {
    margin: 0 auto;
    width: 1200px;
}

.cptContainer {
    width: 1200px;
    margin: 0 auto;
    margin: 40px auto;
    padding-top: 80px;
}

a.cptTextBtn {
    background-color: #239880;
    border: 1px solid #239880;
    color: #24b673;
    height: 46px;
    line-height: 46px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    -webkit-font-smoothing: initial;
    width: 240px;
}

    a.cptTextBtn:hover {
        color: #fff;
        background-color: #239880;
    }

    a.cptTextBtn i {
        margin-right: 6px;
    }

.cptLeft {
    float: left;
    width: 935px;
}

.cptRight {
    float: right;
    width: 240px;
}

.cptRightItem {
}

.cptTopNav {
}

    .cptTopNav li {
        height: 40px;
        line-height: 40px;
        color: #333;
        font-size: 16px;
    }

        .cptTopNav li.on {
            color: #555555;
            font-weight: 700;
        }

.cptTopBox {
    margin-bottom: 20px;
}

    .cptTopBox dl dt {
        padding: 0 12px;
        height: 40px;
        line-height: 40px;
    }

        .cptTopBox dl dt span {
            display: block;
            float: left;
            color: #ffffff;
            font-size: 16px;
            font-weight: 700;
        }

            .cptTopBox dl dt span.cptTopTitname {
                width: 150px;
            }

            .cptTopBox dl dt span.cptTopTitkb {
                width: 40px;
                float: right;
            }

                .cptTopBox dl dt span.cptTopTitkb a {
                    font-size: 12px;
                    color: #444;
                }

    .cptTopBox dl dd {
        padding: 5px 10px;
    }

.cptTopLi {
    height: 22px;
    line-height: 22px;
    padding: 5px 0;
}

    .cptTopLi p {
        float: left;
    }

        .cptTopLi p.cptTopname {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .cptTopLi p.cptTopkb {
            width: 40px;
            float: right;
            color: #ff6c00;
        }

.ultext li {
    height: 22px;
    line-height: 22px;
    padding: 5px 0;
}

    .ultext li a {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.icon-good:before {
    content: "\f087";
    color: #ff6c1d;
}

.icon-bad:before {
    content: "\f088";
}

.quoted_container {
    margin-top: 5px;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
}

    .quoted_container .quoted_tit {
        background: #f5f5f5;
        font-size: 14px;
        padding: 8px 10px;
        border-bottom: 1px solid #eaeaea;
    }

    .quoted_container .quoted_main {
        padding: 10px;
    }

.quoted_main li {
    padding: 8px 8px;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .quoted_main li:before {
        content: '';
        width: 4px;
        height: 4px;
        background-color: #666;
        display: inline-block;
        border-radius: 3px;
        margin-right: 6px;
        margin-left: -6px;
        vertical-align: middle;
    }

    .quoted_main li:last-child {
        border: none;
    }

.cptLocat {
    border: 1px solid #eaeaea;
    width: 1198px;
    margin-bottom: 40px;
}

.cptLocatType {
    padding: 15px;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    background: #f8f8f8;
}

    .cptLocatType em {
        text-align: right;
        position: absolute;
        right: 30px;
    }

    .cptLocatType ul li {
        position: relative;
    }

        .cptLocatType ul li i {
            font-size: 16px;
            padding: 0 10px;
            color: #aaa;
        }

.cptRightAd {
    height: auto;
    overflow: hidden;
}

    .cptRightAd li {
        margin-bottom: 20px;
    }

        .cptRightAd li a {
            display: block;
        }

            .cptRightAd li a img {
                width: 100%;
                height: auto;
            }

.cptNav dl {
    border-top: 1px dotted #eaeaea;
    width: 100%;
    top: -1px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

    .cptNav dl dt {
        width: 137px;
        border-right: 1px solid #eaeaea;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        line-height: 50px;
        z-index: 1;
        color: #333333;
        background-color: #f8f8f8;
        font-weight: 500;
        font-size: 14px;
    }

    .cptNav dl dd {
        float: left;
        margin-left: 158px;
        display: inline;
    }

        .cptNav dl dd a {
            float: left;
            height: 50px;
            line-height: 50px;
            margin-right: 30px;
            text-align: left;
            color: #333333;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            font-size: 14px;
        }

            .cptNav dl dd a:hover {
                color: #E31939;
            }

            .cptNav dl dd a.curr {
                font-size: 16px;
                font-weight: 700;
                color: #239880;
            }


.cptList {
    margin-top: 0px;
}

    .cptList li.cptLi {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eaeaea;
        position: relative;
        padding-left: 100px;
    }

        .cptList li.cptLi .cptLiTop {
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            color: #333;
            margin-bottom: 10px;
        }

            .cptList li.cptLi .cptLiTop h3 {
                font-weight: normal;
                float: left;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                width: 700px;
            }

                .cptList li.cptLi .cptLiTop h3 a {
                    font-size: 18px;
                    font-weight: 700;
                }

                    .cptList li.cptLi .cptLiTop h3 a:hover {
                        color: #239880;
                    }

            .cptList li.cptLi .cptLiTop p {
                float: right;
                color: #ff6c1d;
                font-size: 14px;
            }

                .cptList li.cptLi .cptLiTop p span {
                    margin-right: 12px;
                }

                    .cptList li.cptLi .cptLiTop p span i {
                        margin-right: 4px;
                        color: #aaa;
                        font-size: 16px;
                    }

        .cptList li.cptLi .cptLiSN {
            margin-bottom: 12px;
            height: 25px;
            line-height: 25px;
        }

            .cptList li.cptLi .cptLiSN h4 {
                font-size: 15px;
                color: #666;
                font-weight: 500;
            }

        .cptList li.cptLi .cptLiMes {
            height: 30px;
            line-height: 30px;
            margin-bottom: 10px;
        }

            .cptList li.cptLi .cptLiMes li {
                float: left;
                margin-right: 26px;
                color: #999;
                height: 38px;
                line-height: 38px;
            }

                .cptList li.cptLi .cptLiMes li.btsdwxx {
                    border: 1px solid #239880;
                    height: 36px;
                    line-height: 36px;
                }

                    .cptList li.cptLi .cptLiMes li.btsdwxx span {
                        display: inline-block;
                        padding: 0 12px;
                    }

                        .cptList li.cptLi .cptLiMes li.btsdwxx span.btsdwbt {
                            color: #333;
                        }

                        .cptList li.cptLi .cptLiMes li.btsdwxx span.btsdwmz {
                            color: #fff;
                            background-color: #239880;
                        }

                            .cptList li.cptLi .cptLiMes li.btsdwxx span.btsdwmz a {
                                color: #fff;
                            }

                .cptList li.cptLi .cptLiMes li.tsxgxx span {
                    margin-right: 26px;
                    white-space: nowrap;
                }

        .cptList li.cptLi .ctrCptListContent {
            line-height: 24px;
            color: #333;
            font-size: 12px;
            margin-bottom: 10px;
        }

        .cptList li.cptLi .cptLiImg {
            margin-bottom: 20px;
        }

            .cptList li.cptLi .cptLiImg ul li {
                width: 150px;
                height: 150px;
                overflow: hidden;
                float: left;
                margin-right: 10px;
                margin-bottom: 10px;
            }

                .cptList li.cptLi .cptLiImg ul li img {
                    width: 100%;
                    height: 100%;
                }

        .cptList li.cptLi .cptLiFoot {
            text-align: right;
            color: #999;
            padding-right: 10px;
        }

        .cptList li.cptLi .cptUser {
            width: 70px;
            position: absolute;
            left: 10px;
            top: 10px;
            padding: 20px;
            padding-left: 0px;
        }

            .cptList li.cptLi .cptUser .cptUserHead {
                display: block;
                text-align: center;
            }

                .cptList li.cptLi .cptUser .cptUserHead i {
                    font-size: 50px;
                    color: #666;
                    text-align: center;
                }

            .cptList li.cptLi .cptUser p {
                width: 60px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                text-align: center;
                color: #666;
                margin-top: 18px;
            }

        .cptList li.cptLi .cptLiType {
            position: absolute;
            right: 100px;
            top: 20px;
            width: 120px;
            height: 120px;
        }

            .cptList li.cptLi .cptLiType img {
                width: 100%;
                height: 100%;
            }

/*提示*/
.noFoundContent {
    text-align: center;
    margin: 60px;
}

    .noFoundContent i.shzhFont {
        color: #24b673;
        font-size: 50px;
    }

.banner {
    width: 1200px;
    height: 312px;
    margin: 20px auto;
    background: #63b9d7;
}

.banner-top {
    width: 900px;
    height: 173px;
    padding: 18px 150px;
}

    .banner-top .yzwq {
        width: 140px;
        height: 176px;
        margin: 0 5px;
        position: relative;
    }

        .banner-top .yzwq img {
            width: 363px;
            height: 225px;
            position: absolute;
            top: 0;
            left: -112px;
        }

    .banner-top .swm,
    .banner-top .yzwq,
    .banner-top .jqw {
        float: left;
        color: #fff;
    }

    .banner-top .swm,
    .banner-top .jqw {
        width: 374px;
        padding: 34px 0;
        position: relative;
        z-index: 99;
    }

.swm h2,
.jqw h2 {
    font-size: 48px;
    letter-spacing: 8px;
    text-shadow: 2px 3px 2px rgba(0,0,0,0.3);
}

.swm h2, .jqw h3 {
    text-align: left;
}

.jqw h2, .swm h3 {
    text-align: right;
}

.swm h3,
.jqw h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
}

.banner-middle {
    width: 100%;
    text-align: center;
    position: relative;
}

    .banner-middle a {
        display: inline-block;
        width: 126px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        margin: 10px 0;
        color: #fff;
        font-size: 22px;
        background: url("https://res.shzh.net/xiehui/images/tousu_btn_bd.jpg") no-repeat;
        background-size: 100% 100%;
    }

.banner-bottom {
    font-size: 20px;
    text-align: center;
    color: #fff;
    position: relative;
}

#_params {
    color: #ff6c1d;
}

/*预览*/
.imgLookMask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.closeBtn {
    position: absolute;
    right: 300px;
    top: 150px;
    line-height: 60px;
    text-align: center;
}

    .closeBtn a {
        width: 60px;
        height: 60px;
        display: inline-block;
        color: #eee;
        font-size: 60px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

        .closeBtn a:hover {
            color: #ff6c1d;
        }

.imgLookContainer {
    width: 1200px;
    margin: 0 auto;
}

.imgLookTitle {
    height: 20%;
    font-size: 24px;
    color: #fff;
    position: relative;
}

    .imgLookTitle .num {
        position: absolute;
        bottom: 0;
        left: 0;
    }

.imgLookContent {
    position: relative;
    width: 500px;
    height: 80%;
    margin: 0 auto;
    font-size: 24px;
}

    .imgLookContent a {
        color: #fff;
        background: rgba(0, 0, 0, .4);
    }

.imgLookImg {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -100px;
}

.toLeft {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    line-height: 50px;
    text-align: center;
}

.toRight {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
    line-height: 50px;
    text-align: center;
}


.mtitle {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #333;
    line-height: 88px;
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
}

.main-title {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-left: 36px;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .main-title:before {
        display: inline-block;
        content: "";
        width: 4px;
        height: 30px;
        background: #fe791d;
        margin-right: 14px;
        vertical-align: middle;
    }

.main-form {
    width: 1000px;
    margin: 25px auto;
    font-size: 14px;
    color: #000;
}

    .main-form .requi#239880 {
        border-color: #239880;
    }

#User_City, #User_Shen, #User_Town {
    width: 90px;
    margin-right: 9px;
    float: left;
}

.main-form table {
    width: 100%;
}

.main-form th {
    font-weight: normal;
    width: 150px;
    padding-right: 10px;
}

.main-form td {
    text-align: left;
}

.main-form tr {
    height: 60px;
}

.main-form input {
    text-indent: 10px;
}

.main-form textarea {
    padding: 10px;
}

.main-form select {
    color: #000;
    text-indent: 5px;
}

.main-form input, .main-form select, .main-form textarea {
    width: 100%;
    height: 34px;
    border: 1px solid #cfcfcf;
}

.main-form th {
    text-align: right;
}

    .main-form th.require:before {
        display: inline-block;
        margin-right: 4px;
        content: "*";
        font-family: SimSun;
        line-height: 1;
        font-size: 12px;
        color: #f50;
    }

.main-form .loan-verification-code {
    width: 169px;
}

.main-form .loan-tips em {
    color: #239880;
}

.main-form .loan-tips span {
    padding-left: 6px;
}

.main-form .loan-submit-box {
    text-align: center;
    padding-top: 20px;
}

.main-form .loan-submit {
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    background: #fe791d;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.main-form .error-info {
    color: #239880;
    margin-left: 10px;
}

.main-form .verification-code img {
    width: 65px;
    height: 25px;
    vertical-align: middle;
}

.main-form input, .main-form select, .main-form input:focus, .main-form select:focus {
    outline: none;
}

.antd-pro-pages-complaint-issue-style-sign {
    margin: 40px 40px 20px 40px;
    padding: 50px;
    border-top: solid 1px #eeeeee;
}

    .antd-pro-pages-complaint-issue-style-sign h3 {
        font-size: 16px;
        margin: 0 0 12px;
        color: rgba(0,0,0,.45);
        line-height: 32px;
    }

    .antd-pro-pages-complaint-issue-style-sign h4 {
        margin: 0 0 10px;
        color: #fe791d;
        font-size: 14px;
        line-height: 22px;
    }

    .antd-pro-pages-complaint-issue-style-sign p {
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 22px;
        font-size: 14px;
    }

a.onTag {
    border: 1px solid #e62e35;
    color: #e62e35;
    padding: 2px 26px 2px 6px;
    margin-right: 0;
    background: url(../images/icon_case_list.png) no-repeat;
    background-position: right 1px;
    height: 18px;
    margin-left: 5px;
    text-decoration: none;
    margin-right: 20px;
}

.ulimglist {
}

    .ulimglist:after {
        clear: both;
    }

    .ulimglist li {
        float: left;
        margin: 0px 20px 20px 0px;
        position: relative;
        border: solid 1px #666;
        padding: 2px;
    }

    .ulimglist .del {
        position: absolute;
        top: 6px;
        right: 6px;
        background: url(../images/close_all.png) no-repeat;
        width: 15px;
        height: 15px;
    }


.err {
    border: solid 1px #239880 !important;
}

.err-top40 {
    top: 40px;
}



.m-process {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
}

    .m-process .hd {
        position: relative;
        text-align: center;
        color: #666;
    }

        .m-process .hd:before {
            left: 0;
        }

        .m-process .hd:after {
            right: 0;
        }

        .m-process .hd:before, .m-process .hd:after {
            content: "";
            position: absolute;
            top: 10px;
            height: 1px;
            width: 430px;
            background-color: #eee;
        }

    .m-process .bd {
        width: 940px;
        margin: 30px auto;
        overflow: hidden;
    }

        .m-process .bd li {
            position: relative;
            float: left;
            width: 162px;
            margin-left: 20px;
            padding-left: 58px;
        }

            .m-process .bd li:first-child {
                margin-left: 0;
            }

        .m-process .bd .icon.icon-1 {
            width: 48px;
            height: 48px;
        }

        .m-process .bd .icon.icon-2 {
            width: 48px;
            height: 48px;
        }

        .m-process .bd .icon.icon-3 {
            width: 48px;
            height: 48px;
        }

        .m-process .bd .icon.icon-4 {
            width: 48px;
            height: 48px;
        }

        .m-process .bd .icon {
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 50%;
            background-color: #d0d1d2;
            font-size: 34px;
            color: #fff;
            text-align: center;
        }

        .m-process .bd .tit {
            font-weight: bold;
            font-size: 20px;
            line-height: 28px;
        }

        .m-process .bd .sub-tit {
            font-size: 12px;
            line-height: 20px;
            color: #999;
        }

.m-jumbotron {
    padding-top: 40px;
    padding-bottom: 50px;
    line-height: 1;
    text-align: center;
    background-color: #f5f5f6;
}

    .m-jumbotron .tit {
        font-weight: bold;
        color: #333;
        font-size: 33px;
    }

    .m-jumbotron .sub-tit {
        margin-top: 15px;
        color: #878787;
        font-size: 16px;
    }

.tousu-banner {
    height: 446px;
    background: url(../images/tousu-index-banner.jpg) no-repeat top;
}

    .tousu-banner .container {
        position: relative;
        height: 100%;
    }

.container {
    width: 1200px;
    margin: 0 auto;
}

.tousu-banner .target {
    padding-top: 150px;
    padding-bottom: 54px;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.tousu-banner .advantage {
    text-align: center;
    font-size: 26px;
    line-height: 1;
    color: #fff;
}

    .tousu-banner .advantage li {
        position: relative;
        display: inline-block;
        padding-left: 32px;
        padding-right: 36px;
    }

        .tousu-banner .advantage li i {
            margin-right: 10px;
        }

.tousu-banner .tousu-statistics {
    position: absolute;
    left: 50%;
    bottom: -70px;
    z-index: 1;
    width: 1108px;
    height: 82px;
    margin-left: -584px;
    padding: 28px 30px;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    text-align: center;
}

.tousu-statistics .ts-content {
    position: relative;
    display: inline-block;
    padding-right: 62px;
    margin-right: 62px;
    height: 82px;
    line-height: 82px;
    font-size: 34px;
    font-weight: 400;
    color: #333;
}

    .tousu-statistics .ts-content .text, .tousu-statistics .ts-content .ts-number {
        display: inline-block;
        font-weight: 700;
    }

    .tousu-statistics .ts-content .ts-number {
        padding: 0 12px;
        font-size: 0;
    }

        .tousu-statistics .ts-content .ts-number span {
            display: inline-block;
            width: 50px;
            height: 82px;
            margin: 0 6px;
            background-color: #f5f5f5;
            color: #239880;
            font-size: 50px;
            text-align: center;
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
            border-radius: 5px;
        }

    .tousu-statistics .ts-content:after {
        content: "";
        position: absolute;
        top: 15px;
        right: -2px;
        width: 3px;
        height: 52px;
        background: #e6e6e6;
    }

.tousu-statistics .ts-btn-area {
    position: relative;
    top: -11px;
    display: inline-block;
}

    .tousu-statistics .ts-btn-area .btn-tousu {
        display: block;
        width: 200px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        border-radius: 30px;
    }

.btn-orange1 {
    color: #fff;
    background: #239880;
}

    .btn-orange1:hover {
        color: #fff;
        background: #239880;
    }

.cptTable table {
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
}

    .cptTable table tr {
        border: 1px solid #e3e3e3;
        text-align: center;
    }

    .cptTable table th {
        background-color: #f8f8f8;
        font-size: 14px;
        color: #333;
    }

    .cptTable table th, .cptTable table td {
        border-left: 1px solid #e3e3e3;
        padding: 15px;
    }

.cptContent {
    margin-top: 30px;
    line-height: 1.5;
    overflow: hidden;
    height: auto;
}

.cptImages ul .imgli {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.cptImages ul li img {
    width: 100%;
    height: 100%;
}


.cptLeft {
    width: 933px;
}

.cptTit {
    padding: 15px 20px;
    background-color: rgb(245, 245, 245);
}

    .cptTit .cptTitTxt {
        display: inline-block;
        margin-right: 10px;
        font-size: 16px;
        font-weight: bold;
        width: 650px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


.cptOldContent {
    margin-bottom: 30px;
}

.zhw_hotline {
    color: #24B673;
    font-size: 14px;
    float: right;
}

.cptTable {
    border: none !important;
}

/*投诉评论*/
.article-comment {
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 25px;
}

    .article-comment .comment-count {
        line-height: 50px;
        border-bottom: 1px solid #ddd;
        font-size: 16px;
        font-weight: 700;
        color: #333;
        padding: 0 10px;
    }

.comment-count i {
    font-size: 14px;
    display: inline-block;
    margin-right: 6px;
}

.post-comment {
    padding: 25px;
}

    .post-comment .user-avatar {
        float: left;
        padding: 20px 20px;
    }

.user-avatar img {
    width: 40px;
    height: 40px;
}

.post-comment .post-area {
    float: right;
}

.comment-user {
    padding: 10px 25px;
    text-align: right;
}

    .comment-user input {
        border: solid 1px #ddd;
        height: 26px;
        line-height: 26px;
        padding: 3px 5px;
        width: 120px;
    }

    .comment-user span {
        line-height: 30px;
        height: 30px;
    }

.post-area textarea {
    display: inline-block;
    width: 750px;
    height: 70px;
    outline: none;
    padding: 10px;
    resize: none;
    border: solid 1px #ddd;
}

.article-comment .comment-submit {
    text-align: right;
    padding-right: 25px;
    margin-bottom: 25px;
}

.comment-submit a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    background: #71adcf;
    color: #fff;
}


.comment-list {
    padding-left: 10px;
}

    .comment-list li {
        border-bottom: 1px solid #e2e2e2;
        padding: 20px;
    }

        .comment-list li:last-child {
            border: none;
        }

    .comment-list .comment-avatar {
        float: left;
        padding: 15px 10px;
    }

.comment-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.comment-list .comment-info {
    float: right;
    width: 780px;
    padding: 10px 20px;
}

.comment-info .commentator-username {
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.comment-info .comment-addtime {
    float: right;
    height: 30px;
    line-height: 30px;
}

.comment-info .comment-bx .content {
    font-size: 12px;
    line-height: 26px;
}

.comment-info .comment-bx .reply_admin {
    margin-top: 7px;
    color: #239880;
    background: #eee;
    border-radius: 3px;
    padding: 3px 13px;
}


/* 撤诉部分 */


.revoke .article-tag {
    position: absolute;
    top: 15px;
    left: -9px;
    width: 112px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

    .revoke .article-tag.unsolved {
        background: #1e70df;
    }

.revoke {
    border: 1px solid #eee;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 14px;
    box-shadow: 0 0 15px #ccc;
    position: relative;
}

    .revoke .items .item {
        border-bottom: 1px solid #eee;
    }

        .revoke .items .item .prefix {
            margin-bottom: 8px;
            font-weight: bold;
        }

        .revoke .items .item .cnt {
            color: #FF4301;
        }

    .revoke .items .it1 {
        padding-bottom: 20px;
    }

    .revoke .items .it2 {
        padding-top: 25px;
        padding-bottom: 25px;
        border-bottom: none;
    }

    .revoke .rel {
        text-align: right;
        padding-bottom: 13px;
    }

        .revoke .rel .name {
            margin-left: 23px;
        }

    .revoke .ctime {
        text-align: right;
    }

    .revoke .cimg {
        position: absolute;
        right: 50px;
        top: 30px;
        width: 120px;
        height: 120px;
    }

        .revoke .cimg img {
            width: 100%;
        }

.addtime {
    padding-left: 7px;
    color: #666;
}

    .addtime i {
        padding: 0px 7px;
    }

.cpltHProgress .title {
    text-align: left;
    font-size: 15px;
    line-height: 40px;
    border-bottom: 1px dotted #ddd;
    color: #24B673;
}

.cpltHProgress .tishi {
    text-align: right;
    font-weight: normal;
    font-size: 12px;
    float: right;
    color: #666;
}

    .cpltHProgress .tishi a {
        color: #FF6C1D;
    }

.cpltHProgress .cplContShow {
    margin: 20px auto;
}

    .cpltHProgress .cplContShow ul li.lis {
        display: inline-block;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
        margin: 10px 0px;
    }

    .cpltHProgress .cplContShow .relatedPsnImg, .cpltHProgress .cplContShow .relatedPsnCont {
        float: left;
    }

    .cpltHProgress .cplContShow .relatedPsnImg {
        width: 100px;
    }

        .cpltHProgress .cplContShow .relatedPsnImg .relatedPsn {
            display: inline-block;
            margin: 0px 20px;
        }

            .cpltHProgress .cplContShow .relatedPsnImg .relatedPsn img {
                width: 55px;
                height: 55px;
                border-radius: 50%;
                border: 1px solid #ddd;
            }

    .cpltHProgress .cplContShow .relatedPsnCont {
        width: 808px;
    }

        .cpltHProgress .cplContShow .relatedPsnCont ul li {
            float: left;
            margin: 10px;
            width: 114px;
            height: 114px;
        }

            .cpltHProgress .cplContShow .relatedPsnCont ul li img {
                width: 100%;
                height: 100%;
            }

        .cpltHProgress .cplContShow .relatedPsnCont .titl {
            font-weight: normal;
            font-size: 12px;
            margin: 10px 0px;
        }

        .cpltHProgress .cplContShow .relatedPsnCont .watchAll {
            font-size: 13px;
            margin: 10px 0px;
            cursor: pointer;
        }

    .cpltHProgress .cplContShow .titl .pop {
        margin-right: 3px;
        font-size: 13px;
    }

    .cpltHProgress .cplContShow .content p {
        word-break: break-all;
    }

    .cpltHProgress .cplContShow .content .p {
        position: relative;
        line-height: 1.4em;
        height: 4.2em;
        overflow: hidden;
    }

        .cpltHProgress .cplContShow .content .p::after {
            content: "...";
            font-weight: bold;
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 0 20px 1px 45px;
            background: url(https://res.shzh.net/xiehui/images/ellipsis_bg.png) repeat-y;
        }

    .cpltHProgress .cplContShow h3 {
        font-size: 13px;
        color: #999;
        font-weight: normal;
    }

.recordsetText div {
    text-align: justify;
    line-height: 24px;
    white-space: pre-line;
    font-size: 14px;
    line-height: 28px;
}

.recordsetText div {
    max-width: 800px;
}

.cpviewtitle {
    font-size: 16px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.cptOldContent .cptcon {
    font-size: 15px;
    line-height: 30px;
    color: #666;
}

.con {
    padding: 10px 0;
    height: auto;
    overflow: hidden;
    clear: both;
}

    .con h3 {
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .con ul li {
        overflow: hidden;
        margin-bottom: 10px;
        float: left;
    }

        .con ul li span {
            display: block;
            height: 34px;
            line-height: 34px;
            background-color: #f1f1f1;
            float: left;
            margin-right: 15px;
            padding: 0 20px;
            text-decoration: none;
            margin-bottom: 15px;
            color: #666;
        }


.modal_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 399;
    overflow-y: scroll;
    overflow-x: hidden;
}

.modal_head {
    font-size: 26px;
    color: #333333;
    text-align: center;
    background-color: #f8f8f8;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #ddd;
}

    .modal_head .mh_close {
        position: absolute;
        right: 12px;
        top: 10px;
        font-size: 20px;
        line-height: 1;
        color: #333333;
    }

.modal_content {
    padding: 20px;
}

.release_free_apply {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 440px;
    height: 500px;
    margin-left: -220px;
    margin-top: -250px;
    overflow: hidden;
    background: #fff;
}

    .release_free_apply h3 {
        color: #ff890b;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
    }

    .release_free_apply h6 {
        color: #333333;
        text-align: center;
    }

    .release_free_apply .labs {
        margin: 15px auto;
    }

        .release_free_apply .labs li {
            margin-bottom: 15px;
            overflow: hidden;
        }

        .release_free_apply .labs .labs input:focus {
            border: 1px solid #ff890b;
        }

        .release_free_apply .labs .text {
            display: block;
            width: 388px;
            border: 1px solid #ddd;
            height: 14px;
            line-height: 14px;
            outline: none;
            padding: 13px 5px;
        }

#pucode {
    width: 240px;
    display: inline-block;
    vertical-align: top;
}

#second {
    height: 42px;
    line-height: 42px;
    width: 136px;
    margin-left: 8px;
    background: #3E85DF;
}

.idis {
    background: #fe791d;
}

#second:disabled {
    background: #ccc;
}

.release_free_apply .labs .text:focus {
    border: 1px solid #ff890b;
}

.release_free_apply .labs .text02 {
    width: 188px;
    float: left;
}

.release_free_apply .labs .verification-code {
    height: 42px;
    line-height: 42px;
    display: block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    float: right;
    background: #f0f0f0;
    width: 100px;
}

    .release_free_apply .labs .verification-code:hover {
        background: #d6d6d6;
    }

.release_free_apply .state {
    color: #999;
    line-height: 24px;
}

    .release_free_apply .state span {
        color: #f90;
    }

.release_free_apply .sub {
    background: #3E85DF;
    text-align: center;
    color: #fff;
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    display: block;
    width: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    margin-bottom: 5px;
    margin-top: 25px;
}

    .release_free_apply .sub:hover {
        background: #3E85DF;
    }



.hotline_content5 {
    padding-bottom: 34px;
}

    .hotline_content5 .search_form {
        background: url(../images/hotline_bg3.jpg);
        width: 681px;
        height: 335px;
        margin: 0 auto;
    }

        .hotline_content5 .search_form input {
            width: 259px;
            height: 30px;
            line-height: 30px;
            padding: 0 5px;
            font-size: 14px;
            border: 1px solid #bebebe !important;
            color: #9d9d9d !important;
            background: #fff !important;
        }

        .hotline_content5 .search_form .w5 {
            width: 189px;
        }

        .hotline_content5 .search_form table {
            margin: 0 auto;
            padding-top: 6px;
        }

        .hotline_content5 .search_form td {
            font-size: 16px;
            color: #3a87d3;
            height: 45px;
            text-align: left;
            padding: 0 5px;
        }

        .hotline_content5 .search_form table a {
            display: inline-block;
            padding-top: 0px;
            padding-left: 8px;
            position: relative;
            top: 2px;
            vertical-align: bottom;
        }

            .hotline_content5 .search_form table a img {
                border: 1px solid #87bcee;
                height: 30px;
            }

    .hotline_content5 .content5_btn {
        padding: 28px 0 0px 220px;
    }

        .hotline_content5 .content5_btn span {
            padding-right: 2px;
        }

    .hotline_content5 .submitBtn {
        display: inline-block;
        width: 116px;
        height: 34px;
        line-height: 34px;
        background: #62a0de;
        color: #fff;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
    }

    .hotline_content5 .returnBtn {
        display: inline-block;
        width: 116px;
        height: 34px;
        line-height: 34px;
        background: #b7b7b7;
        color: #fff;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
    }


    .hotline_content5 .search_form ul.descript {
        color: #535353;
        padding: 30px 0 0 138px;
    }

        .hotline_content5 .search_form ul.descript li {
            padding-left: 36px;
            line-height: 22px;
            letter-spacing: 0.5px;
        }


div.lq-score {
    display: inline-block
}

    div.lq-score ul, li {
        margin: 0;
        padding: 0;
        list-style: none
    }

    div.lq-score > ul > li {
        float: left;
        cursor: pointer;
        padding: 0 2px;
        transition: color .3s;
        transition: color .3s;
        -moz-transition: color .3s;
        -webkit-transition: color .3s;
        -o-transition: color .3s
    }

    div.lq-score > ul:after {
        content: "";
        display: block;
        clear: both
    }


.tousu-seek {
    width: 600px;
    margin: 0 auto;
    padding: 10px 0 20px;
}

.ts-search-bar {
    width: 600px;
    height: 54px;
    margin-bottom: 45px;
}

    .ts-search-bar .ts-search-text {
        float: left;
        width: 359px;
        height: 20px;
        line-height: 20px;
        padding: 17px 30px 15px;
        border: 1px solid #239880;
        border-right: 0;
        background: #fff;
        color: #333;
        font-size: 16px;
        outline: none;
        border-top-left-radius: 27px;
        border-bottom-left-radius: 27px;
    }

.ts-search-bar .ts-search-btn {
    display: block;
    overflow: hidden;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    text-align: center;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
}


.nosult p {
    font-size: 20px;
    color: red;
    line-height: 60px;
}