﻿.maindiv {
    width: 1000px;
}

.logo {
    width: 164px;
    height: 40px;
    float: left;
}

    .logo img {
        border: none;
    }

.top {
    position: relative;
    height: 40px;
}

    .top .middle {
        float: left;
        height: 40px;
        padding-left: 15px;
    }

.topcontent {
    width: 998px;
    border: solid 1px #dee3e7;
}

    .topcontent .condown {
        border-top: solid 1px #dee3e7;
        height: 35px;
        line-height: 35px;
        vertical-align: middle;
    }


.divtopcontent {
    width: 960px;
}

.div_input {
    height: 35px;
    float: left;
    margin-left:115px;
}

.txt_search {
    border: 1px solid #ccc;
    width: 485px;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    background: #f2f2f2;
    height: 28px;
    float: left;
    line-height: 34px!important;
    padding-left: 10px;
    background: #F4F4F4;
    border-top: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    border-right: none;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.search_btn {
    background-image: url('/images/search_btn.png');
    width: 123px;
    height: 29px;
    border: none;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    margin-left: 5px;
}

.moreselect {
    height: 35px;
    float: left;
    line-height: 35px;
    vertical-align: middle;
    margin-left: 10px;
}

.moresearch {
    display: inline-block;
    padding-right: 10px;
    color: #00d;
    cursor: pointer;
    text-decoration: none;
    background-image: url('/images/moresearch.png');
    background-repeat: no-repeat;
}

.moredown {
    background-position: right 13px;
}

.moreup {
    background-position: right -11px;
}

.complex {
    height: 40px;
    clear: both;
    width: 960px;
    display: none;
}

    .complex .item {
        margin-top: 5px;
        height: 30px;
        float: left;
        margin-right: 10px;
    }

.areaandjob {
    clear: both;
    width: 960px;
}

    .areaandjob .list {
        clear: both;
    }

        .areaandjob .list .left {
            float: left;
            width: 60px;
            height: 30px;
            line-height: 30px;
            vertical-align: middle;
            color: #333;
        }

        .areaandjob .list .right {
            width: 890px;
            float: right;
            line-height: 30px;
            vertical-align: middle;
        }

.divdowncontent {
    width: 960px;
}

    .divdowncontent .left {
        float: left;
        width: 60px;
        height: 35px;
        line-height: 35px;
        vertical-align: middle;
        color: #333;
    }

    .divdowncontent .right {
        width: 890px;
        float: right;
        line-height: 35px;
        vertical-align: middle;
        color: #000;
    }

.datalist {
    width: 998px;
    border: 1px solid #f1f1f1;
}

    .datalist .head {
        height: 35px;
        line-height: 35px;
        vertical-align: middle;
        background: #f9f9f9;
        color: #585858;
    }

    .datalist .content {
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        border-top: 1px solid #f1f1f1;
        color: #595959;
    }

        .datalist .content a {
            color: #00d;
            cursor: pointer;
            text-decoration: none;
            font-size: 14px;
        }

            .datalist .content a:hover {
                color: #f00;
                text-decoration: underline;
            }

        .datalist .head .item, .datalist .content .item {
            float: left;
            margin-right: 5px;
            overflow: hidden;
            height: 30px;
        }

.sendinfo {
    font-size: 14px;
    text-decoration: underline;
    color: #f00;
}

.otherinfo {
    clear: both;
    height: 30px;
    margin-bottom: 5px;
    line-height: 30px;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
}

    .otherinfo span {
        color: red;
        margin-right: 20px;
    }

        .otherinfo span a {
            color: #00d;
            text-decoration: none;
            margin-left: 10px;
        }

            .otherinfo span a:hover {
                color: red;
                text-decoration: solid;
            }
