@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary, time, mark,
audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline-style: none; /*FF*/
}

html {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f5f5f5;
}

body {
    margin: 0;
    font-size: 1.2em;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: url(../images/ai-bg-a.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

div {
    /* position: relative; */
}

.cls {
    clear: both;
    width: 1px;
}

.listtitle {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    line-height: 24px;
    margin: 10px 0;
}


a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

    a:hover, a:focus {
        text-decoration: none;
        bblr: expression(this.onFocus=this.blur()); /*IE*/
        outline-style: none; /*FF*/
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

form {
    display: block;
    margin-top: 0em;
}

.color-text-white {
    color: #ffffff;
    font-family: "Noto Sans SC";
}

.color-text-black {
    color: #666666;
    font-family: "Noto Sans SC";
}

.size-text-16 {
    font-size: 16px;
}

.size-text-14 {
    font-size: 14px;
}

/* 框架 */
.mainbox {
    width: 1000px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.clearbox {
    clear: both;
}

.banner {
    background-color: #CCCCCC;
    font-size: 20px;
    text-align: center;
    height: 200px;
    line-height: 200px;
    color: #ffffff;
    margin-bottom: 20px;
    overflow: hidden;
}

    .banner img {
        height: auto !important;
    }
/* 主体部分 */
.titlebg {
    background-color: #409EFF;
    background-image: url(../img/headerbg.jpg);
}

.titlebox {
    width: 1000px;
    height: 70px;
    padding: 40px 0px;
    margin: 0px auto;
}

.logobox {
    width: 80px;
    height: 80px;
    float: left;
    background-color: #ffffff;
    border-radius: 50%;
}

.logotext {
    font-size: 20px;
    float: left;
    margin-left: 30px;
}

.logotext-title {
    font-size: 30px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 10px;
}

.logotext-stitle {
    font-size: 14px;
    line-height: 24px;
}

/* 导航部分 */
.navbox {
    width: auto;
    height: 70px;
    background-color: #ffffff;
    border-bottom: 1px solid #e1e1e1;
}

    .navbox ul {
        display: block;
        width: 1000px;
        margin: 0px auto;
    }

        .navbox ul li {
            display: block;
            font-size: 16px;
            font-weight: bold;
            color: #666666;
            width: 120px;
            line-height: 60px;
            float: left;
            text-align: center;
        }

        .navbox ul div {
            display: block;
            width: 86px;
            line-height: 68px;
            float: right;
            font-size: 14px;
            color: #666666;
        }

            .navbox ul div:hover {
                color: #409EFF;
                cursor: pointer;
            }

        .navbox ul li:hover {
            border-bottom: 2px solid #409EFF;
        }

        .navbox ul li a {
            color: #666666;
            text-decoration: none;
        }

            .navbox ul li a:hover {
                color: #666666;
                text-decoration: none;
            }

/* 广告部分 */
.adpicbox {
    width: 700px;
    height: 350px;
    float: left;
    margin-right: 20px;
}

.inforbox {
    width: 280px;
    float: left;
}

    .inforbox a {
        display: block;
        height: 46px;
        line-height: 20px;
        background-color: #409eff;
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        margin-bottom: 5px;
        padding: 10px;
        border-radius: 5px;
    }

        .inforbox a.othercolor {
            background-color: #fe9400;
        }

        .inforbox a:hover {
            background-color: rgba(64, 158, 255, 0.8);
        }

        .inforbox a.othercolor:hover {
            background-color: rgba(254, 148, 0, 0.8);
        }

.home-leftbox {
    width: 700px;
    margin-right: 20px;
    float: left;
}

/* 新闻部分 */
.newsbox {
    padding: 20px;
    border: 1px solid #e1e1e1;
    background-color: #FFFFFF;
}

    .newsbox .newstitle {
        margin-bottom: 20px;
    }

    .newsbox .title {
        cursor: pointer;
        margin-right: 10px;
        font-size: 18px;
        font-weight: bold;
        padding: 0 5px 5px 5px;
        float: left;
        line-height: 20px;
        color: #666666;
        border-bottom: solid 2px #409eff;
    }

    .newsbox .othertitle {
        cursor: pointer;
        margin-right: 20px;
        font-size: 14px;
        color: #999999;
        float: left;
        line-height: 20px;
    }

        .newsbox .othertitle a {
            color: #999999;
            text-decoration: none;
        }

            .newsbox .othertitle a:hover {
                color: #409EFF;
                text-decoration: none;
            }

    .newsbox .morebox {
        font-size: 14px;
        color: #999999;
        float: right;
        line-height: 20px;
    }

        .newsbox .morebox a {
            color: #666666;
            text-decoration: none;
        }

            .newsbox .morebox a:hover {
                color: #666666;
                text-decoration: none;
            }

    .newsbox .textpic {
        margin-bottom: 20px;
    }

    .newsbox .picbox {
        position: relative;
        width: 150px;
        height: 100px;
        float: left;
        background-color: #cccccc;
    }

        .newsbox .picbox .text {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 80px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.3);
            color: #ffffff;
            font-size: 14px;
            overflow: hidden;
        }

    .newsbox .textbox {
        position: relative;
        float: left;
        margin-left: 20px;
        width: 480px;
    }

        .newsbox .textbox .titles {
            font-size: 18px;
            color: #666666;
            font-weight: bold;
            line-height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            line-height: 25px;
            max-height: 25px;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

            .newsbox .textbox .titles a {
                color: #666666;
                text-decoration: none;
            }

                .newsbox .textbox .titles a:hover {
                    color: #409EFF;
                    text-decoration: none;
                }

        .newsbox .textbox .text {
            font-size: 14px;
            color: #999999;
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            height: 50px;
            -webkit-box-orient: vertical;
        }

        .newsbox .textbox .func {
            font-size: 14px;
            color: #cccccc;
        }

        .newsbox .textbox .funcleft {
            float: left;
            font-size: 14px;
            color: #666666;
        }

        .newsbox .textbox .funcright {
            float: right;
            font-size: 14px;
            color: #cccccc;
        }

        /* 新闻列表加标签 */
        .newsbox .textbox .funcleft span {
            display: block;
            width: 68px;
            height: 23px;
            font-size: 12px;
            line-height: 23px;
            text-align: center;
            border: 1px solid #E1E1E1;
            background-color: #ffffff;
            color: #666666;
            margin-left: 10px;
            border-radius: 20px;
            float: right;
        }

            .newsbox .textbox .funcleft span:hover {
                display: block;
                width: 70px;
                height: 25px;
                font-size: 12px;
                line-height: 25px;
                text-align: center;
                border: 0px;
                background-color: #409EFF;
                color: #ffffff;
                margin-left: 10px;
                border-radius: 20px;
            }

/* 宣传部分 */
.propabox {
    width: 700px;
    margin-bottom: 10px;
}

    .propabox .listbox {
        margin-bottom: 10px;
    }

        .propabox .listbox .title {
            font-size: 18px;
            color: #666666;
            font-weight: bold;
            line-height: 24px;
            float: left;
        }

        .propabox .listbox .morebox {
            font-size: 14px;
            color: #666666;
            line-height: 24px;
            float: right;
        }

        .propabox .listbox .textpic {
            width: 220px;
            float: left;
            background-color: #ffffff;
            border: 1px solid #e1e1e1;
            margin-right: 15px;
            margin-bottom: 15px;
        }

        .propabox .listbox .textpic-marginz {
            margin-right: 0px;
        }

        .propabox .listbox .pic {
            height: 165px;
        }

        .propabox .listbox .text {
            font-size: 16px;
            color: #666666;
            font-weight: bold;
            padding: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            height: 35px;
            -webkit-box-orient: vertical;
        }

            .propabox .listbox .text a {
                color: #666666;
                text-decoration: none;
            }

                .propabox .listbox .text a:hover {
                    color: #409EFF;
                    text-decoration: none;
                }

            .propabox .listbox .text:hover {
                color: #409EFF;
            }

        .propabox .listbox .func {
            color: #666666;
            padding: 0px 10px 10px 10px;
        }

            .propabox .listbox .func .numbox {
                font-size: 14px;
                float: left;
            }

            .propabox .listbox .func .morebox {
                font-size: 14px;
                float: right;
            }

                .propabox .listbox .func .morebox a {
                    color: #666666;
                    text-decoration: none;
                }

                    .propabox .listbox .func .morebox a:hover {
                        color: #666666;
                        text-decoration: none;
                    }

/* 活动、案例、公告、法规*/
.home-rightbox {
    width: 280px;
    float: right;
}

.activbox, .noticebox, .statute {
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    margin-bottom: 20px;
}

    .activbox .alllistbox {
        padding: 20px 20px 0px 20px;
    }

        .activbox .alllistbox .title {
            font-size: 18px;
            color: #666666;
            font-weight: bold;
            float: left;
        }

        .activbox .alllistbox .datebox {
            font-size: 14px;
            color: #999999;
            padding-left: 10px;
            line-height: 25px;
            float: left;
        }

    .noticebox .alllistbox {
        padding: 20px 20px 0px 20px;
    }

        .noticebox .alllistbox .title {
            font-size: 18px;
            color: #666666;
            float: left;
            font-weight: bold;
        }

        .noticebox .alllistbox .datebox {
            font-size: 14px;
            color: #999999;
            float: left;
            line-height: 30px;
            padding-left: 10px;
        }

    .statute .alllistbox {
        padding: 20px 20px 0px 20px;
    }

        .statute .alllistbox .title {
            font-size: 18px;
            color: #666666;
            float: left;
            font-weight: bold;
        }

        .statute .alllistbox .datebox {
            font-size: 14px;
            color: #999999;
            padding-left: 10px;
            float: left;
        }

.serialbox {
    margin-bottom: 30px;
}

    .serialbox .serialpic {
        width: 36px;
        height: 40px;
        float: left;
        margin-right: 22px;
        background-color: #999999;
    }

    .serialbox .serialtitle {
        width: 180px;
        font-size: 14px;
        color: #666666;
        line-height: 20px;
        float: left;
    }

        .serialbox .serialtitle a {
            color: #666666;
            text-decoration: none;
        }

            .serialbox .serialtitle a:hover {
                color: #409EFF;
                text-decoration: none;
            }

.serialbutton {
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #999999;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    background-color: #ffffff;
}

    .serialbutton a {
        color: #999999;
        text-decoration: none;
    }

        .serialbutton a:hover {
            color: #ffffff;
            text-decoration: none;
        }

    .serialbutton:hover {
        color: #ffffff;
        background-color: #409EFF;
        border: 0px;
        height: 32px;
        line-height: 30px;
    }

.casebox {
    height: 438px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

/* 链接部分 */
.linkbox {
    clear: both;
    margin-bottom: 20px;
}

.titleurl {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #666666;
    margin-right: 20px;
}

.linkbox .othertitle {
    width: 160px;
    padding: 5px 10px;
    margin-right: 20px;
    font-size: 14px;
    color: #999999;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
    float: left;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

    .linkbox .othertitle a {
        color: #999999;
        text-decoration: none;
    }

        .linkbox .othertitle a:hover {
            color: #409EFF;
            text-decoration: none;
        }

    .linkbox .othertitle:hover {
        color: #409EFF;
    }

.linkbox .linkbutton {
    width: 158px;
    border-left: 2px solid #409eff;
    padding: 0px 20px;
    margin: 10px 0px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    background-color: #ffffff;
    float: left;
}

/* 底尾部分 */
.footer {
    border-top: 1px solid #e1e1e1;
    background-color: #ffffff;
}

    .footer .footbox {
        width: 1000px;
        margin: 0px auto;
    }

        .footer .footbox .logo {
            float: left;
            width: 80px;
            height: 80px;
            background-color: #CCCCCC;
            border-radius: 50% !important;
        }

        .footer .footbox .comtext {
            font-size: 14px;
            color: #cccccc;
            height: 40px;
            text-align: center;
            line-height: 40px;
        }

        .footer .footbox .func {
            float: right;
        }

            .footer .footbox .func div {
                width: 50px;
                height: 50px;
                float: left;
                background-color: #fff;
                margin-right: 20px;
            }


/* 文字导航 */
.navtext {
    width: 1000px;
    margin: 0px auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
}

    .navtext a {
        color: #666666;
        text-decoration: none;
    }

        .navtext a:hover {
            color: #666666;
            font-weight: bold;
            text-decoration: none;
        }

    .navtext b {
        width: 100px;
        color: #666666;
        font-weight: bold;
    }

/*加载更多-按钮*/
.loadbutton {
    width: 100px;
    padding: 10px 10px;
    margin: 10px auto;
    font-size: 16px;
    border: 1px solid #e1e1e1;
    color: #999999;
    background-color: #ffffff;
    border-radius: 30px;
    text-align: center;
}

/* 新闻列表-加项 */
/* 法律法规 */
.refreshpic {
    float: right;
    width: 30px;
    height: 30px;
    background-color: #CCCCCC;
}

.timeaxis {
    height: 170px;
}

.datediv {
    width: 50px;
    height: 170px;
    float: left;
}

    .datediv .datetable {
        width: 50px;
        height: 80px;
        border: 1px solid #409EFF;
    }

        .datediv .datetable .mouthnum {
            color: #409EFF;
            font-size: 14px;
            text-align: center;
            line-height: 40px;
        }

        .datediv .datetable .datenum {
            color: #ffffff;
            font-size: 16px;
            text-align: center;
            font-weight: bold;
            line-height: 40px;
            background-color: #409EFF;
        }

.datapic {
    width: 50px;
    height: 170px;
    float: left;
}

    .datapic .circularpic {
        width: 5px;
        height: 5px;
        border-radius: 10px;
        border: 1px solid #e1e1e1;
        background-color: #ffffff;
        margin: 0px auto;
    }

    .datapic .linepic {
        width: 2px;
        height: 165px;
        margin: 0px auto;
        background-color: #e1e1e1;
    }

.datetext {
    width: 555px;
    height: 110px;
    float: left;
    border: 1px solid #e1e1e1;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

    .datetext .datetime {
        width: 30px;
        height: 110px;
        float: left;
        color: #666666;
        font-size: 14px;
    }

    .datetext .datetextbox {
        width: 495px;
        height: 110px;
        margin-left: 20px;
        float: left;
    }

        .datetext .datetextbox .datetitle {
            height: 30px;
            line-height: 30px;
            color: #666666;
            font-size: 18px;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .datetext .datetextbox .dateword {
            line-height: 26px;
            color: #666666;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

/* 案例 */
.caseoption {
    height: 30px;
    padding: 25px 0px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #ffffff;
    margin-bottom: 20px;
}

    .caseoption .casebutton {
        width: 80px;
        height: 30px;
        line-height: 30px;
        background-color: #409EFF;
        margin-right: 20px;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        float: left;
        border-radius: 30px;
    }

    .caseoption .casebutton-rule {
        width: 80px;
        height: 30px;
        line-height: 30px;
        margin-right: 20px;
        font-size: 14px;
        color: #666666;
        text-align: center;
        float: left;
    }

    .caseoption .casedate {
        float: right;
        line-height: 30px;
        font-size: 14px;
        color: #666666;
    }

        .caseoption .casedate b {
            color: #e8192e;
        }

.caselist {
    width: 320px;
    margin-bottom: 20px;
    background-color: #ffffff;
    float: left;
    margin: 0 6px  20px 6px;
}

/*.caselist-mr20 {*/
/*    margin-right: 20px;*/
/*    border-bottom: 1px solid #e1e1e1;*/
/*}*/

.caselist .casepic {
    height: 200px;
    background-color: #cccccc;
}

.caselist .casetitle {
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}

    .caselist .casetitle a {
        color: #666666;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 25px;
        max-height: 25px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .caselist .casetitle a:hover {
            color: #409EFF;
            text-decoration: none;
        }

.caselist .caseword {
    padding: 0px 15px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
	height:48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.caselist .casefunc {
    padding: 15px;
    font-size: 14px;
}

    .caselist .casefunc .funcleft {
        float: left;
        color: #666666;
    }

    .caselist .casefunc .funcright {
        float: right;
        color: #999999;
    }

.casepage {
    padding: 30px;
}

    .casepage .casepagebox {
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        float: left;
        border-bottom: 1px solid #e1e1e1;
        color: #666666;
        font-size: 12px;
        margin-right: 20px;
    }

    .casepage .casepagebox-rule {
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        float: left;
        border-bottom: 0px;
        color: #666666;
        font-size: 12px;
        background-color: #409EFF;
        margin-right: 20px;
    }

/* 活动 */

.activitybox {
    width: 1000px;
    margin: 0px auto;
}

.activity-axis {
    width: 40px;
    float: left;
}

    .activity-axis .icon {
        width: 22px;
        height: 22px;
        border-radius: 30px;
        background-color: #409EFF;
        margin: 0px auto;
    }

    .activity-axis .line {
        width: 2px;
        height: 374px;
        background-color: #666666;
        margin: 0px auto;
    }

.activitylist {
    width: 960px;
    float: left;
}

.activity-titlebox {
    width: 960px;
    margin-bottom: 20px;
}

    .activity-titlebox .time {
        width: 60px;
        height: 40px;
        line-height: 40px;
        background-color: #409EFF;
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        border-radius: 6px;
        float: left;
    }

    .activity-titlebox .date {
        float: right;
        line-height: 30px;
        font-size: 14px;
        color: #666666;
    }

        .activity-titlebox .date b {
            color: #e8192e;
        }

.activity {
    width: 300px;
    margin-bottom: 20px;
    background-color: #ffffff;
    float: left;
    border-radius: 12px;
}

.activity-mr20 {
    margin-right: 20px;
}

.activity .activitypic {
    height: 200px;
    background-color: #cccccc;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
}

    .activity .activitypic .activitybegin {
        position: absolute;
        right: 0px;
        top: 10px;
        width: 60px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background-color: #409EFF;
        color: #ffffff;
        font-size: 14px;
        border-radius: 20px 0px 0px 20px;
    }

    .activity .activitypic .activitying {
        position: absolute;
        right: 0px;
        top: 10px;
        width: 60px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background-color: rgba(254, 148, 0, 1);
        color: #ffffff;
        font-size: 14px;
        border-radius: 20px 0px 0px 20px;
    }

    .activity .activitypic .activityover {
        position: absolute;
        right: 0px;
        top: 10px;
        width: 60px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background-color: rgba(0, 0, 0, .9);
        color: #ffffff;
        font-size: 14px;
        border-radius: 20px 0px 0px 20px;
    }

.activity .activitytitle {
    padding: 0px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    height: 43px;
    overflow: hidden;
}

    .activity .activitytitle a {
        color: #666666;
        text-decoration: none;
    }

        .activity .activitytitle a:hover {
            color: #409EFF;
            text-decoration: none;
        }

.activity .activityfunc {
    padding: 15px;
    font-size: 14px;
}

    .activity .activityfunc .funcleft {
        float: left;
        color: #666666;
    }

    .activity .activityfunc .funcright {
        float: right;
        color: #999999;
    }

/* 宣传 */
.propagandabox {
    width: 1000px;
    margin: 0px auto;
}

.propaganda {
    width: 320px;
    margin-bottom: 20px;
    background-color: #ffffff;
    float: left;
    border-radius: 12px;
}

.propaganda-mr20 {
    margin-right: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.propaganda .propagandapic {
    height: 200px;
    background-color: #cccccc;
    border-radius: 12px;
    margin-bottom: 20px;
}

.propaganda .propagandatitle {
    padding: 0px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    overflow: hidden;
    height: 42px;
}

    .propaganda .propagandatitle a {
        color: #666666;
        text-decoration: none;
    }

        .propaganda .propagandatitle a:hover {
            color: #409EFF;
            text-decoration: none;
        }

.propaganda .propagandafunc {
    padding: 15px;
    font-size: 14px;
}

    .propaganda .propagandafunc .funcleft {
        float: left;
        color: #666666;
    }

    .propaganda .propagandafunc .funcright {
        float: right;
        color: #999999;
    }

/* 投诉 */
/* 表单 */
.complaint {
    border: 1px solid #E1E1E1;
    background-color: #ffffff;
    width: 1000px;
    margin: 0px auto;
    margin-bottom: 20px;
}

    .complaint .formbox {
        width: 960px;
        height: 60px;
        padding: 0px 20px;
        background-color: #fcfcfc;
        border-bottom: 1px solid #e1e1e1;
    }

        .complaint .formbox b {
            color: #e8192e;
        }

        .complaint .formbox p.title {
            font-size: 16px;
            font-weight: bold;
            line-height: 60px;
            color: #666666;
            float: left;
        }

        .complaint .formbox p.notes {
            font-size: 16px;
            color: #666666;
            line-height: 60px;
            float: right;
        }

.formitembox {
    width: 1000px;
    padding: 0px 0px 20px 0px;
}

    .formitembox .itemtitle {
        width: 200px;
        height: 40px;
        text-align: right;
        font-size: 14px;
        color: #666666;
        line-height: 40px;
        float: left;
    }

        .formitembox .itemtitle b {
            color: #e8192e;
        }

    .formitembox .iteminput {
        width: 400px;
        height: 40px;
        border-radius: 4px;
        border: 1px solid #E1E1E1;
        background-color: #ffffff;
        float: left;
    }

        .formitembox .iteminput input {
            border: 0;
            background-color: #ffffff;
            width: 386px;
            height: 26px;
            padding: 6px;
            margin: 1px;
            font-size: 14px;
            color: #666666;
        }

    .formitembox .itemarea {
        width: 700px;
        height: 500px;
        border-radius: 4px;
        border: 1px solid #E1E1E1;
        background-color: #ffffff;
        float: left;
    }

    .formitembox .itemupload {
        width: 120px;
        height: 40px;
        float: left;
    }

        .formitembox .itemupload button {
            width: 104px;
            padding: 8px;
            background-color: #ffffff;
            border: 1px solid #CCCCCC;
            color: #999999;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px; /* future proofing */
            -khtml-border-radius: 4px; /* for old Konqueror browsers */
            text-align: center;
            vertical-align: middle;
            font-size: 14px;
        }

            .formitembox .itemupload button:hover {
                width: 104px;
                padding: 8px;
                background-color: #409EFF;
                border: 0px solid #CCCCCC;
                color: #ffffff;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px; /* future proofing */
                -khtml-border-radius: 4px; /* for old Konqueror browsers */
                text-align: center;
                vertical-align: middle;
                font-size: 14px;
            }

    .formitembox .itemword {
        padding: 0px 20px 0px 200px;
        font-size: 14px;
        color: #999999;
        line-height: 30px;
        clear: both;
    }

.formbuttonbox {
    width: 140px;
    height: 40px;
    float: left;
}

    .formbuttonbox button.buttonother {
        width: 124px;
        padding: 8px;
        background-color: #ffffff;
        border: 1px solid #CCCCCC;
        color: #999999;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px; /* future proofing */
        -khtml-border-radius: 4px; /* for old Konqueror browsers */
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
    }

        .formbuttonbox button.buttonother:hover {
            width: 124px;
            padding: 8px;
            background-color: #409EFF;
            border: 0px solid #CCCCCC;
            color: #ffffff;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px; /* future proofing */
            -khtml-border-radius: 4px; /* for old Konqueror browsers */
            text-align: center;
            vertical-align: middle;
            font-size: 14px;
        }


/* 文章详细 */
.wordbox {
    background-color: #ffffff;
}

    .wordbox .wordtitle {
        font-size: 28px;
        font-weight: bold;
        color: #666666;
        padding: 20px;
        height: auto;
        line-height: 30px;
    }

    .wordbox .wordfunc {
        padding: 20px;
        height: 40px;
    }

        .wordbox .wordfunc .funcleft {
            font-size: 14px;
            color: #999999;
            float: left;
            line-height: 40px;
        }

        .wordbox .wordfunc .funcright {
            float: right;
        }

            .wordbox .wordfunc .funcright div {
                width: 40px;
                height: 40px;
                margin-right: 10px;
                background-color: #409EFF;
                float: right;
            }

    .wordbox .wordtext {
        border-top: 1px solid #E1E1E1;
        border-bottom: 1px solid #E1E1E1;
        padding: 40px;
        font-size: 16px;
        line-height: 30px;
        color: #666666;
        overflow-x: hidden;
    }

        .wordbox .wordtext img {
            max-width: 100% !important;
        }

.allbuttonbox {
    width: 300px;
    height: 40px;
    margin: 0px auto;
    margin-top: 20px;
}

.allbutton {
    width: 140px;
    height: 40px;
    float: left;
}

    .allbutton button.buttons {
        width: 124px;
        padding: 8px;
        background-color: #ffffff;
        border: 1px solid #CCCCCC;
        color: #999999;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px; /* future proofing */
        -khtml-border-radius: 4px; /* for old Konqueror browsers */
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
    }

        .allbutton button.buttons:hover {
            width: 124px;
            padding: 8px;
            background-color: #409EFF;
            border: 0px solid #CCCCCC;
            color: #ffffff;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px; /* future proofing */
            -khtml-border-radius: 4px; /* for old Konqueror browsers */
            text-align: center;
            vertical-align: middle;
            font-size: 14px;
            cursor: pointer;
        }

/* 文章下面说明文字 */
.explainbox {
    padding: 20px;
    height: 30px;
}

    .explainbox .explainleft {
        font-size: 14px;
        line-height: 40px;
        color: #999999;
        float: left;
    }

    .explainbox .explainright {
        height: 30px;
        float: right;
    }

        .explainbox .explainright .explainbutton {
            width: 140px;
            height: 30px;
            float: left;
        }

            .explainbox .explainright .explainbutton button.buttons {
                width: 124px;
                padding: 8px;
                background-color: #ffffff;
                border: 1px solid #ff5c00;
                color: #ff5c00;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px; /* future proofing */
                -khtml-border-radius: 4px; /* for old Konqueror browsers */
                text-align: center;
                vertical-align: middle;
                font-size: 14px;
            }

                .explainbox .explainright .explainbutton button.buttons:hover {
                    width: 124px;
                    padding: 8px;
                    background-color: #ff5c00;
                    border: 0px solid #CCCCCC;
                    color: #ffffff;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 4px; /* future proofing */
                    -khtml-border-radius: 4px; /* for old Konqueror browsers */
                    text-align: center;
                    vertical-align: middle;
                    font-size: 14px;
                }

.wordbox .wordurl {
    padding: 20px;
}

    .wordbox .wordurl .urlbox {
        width: 280px;
        float: left;
        background-color: #E1E1E1;
        padding: 20px;
        margin-bottom: 20px;
    }

        .wordbox .wordurl .urlbox:hover {
            width: 280px;
            float: left;
            background-color: #409EFF;
            padding: 20px;
            margin-bottom: 20px;
            color: #ffffff;
            cursor: pointer;
        }

        .wordbox .wordurl .urlbox .pages {
            font-size: 14px;
            color: #999999;
            height: 25px;
            line-height: 25px;
        }

            .wordbox .wordurl .urlbox .pages:hover {
                color: #ffffff;
            }

        .wordbox .wordurl .urlbox .titles {
            font-size: 16px;
            font-weight: bold;
            color: #666666;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            line-height: 25px;
            max-height: 25px;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

            .wordbox .wordurl .urlbox .titles:hover {
                color: #ffffff;
            }

/* 法规详细 */
.statutewordbox {
    padding: 20px;
    background-color: #ffffff;
    height: 1000px;
    margin-bottom: 20px;
}

.statutetimebox {
    width: 50px;
    height: 170px;
    float: left;
    margin-right: 20px;
}

    .statutetimebox .statutetime {
        width: 50px;
        height: 80px;
        border: 1px solid #409EFF;
    }

        .statutetimebox .statutetime .mouthnum {
            color: #409EFF;
            font-size: 14px;
            text-align: center;
            line-height: 40px;
        }

        .statutetimebox .statutetime .datenum {
            color: #ffffff;
            font-size: 16px;
            text-align: center;
            font-weight: bold;
            line-height: 40px;
            background-color: #409EFF;
        }

.statutelistbox {
    float: left;
    width: 590px;
}

    .statutelistbox .statutetitle {
        font-size: 28px;
        font-weight: bold;
        color: #666666;
        line-height: 50px;
    }

    .statutelistbox .statutelistfunc {
        padding: 20px 0px;
        height: 40px;
    }

        .statutelistbox .statutelistfunc .statutetext {
            font-size: 14px;
            color: #666666;
            line-height: 40px;
            float: left;
            margin-right: 20px;
        }

        .statutelistbox .statutelistfunc .statuteshare {
            font-size: 14px;
            color: #666666;
            line-height: 40px;
            float: left;
            height: 40px;
            width: 300px;
        }

            .statutelistbox .statutelistfunc .statuteshare div {
                width: 40px;
                height: 40px;
                float: left;
                margin-right: 10px;
                background-color: #409EFF;
            }

    .statutelistbox .statuteword {
        font-size: 16px;
        color: #666666;
        line-height: 30px;
        padding: 20px 0px;
    }

    .statutelistbox .statuteurl {
        font-size: 14px;
        color: #409EFF;
        line-height: 30px;
    }

    .statutelistbox .otherurl {
        padding: 20px;
    }

.allurlbox {
    width: 550px;
    float: left;
    background-color: #E1E1E1;
    padding: 20px;
    margin-bottom: 20px;
}

    .allurlbox:hover {
        background-color: #409EFF;
        color: #ffffff;
        cursor: pointer;
    }

    .allurlbox .textpages {
        font-size: 14px;
        color: #999999;
        height: 25px;
        line-height: 25px;
    }

        .allurlbox .textpages:hover {
            color: #ffffff;
        }

    .allurlbox .texttitle {
        font-size: 16px;
        font-weight: bold;
        color: #666666;
        height: 30px;
        line-height: 30px;
    }

        .allurlbox .texttitle:hover {
            color: #ffffff;
        }

/* 典型案例详细 */
.typicalbox {
    margin-bottom: 20px;
}

.typicaltitle {
    font-size: 20px;
    color: #666666;
    line-height: 50px;
}

.typicalfunc {
    padding: 20px;
    height: 40px;
    font-size: 14px;
    color: #999999;
    float: left;
    line-height: 40px;
}

.typicalvideo {
    height: 500px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.typicaluse {
    border: 1px solid #E1E1E1;
    background-color: #ffffff;
    padding: 20px;
}

    .typicaluse .typicalusediv {
        height: 40px;
        margin-bottom: 20px;
    }

        .typicaluse .typicalusediv .headpic {
            width: 40px;
            height: 40px;
            background-color: #409EFF;
            float: left;
            margin-right: 20px;
        }

        .typicaluse .typicalusediv .usename {
            font-size: 14px;
            color: #666666;
            font-weight: bold;
            line-height: 40px;
            float: left;
            margin-right: 60px;
        }

        .typicaluse .typicalusediv .usedate {
            width: 40px;
            height: 40px;
            float: left;
        }

            .typicaluse .typicalusediv .usedate .usenum {
                font-size: 14px;
                color: #666666;
                font-weight: bold;
                height: 20px;
                text-align: center;
                line-height: 20px;
            }

            .typicaluse .typicalusediv .usedate .usetitle {
                font-size: 14px;
                color: #999999;
                height: 20px;
                text-align: center;
                line-height: 20px;
            }

        .typicaluse .typicalusediv button.usebutton {
            width: 70px;
            padding: 8px;
            background-color: #ffffff;
            border: 1px solid #ff5c00;
            color: #ff5c00;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px; /* future proofing */
            -khtml-border-radius: 4px; /* for old Konqueror browsers */
            text-align: center;
            vertical-align: middle;
            font-size: 14px;
            float: right;
        }

            .typicaluse .typicalusediv button.usebutton:hover {
                width: 70px;
                padding: 8px;
                background-color: #ff5c00;
                border: 0px solid #CCCCCC;
                color: #ffffff;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px; /* future proofing */
                -khtml-border-radius: 4px; /* for old Konqueror browsers */
                text-align: center;
                vertical-align: middle;
                font-size: 14px;
                float: right;
            }

    .typicaluse .usetext {
        font-size: 14px;
        color: #666666;
        line-height: 30px;
    }

/*相关推荐*/
.aboutnews {
    border: 1px solid #e1e1e1;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

    .aboutnews .aboutnewstitle {
        line-height: 50px;
        font-size: 18px;
        color: #666666;
        font-weight: bold;
        padding: 0px 20px;
    }

/* 失信案例详细模块 */
.casetext {
    width: 958px;
    margin: 0px auto;
    padding: 20px;
    background-color: #FFFFFF;
}

    .casetext .casepicbox {
        width: 300px;
        height: 300px;
        margin-right: 20px;
        float: left;
    }

        .casetext .casepicbox .casetextpic {
            width: 300px;
            height: 220px;
            background-color: #409EFF;
        }

        .casetext .casepicbox .casetextshare {
            padding: 20px;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
        }

            .casetext .casepicbox .casetextshare div {
                width: 40px;
                height: 40px;
                background-color: #409EFF;
                float: left;
                margin-right: 10px;
            }

    .casetext .casetextbox {
        width: 598px;
        height: 300px;
        float: left;
    }

        .casetext .casetextbox .casename {
            font-size: 28px;
            color: #666666;
            font-weight: bold;
            line-height: 60px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .casetext .casetextbox .casetextnum {
            font-size: 14px;
            color: #666666;
            font-weight: bold;
            height: 60px;
            padding: 20px 0px;
            border-bottom: 1px solid #E1E1E1;
        }

            .casetext .casetextbox .casetextnum b {
                color: #FF5C00;
                font-size: 28px;
            }

        .casetext .casetextbox .caseabstract {
            font-size: 14px;
            color: #666666;
            line-height: 20px;
            text-indent: 25px;
            font-size: 14px;
            color: #666666;
            line-height: 20px;
            /* padding: 0px 0px; */
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            -webkit-box-orient: vertical;
        }

        .casetext .casetextbox button.casetextbutton {
            width: 124px;
            padding: 8px;
            background-color: #ffffff;
            border: 1px solid #CCCCCC;
            color: #999999;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px; /* future proofing */
            -khtml-border-radius: 4px; /* for old Konqueror browsers */
            text-align: center;
            vertical-align: middle;
            font-size: 14px;
        }

            .casetext .casetextbox button.casetextbutton:hover {
                width: 124px;
                padding: 8px;
                background-color: #409EFF;
                border: 0px solid #CCCCCC;
                color: #ffffff;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px; /* future proofing */
                -khtml-border-radius: 4px; /* for old Konqueror browsers */
                text-align: center;
                vertical-align: middle;
                font-size: 14px;
            }


/*搜索*/
.search {
    background-color: #ffffff;
    height: 200px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
}

.searchbox {
    width: 540px;
    height: 55px;
    margin: 0px auto;
    padding: 30px 0px;
}

    .searchbox .searchinput {
        width: 418px;
        height: 53px;
        border-radius: 4px 0px 0px 4px;
        border: 1px solid #409EFF;
        background-color: #ffffff;
        float: left;
    }

        .searchbox .searchinput input {
            display: block;
            border: 0;
            background-color: #ffffff;
            width: 404px;
            height: 39px;
            padding: 6px;
            margin: 1px;
            font-size: 16px;
            color: #666666;
        }

    .searchbox .searchbutton {
        width: 120px;
        height: 55px;
        line-height: 55px;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        background-color: #409EFF;
        float: left;
    }

        .searchbox .searchbutton:hover {
            cursor: pointer;
        }

.search .searchword {
    text-align: center;
    margin: 0px auto;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}

/*新闻资讯*/
.hotsearch {
    display: block;
    height: 475px;
    border: 1px solid #E1E1E1;
    background-color: #FFFFFF;
}

    .hotsearch .hotsearchtitle {
        line-height: 60px;
        font-size: 18px;
        color: #666666;
        font-weight: bold;
        padding: 0px 20px;
    }

.hotsearchbox {
    display: block;
    padding: 5px 10px;
    width: 259px;
    height: 30px;
}

    .hotsearchbox .rankingbox {
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        border-radius: 5px;
        background-color: #ff5c00;
        color: #ffffff;
        float: left;
        margin: 5px;
        margin-right: 10px;
    }

    .hotsearchbox .rankingbox-bgw {
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #E1E1E1;
        background-color: #ffffff;
        color: #666666;
        float: left;
        margin: 5px;
        margin-right: 10px;
    }

    .hotsearchbox .rankingnews {
        display: block;
        font-size: 14px;
        color: #666666;
        line-height: 30px;
        float: left;
    }

/*热门*/
.hotlabel {
    display: block;
    height: 237px;
    border: 1px solid #E1E1E1;
    background-color: #FFFFFF;
    padding: 15px;
    padding-top: 0px;
}

    .hotlabel .hotlabeltitle {
        line-height: 60px;
        font-size: 18px;
        color: #666666;
        font-weight: bold;
    }

.hotlabelbox {
    width: 74px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    float: left;
    margin-right: 5px;
    color: #666666;
    font-size: 12px;
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 20px;
    margin-bottom: 10px;
}

    .hotlabelbox:hover {
        color: #ffffff;
        background-color: #409EFF;
        border: 0px;
        width: 76px;
        height: 30px;
        line-height: 30px;
    }


/*搜索历史*/
.history {
    display: block;
    height: 475px;
    border: 1px solid #E1E1E1;
    background-color: #FFFFFF;
}

    .history .historytitle {
        line-height: 60px;
        font-size: 18px;
        color: #666666;
        font-weight: bold;
        padding: 0px 20px;
    }

.clearfunc {
    display: block;
    float: right;
    line-height: 60px;
    font-size: 12px;
    color: #999999;
}

.historybox {
    display: block;
    padding: 0px 20px;
    width: 239px;
    height: 35px;
}

    .historybox .historyword {
        line-height: 35px;
        font-size: 12px;
        color: #666666;
        float: left;
        margin-right: 10px;
    }

        .historybox .historyword:hover {
            color: #409EFF;
        }

    .historybox .historytime {
        line-height: 35px;
        font-size: 12px;
        color: #666666;
        float: right;
    }

/* 新闻列表选项卡 */
.tabbuttonbox {
    float: right;
    height: 30px;
}

    .tabbuttonbox button.tabbuttonsel {
        float: left;
        width: 100px;
        padding: 8px;
        background-color: #666666;
        border: 1px solid #CCCCCC;
        color: #ffffff;
        -moz-border-radius: 20px 0px 0px 20px;
        -webkit-border-radius: 20px 0px 0px 20px;
        border-radius: 20px 0px 0px 20px; /* future proofing */
        -khtml-border-radius: 20px 0px 0px 20px; /* for old Konqueror browsers */
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
    }

    .tabbuttonbox button.tabbuttonunche {
        float: left;
        width: 98px;
        padding: 8px;
        background-color: #ffffff;
        border: 1px solid #E1E1E1;
        color: #666666;
        -moz-border-radius: 0px 20px 20px 0px;
        -webkit-border-radius: 0px 20px 20px 0px;
        border-radius: 0px 20px 20px 0px; /* future proofing */
        -khtml-border-radius: 0px 20px 20px 0px; /* for old Konqueror browsers */
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
    }


    .tabbuttonbox button.tabbuttonsel:active {
        float: left;
        width: 98px;
        padding: 8px;
        background-color: #ffffff;
        border: 1px solid #E1E1E1;
        color: #666666;
        -moz-border-radius: 20px 0px 0px 20px;
        -webkit-border-radius: 20px 0px 0px 20px;
        border-radius: 20px 0px 0px 20px; /* future proofing */
        -khtml-border-radius: 20px 0px 0px 20px; /* for old Konqueror browsers */
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
    }

    .tabbuttonbox button.tabbuttonunche:active {
        float: left;
        width: 100px;
        padding: 8px;
        background-color: #666666;
        border: 1px solid #CCCCCC;
        color: #ffffff;
        -moz-border-radius: 0px 20px 20px 0px;
        -webkit-border-radius: 0px 20px 20px 0px;
        border-radius: 0px 20px 20px 0px; /* future proofing */
        -khtml-border-radius: 0px 20px 20px 0px; /* for old Konqueror browsers */
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
    }

/* 搜索弹出 */
.mask {
    display: none;
    position: absolute;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 400%;
    background: rgba(255, 255, 255, .9);
}

.searchpopup {
    display: none;
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 999;
    width: 1000px;
    height: 700px;
    margin: 0px auto;
    margin-top: 200px;
    margin-left: -500px;
    background-color: #ffffff;
}

    .searchpopup .popuptitle {
        font-size: 30px;
        height: 50px;
        line-height: 50px;
        color: #666666;
        font-weight: bold;
        padding: 20px;
    }

        .searchpopup .popuptitle span.closebox {
            width: 20px;
            height: 20px;
            margin: 15px;
            float: right;
            background-color: #999999;
        }

.searchpopupbox {
    width: 540px;
    height: 55px;
    margin: 0px auto;
    padding: 30px 0px;
}

    .searchpopupbox .popupinput {
        width: 418px;
        height: 53px;
        border-bottom: 1px solid #E1E1E1;
        background-color: #ffffff;
        float: left;
    }

        .searchpopupbox .popupinput input {
            display: block;
            border: 0;
            background-color: #ffffff;
            width: 404px;
            height: 39px;
            padding: 6px;
            margin: 1px;
            font-size: 24px;
            color: #666666;
        }

    .searchpopupbox .popupbutton {
        width: 120px;
        height: 55px;
        line-height: 55px;
        font-size: 24px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        background-color: #409EFF;
        float: left;
    }

        .searchpopupbox .popupbutton:hover {
            cursor: pointer;
        }

.searchpopup .keyword {
    width: 540px;
    margin: 0px auto;
    padding: 20px 0px;
}

    .searchpopup .keyword .keywordtitle {
        font-size: 20px;
        color: #666666;
        font-weight: bold;
        height: 30px;
        line-height: 30px;
    }

    .searchpopup .keyword .keylabelbox {
        width: 540px;
    }

    .searchpopup .keyword .keylabel {
        width: 96px;
        height: 48px;
        line-height: 48px;
        background-color: #cecece;
        margin: 6px;
        text-align: center;
        color: #666666;
        float: left;
    }

        .searchpopup .keyword .keylabel:hover {
            color: #ffffff;
            background-color: #409EFF;
        }
