﻿﻿.cur {
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #0880d4;
    color: #ffffff;
}

.img_body_content {
    width: 1200px;
    overflow: hidden;
}

    .img_body_content ul li {
        text-align: center;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 15px;
        margin-bottom: 10px;
        float: left;
        width: 190px;
        height: 160px;
    }

        .img_body_content ul li img {
            display: block;
            max-width: 188px;
            max-height: 118px;
            margin: 0px auto;
        }

        .img_body_content ul li span {
            margin-top: 10px;
            display: inline-block;
            height: 25px;
            line-height: 25px;
            text-align: center;
            color: #222222;
        }
/*搜索页下拉*/
.sou-body-xiala {
    margin-top: 4px;
    height: 26px;
}

    .sou-body-xiala > div {
        height: 26px;
        position: relative;
        z-index: 1;
        cursor: pointer;
        color: #444444;
        margin-right: 36px;
        float: right;
        background: url(../images/lisearch5.png) no-repeat right center;
        padding-right: 17px;
    }

        .sou-body-xiala > div > span {
            display: block;
            line-height: 26px;
            min-width: 70px;
            text-align: center;
        }

        .sou-body-xiala > div > div {
            display: none;
            position: absolute;
            top: 26px;
            left: 0;
            width: 100%;
            background: #f4f4f4;
            border: 1px solid #dbdbdb;
        }

            .sou-body-xiala > div > div > ul > li {
                line-height: 24px;
                margin: 2px 0;
                text-align: center;
                color: #000000;
            }

                .sou-body-xiala > div > div > ul > li a {
                    display: block;
                    color: #000000;
                }

                .sou-body-xiala > div > div > ul > li:hover {
                    color: #FFF;
                    background: #0089e1;
                }

        .sou-body-xiala > div:hover > div {
            display: block;
        }

        .sou-body-xiala > div > div > ul > li:hover > a {
            color: #FFF;
        }

    .sou-body-xiala > .li01 > div {
        left: -990px;
        width: 1116px;
        padding: 0 15px;
        border: 1px solid #dbdbdb;
    }

        .sou-body-xiala > .li01 > div > ul > li {
            float: left;
            margin: 5px;
        }

            .sou-body-xiala > .li01 > div > ul > li > a {
                padding: 0 5px;
            }
/*分页样式*/
.page {
    clear: both;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    float: left;
    width: 100%;
}

    .page a i {
        font-style: normal;
        font-size: 14px;
    }

    .page a {
        background: #fff;
        border: 1px solid #d1d1d1;
        color: #000;
        padding: 3px 12px;
        height: 25px;
        display: inline-block;
        margin: 0 0px;
        border-radius: 4px;
    }

        .page a:hover {
            background: #488ce8;
            border: 1px solid #488ce8;
            color: #fff;
        }
/*.page span{ background:#488ce8; border:1px solid #488ce8; color:#fff; padding:3px 12px; height:25px; display:inline-block;  margin:0 5px; border-radius:4px;}*/

.gj-ss-btm {
    cursor: pointer;
    margin: 10px 0;
    color: #ffffff;
    width: 80px;
    height: 30px;
    border: 0;
    text-align: center;
    line-height: 30px;
    margin-left: 284px;
    background: #a12100;
}











#popup {
    overflow: hidden;
    margin: 0 0 0 282px;
}

    #popup .title {
        height: 24px;
        overflow: hidden;
    }

        #popup .title p {
            padding-left: 14px;
            line-height: 55px;
            color: #fff;
        }

        #popup .title span {
            float: right;
            background: url("/isearch/images/ico06.png");
            width: 24px;
            height: 24px;
        }

    #popup .cont {
        /* margin: auto; */
        /* width: 602px; */
    }

        #popup .cont .item {
            margin-top: 21px;
        }

        #popup .cont .item02 {
            margin-top: 11px;
        }

        #popup .cont .item .name03 {
            float: left;
            margin-left: 8px;
            margin-right: 8px;
            line-height: 32px;
            color: #343434;
        }

        #popup .cont label {
            line-height: 32px;
            display: inline-block;
            margin-right: 4px;
        }

        #popup .cont .item .name {
            float: left;
            width: 72px;
            /* margin-left: 45px; */
            line-height: 32px;
            color: #343434;
            font-weight: bold;
        }

        #popup .cont .item .text {
            height: 30px;
            line-height: 30px;
            text-indent: 10px;
            border: 1px solid #e8e8e8;
            width: 358px;
        }

.nice-select02 input {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 0;
    outline: 0;
    background: none;
}

.nice-select02 ul {
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 30px;
    overflow: hidden;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #e8e5e5;
    border-top: 0;
    z-index: 9999;
}

    .nice-select02 ul li {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        padding: 0 10px;
        cursor: pointer;
    }

        .nice-select02 ul li.on {
            background-color: #e0e0e0;
        }

.nice-select02 {
    margin-right: 10px;
    float: left;
    width: 80px;
    padding: 0 10px;
    height: 30px;
    border: 1px solid #e8e5e5;
    position: relative;
    background: #fff url(/isearch/images/a2.jpg) no-repeat right center;
}

.date_selector, .date_selector * {
    width: auto;
    height: auto;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
}

.date_selector {
    background: #F2F2F2;
    border: 1px solid #bbb;
    padding: 5px;
    margin: -1px 0 0 0;
    position: absolute;
    z-index: 100000;
    display: none;
}

.date_selector_ieframe {
    position: absolute;
    z-index: 99999;
    display: none;
}

.date_selector .nav {
    width: 17.5em; /* 7 * 2.5em */
}

.date_selector .month_nav, .date_selector .year_nav {
    margin: 0 0 3px 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
}

.date_selector .month_nav {
    float: left;
    width: 55%;
}

.date_selector .year_nav {
    float: right;
    width: 35%;
    margin-right: -8px; /* Compensates for cell borders */
}

.date_selector .month_name, .date_selector .year_name {
    font-weight: bold;
    line-height: 20px;
}

.date_selector .button {
    display: block;
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-weight: bold;
    color: #003C78;
    text-align: center;
    font-size: 120%;
    overflow: hidden;
    border: 1px solid #F2F2F2;
}

    .date_selector .button:hover, .date_selector .button.hover {
        background: none;
        color: #003C78;
        cursor: pointer;
        border-color: #ccc;
    }

.date_selector .prev {
    left: 0;
}

.date_selector .next {
    right: 0;
}

.date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
    clear: both;
}

.date_selector th, .date_selector td {
    width: 2.5em;
    height: 2em;
    padding: 0;
    text-align: center;
    color: black;
}

.date_selector td {
    border: 1px solid #ccc;
    line-height: 2em;
    text-align: center;
    white-space: nowrap;
    color: #003C78;
    background: white;
}

    .date_selector td.today {
        background: #FFFEB3;
    }

    .date_selector td.unselected_month {
        color: #ccc;
    }

    .date_selector td.selectable_day {
        cursor: pointer;
    }

    .date_selector td.selected {
        background: #D8DFE5;
        font-weight: bold;
    }

    .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
        background: #003C78;
        color: white;
    }

#popup .cont .item .time {
    position: relative;
    width: 158px;
    margin-right: 8px;
    height: 30px;
    border: 1px solid #e8e5e5;
    background: url("/isearch/images/d.png") no-repeat right center;
}

.form-group {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    position: relative;
    width: 213px;
    float: left;
    margin-left: 4px;
}

.form-group-txt {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.form-group-select { /*padding-left: 1px;*/
}

.form-control,
.simulation-input {
    text-indent: 10px;
    color: #999999;
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    outline: none;
    border: 0;
    height: 30px;
    *padding-left: 0;
    *padding-right: 0;
    *text-indent: 8px;
    *float: left;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    margin-right: 12px;
    background: url("/isearch/images/d.png") #ffffff no-repeat right center;
}

.float-left {
    float: left;
}

.selectul {
    position: relative;
    display: inline-block;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

    .selectul ul {
        position: absolute;
        left: 0;
        top: 0px;
        background: #fff;
        border: 1px solid #bdc3c7;
        border-top: none;
        padding: 0px;
        overflow: hidden;
        overflow-y: auto;
        display: none;
        padding-top: 31px;
        -webkit-box-shadow: 1px 1px 2px #eee;
        box-shadow: 1px 1px 2px #eee;
    }

        .selectul ul li {
            height: 20px;
            line-height: 20px;
            color: #6a7576;
            font-size: 12px;
            padding: 5px 10px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .selectul ul li:hover {
                background: #666;
                color: #fff;
                cursor: pointer;
            }

    .selectul select {
        display: none;
    }

.selectfocus {
    height: 30px;
    line-height: 30px;
    border: 1px solid #d3dcdd;
    background-color: #fff;
    padding: 0 0 0 8px;
    position: relative;
    z-index: 1002;
}

    .selectfocus em {
        height: 30px;
        display: block;
        font-style: normal;
        color: #4b555b;
        padding-right: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.select_ul_show .selectfocus {
    /*border-color:#91c4e5;
        border-bottom-color:#edf4f8;*/
}

    .select_ul_show .selectfocus em {
        background-position: right -28px;
    }

.lq-datetimepick {
    width: 500px;
    /*height: 280px;*/
    padding: 10px;
    position: absolute;
    z-index: 10000000000;
    /*left: 50%;
        top: 50%;
        margin: -160px 0 0 -260px;*/
    border: 1px solid #d3dcdd;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    display: none;
}

.datetime-arr {
    width: 13px;
    height: 7px;
    position: absolute;
    left: 25px;
    top: -7px;
    background: url("/isearch/images/pop-tips-info-arr.gif") no-repeat 0 0;
}

.select-datetime {
    width: 100%;
    float: left;
    height: auto;
    *height: 222px;
}

    .select-datetime dl {
        height: 50px;
    }

        .select-datetime dl.datetime-day {
            margin-bottom: 10px;
        }

        .select-datetime dl dt {
            width: 100px;
            height: 50px;
            float: left;
            text-align: center;
            line-height: 18px;
            text-align: center;
            font-size: 12px;
            color: #4b555b;
        }

            .select-datetime dl dt a {
                display: block;
                padding: 7px 0;
            }

            .select-datetime dl dt span {
                display: block;
                border-right: 1px solid #ecf0f1;
                margin-right: -1px;
            }

            .select-datetime dl dt.last span {
                border-right: none;
            }

            .select-datetime dl dt span i {
                color: #f03368;
                margin-left: 6px;
            }

            .select-datetime dl dt em {
                display: block;
                font-weight: normal;
            }

            /*.select-datetime dl dt a:hover,*/
            .select-datetime dl dt.current a {
                background-color: #13a4e7;
                color: #FFFFFF;
                text-decoration: none;
                font-weight: bold;
            }

                /*.select-datetime dl dt a:hover i,*/
                .select-datetime dl dt.current a i {
                    color: #FFFFFF;
                }

            .select-datetime dl dt a:hover {
                text-decoration: none;
            }

        .select-datetime dl dd {
            width: 99px;
            height: 40px;
            float: left;
            background-color: #fff;
            border: 1px solid #d3dcdd;
            padding: 7px 0 6px;
            margin: -1px 0 0 -1px;
            line-height: 20px;
            text-align: center;
            color: #4b555b;
            cursor: pointer;
        }

            .select-datetime dl dd em {
                font-size: 12px;
                display: block;
            }

            .select-datetime dl dd.over {
                color: #95a5a6;
                background-color: #ecf0f1;
            }

            .select-datetime dl dd.selected {
                color: #ffffff;
                background-color: #6b7879;
            }

.datetime-select {
    height: 32px;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3dcdd;
}

    .datetime-select .selectul {
        width: 100px;
    }

.select-datetime dl.datetime-day {
    height: 35px;
}

    .select-datetime dl.datetime-day dt,
    .select-datetime dl.datetime-day dd {
        width: 70px;
        height: 30px;
        line-height: 30px;
    }

    .select-datetime dl.datetime-day dt {
        width: 71px;
    }

        .select-datetime dl.datetime-day dt span {
            border-right: none;
            font-size: 14px;
            text-align: center;
        }

.select-datetime dl dd.blank {
    background-color: #fafbfb;
}

.select-datetime dl dd.current {
    background-color: #f2f5f5;
    font-weight: bold;
}

.select-datetime dl.datetime-hour dd {
    width: 61px;
    height: 30px;
    line-height: 30px;
}

/**/
.select-datetime dl.datetime-week {
    height: 50px;
}

    .select-datetime dl.datetime-week dt,
    .select-datetime dl.datetime-week dd {
        width: 100px;
        height: 50px;
        line-height: 150%;
    }

        .select-datetime dl.datetime-week dt span {
            border-right: 1px solid #ecf0f1;
            font-size: 12px;
            text-align: center;
            margin-right: -1px;
        }

.select-datetime dl dt.last span {
    border-right: none;
}

.kju-question {
    width: 90%;
    margin: auto auto;
    padding: 24px 0px;
    padding-top: 48px;
    padding-bottom: 40px;
}

    .kju-question h1 {
        font-size: 18px;
        width: 100%;
        line-height: 36px;
        font-weight: 400;
        padding-bottom: 40px;
    }

    .kju-question div {
        padding: 12px 0px;
    }

    .kju-question h2 {
        text-align: left;
        font-size: 15px;
        font-weight: bold;
    }

    .kju-question p {
        padding: 8px 0px;
        font-size: 14px;
        padding-left: 18px;
        display: table;
    }

        .kju-question p label {
            display: inline-block;
            margin-right: 10px;
        }

    .kju-question .btn {
        margin-top: 35px;
        width: 320px;
        height: 40px;
        background: #005295;
        color: #ffffff;
        border: 0;
    }

#popup .cont .item .btn-li {
    color: #ffffff;
    float: left;
    width: 80px;
    height: 30px;
    border: 0;
    margin-left: 158px;
    background: #aaabab;
}

#popup .cont .item .btn-li02 {
    margin-left: 41px;
}

#popup .cont .item .btn-li:hover {
    background: #316abc;
}

#popup .cont .item03 {
    margin-top: 21px;
}




.sou-web{
    background: url("../images/lisearch0.jpg") center top;
    height: 740px;
    width: 100%;
    overflow: hidden;
}
.sou-web-box{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.sou-web-logo{
    display: block;
    margin-top: 126px;
}

.notice-so { margin:46px 0 0 282px; overflow: hidden; }
.notice-so .tab-hd {
    overflow: hidden;
    float: left;
}
.notice-so .tab-hd ul {}
.notice-so .tab-hd li{
    float: left;
    color: #343434;
    font-weight: bold;
    margin-right: 18px;
    line-height: 20px;
    padding: 0 5px;
    text-align: center;
}
.notice-so .tab-hd li.on{
    cursor: pointer;
    background: #0880d4;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.notice-so .name{
    font-weight: bold;
    float: left;
    color: #343434;
}
.notice-so .tab-bd{
    margin-top: 19px;
    overflow: hidden;
}
.notice-so .tab-pal .btn{
    background: url("/isearch/images/lv22.png");
    float: left;
    border: 0;
    width: 70px;
    height: 40px;
}
.notice-so .tab-pal .text{
    float: left;
    height: 38px;
    border: 1px solid #eeeeee;
    width: 568px;
    border-right: 0;
    text-indent: 10px;
    outline: none;
}
.notice-so .wrap{
    overflow: hidden;
}
.sou-tm{
    margin-top: 15px;
    margin-left: 282px;
    overflow: hidden;
}
.sou-tm .name{
    float: left;
    font-size: 12px;
    color: #343434;
    line-height: 20px;
}
.sou-tm .ul{
    float: left;
}
.sou-tm .ul ul li{
    float: left;
    margin-right: 18px;
}
.sou-tm .ul ul li a{
    float: left;
    background: #0880d4;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 5px;
    text-align: center;
}
.sou-body{
    padding-bottom: 40px;
    margin: auto;
    width: 1200px;
    overflow: hidden;
    padding-top: 9px;min-height:500px;
    background: #ffffff;
}
.sou-body-title{
    width: 1170px;
    margin: auto;
    overflow: hidden;
    background: #e8e8e8;
    height: 46px;
    line-height: 46px
}
.sou-body-title .name{
    float: left;
    font-weight: bold;
    color: #343434;
    margin-left: 17px;
}
.sou-body-title .ul{
    margin-top: 13px;
    float: left;
}
.sou-body-title .ul ul{
    float: left;
}
.sou-body-title .ul ul li{
    float: left;
    margin-right: 20px;
}
.sou-body-title .ul ul li a{
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    display: block;
    /*color: #343434;*/
    line-height: 20px;
    padding: 0 8px;
}
.sou-body-title .ul ul li a:hover{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background: #0880d4;
    color: #ffffff;
}
.sou-body-title .mun{
    float: right;
    color: #444444;
    margin-right: 25px;
}
.sou-body-title .mun i{
    color: #0084dc;
}

.sou-body-paxu{
    margin-top: 4px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.sou-body-paxu a{
    color: #444444;
    margin-right: 36px;
    float: right;
    background: url("../images/lisearch5.png") no-repeat right center;
    padding-right: 17px;
}
.sou-body-zt{
    font-size: 24px;
    width: 1170px;
    text-indent: 11px;
    line-height: 40px;
    font-weight: bold;
    color: #000000;
    margin:auto;
}
.sou-body-zt a{
    color: #ff0000;
}
.sou-body-list01{
    width: 1148px;
    background: #f8f8f8;
    margin: 4px auto 0;
}
.sou-body-h1{
    padding-top: 10px;
    color: #000000;
    font-size: 16px;
    margin-left: 15px;
    line-height: 24px;
}
.sou-body-h1 i{
    color: #ff0403;
}
.sou-ul01{
    padding-bottom: 10px;
    overflow: hidden;
    padding-left: 15px;
}
.sou-ul01 ul li{
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 12px;
}
.sou-ul01 ul li a{
    color: #0101cc;
    float: left;
    text-decoration: underline;
}
.sou-ul01 ul li a i{
    color: #ff0403;
}
.sou-ul01 ul li a span{
    float: left;

}
.sou-ul02{
    padding-bottom: 30px;
    padding-top: 15px;
    width: 1150px;
    margin: auto;
    overflow: hidden;
}
.sou-ul02 ul li{
    padding-top: 9px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}
.sou-ul02 h1{
    height: 24px;
    overflow: hidden;
}
.sou-ul02 h1 i{
    color: #ffffff;
    float: left;
    padding: 0 10px;
    background: #418be5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 20px;
    margin-top: 2px;
}
.sou-ul02 h1 a{
    float: left;
    font-size: 16px;
    margin-left: 5px;
    color: #007ac8;width:80%;
}
.sou-ul02 h1 a span{
    color: #ff0000;
}
.sou-ul02 p{
    margin-top: 3px;
    overflow: hidden;
}
.sou-ul02 p img{
    float: left;
    width: 96px;
    margin-right: 8px;
    height: 69px;
    background: #999999;
}
.sou-ul02 p img span{
    color: #58595d;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
}
.sou-ul02 h2{
    padding-top: 10px;
    padding-bottom: 3px;
    line-height: 24px;
    color: #808d78;
    font-weight: 400;
}

