<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
}

body {
    font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #000;
    background: #f1f1f1;
    font-size: 15px;
    margin: 0 auto;
}

img {
    border: 0;
    display: block;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #218af1;
    text-decoration: none;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

/*topnav*//*空白部分*/
.blank {
    height: 20px;
}

.clear, .blank {
    clear: both;
    width: 100%;
    overflow: hidden;
}

/*空白部分*/
.tag_list ul {
    padding: 0 20px 20px 20px;
    display: block;
}

.tag_list ul li {
    float: left;
    display: block;
    margin-right: 8px;
    margin-bottom: 15px;
    display: list-item;
    text-align: -webkit-match-parent;
    line-height: 20px;
}

.tag_list ul li a {
    display: inline-block;
    padding: 4px 14px;
    background: #0A5991;
    font-size: 14px;
    transition: all .3s ease 0s;
    color: #fff;
    text-decoration: none;
}

#tab, .tab {
    border-bottom: #e4e3e3 1px solid;
    margin: 20px;
}

#tab li, .tab li {
    font-size: 16px;
    margin-right: 20px;
    padding: 0 10px 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    border-bottom: #0A5991 2px solid;
}

#tab-content {
    margin: 20px;
    overflow: hidden;
}

#button {
    bottom: 85px;
    right: 5%;
    position: fixed;
    z-index: 2;
    width: 30px;
}

#button a {
    background: #0A5991;
    background-repeat: no-repeat;
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    margin-bottom: 2px;
    padding-top: 8px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*********图片切换 css定义***********/
.modal {
    position: fixed;
    top: 0%;
    right: 0;
    bottom: 0;
    left: 0%;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    background-color: rgb(0, 0, 0);
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.login .login_close {
    text-align: right;
    width: 95%;
    margin-right: 5%;
    padding-top: 2%;
}

.login {
    width: 380px;
    border-radius: 10px;
    background: #fff;
    margin: 0 auto;
    margin-top: 10%;
}

.login .title_name {
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    list-style: none;
}

.login .title_name input[type=text] {
    height: 35px;
    line-height: 35px;
    width: 70%;
    font-size: 16px;
    padding-left: 10px;
}

.button {
    width: 72%;
    height: 50px;
    background: #0A5991;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    margin-top: 15px;
}

.clearfix {
    margin: 0 auto;
    margin-left: 15%;
    height: 35px;
    line-height: 35px;
}

.clearfix a {
    color: #333;
    text-decoration: none;
}

.loginPanel {
    text-align: center;
}

.loginPanel .qrcode {
    width: 240px;
    margin-top: 15px;
    border: 1px solid #E2E2E2;
    margin: 0 auto;
}

.loginPanel .info {
    width: 280px;
    margin: auto auto;
}

.loginPanel .status p {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}

/*登陆弹出框*/
.wxdl {
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.wximg_div {
    padding-bottom: 20px;
}

.wximg_div img {
    width: 15%;
    text-align: center;
    margin: 0 auto;
}

.container{
    max-width:1200px;
    margin:0 auto;

}
/*topnav*/
.top {
    padding: 20px 0;
    display:flex;
    background: #fff;
    align-items: center;
    justify-content: space-around;
}

.top_right {
    width: 50%
}

.top_right ul li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    padding-left: 20px;
}

.top_right ul li a:hover {
    color: #218af1;
}

/*搜索*/
.search-bar {
    width: 80%;
    display:flex;
}

.search-wrap {
    width: 70%;
    height: 40px;
    padding-bottom: 2%;
}

.search-input {
    height: 38px;
    width: 100%;
    font-size: 14px;
    line-height: 38px;
    padding-left: 2%;
    border: 1px solid #e2e2e2;
}

.search {
    height: 40px;
    width: 10%;
    background: #0A5991;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.pagination li {
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: 14px;
}
.pagination li a{
    display: block;
}
.pagination  .active {
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #0A5991;
    color: #fff;
    font-size: 14px;
    border: 1px solid #0A5991;
}

</pre></body></html>