<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: url("img/zkwbg_01.jpg") center 0px no-repeat;
}
.header .center {
    height: 137px;
}
.header .top .logo {
    width: 167px;
    height: 140px;
}
.header .top .welcome {
    width: 1023px;
}
.header .center .nav-box {
    padding-top: 30px;
}
.header .center .nav-box li {
    width: 69px;
    height: 71px;
}
.header .center .nav-box li a {
    font-size: 12px;
    height: 61px;
    padding-top: 10px;
}
.header .center .nav-box li a i {
    height: 27px;
    display: block;
    margin: 0 auto 4px;
}
.text-main {
    width: 810px;
    margin: 0 auto;
}
.text-main .hr {
    height: 0;
    border-bottom: 1px dashed #333;
    margin: 20px 0;
}
.text-main h1 {
    font-size: 29px;
    text-align: center;
}
.text-main .time {
    font-size: 14px;
    text-align: center;
    color: #999;
}
.txt-content p {
    font-size: 14px;
    margin-bottom: 1em;
}
.txt-content img {
    margin: 0 auto;
}
/*详细页面分页*/
#displaypagenum {
    width: 100%;
    height: 32px;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
    text-align: center;
}
#displaypagenum a,
#displaypagenum span {
    position: relative;
    float: left;
    padding: 2px 4px;
    color: #333333;
    background-color: #FFF;
    border: 1px solid #fff;
    margin-left: -1px;
}
#displaypagenum a:hover,
#displaypagenum a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2d98c8;
    border: 1px solid #DDD;
}

/*分享*/
.article-ft {
    width: 100%;
    height: 60px;
}
.article-ft p {
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
}
.article-ft .share {
    float: right;
    font-size: 12px;
}

.accessory {
	margin-top: 20px;
}
.accessory a {
    width: 250px;
	color: #2d98c8;
    padding-left: 15px;
    display: inline-block;
    background: url("img/fj.png") 0 center no-repeat;
}
.accessory br {
	display:none;
}

.next-prev {
    margin-top: 20px;
    padding: 10px;
    border-top: 1px dashed #333;
    border-bottom: 1px dashed #333;
    font-size: 14px;
}
.next-prev p {
    color: #d90000;
}
.next-prev p span {
    color: #666;
}

/*相关文章*/
.related-info {
    width: 810px;
    margin: 0 auto;
    font-size: 14px;
}
.related-info h1 {
    margin: 2em 0 0.5em;
    color: #2d98c8;
    font-size: 16px;
}
.related-info li {
    line-height: 2;
}
.related-info li span {
    color: #999;
    display: inline-block;
    padding-left: 2em;
}</pre></body></html>