﻿.main-list-box, .main-itemlist {
    float: left;
    width: 905px
}
.searchcontent-box{
    padding: 10px 20px;
    margin-bottom: 15px;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f5f5f5
}

    .searchcontent-box .seo-bar {
        padding: 5px 0
    }

        .searchcontent-box .seo-bar .seo-title {
            color: #00b7ee;
            font-size: 18px;
            font-weight: bold
        }

    .searchcontent-box .seo-wrapper {
        padding: 5px 0
    }

        .searchcontent-box .seo-wrapper
        * {
            max-width: 100%
        }

        .searchcontent-box .seo-wrapper
        strong {
            font-weight: bold !important
        }

        .searchcontent-box .seo-wrapper i,
        .searchcontent-box .seo-wrapper
        em {
            font-style: italic !important
        }

        .searchcontent-box .seo-wrapper
        a {
            color: #0082dd
        }

            .searchcontent-box .seo-wrapper a:hover {
                color: #ff8a00;
                text-decoration: underline
            }

        .searchcontent-box .seo-wrapper table,
        .searchcontent-box .seo-wrapper th,
        .searchcontent-box .seo-wrapper
        td {
            border: 1px solid #e5e5e5
        }


.search-type-block {
    position: relative;
    margin-bottom: 25px;
    border: 1px solid #ebebeb;
    border-bottom: 0;
    background: #fff
}

.search-type-item {
    border-bottom: 1px solid #e6e6e6;
    background: #f0f5fb
}

    .search-type-item .item-hd {
        float: left;
        color: #666;
        width: 90px;
        height: 24px;
        line-height: 24px;
        padding: 5px 10px 5px 0;
        text-align: right
    }

    .search-type-item .item-bd {
        padding: 0 0 0 100px
    }

.item-check {
    height: 44px;
    padding: 0 20px;
    background: #fff
}

    .item-check .chick-child {
        float: left;
        color: #fff;
        height: 24px;
        line-height: 24px;
        padding: 0 8px;
        margin: 10px 10px 0 0;
        background: #00b7ee
    }

        .item-check .chick-child
        .closed {
            display: inline-block;
            width: 8px;
            height: 8px;
            vertical-align: middle;
            margin: -3px 0 0 6px;
            background: url("/style/images/st-line-ico.png") no-repeat 0 0
        }

    .item-check .clear-item {
        float: left;
        height: 24px;
        line-height: 24px;
        margin-top: 10px
    }

.item-child {
    background: #fff
}

    .item-child:after, .child-list:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden
    }

.child-block {
    padding: 5px 20px;
    overflow: hidden;
    position: relative
}

.item-child .all-link {
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 10px
}

.child-list {
    height: 24px;
    padding: 0 84px 0 0;
    overflow: hidden
}

    .child-list:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden
    }

    .child-list
    .item {
        float: left;
        width: 120px;
        height: 24px
    }

        .child-list .item
        a {
            float: left;
            color: #666;
            max-width: 100px;
            height: 24px;
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0 10px
        }

            .item-child .all-link:hover,
            .child-list .item a:hover {
                background: #eef3f4
            }

.item-child .all-link.active,
.item-child .item
a.active {
    color: #fff;
    background: #00b7ee
}
