.search_top_div{
    width:100%;
    height:130px;
    background-color:#F6F6F6;
}
.search_top_div .search_div{
    width:1000px;
    height:30px;
    margin:auto;
}
.search_top_div .search_type div a{
    font-size: 14px;
    color:#666666;
    text-decoration: none;
}
.search_top_div .search_type div{
    float:left;
    margin-right:20px;
    margin-top:30px;
    text-align: center;
    border-radius: 2px;
    padding:5px 8px 5px 8px;
}

.search_top_div .search_type .search_set:hover{
    background-color:#ddd;
}
.search_top_div .search_type .search_set_have a{
    color:#eee;
}
.search_set_have{
    background-color:#3EB53D;
}
.search_type .libele{
    color:#555;
    font-size: 16px;
    line-height: 10px;
}
.search_type .libele-lib{
    color:#999;
    font-size: 15px;
    line-height: 40px;
    margin-left:120px;
}
.search-div{
    width:1000px;
    margin:auto;
    min-height:700px;
    /*border:1px solid;*/
}
.notice-list-div{
    width:100%;
    margin:auto;
    margin-top:20px;
}
#table{
    width:100%;
    border-collapse: collapse;
}
#table th{
    font-size: 14px;
    font-weight: 400;
    color:#444;
    height: 50px;
    background-color: #F5F6FA;
}
#table td, #table th{
    text-align: left;
    padding-left:10px;
    border-bottom:1px solid #e1e6eb
}
#table td{
    font-size: 14px;
    font-weight: 400;
    color:#666;
    padding-top: 15px;
    padding-bottom: 15px;
}

#table .notice-speck{
    line-height: 35px;
}
#table a{
    color:#888;
}
#table a:hover{
    text-decoration: underline;
}
