<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
    color: #696450;
    padding: 0;
    border: 0;
    font-family: 宋体, 微软雅黑, Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}

.detail-main {
    width: 1200px;
    margin: 0 auto;
}

.section {
    padding-top: 42px;
}

.article-title {
    padding-top: 10px;
}

.article-title h1 {
    font-size: 32px;
    color: #303030;
    line-height: 1.4;
    text-align: justify;
}

.title-info {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-size: 0;
}

.title-info span {
    font-size: 12px;
    display: inline-block;
    width: 33.333333%;
    float: left;
}

.in-left,
.in-right {
    padding-top: 10px;
}

.content {
    color: #333;
    padding: 20px 0;
    text-align: justify;
    overflow: hidden;
}

.content p {
    text-indent: 2em;
    padding-bottom: 20px;
    line-height: 2;
    font-size: 14px;
}

.content p[style*='center'] {
    text-indent: 0em;
}

.content img {
    max-width: 100%;
    height: auto !important;
}

.content img[src*='ueditor'] {
    width: auto;
    display: inline-block;
}

.nextPage {
    float: left;
}

.nextPage,
.nextPage a {
    font-size: 14px;
}

.nextPage&gt;div {
    padding-bottom: 10px;
}

.bshare {
    float: right;
    padding-top: 24px;
}

.l-sec1,
.l-sec2,
.l-sec3 {
    background: #f8f8f8;
    padding-top: 0px;
    margin-top: 10px;
}

.lSec1-list {
    padding: 10px;
    overflow: hidden;
    *zoom: 1;
}

.lSec1-list li {
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 44px;
    border-bottom: 1px solid #efefef;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.lSec2-list {
    overflow: hidden;
    *zoom: 1;
    padding-left: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.lSec2-list li {
    float: left;
    width: 33.333333%;
}

.lSec2-list li a {
    display: block;
    position: relative;
    margin-right: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

.lSec2-list li img {
    width: 100%;
    height: 140px;
    transition: all 0.7s;
}

.lSec2-list li img:hover {
    transform: scale(1.05);
}

.lSec2-list li h4 {
    width: 100%;
    position: absolute;
    font-size: 14px;
    bottom: 0;
    left: 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: url(../images/sxxww_bg04.png);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.lSec2-list li h4 span {
    padding: 0 2px;
    font-size: 14px;
}

.listModule-title {
    padding-left: 10px;
}

.zh {
    display: inline-block;
    font-size: 12px;
}

.zh span {
    width: 40px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    line-height: 20px;
    font-size: 12px;
    color: #333;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 2px 4px -1px rgb(162 162 162 / 50%);
    float: none;
}

.lSec2-list {
    padding-left: 0;
}

.lSec2-list table {
    table-layout: fixed;
}

.lSec2-list table td {
    width: 25%;
    font-size: 0;
}

.lSec2-list table img {
    width: 128px;
    height: 90px;
}

.lSec2-list table span {
    display: block;
    overflow: hidden;
    height: 20px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
}

.detail-gg {
    padding: 0 0 0px;
}

.detail-gg img {
    width: 100%;
}

.content video {
    width: 100%;
}

.content a {
	color: blue;
}

.content a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .detail-main {
        width: 100%;
        margin-top: 70px;
    }

    .article-title h1 {
        padding: 0 10px 10px;
        font-size: 20px;
        font-weight: bold;
    }

    .title-info {
        padding: 10px 10px 20px;
        overflow: hidden;
    }

    .title-info span {
        font-size: 12px;
        display: block;
        float: left;
        padding-right: 20px;
        width: 60%;
    }
    
    .title-info span:nth-child(odd) {
        width: 40%;
    }
    
    .zh {
        width: 60%;
    }
    
    .zh span {
        width: auto;
        float: none;
        display: inline-block;
        padding: 0 8px;
    }
    
    .zh span:nth-child(odd) {
        width: auto;
    }

    .content {
        padding: 20px 10px;
    }

    .tools {
        padding: 0 10px;
    }

    .lSec2-list li {
        width: 50%
    }
    
    .lSec2-list table,
    .lSec2-list table tbody,
    .lSec2-list table tr,
    .lSec2-list table td a {
        display: block;
    }
    
    .lSec2-list table td {
        display: block;
        width: 50%;
        float: left;
    }
    
    .lSec2-list table td a span {
        height: auto;
    }

    .detail-gg {
        display: none;
        padding: 0 10px 10px;
    }

    .detail-gg.m-show {
        display: block;
    }
}
</pre></body></html>