﻿body {
    background-color: #fff;
}

.banner {
    height: 15em;
    border-bottom: 1px solid #e0e0e0;
    background: url("../images/banner12.jpg") no-repeat center bottom;
    background-size: cover;
    overflow:hidden;
}

.searchbox .body > li {
    margin: 0.5em;
}

    .searchbox .body > li input {
        float: left;
        height: 2em;
        width: 2em;
    }

    .searchbox .body > li label {
        float: left;
        line-height: 2em;
    }

#d_show {
    position: relative;
    z-index: 1;
}

    #d_show div {
        color: #fff;
        font-weight: 500;
        position: absolute;
        white-space: nowrap;
    }

#list > ul {
    margin: 0 1em;
}

    #list > ul > li {
        padding: 0.5em 0.5em 0 0.5em;
        border-bottom: 1px solid #f0f0f0;
    }

#list dl {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    height: 8em;
}

    #list dl .row:before, .row:after {
        display: table;
        content: " ";
    }

    #list dl .row:after {
        clear: both;
    }

    #list dl .row:before, #list dl .row:after {
        display: table;
        content: " ";
    }

    #list dl dt {
        float: left;
        margin-top: 0em;
    }

        #list dl dt > a {
            display: block;
            width: 3em;
            height: 3em;
            color: white;
            background: #ffabab;
            border-radius: 1.5em;
            text-align: center;
            line-height: 3em;
            cursor: default;
        }

            #list dl dt > a > i {
                font-weight: bold;
            }

    #list dl dd {
        float: left;
        color: #999999;
        font-size: 1em;
        line-height: 1.2em;
        height: 2em;
    }

    #list dl .is_name, #list dl .is_emp {
        padding: 0.3em 0 0 1em;
    }

        #list dl .is_name > a, #list dl .is_emp > a {
            cursor: pointer;
            color: #428bca;
        }

            #list dl .is_name > a:hover, #list dl .is_emp > a:hover {
                color: #ff6a00;
            }

    #list dl .is_product {
        position: absolute;
        padding: 0;
        left: 4em;
        top: 1.8em;
    }

    #list dl .is_ip {
        position: absolute;
        color: #999999;
        padding: 0;
        right: 0;
        top: 1.8em;
    }

    #list dl .is_time {
        position: absolute;
        color: #999999;
        padding: 0;
        right: 0;
        top: 0;
    }

    #list dl .is_start {
        position: absolute;
        padding: 0;
        right: 0;
        top: 3.5em;
    }

#list .is_start > .star {
    display: inline-block;
    background: url(../images/star.png) no-repeat left;
    width: 1.3em;
    height: 1.3em;
    background-size:100%;
}

#list .is_msg {
    position: absolute;
    border: 0px solid blue;
    overflow: auto;
    width: 21em;
    height: 4.6em;
    margin: 3.5em 0 0 0;
    font-size: 1em;
    color: #666;
    line-height: 1.5em;
    word-break: break-all;
    word-wrap: break-word;
    clear: both;
}

#list .is_tool {
    position: absolute;
    right: 0;
    top: 5.3em;
    height: 1.2em;    
}

    #list .is_tool > a {
        color: #428bca;
        margin: 0;
    }

        #list .is_tool > a:hover {
            color: #ff6a00;
        }

.hasClick {
    position: absolute;
    color: #ffabab;
    top: 1.2em;
}

.page2top {z-index:2 }
.searchbox_checkbox {background:url(../images/switch.png);width:2em;height:1.4em;display:inline-block;background-size:100%;float:left;margin-right:0.5em;margin-top:0.5em; }
.searchbox_checkbox[data-select='0'] {background-position-y: -1.46em;margin-top:0.35em; }