<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* ä¿¡ç”¨ä¿¡æ¯æŸ¥è¯¢
* date:2021-12-28
* author: zzongyi;
*/

.title {
    height: 104px;
    line-height: 104px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    background: url("../images/search/title.png") no-repeat center bottom;
    padding-top: 16px;
}

/* æœç´¢æ¡† */
.search-box {
    width: 791px;
    height: 48px;
    border: 1px solid #6192eb;
}

.chosen-box {
    width: 109px;
    font-size: 18px;
}

.chosen-box .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../js/lib/chosen/chosen-sprite.png") no-repeat 3px 16px;
}

.chosen-box .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -15px 13px;
  }

  .chosen-box .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: none;
  }

.chosen-box .chosen-single {
    border: 0;
    height: 46px;
    line-height: 48px;
}
.chosen-box .chosen-single {
    padding-left: 23px;
}

.center {
    text-align: center;
}

.search {
    margin-top: 30px;
    display: inline-block;
}

.search .search-btn {
    width: 93px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #6192eb;
    margin-left: 11px;
    cursor: pointer;
}


.search-box&gt;input{
    width: 640px;
    height: 32px;
    font-size: 18px;
    margin-top: 8px;
    padding: 0 13px;
    margin-left: 12px;
    border-left: 1px solid #d9dce2;
}

/* æœç´¢ç»“æžœ */
.result {
    margin-top: 16px;
}

.result-sum {
    line-height: 44px;
    font-size: 16px;
    color: #666;
}

.sum-bumber {
    color: #6192eb;
}

/* è¡¨æ&nbsp;¼ */
.redsult-table {
    width: 100%;
    border-left: 1px solid #c2d5f7;
}

.redsult-table thead {
    height: 59px;
    background-color: #6192eb;
    color: #fff;
}

.redsult-table th {
    font-weight: 600;
    text-align: center;
}

.redsult-table th+th {
    border-left: 1px solid #fff;
}


.redsult-table a {
    display: block;
    color: #333;
    padding: 0 14px;
    text-align: center;
}

.redsult-table a:hover {
    color: #6192eb;
}

.redsult-table td {
    
    border-right: 1px solid #c2d5f7;
    border-bottom: 1px solid #c2d5f7;
}

.redsult-table p {
    padding: 18px 20px;
    text-align: center;
    line-height: 20px;
}

/* åˆ†é¡µ */
.pager {
    margin: 22px auto;
}

.m-pagination-page&gt;li&gt;a {
    padding: 0 8px;
}

.m-pagination-page&gt;li&gt;a, .m-pagination-size&gt;select, .m-pagination-group&gt;input, .m-pagination-group&gt;button, .m-pagination-info {
    color: #999;
}

.m-pagination-page&gt;li.active&gt;a {
    background-color: #4e7adb;
}</pre></body></html>