<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;
    }
}

body {
    font-size: 32px;
    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: 1200px;
    min-width: auto;
}

.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;
}

.logo {
    float: none;
    display: block;
    padding: 24px 16px;
    background: url(../image/bg_title.jpg) no-repeat center bottom;
    background-size: cover;
}

.logo:before {
    width: 48px;
    height: 48px;
    background-size: contain;
}

.logo:after {
    font-size: 1em;
    margin-top: 0;
    line-height: 32px;
    color: white;
    opacity: 0.95;
}

.user&gt;* {
    color: #eee !important;
}

.nav {
    display: block;
}

.nav .location {
    display: none;
}

.nav .location-m {
    display: table;
    width: 100%;
    table-layout: fixed;
    line-height: 2.5em;
    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: 1.125em;
    vertical-align: top;
}

.nav .location-m:after {
    font-family: pip-common;
    content: ",";
    color: #f52f3e;
    font-size: 1.75em;
    display: table-cell;
    width: 1.25em;
    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: 2em;
    font-size: .9375em;
}

.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: .875em;
    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: 1.75em;
    font-size: .9375em;
}

.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: 12px;
    border-bottom: 1px solid #eee;
    width: auto;
    float: none;
}

.search-wrap {
    border-radius: 34px !important;
}

.search-wrap .search-submit {
    width: 56px;
    border-left: none;
}

.search-wrap .search-input {
    width: calc(100% - 56px);
}

.search-wrap .search-submit&gt;input {
    line-height: 1.25em;
    height: 1.5em;
    font-size: 1em;
    color: #999;
    background-color: white;
}

.search-wrap .search-input&gt;input {
    padding: 4px 12px;
    line-height: 1.5em;
    height: 1.75em;
    font-size: .875em;
}

.common-box {
    border: 1px solid #ddd;
}

.common-box .box-title {
    border-bottom-color: #ddd;
    margin-top: 0;
    padding: 12px 0;
}

.common-box .box-title .box-title-name {
    width: calc(100% - 84px);
    line-height: 1.125em;
    font-size: 1.125em;
    padding-left: 16px;
}

.common-box .box-title .box-title-name:before {
    height: 1.25em;
}

.common-box .box-title .box-title-more.box-title-dir-download {
    background-color: transparent;
    color: #015196;
    opacity: 1;
    line-height: 1.25em;
    font-size: 1.25em;
}

.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: 1em;
    line-height: 32px;
}

.common-list.list-suffix-b&gt;*&gt;b {
    float: none;
    font-size: .75em;
    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: .9375em;
}

.icon-buttons&gt;li&gt;a:before {
    line-height: 1.25em;
    font-size: 2em;
}

.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: 2em;
    line-height: 1.125em;
    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;
    border: 1px solid #e1e3e7;
}

.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 li {
    line-height: 2.5em;
}

.menu-box&gt;ul&gt;li&gt;em {
    background-color: #fafafa;
    border-color: #ddd;
}

.menu-box li&gt;a {
    width: calc(100% - 75px);
}

.menu-box li&gt;em {
    width: 72px;
    height: 100%;
    font-size: 2em;
    font-weight: bold;
}

.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: 2em;
    line-height: 2em;
    border: 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: 72px;
    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: .875em;
    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;
    font-size: 1em;
    margin: 0 16px;
    line-height: 56px;
    height: 56px;
    color: #015196;
    margin: 0 16px;
}

.page-tile a.next:before {
    content: "涓嬩竴椤� &gt;";
    font-size: 1em;
}

.department-list {
    padding: 0 12px;
}

.department-list&gt;a {
    width: 50%;
    line-height: 2em;
}

.department-list&gt;a:before {
    font-size: 1.25em;
    font-weight: bold;
}

.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: 1.25em;
    padding: 16px 0;
}

.foot-spans a img, .foot-spans span img{
    vertical-align: unset;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 24px;
    }
    .body-wrap, .main-wrap {
        width: auto;
        min-width: auto;
    }
    .main-head-nav {
        white-space: normal;
    }
    .logo {
        display: flex;
        padding-top:40px;
        padding-right: 120px;
    }
    .logo:before {
        width: 36px;
        height: 36px;
    }
    .logo:after {
        font-size: .875em;
        display: inline;
    }
    .nav .sub .sites&gt;.main-wrap&gt;a {
        width: 33.33%;
    }
    .nav .sub .departments .main-wrap a {
        width: 50%;
    }
    .icon-buttons&gt;li {
        width: 50% !important;
    }
    .icon-buttons&gt;li:nth-of-type(3n+3) {
        border-right: 1px solid #ccc;
    }
    .icon-buttons&gt;li:nth-of-type(2n+2) {
        border-right: none;
    }
    /*涓嬫媺瀵艰埅*/
    /*鍘垮競鍖� begin*/
    .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: 1px solid #eee;
    }

    .nav .sub .sites&gt;.main-wrap&gt;a:nth-child(4n) {
        border-right: 1px solid #eee;
    }
    .nav .sub .sites&gt;.main-wrap&gt;a:nth-child(3n+1):nth-last-child(-n+3),.nav .sub .sites&gt;.main-wrap&gt;a:nth-child(3n+1):nth-last-child(-n+3) ~ a {
        border-bottom: none!important;
    }
    .nav .sub .sites&gt;.main-wrap&gt;a:nth-child(3n) {
        border-right: none;
    }
    /*鍘垮競鍖� end*/
    /*涓嬪睘琛楅亾/閮ㄩ棬 begin*/
    .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: 1px solid #eee;
    }

    .nav .sub .departments .main-wrap a:nth-child(3n) {
        border-right: 1px solid #eee;
    }
    .nav .sub .departments .main-wrap a:nth-child(2n+1):nth-last-child(-n+2),
    .nav .sub .departments .main-wrap a:nth-child(2n+1):nth-last-child(-n+2)
    ~ a {
        border-bottom: none;
    }

    .nav .sub .departments .main-wrap a:nth-child(2n){
        border-right: none;
    }
    /*涓嬪睘琛楅亾/閮ㄩ棬 end*/

}

@media screen and (max-width: 480px) {
    .department-list&gt;a {
        width: 100%;
    }
}
/*閫傝€佸寲鍥炬爣*/
.pip-triggers &gt; em &gt; i{
    color:#fff;
}</pre></body></html>