@charset "gb2312";

/* CSS Document */

.colorc0000 {
    color: #c00000;
}

.exhibit_ti {
    font-size: 16px;
    color: #d92316;
    font-weight: bold;
    line-height: 40px;
}

.exhibit_form {
    background: url(../images/select_bg.gif) repeat-x;
    height: 68px;
    font-size: 14px;
}

.exhibit_type,
.exhibit_time,
.exhibit_address {
    height: 30px;
    width: 140px;
    border: #7d9cb8 solid 1px;
    margin: 20px 0 0 35px;
}

.exhibit_search {
    background: url(../images/search_bg.png) no-repeat 2px 8px #fff;
    margin: 20px 0 0 35px;
    height: 28px;
    border: #7d9cb8 solid 1px;
    padding-left: 24px;
}

.search_text {
    width: 250px;
    height: 28px;
    border: none;
    outline: none;
}

.search_btn {
    width: 42px;
    line-height: 28px;
    background: #cad8fb;
    border: none;
}

.exhibit_list {
    margin-top: 20px;
}

.exhibit_table {
    width: 100%;
    border-top: #c6c6c6 solid 1px;
    border-left: #c6c6c6 solid 1px;
    text-align: center;
}

.exhibit_table th {
    color: #767676;
    height: 29px;
    line-height: 28px;
    background: url(../images/th_bg.gif) repeat-x;
    border-bottom: #c6c6c6 solid 1px;
    border-right: #c6c6c6 solid 1px;
    font-size: 14px;
}

.exhibit_table td {
    line-height: 24px;
    padding: 6px 4px;
    border-bottom: #c6c6c6 solid 1px;
    border-right: #c6c6c6 solid 1px;
    font-size: 12px;
}

.exhibit_table td a {
    color: #000;
}

.exhibit_table td a.colorc0000 {
    color: #c00000;
    font-weight: bold;
}


/*.exhibit_table tr:hover{color:#c00000;}
.exhibit_table tr:hover td a{color:#c00000;}
*/

.page_list {
    height: 45px;
    line-height: 44px;
    border: #e4e4e4 solid 1px;
    border-top: none;
    text-align: right;
    font-size: 12px;
    background: url(../images/page_bg.gif) repeat-x;
    width: 974px;
    padding: 0 12px;
}

.page_list a {
    color: #333;
    font-size: 12px;
    margin: 0 4px;
}

.page_list span {
    line-height: 44px;
}

.pagenum {
    width: 30px;
    height: 18px;
    line-height: 18px;
    border: #7d9cb8 solid 1px;
    margin: 2px;
    text-align: center;
}

.gotopage {
    background: url(../images/gotopage_bg.gif) repeat-x;
    height: 20px;
    width: 30px;
    border: #c5c5c5 solid 1px;
    margin: 0 10px 0 5px;
}

.page_list form {
    margin-left: 12px;
}