<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zsk-content {
    min-width: 1200px;
    width: 62.5%;
    margin: 0 auto;
    font-size: 18px;
}

.zsk-bread {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #c5c5c5;
    /* font-size:18px; */
}

.zsk-fl {
    float: left;
    width: 27%;
}

.zsk-fr {
    float: right;
    width: 70%;
}

.zsk-title {
    line-height: 80px;
    height: 80px;
    border-bottom: 1px solid #c5c5c5;
    font-size: 24px;
    color: #185aae;
    font-weight: bold;
    text-align: center;
}

.zsk-search {
    height: 100px;
    padding-top: 50px;
}

.zsk-search input {
    width: 73%;
    height: 30px;
    border: 1px solid #c5c5c5;
    margin-right: 10px;
    padding: 10px 20px;
    border-radius: 5px;
}

.zsk-search input::-webkit-input-placeholder {
    color: #c5c5c5;
}

.zsk-search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c5c5c5;
}

.zsk-search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c5c5c5;
}

.zsk-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c5c5c5;
}

.zsk-search button {
    width: 20%;
    height: 50px;
    background: #719ac8;
    border-radius: 5px;
    border: none;
    color: white;
    font-size: 18px;
    outline: none;
    cursor: pointer;
}

.zsk-list-ask {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
}
.zsk-list-ask a {

}

.zsk-list-req {
    height: 60px;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
}

.zsk-list-date {
    margin-bottom: 20px;
    text-align: right;
    color: #719ac8;
    font-size: 18px;
}

.zsk-ask-icon {
    background: #719ac8;
    border-radius: 50%;
    padding: 1px 4px;
    color: white;
    font-weight: normal;
    margin-right: 15px;
}

.zsk-req-icon {
    background: #d1c0a5;
    border-radius: 50%;
    padding: 1px 4px;
    color: white;
    margin-right: 15px;
}

.zsk-nav {
    margin-top: 30px;
}

.zsk-nav-title {
    float: left;
    width: 48%;
    text-align: center;
    line-height: 50px;
    height: 70px;
    background: #eeeeee;
    border-radius: 15px 15px 0px 0px;
}

.zsk-nav-title a {
    display: block;
}

.zsk-nav-title:hover {
    background: #185aae;
}

.zsk-nav-title:hover a {
    color: white;
}

.active {
    background: #185aae;
}

.active a {
    color: white;
}

.zsk-grbs {
    display: none;
    border: 1px solid #c5c5c5;
    border-radius: 15px;
    position: relative;
    top: -20px;
    background: white;
    padding: 20px 20px 10px 20px;
}

.zsk-qybs {
    display: none;
    border: 1px solid #c5c5c5;
    border-radius: 15px;
    position: relative;
    top: -20px;
    background: white;
    padding: 20px;
}

.on {
    display: block;
}


.zsk-grbs li {
    float: left;
    width: 46%;
    height: 40px;
    /* text-align: center; */
    line-height: 40px;
    border-radius: 10px;
    margin: 3px 2%;
    background: #fcfcfd;
}

.zsk-grbs li span {
    background: #719ac8;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 15px;
    border-radius: 50%;
    margin-left: 15px;
}

.zsk-grbs li:hover {
    background: #719ac8;
    color: white;
    cursor: pointer;
}

.zsk-grbs li:hover span {
    background: white !important;
}

.zsk-grbs ul {}




.on-li {
    background: #719ac8 !important;
    color: white;
}

.on-li span {
    background: white !important;
}

.on-li a {
    color: white;
}

.zsk-qybs li {
    float: left;
    width: 46%;
    height: 40px;
    /* text-align: center; */
    line-height: 40px;
    border-radius: 10px;
    margin: 3px 2%;
    background: #fcfcfd;
}

.zsk-qybs li span {
    background: #719ac8;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 15px;
    border-radius: 50%;
    margin-left: 15px;
}

.zsk-qybs li:hover {
    background: #719ac8;
    color: white;
    cursor: pointer;
}

.zsk-qybs li:hover span {
    background: white !important;
}


.zsk-qybs ul {}

.zsk-btn button {
    margin: 2%;
    width: 45%;
    background: #719ac8;
    height: 30px;
    border: none;
    color: white;
    outline: none;
    cursor: pointer;
}

.zsk-btn-disable {
    background: #f3f3f3 !important;
}

.page_ctrl {
    text-align: center;
    margin: 10px auto;
    box-sizing: border-box;
}

.page_ctrl * {
    line-height: 26px;
}

.page_ctrl button {
    margin: 0 3px;
    min-width: 30px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #5e5e5e;
    cursor: pointer;
    outline: none;
    text-align: center;
    padding: 3px 12px;
}

.page_ctrl button:hover {
    background: #719ac8;
    color: #ffffff;
}

.page_ctrl .btn_dis {
    cursor: default;
    opacity: .7;
    background: #eeeeee;
    color: #5e5e5e;
}

.page_ctrl .btn_dis:hover {
    background: #eeeeee;
    color: #5e5e5e;
}

.page_ctrl .current_page {
    background: #719ac8;
    color: #ffffff;
}

.page_ctrl .input_page_num {
    width: 30px;
    height: 26px;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #5e5e5e;
    outline: none;
    padding: 3px 7px;
}

.page_ctrl .page_total,
.page_ctrl .page_text {
    color: #2b2b2b;
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    .zsk-content{
        width:96%;
        min-width:320px;
        padding:2%;
    }

    .zsk-fl{
        width:100%;
    }
    .zsk-fr{
        width:100%;
    }
    .zsk-search input{
        width:64%;
    }
    .zsk-search{
        height:75px;
        padding-top:25px;
    }
}</pre></body></html>