<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
    .main-head {
        display: none;
    }
    .main-foot {
        display: none;
    }
}

@media screen and (min-width: 1921px) {
    .main-head-title {
        background-size: cover;
        background-position: bottom;
    }
}

@media screen and (max-width: 768px) {
    body {
        background: white;
    }
    .m-hidden {
        display: none;
    }
    .m-display {
        display: block;
    }
    .hidden.m-shown {
        display: block !important;
    }
    .mb-common {
        margin-bottom: 16px;
    }
    .body-wrap, .main-wrap {
        min-width: auto;
    }
    .main-wrap {
        width: auto;
        /*padding-top: 6px;
        background: #0b67b2;*/
    }
    .main-head-nav {
        padding: 0;
    }
    .main-head-title {
        display: none;
    }
    .main-body {
        margin-top: 0;
    }
    .main-body&gt;.main-wrap, .main-foot&gt;.main-wrap {
        padding: 0;
    }
    .main-foot&gt;.main-wrap {
        border-top: none;
    }
    .top-link {
        padding: 3px 6px 3px;
        top: 3px !important;
        right: 3px !important;
        border-radius: 3px;
    }
    .logo {
        float: none;
        display: block;
        padding: 40px 16px 24px;
        background: url(../image/bg_title.jpg) no-repeat center bottom;
        background-size: cover;
    }
    .logo:before {
        width: 32px;
        height: 32px;
        background-size: contain;
    }
    .logo:after {
        font-size: 20px;
        margin-top: 0;
        line-height: 32px;
        color: white;
        opacity: 0.95;
    }
    .nav {
        display: block;
    }
    .nav .location {
        display: none;
    }
    .nav .location-m {
        display: table;
        width: 100%;
        table-layout: fixed;
        line-height: 48px;
        margin-top: 0;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        background-color: white;
        border-bottom: 1px solid #eee;
    }
    .nav .location-m:before {
        content: attr(title);
        display: table-cell;
        padding-left: 16px;
        font-size: 18px;
        vertical-align: top;
    }
    .nav .location-m:after {
        font-family: pip-common;
        content: ",";
        color: #f52f3e;
        font-size: 30px;
        display: table-cell;
        width: 48px;
        padding-left: 0;
        text-align: center;
        border-left: 1px solid #eee;
    }
    .nav .sub {
        padding-top: 0;
    }
    .nav.focus .sub {
        display: none;
    }
    .nav.toggled .sub {
        display: block;
    }
    .nav .sub .sites {
        border-top: none;
        line-height: 48px;
        font-size: 15px;
    }
    .nav .sub .sites&gt;.main-wrap {
        display: block;
    }
    .nav .sub .sites&gt;.main-wrap:after {
        content: "";
        display: block;
        clear: both;
    }
    .nav .sub .sites&gt;.main-wrap&gt;a {
        display: block;
        float: left;
        width: 25%;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
    }
    .nav .sub .sites&gt;.main-wrap&gt;a:nth-child(4n+1):nth-last-child(-n+4), .nav .sub .sites&gt;.main-wrap&gt;a:nth-child(4n+1):nth-last-child(-n+4)
    ~ a {
        border-bottom: none;
    }
    .nav .sub .sites&gt;.main-wrap&gt;a:nth-child(4n) {
        border-right: none;
    }
    .nav .sub .sites&gt;.main-wrap&gt;a.focus:after {
        content: none;
    }
    .nav .sub .sites&gt;.main-wrap&gt;a:hover {
        color: red;
    }
    .nav .sub .groups {
        background-color: white;;
        line-height: 56px;
        font-size: 14px;
        text-align: center;
    }
    .nav .sub .groups .main-wrap {
        border-bottom: 1px solid #eee;
    }
    .nav .sub .groups .main-wrap&gt;span {
        margin: 0 5px;
    }
    .nav .sub .groups .main-wrap&gt;span.focus {
        position: relative;
        color: red;
    }
    .nav .sub .departments {
        background-color: white;;
        line-height: 36px;
        font-size: 15px;
    }
    .nav .sub .departments .main-wrap {
        padding: 0;
    }
    .nav .sub .departments .main-wrap a {
        width: 33.3333%;
        text-align: center;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
    }
    .nav .sub .departments .main-wrap a:nth-child(3n+1):nth-last-child(-n+3),
    .nav .sub .departments .main-wrap a:nth-child(3n+1):nth-last-child(-n+3)
    ~ a {
        border-bottom: none;
    }
    .nav .sub .departments .main-wrap a:nth-child(3n) {
        border-right: none;
    }
    .nav .sub .departments .main-wrap a:before {
        content: none;
    }
    .search {
        margin-top: 0;
        text-align: center;
        background-color: #f6f6f6;
        padding: 6px 12px;
        border-bottom: 1px solid #eee;
        width: auto;
        float: none;
    }
    .search-wrap {
        border-radius: 34px !important;
    }
    .search-wrap .search-submit {
        width: 36px;
        border-left: none;
    }
    .search-wrap .search-input {
        width: calc(100% - 36px);
    }
    .search-wrap .search-submit&gt;input {
        line-height: 24px;
        height: 34px;
        font-size: 16px;
        color: #999;
        background-color: white;
    }
    .search-wrap .search-input&gt;input {
        padding: 4px 12px;
        line-height: 24px;
        height: 34px;
        font-size: 14px;
    }
    .common-box .box-title {
        border-bottom-color: #ddd;
        margin-top: 0;
        padding: 12px 0;
    }
    .common-box .box-title .box-title-name {
        font-size: 18px;
        padding-left: 16px;
    }
    .common-box .box-title .box-title-more.box-title-dir-download {
        background-color: transparent;
        color: #015196;
        opacity: 1;
    }
    .common-box .box-title .box-title-more.box-title-dir-download:after {
        display: none;
    }
    .common-box .box-content {
        padding: 0;
    }
    .common-list&gt;* {
        padding-left: 16px;
        padding-right: 16px;
        border-bottom: 1px solid #f3f3f3;
    }
    .common-list.list-indicator&gt;* {
        padding-left: 16px;
    }
    .common-list.list-indicator&gt;*:before {
        display: none;
    }
    .common-list&gt;*&gt;span {
        font-size: 16px;
        line-height: 32px;
    }
    .common-list.list-suffix-b&gt;*&gt;b {
        float: none;
        font-size: 12px;
        margin-top: auto;
        line-height: inherit;
        display: inline-block;
    }
    .common-list.list-suffix-b&gt;*&gt;em {
        display: inline-block;
    }
    .common-list.list-suffix-b&gt;*&gt;span {
        margin-right: auto;
    }
    .icon-buttons {
        background-color: #f3f3f3;
    }
    .icon-buttons&gt;li {
        float: left;
        box-sizing: border-box;
        padding: 0 !important;
        width: 33.3333% !important;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .icon-buttons&gt;li&gt;* {
        display: block;
        text-align: center;
        background-color: #f3f3f3;
    }
    .icon-buttons&gt;li&gt;*:after {
        font-size: 15px;
    }
    .icon-buttons&gt;li:nth-of-type(3n+3) {
        border-right: none;
    }
    .icon-buttons&gt;li:nth-of-type(3n+1):nth-last-of-type(-n+3), .icon-buttons&gt;li:nth-of-type(3n+1):nth-last-of-type(-n+3)
    ~ li {
        border-bottom: none;
    }
    .icon-buttons&gt;li.empty {
        display: none;
    }
    .icon-buttons&gt;li&gt;em {
        display: block;
    }
    .icon-buttons&gt;li&gt;em&gt;a:after {
        display: none;
    }
    .icon-buttons.circle-buttons&gt;li {
        padding-top: 0;
    }
    .icon-buttons.circle-buttons&gt;li&gt;a:before {
        display: block;
        padding: 0;
        font-size: 32px;
        line-height: 32px;
        border: none;
        padding-top: 24px;
    }
    .row-common {
        display: block;
    }
    .row-common&gt;* {
        display: block;
    }
    .row-common&gt;*:first-child {
        width: 100%;
        padding-right: 0;
    }
    .row-common .menu-box {
        display: none;
    }
    .row-common.extend .menu-box {
        display: block;
    }
    .row-common.extend&gt;*:last-child {
        display: none;
    }
    .menu-box&gt;em {
        display: none;
    }
    .menu-box&gt;ul {
        border: none;
    }
    .menu-box&gt;ul&gt;li {
        border-color: #ddd;
    }
    .menu-box&gt;ul&gt;li&gt;em {
        background-color: #fafafa;
        border-color: #ddd;
    }
    .menu-box&gt;ul&gt;li&gt;a {
        background-color: transparent;
        border-color: #ddd;
    }
    .menu-box&gt;ul&gt;li&gt;ul {
        border-color: #ddd;
    }
    .menu-box&gt;ul&gt;li&gt;ul&gt;li&gt;em {
        border-color: #ddd;
        background-color: #fcfcfc;
    }
    .menu-box&gt;ul&gt;li&gt;ul&gt;li&gt;ul {
        border-color: #ddd;
    }
    .menu-trigger {
        height: 48px;
        line-height: 48px;
        border-bottom: 1px solid #eee;
        text-align: center;
        font-size: 1.25em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .menu-trigger:before {
        content: "\e900";
        font-family: pip-common;
        display: block;
        float: right;
        width: 48px;
        border-left: 1px solid #eee;
        text-align: center;
    }
    .menu-trigger:after {
        content: attr(title);
    }
    .row-common.extend .menu-trigger:before {
        background-color: #fafafa;
    }
    .jiceng-card span {
        min-width: auto;
        padding-right: 16px;
    }
    .major-channels&gt;li&gt;a {
        font-size: 1.125em;
    }
    .major-channels&gt;li&gt;div&gt;a {
        float: none;
        min-width: auto;
        white-space: normal;
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 1.125em;
    }
    .major-content-title {
        padding: 16px;
        text-align: center;
        font-size: 1.125em;
        background-color: white;
        border: none;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        margin-bottom: 0;
    }
    .content-wrap .jiceng-card span {
        width: auto;
    }
    .content-wrap .content-body {
        padding: 0 8px;
    }
    .content-wrap.has-content-nav .content-nav-wrap {
        display: none;
    }
    .content-wrap.has-content-nav .content-body {
        margin-left: 0;
        border-left: none;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .foot-wrap {
        display: block;
        width: auto;
        text-align: center;
        padding: 16px;
        background-color: #f6f6f6;
    }
    .foot-wrap&gt;* {
        display: block;;
        vertical-align: middle;
    }
    .foot-wrap&gt;*:last-child {
        text-align: center;
    }
    .foot-spans a, .foot-spans span {
        display: inline-block;
        color: #888;
        font-size: 14px;
        margin-left: 6px;
        line-height: 28px;
    }
    .foot-spans a:hover {
        color: red;
    }
    .foot-spans a:first-child, .foot-spans span:first-child {
        padding-left: 0;
        margin-left: 0;
    }
    .foot-links a:before {
        content: "";
        display: inline-block;
        height: 14px;
        padding-right: 9px;
        vertical-align: middle;
        border-left: 1px solid #ddd;
    }
    .foot-links a:first-child:before {
        content: none;
    }
    .foot-logo {
        vertical-align: middle;
    }
    .foot-logo-border {
        border: 1px solid #ddd;
        border-radius: 6px;
        overflow: hidden;
    }
    .page-tile a, .page-tile em {
        display: none;
    }
    .page-tile a.next {
        display: block;
        margin: 0 16px;
        line-height: 48px;
        height: 48px;
        color: #015196;
    }
    .page-tile a.next:before {
        content: "涓嬩竴椤� &gt;";
        font-size: 16px;
    }
    .department-list {
        padding: 0 12px;
    }
    .department-list&gt;a {
        width: 50%;
    }
    .page-list&gt;a {
        padding: 8px 16px;
    }
    .page-list&gt;a&gt;span {
        font-weight: normal;
    }
    .page-list .pubinfo-card {
        display: none;
    }
    .content-wrap {
        padding: 8px;
    }
    .content-wrap .content-title {
        font-size: 20px;
        padding: 16px 0;
    }
    .index-adv {
        padding-top:18.229%;
        background:url(../image/jc-index-adv-m.jpg) no-repeat center;
        background-size:cover;
        margin:10px 0 0;
    }
}</pre></body></html>