/* 嵌入字体开始 */
    @font-face {
        font-family: "MenkGarqag";
        src: url("../fonts/MenkGarqag.woff") format("woff"),
        url("../fonts/MenkGarqag.ttf") format("truetype");
        font-display:block;
    }

    @font-face {
        font-family: "Menksoft2012";
        src: url('../fonts/Menksoft2012.woff') format('woff'),
        url('../fonts/Menksoft2012.ttf') format('truetype');
        font-display:block;
    }

    @font-face {
      font-family: 'MenkHawang';
      font-weight: normal;
      font-style: normal;
      src: url('../fonts/MenkHawang.woff') format('woff'), url('../fonts/MenkHawang.ttf') format('truetype');
      font-display:block;
    }
/* 嵌入字体结束 */
/* 通用样式开始 */
    html,
    body {
        width: 100%;
        height: 100%;
    }

    html {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -ms-overflow-style: scrollbar;
        -webkit-tap-highlight-color: transparent;
    }

    body {
        font-size: 100%;
        background: #fff;
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
        color: #000;
    }

    * {
        font-family: Helvetica, Arial, SimSun, "宋体", STXihei, "华文细黑", "WenQuanYi Micro Hei","Menksoft2012",sans-serif;
        font-weight: normal;
        margin: 0;
        padding: 0;
        border: 0;
        outline: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    }

    * {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }

    *:before,
    *:after {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }

    input[type='text'],
    input[type='submit'],
    input[type='reset'],
    input[type='button'],
    textarea,
    button {
        -webkit-appearance: none;
    }

    input,
    textarea,
    keygen,
    select,
    button {
        text-indent: 0;
        letter-spacing: normal;
        word-spacing: normal;
        text-transform: none;
        text-shadow: none;
        text-rendering: auto;
    }

    button,input,textarea {
        outline: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

    input, 
    textarea, 
    select {
        resize: none;
        outline: none;
    }

    button, 
    html input[type=button], 
    input[type=reset], 
    input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }

    label {
        font-size: 1.25em;
        line-height: 1.25em;
    }

    ol,
    li {
        list-style-type: none;
    }

    ol {
        counter-reset: sectioncounter;
    }

    ol li:before {
        content: counter(sectioncounter) '） ';
        counter-increment: sectioncounter;
    }

    a {
        text-decoration: none;
        color: #15000a;
    }

    a:link,
    a:active,
    a:focus {
        text-decoration: none;
    }

    em {
      font-style:normal
    }
/* 通用样式结束 */
/* 自定义通用样式开始 */
    .video embed,
    .video iframe {
        width: 100%;
        height: auto;
    }

    .play,
    .stop {
        transition: 0.5s;
    }

    .img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .aimg {
        cursor: default;
    }

    .tb-lr {
        -ms-writing-mode: tb-lr;
        -webkit-writing-mode: vertical-lr;
        -webkit-text-orientation: sideways-right;
        writing-mode: vertical-lr;
        text-orientation: sideways-right;
    }

    .lr-tb {
      -webkit-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
          writing-mode: lr-tb;
    }

    .justify {
        text-align: justify;
        -webkit-text-align-last: justify;
        text-align-last: left;
        word-wrap: break-word;
        word-break: keep-all
    }

    .menk,
    .menk * {
        font-family: 'Menksoft2012';
    }

    .menk-garqag,
    .menk-garqag * {
        font-family: 'MenkGarqag';
    }

    .flex-rjc {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
    }

    .flex-rcc {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .flex-cjs {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex-shrink: 0;
    }

    .more-twindown {
        width: 324px;
        height: 38px;
        border-radius: 2px;
        border: 1px solid #dedede;
        background: #fff;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .prism-player {
        border-radius: 4px;
    }

    .prism-player video {
        border-radius: 4px;
    }

    .prism-player .prism-cover {
        width: 100%;
        height: 100%;
        border-radius: 4px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .prism-player .prism-liveshift-progress,
    .prism-player .prism-progress {
        bottom: 0 !important;
        width: calc(100% - 30px);
        height: 4px;
        border-radius: 20px;
        margin: 0 15px;
        background: rgba(255, 255, 255, 0.4);
    }

    .prism-player .prism-liveshift-progress .prism-progress-played,
    .prism-player .prism-progress .prism-progress-played {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        border-radius: 20px;
        background-color: #fff
    }

    .prism-player .prism-fullscreen-btn {
        background: url(../images/fullscreen.png) no-repeat;
        background-size: contain;
    }

    .prism-player .prism-controlbar .prism-controlbar-bg {
        background: rgba(75, 75, 75, .15);
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        display: none;
    }

    #tooltip {
        min-height: 150px;
        max-height: 350px;
        background-color: rgba(130, 130, 130, 0.9);
        text-align: left;
        position: absolute;
        z-index: 9999;
        display: block;
        border-radius: 3px;
        padding: 8px 8px;
        color: white;
        font: normal 18px "Menksoft2012";
        word-break: keep-all;
    }

    #tooltip:before {
        content: ' ';
        position: absolute;
        z-index: 9999;
        width: 0;
        height: 0;
        border: 6px solid rgba(130, 130, 130, 1);
        border-right-style: solid;
        border-left: none;
        border-top-color: transparent;
        border-bottom-color: transparent;
        left: -6px;
        top: 50px;
    }

    #title_box {
        font: normal 18px/26px "Menksoft2012";
        color: #000;
        display: none;
        width: auto;
        height: 26px;
        white-space: nowrap;
        overflow: hidden;
    }

    #title_box > a {
        font: normal 18px/26px "Menksoft2012";
        color: #000;
        width: auto;
        height: 26px;
    }
/* 自定义通用样式结束 */
/* Pagination Begin 分页控件开始 */
    .pagination {
        width: auto;
        height: 40px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        justify-content: center;
    }

    .pagination li {
        font: normal 16px/38px Arial;
        width: 38px;
        height: 38px;
        margin: 0 8px;
        text-align: center;
        color: #a599a5;
        border: 1px solid #e9e9e9;
        border-radius: 2px;
        background: #fff;
    }

    .pagination li.ellipsis {
        border: 1px solid #fff;
        background: #fff;
    }

    .pagination li.prev,
    .pagination li.next {
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #fff
    }

    .pagination li.prev {
        background-image: url('../images/icon-prev.png');
    }

    .pagination li.next {
        background-image: url('../images/icon-next.png');
    }

    .pagination li:hover {
        cursor: pointer;
        color: #a599a5;
        border: 1px solid #bb2719;
        background-color: #fff;
    }

    .pagination li.active,
    .pagination li.active:hover {
        cursor: default;
        color: #fff;
        border: 1px solid #bb2719;
        background-color: #bb2719;
        pointer-events:none;
    }

    .pagination li.active {
        font: normal 16px/38px Arial;
        cursor: default;
    }
/* Pagination End 分页控件结束 */
/* Swiper Begin 触摸滑动开始 */
    .swiper-container {
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }

    .swiper-container-no-flexbox .swiper-slide {
        float: left
    }

    .swiper-container-vertical>.swiper-wrapper {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .swiper-wrapper {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        /*height: 100%;*/
        /*height: auto!important;*/
        -webkit-transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .swiper-container-android .swiper-slide,
    .swiper-wrapper {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .swiper-container-multirow>.swiper-wrapper {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .swiper-container-free-mode>.swiper-wrapper {
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -ms-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        margin: 0 auto
    }

    .swiper-slide {
        position: relative;
        width: 100%;
        /*height: 100%;*/
        -webkit-transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        background: #fff;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: center;
    }

    .swiper-pagination {
        position: absolute;
        z-index: 10;
        -webkit-transition: 300ms opacity;
        -o-transition: 300ms opacity;
        transition: 300ms opacity;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        text-align: center;
    }

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 10px;
        left: 0;
        width: 100%;
    }

    .swiper-pagination-bullets-dynamic {
        font-size: 0;
        overflow: hidden;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        position: relative;
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33);
    }

    .swiper-pagination-bullet {
        display: inline-block;
        width: 7px;
        height: 7px;
        background: #fff;
        border-radius: 50%;
        /*  background: #000;
      opacity: 0.2;*/
    }

    button.swiper-pagination-bullet {
        margin: 0;
        padding: 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer;
    }

    .swiper-pagination-bullet-active {
        width: 7px;
        background-color: #fff;
        opacity: 0.6;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 2px 4px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
        margin: 2px 4px;
    }

    .swiper-container-vertical>.swiper-pagination-bullets {
        top: 50%;
        right: 10px;
        -webkit-transform: translate3d(0px, -50%, 0);
        transform: translate3d(0px, -50%, 0);
    }

    .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
        display: block;
        margin: 6px 0;
    }

    .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        width: 8px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        display: inline-block;
        -webkit-transition: 200ms top, 200ms -webkit-transform;
        -o-transition: 200ms transform, 200ms top;
        transition: 200ms top, 200ms -webkit-transform;
        transition: 200ms transform, 200ms top;
        transition: 200ms transform, 200ms top, 200ms -webkit-transform;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        white-space: nowrap;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: 200ms left, 200ms -webkit-transform;
        -o-transition: 200ms transform, 200ms left;
        transition: 200ms left, 200ms -webkit-transform;
        transition: 200ms transform, 200ms left;
        transition: 200ms transform, 200ms left, 200ms -webkit-transform;
    }

    .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: 200ms right, 200ms -webkit-transform;
        -o-transition: 200ms transform, 200ms right;
        transition: 200ms right, 200ms -webkit-transform;
        transition: 200ms transform, 200ms right;
        transition: 200ms transform, 200ms right, 200ms -webkit-transform;
    }
/* Swiper End 触摸滑动结束 */
/* Header Begin 头部开始 */
    #header {
        width: 100%;
        height: 156px;
        background-image: url('../images/header-bg.png'), url('../images/header-bg.jpg');
        background-position: center top, left top;
        background-repeat: no-repeat, repeat-x;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        /*overflow: hidden;*/
    }

    #logo {
        width: 315px;
        height: 104px;
    }

    #class_tag {
        width: 350px;
        height: 50px;
        margin-right: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
/* Header End 头部结束 */
/* Footer Begin 底部开始 */
    #footer {
        width: 100%;
        height: 100px;
        background-color: #ededed;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    #footer * {
        font-size: 13px;
        line-height: 26px;
        color: #333;
    }

    #footer p {
        width: 100%;
        height: 26px;
        text-align: left;
    }

    #footer #copyright {
        width: 910px;
        padding-right: 30px;
        /*border-right: 1px solid #cacaca;*/
        flex-shrink: 0;
    }

    #footer #copyright p > span {
        margin-right: 16px;
    }

    #footer #copyright p:nth-child(2) > span {
        margin-right: 4px;
    }

    #footer #about {
        width: 360px;
        margin-top: 12px;
        padding-left: 30px;
        padding-right: 10px;
        text-align: center;
        flex-shrink: 0;
    }

    #footer #about a {
        font-size: 15px;
        color: #333;
        margin: 0 6px;
    }

    #significant {
        width: 270px;
        height: 44px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
    }

    #significant > li {
        margin-left: 20px;
    }

    #significant > li,
    #significant > li a {
        height: 100%;
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
/* Footer End 底部结束 */
/* Nav Begin 头部导航开始 */
    #topmenu{
        width: 100%;
        height: 82px;
        background-color: #ea3e44;
    }

    #topmenu > ul {
        width: 1380px;
        margin: 0 auto;
        height: 100%;
    }

    #topmenu > ul > li {
        height: 100%;
        padding-top: 10px;
        position: relative;
    }

    #topmenu > ul > li.active:after {
        position: absolute;
        width: 100%;
        height: 4px;
        content: ' ';
        top: inherit;
        right: inherit;
        bottom: 0;
        left: 0;
        background: #ffffe6;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    #topmenu > ul > li:not(.active):after {
        width: 100%;
        position: absolute;
        width: 0;
        height: 4px;
        content: '';
        top: inherit;
        right: inherit;
        bottom: 0;
        left: 0;
    }

    #topmenu > ul > li:not(.active):hover {
        cursor: pointer;
    }

    #topmenu > ul > li.active a,
    #topmenu > ul > li:not(.active):hover a {
        color: #ffffe6;
    }

    #topmenu > ul > li:not(.active):hover:after {
        width: 100%;
        transition: 300ms ease all;
        background: #ffffe6;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    #topmenu > ul > li a {
        font-size: 16px;
        line-height: 22px;
        font-family: "MenkGarqag";
        color: #fff;
    }
/* Nav Begin 头部导航结束 */
/* Article Modules Start */
    .artmod-hdr {
        width: 21px;
        height: 100%;
        background: #fff;
        position: relative;
        /*background: url('../images/module-hdr-hr.jpg') center top repeat-y #fff;*/
    }

    .artmod-hdr::after {
      content: "";
      position: absolute;
      bottom: 14px; /* 距离底部 14px */
      left: 0;
      right: 0;
      top: 0;
      background: url('../images/module-hdr-hr.jpg') center top repeat-y;
    }

    .artmod-hdr-ttl {
        width: 100%;
        position: absolute;
        top: 0;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        align-items:center;
        justify-content: space-between;
        background: #fff;
        z-index: 99;
    }

    .artmod-hdr-ttl > p {
        margin-top: 2px;
        font: normal 17px/44px "MenkGarqag";
        color: #cc0000;
        display: flex;
        justify-content: top;
        cursor: pointer;
    }

    .artmod-hdr-more {
        width: 14px;
        position: absolute;
        left: 3px;
        bottom: 0;
        z-index: 99;
    }

    .artmod-ftr {
        width: calc(100% - 20px);
        height: 100%;
    }

    .txt-list {
        height: calc(100% - 14px);
        margin-top: 14px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .txt-list > li {
        height: 100%;
        position: relative;
        padding-top: 10px;
        margin-left: 16px;
    }

    .txt-list > li:after {
        content: ' ';
        position: absolute;
        left: 10px;
        top: 0;
        height: 4px;
        width: 4px;
        border-radius: 50%;
        background: #000;
        margin-top: 0;
    }

    .txt-list > li > p {
        height: 100%;
    }

    .txt-list a {
        font: normal 18px/26px "Menksoft2012";
        color: #585858;
    }

    .txt-list a:hover {
        text-decoration: overline;
    }

    .ptxt-list {
        width: calc(100% - 10px);
        height: 100%;
        margin-left: 10px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .ptxt-list > li {
        width: 80px;
        height: 100%;
        margin-left: 10px;
        margin-right: 10px;
        display: flex;
        flex-shrink: 0;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    .ptxt-sm {
        width: 80px;
        height: 60px;
        margin-bottom: 18px;
    }

    .ptxt-sm img {
        width: 80px;
        height: 60px;

    }

    .ptxt-list > li > p {
        max-width: 80px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .ptxt-list a {
        font: normal 18px/26px "Menksoft2012";
        color: #585858;
    }

    .ptxt-list a:hover {
        text-decoration: overline;
    }
/* Article Modules End */
/* Main Begin */
    .container {
        width: 1440px;
        margin: 0 auto;
        background: transparent;
        position: relative;
    }

    #container {
        width: 100%;
        min-width: 1440px;
        margin: 0 auto;
        overflow-x: hidden;
    }

    #main {
        min-height: 729px;
        padding: 42px 30px 50px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #main.fullscreem {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        padding: 0;
        border: 1px solid #ccc;
    }
/* Main End */
/* Index Begin */
    #topnews {
        width: 46px;
        height: 770px;
        margin: 0 26px 0 0;
        flex-direction: column;
        display: flex;
        flex-shrink: 0;
        justify-content: flex-start;
        align-items: center;
    }

    #topnews p {
        height: calc(100% - 88px);
        margin-top: 10px;
    }

    #topnews p a {
        font: normal 15px/23px "MenkGarqag";
        color: #cc0000;
    }

    #section {
        width: calc(100% - 74px);
        height: 770px;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
    }

    #sectop,
    #secbtm {
        width: 100%;
    }

    #sectop {
        height: 340px;
        margin-bottom: 40px;
        display: flex;
        flex-shrink: 0;
    }

    #scrollpic {
        width: 562px;
        height: 100%;
        margin-right: 30px;
    }

    #scrollpic .swiper-slide figure {
        width: 562px;
        height: 340px;
        overflow: hidden;
    }

    #scrollpic .swiper-slide img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    #scrollpic .swiper-pagination-bullet {
        display: inline-block;
        width: 23px;
        height: 3px;
        background: #fff;
        border-radius: 0;
    }

    #scrollpic .swiper-pagination-bullet-active {
        width: 23px;
        background-color: #ea3e44;
        opacity: 1;
    }

    #trendnews {
        width: 260px;
        height: 100%;
        margin-right: 18px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        overflow: hidden;
    }

    #trendnews .artmod-hdr-ttl {
        height: 80px;
    }

    #secrgt {
        width: 436px;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-shrink: 0;
    }

    #cityfm {
        width: 100%;
        height: 70px;
        margin-bottom: 18px;
        background: url(../images/index-fm-bg.png) no-repeat top right #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
    }

    #cityfm_logo {
        width: 63px;
        height: 57px;
    }

    #cityfm_btn {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: #fff;
        background-repeat: no-repeat;
        margin-right: 12px;
        cursor: pointer;
    }

    #cityfm_btn.play {
        background-image: url(../images/index-fm-play.png);
        background-position: 17px center;
    }

    #cityfm_btn.stop {
        background-image: url(../images/index-fm-stop.png);
        background-position: center center;
    }

    #digipaper {
        width: 128px;
        height: 182px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #digipaper p {
        font-size: 16px;
        color: #ea3e44;
    }

    #citytv {
        width: 300px;
        height: 182px;
        background-color: red
    }

    #citytv_box {
        width: 100%;
        height: 182px;
        background: #f6f6f6;
        position: relative;
    }

    #citytv_box video {
        width: 100%;
        height: 182px;
    }

    #tv_poster {
        width: 100%;
        height: 182px;
        border-radius: 4px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 999;
    }

    #tv_poster img {
        width: 100%;
        height: 182px;
        border-radius: 4px;
    }

    #tv_play {
        width: 34px;
        height: 38px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 999;
        cursor: pointer;
    }

    #tv_play > img {
        width: 14px;
        height: 18px;
        margin: 10px;
    }

    #citylink {
        width: 100%;
        height: 52px;
        margin-top: 18px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        overflow: hidden;
    }

    #citylink li,
    #citylink li a {
        width: 52px;
        height: 52px;
        border-radius: 4px;
        background-color: #ffeced;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    #secbtm {
        height: 390px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
    }

    #citynews {
        width: 760px;
        height: 100%;
        display: flex;
        flex-shrink: 0;
        overflow: hidden;
    }

    #citynews .artmod-hdr-ttl {
        height: 80px;
    }

    #trendvideo {
        width: 320px;
        height: 100%;
        margin: 0 36px 0 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-shrink: 0;
        overflow: hidden;
    }

    #trendvideo li,
    #trendvideo li > a {
        width: 320px;
        height: 180px;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        flex-flow: wrap;
        align-content: flex-start;
        position: relative;
    }

    #trendvideo li > figure,
    #trendvideo li > a > figure {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    #trendvideo li .play {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 14px;
        height: 18px;
        background: transparent;
        cursor: pointer;
    }

    #generalnews {
        width: 294px;
        height: 100%;
        margin-right: 18px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        overflow: hidden;
    }

    #generalnews .artmod-hdr-ttl {
        height: 80px;
    }

    #cityspecial {
        width: 160px;
        height: 100%;
        margin: 0 auto;
        background: #fff;
        overflow: hidden;
    }

    #cityspecial .swiper-slide figure {
        width: 160px;
        height: 390px;
        overflow: hidden;
    }

    #cityspecial .swiper-slide img {
        width: 160px;
        height: 390px;
        object-fit: cover;
    }

    #external {
        width: 48px;
        height: 254px;
        position: absolute;
        right: -88px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 99;
    }

    #external_box {
        width: 100%;
        height: 254px;
        position: relative;
        z-index: 999;
    }

    #external_box > ul {
        width: 48px;
        height: 254px;
    }

    #external_box > ul > li {
        width: 48px;
        height: 48px;
        border-radius: 4px;
        cursor: pointer;
    }

    #external_box > ul > li:nth-of-type(1) {
      background-color: #29b96b;
    }

    #external_box > ul > li:nth-of-type(2) {
      background-color: #03cde5;
    }

    #external_box > ul > li:nth-of-type(3) {
      background-color: #039be5;
    }

    #external_box > ul > li:nth-of-type(4) {
      background-color: #fd9112;
    }

    #app_qrcode,
    #wechat_qrcode {
        width: 140px;
        height: 140px;
        position: absolute;
        right: 62px;
        top: 0;
        z-index: 9999;
        box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
        border-radius: 5px;
        padding: 4px;
        background: #ededed;
        display: none;
    }

    #wechat_qrcode {
        top: 142px;
    }

    @media screen and (max-width: 1638px) {
        #external {
            right: -48px;
        }
        #floating {
            left: 10px;
        }
    }

    @media screen and (max-width: 1599px) {
        #external {
            display: none;
        }
    }
/* Index End */
/* Paper Begin */
    #paper {
        width: 100%;
        height: 100%;
        background: #fff;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        flex-flow: wrap;
        justify-content: flex-start;
        /*margin-bottom: -22px;*/
    }

    #paper > li {
        width: 212px;
        height: 360px;
        margin-right: 21px;
        margin-bottom: 32px;
        border-radius: 10px;
        overflow: hidden;
        background: url('../images/pager-bg.png') no-repeat left top #fff;
    }

    #paper > li:nth-child(6n) {
        margin-right: 0;
    }

    #paper > li > a {
        width: 100%;
        height: 100%;
    }

    #paper div {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
        position: relative;
    }

    #paper > li p {
        margin-top: 38px;
    }

    #paper > li > a > div > img {
        width: 80px;
        height: 80px;
        position: absolute;
        left: 66px;
        bottom: 48px;
    }

    #paper > li a p,
    #paper > li p a {
        font: normal 22px/26px "MenkGarqag";
        color: #ea3e44;
    }

    #paper_top {
        width: 348px;
        height: 584px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        flex-wrap: wrap;
    }
    #paper_logo {
        width: 60px;
        height: 54px;
        margin-right: 14px;
        background: url('../images/icon-paper.png') no-repeat center center #fff0ef;
    }
    #paper_date {
        width: 274px;
        height: 54px;
        font: normal 20px/30px Arial;
        text-indent: 45px;
        color: #333;
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: flex-start;
        background: url('../images/module-more-down.png') no-repeat center right 24px #f9f9f9;
        cursor: pointer;
    }

    #paper_list {
        width: calc(100% - 404px);
        min-height: 584px;
        margin: 0 28px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        flex-wrap: wrap;
        justify-content: space-between; /*justify-content: space-around; FL*/
        align-items: center;
        overflow: hidden;
    }

    #paper_list > li {
        width: 198px;
        height: 308px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        justify-content: space-between;
        align-items: flex-start;
        background: #fff;
    }

    .paper-title {
        display: flex;
        flex-shrink: 0;
        width: 30px;
        height: 100%;
        font: normal 22px/30px "Menksoft2012";
        color: #333;
    }

    .paper-title a {
        font: normal 22px/30px "Menksoft2012";
        color: #333;
    }

    .paper-photo {
        display: flex;
        flex-shrink: 0;
        width: 196px;
        height: 268px;
        border: 1px solid #ededed;
        background: #fff;
        overflow: hidden;
    }

    .paper-photo img {
        width: 194px;
        height: 266px;
    }

    .paper-date {
        display: flex;
        flex-shrink: 0;
        font: normal 16px/30px Arial;
        width: 100%;
        height: 38px;
        color: #a8a8a8;
        justify-content: center;
    }

    .calendar {
        /*float: left;*/
        width: 348px;
        height: 516px;
        margin-top: 14px;
        border: 1px solid #ededed;
        background: #fff;
        margin-top: 14px;
        text-align: center;
    }

    .calendar a {
        color: #1e5494;
    }

    #calendar-sel {
        width: 292px;
        margin: 40px 28px;
        padding-bottom: 50px;
        border-bottom: 1px solid #e0e0e0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .calendar-form {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .calendar-form > p {
        font-size: 18px;
        font-family: "Menksoft2012";
        color: #000;
    }

    #idCalendarPre,
    #idCalendarNext {
        width: 43px;
        height: 23px;
        text-align: center;
        cursor: pointer;
    }

    .calendar .calendar-day {
        width: 348px;
        height: 20px;
        margin-top: 44px;
    }

    .calendar-day li,
    .calendar-day li a {
        float: left;
        width: 34px;
        height: 34px;
        font: normal 14px/34px Arial;
        color: #4f4c4f;
    }

    .calendar-day li {
        background: #fff;
        margin: 12px 7px;
        text-align: center;
    }

    .calendar-day li.calendar-noday {
        background: none;
    }

    .calendar-day li.calendar-ontoday a {
        background: #4697e8;
        border-radius: 3px;
        color: #fff;
    }

    .calendar-day li.calendar-onselect a {
        background: #bb2719;
        color: #fff;
        border-radius: 3px;
    }

    #paper_header {
        width: 100%;
        height: 60px;
        background-color: #bb2719;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    #paper_name > p {
        font-size: 18px;
        line-height: 30px;
        font-family: "MenkGarqag";
        color: #fff;
        margin-left: 20px;
    }

    #paper_header > ul {
        width: auto;
        height: 31px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    #paper_header > ul > li {
        width: 29px;
        height: 31px;
        margin-right: 46px;
        cursor: pointer;
    }

    .viewport {
        width: 1380px;
        height: 980px;
        background-color: white;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #paper_view {
        box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
        width: 690px;
        height: 900px;
        overflow: hidden;
        position: relative;
    }

    .page {
        background-color: #fff;
    }

    .odd .page {
        float: right;
    }

    .next-button {
        background: url("../images/paper-next.png") no-repeat;
        top: 50%;
        width: 21px;
        height: 35px;
        right: calc(50% - 445px);
        position: absolute;
        z-index: 10;
    }

    .prev-button {
        top: 50%;
        left: calc(50% - 445px);
        width: 21px;
        height: 35px;
        position: absolute;
        z-index: 10;
        background: url("../images/paper-prev.png") no-repeat;
    }

    .prev-button:hover {
        cursor: pointer;
    }

    .next-button:hover {
        cursor: pointer;
    }
/* Paper End */
/* Radio FM Begin */
    #fm_box {
        width: 100%;
        height: 404px;
        background: url(../images/fm-player-bg.jpg) no-repeat;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        justify-content: space-between;
    }

    #fm_player {
        width: 188px;
        height: 224px;
        position: absolute;
        top: 92px;
        right: 130px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
    }

    #fm_logo {
        width: 56px;
        height: 72px;
        margin-top: 22px;
    }

    #fm_name {
        width: 150px;
        height: 96px;
        margin-top: 16px;
        display: flex;
        flex-shrink: 0;
        align-items: flex-start;
    }

    #fm_name p {
        width: 100%;
        color: #286bb2;
        font: normal 18px/40px "MenkGarqag";
        overflow: hidden;
    }

    #fm_btn {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: flex;
        flex-shrink: 0;
        align-items: flex-start;
        cursor: pointer;
    }

    #fm_btn.play {
        background: url(../images/fm-play.png) no-repeat 11px center #286bb2;
    }

    #fm_btn.stop {
        background: url(../images/fm-stop.png) no-repeat center center #286bb2;
    }

    #fm_list {
        width: 100%;
        margin-top: 22px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: flex-start;
        flex-flow: wrap;
        flex-shrink: 0;
    }

    #fm_list > li {
        width: 212px;
        height: 360px;
        border-radius: 10px;
        margin-right: 21px;
        margin-bottom: 22px;
        background: url('../images/fm-list-bg.png') no-repeat;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
        position: relative;
    }

    #fm_list > li:nth-child(6n) {
        margin-right: 0;
    }

    #fm_list > li img {
        border-radius: 10px;
    }

    #fm_list > li p {
        height: 154px;
        margin-top: 28px;
    }

    #fm_list > li > a > img {
        width: auto;
        height: 141px;
        position: absolute;
        left: 76px;
        bottom: 18px;
    }

    #fm_list > li a p,
    #fm_list > li p a {
        font: normal 24px/36px "Menksoft2012";
        color: #3185de;
    }

    #fm_view {
        width: 100%;
        height: 566px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .story {
        width: 286px;
        height: 100%;
        margin-left: 0;
        background: url('../images/tv-news-list-bg.jpg') repeat-y top right #f7f7f7;
    }

    .story-title {
        width: 240px;
        height: 74px;
        margin: 20px 24px 0;
    }

    .story-title > p {
        height: 100%;
        text-align: left;
        font: normal 18px/32px "Menksoft2012";
        color: #333;
    }

    .story > ul {
        width: 274px;
        height: calc(100% - 142px);
        margin: 12px 0 12px 12px;
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        flex-shrink: 0;
        flex-wrap: wrap;
        overflow-y: scroll;
        overflow-x: hidden;
        scrollbar-track-color: transparent;
        scrollbar-color: rgba(212,212,212,1) rgba(237,237,237,1);
        scrollbar-width: thin;
    }

    .story > ul > li {
        width: 48px;
        height: 48px;
        margin-bottom: 14px;
        border-radius: 5px;
        font: normal 18px/30px Arial;
        color: #333;
        background: #ededed;
        margin-right: 15px;
        margin-bottom: 15px;
        overflow: hidden;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .story > ul > li:nth-child(4n) {
        margin-right: 0;
    }

    .story > ul > li.active {
        color: #fff;
        background: #f5aba4;
        cursor: default;
        pointer-events:none;
    }
/* Radio FM End */
/* TV Begin */
    #tv_box {
        width: 100%;
        height: 566px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        flex-shrink: 0;
    }

    .tv-news-title {
        width: 65px;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        flex-shrink: 0;
    }

    .tv-news-title > p {
        font: normal 20px/25px "MenkGarqag";
        color: #ea3e44;
    }

    .tv-news-date {
        width: 20px;
        height: 100%;
        margin-right: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        flex-shrink: 0;
        flex-wrap: nowrap;
    }

    .tv-news-date p {
        font: normal 16px/20px Arial;
        color: #a8a8a8;
    }

    .tv-news-list {
        width: 286px;
        height: 100%;
        margin-left: 0;
        background: url('../images/tv-news-list-bg.jpg') repeat-y top right #f7f7f7;
    }

    .tv-news-list > ul {
        width: 274px;
        height: calc(100% - 24px);
        margin: 12px 0 12px 12px;
        display: block;
        overflow-y: scroll;
        overflow-x: hidden;
        scrollbar-track-color: transparent;
        scrollbar-color: rgba(212,212,212,1) rgba(237,237,237,1);
        scrollbar-width: thin;
    }

    .tv-news-list > ul::-webkit-scrollbar {
        width: 8px;
        background-color: rgba(237,237,237,1);
        position: relative;
        z-index: 111;
    }

    .tv-news-list > ul::-webkit-scrollbar-thumb:vertical {
        background: rgba(212,212,212,1);
        -webkit-border-radius: 100px
    }

    .tv-news-list > ul::-webkit-scrollbar-thumb:vertical:active {
        background: rgba(212,212,212,1);
        -webkit-border-radius: 100px
    }

    .tv-news-list.more > ul {
        height: calc(100% - 52px);
    }

    .tv-news-list > ul > li {
        width: 254px;
        height: 144px;
        margin-bottom: 14px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-shrink: 0;
        position: relative;
    }

    .tv-news-list > ul > li > div.poster {
        width: 226px;
        height: 144px;
    }

    .tv-news-list > ul > li > p {
        height: 100%;
        text-align: left;
        line-height: 24px;
    }

    .tv-news-list > ul > li > p,
    .tv-news-list > ul > li > p > a {
        font: normal 16px/30px "Menksoft2012";
        color: #828282;
    }

    .tv-news-list > ul > li > p.date,
    .tv-news-list > ul > li > p.date > a {
        font: normal 16px/30px Arial;
        color: #828282;
    }

    .tv-news-list-more {
        width: 100%;
        height: 20px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    #tv_player {
        width: 1000px;
        height: 100%;
        background: #fff;
        border-radius: 4px;
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    #tv_btn {
        width: 53px;
        height: 53px;
        margin-left: auto;
        cursor: pointer;
        position: absolute;
        z-index: 99;
    }

    #tv_btn.play {
        background: url(../images/icon-play-53.png) no-repeat left top;
    }

    #tv_list {
        width: 100%;
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        flex-flow: wrap;
        align-content: flex-start;
    }

    #tv_list > li {
        width: 260px;
        height: 200px;
        border-radius: 4px;
        margin-right: 20px;
        margin-bottom: 18px;
    }

    #tv_list > li img {
        border-radius: 4px;
        object-fit: cover;
    }

    #tv_list > li:nth-child(5n) {
        margin-right: 0;
    }
/* TV End */
/* Short Video Begin */
    #short {
        width: 100%;
        height: 100%;
        background: #fff;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        flex-flow: wrap;
        align-content: flex-start;
    }

    #short > li {
        width: 218px;
        height: 350px;
        margin-right: 72px;
        margin-bottom: 64px;
        border-radius: 10px;
        overflow: hidden;
        background: #f6f6f6;
    }

    #short > li:nth-child(5n) {
        margin-left: 1px;
        margin-right: 0;
    }

    #short > li img {
        object-fit: cover;
    }

    #video_view {
        width: 100%;
        height: 566px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        flex-wrap: nowrap;
        justify-content: center;
    }
/* Short Video End */
/* county Begin */
    #county_name {
        width: 100%;
        height: 224px;
        padding: 0 20px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #county_name > li {
        width: 80px;
        height: 224px;
        background: #f4f4f4;
        border-radius: 4px;
        cursor: pointer;
    }

    #county_name > li figure {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
    }

    #county_name > li figure > img {
        width: 60px;
        height: 60px;
        margin-top: 20px;
        display: inline-flex;
        border-radius: 50%;
    }

    #county_name > li figure > figcaption {
        margin-top: 0.4rem;
        color: #252525;
        font: normal 18px/28px "Menksoft2012";
        text-align: left;
    }

    #county_name > li.active figure > figcaption {
        color: #295cfd;
    }
    
    #county_name > li:hover {
        cursor: pointer;
    }


    #county_name > li.active:hover {
        cursor: default;
    }

    #county_name > li:hover {
        background-color: #eae6e6;
        position: relative;
        transition: 1s;
    }

    #county_news {
        width: calc(100% - 40px);
        height: 540px;
        margin: 22px 20px 0;
    }

    .cnews {
        width: 100%;
        height: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    #county_news .cnews {
        display: none;
    }

    #county_news .cnews.active {
        display: flex;
    }

    .cnews-pic {
        width: 560px;
        height: 484px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .cnews-pic-top {
        width: 560px;
        height: 314px;
        border-radius: 4px;
        margin-bottom: 18px;
    }

    .cnews-pic-list {
        width: 270px;
        height: 152px;
        border-radius: 4px;
    }

    .cnews-text-list {
        width: calc(100% - 560px);
        height: 484px;
        margin-top: 0;
        margin-left: 0;
        /*margin-right: 40px;*/
    }

    .cnews-pic img {
        border-radius: 4px;
    }

    .cnews-text-list.txt-list > li {
        margin-left: 24px;
    }

    .cnews-text-list.txt-list a {
        font: normal 18px/31px "Menksoft2012";
    }

    .cnews .more-twindown {
        margin-top: 16px;
    }

    .cnews-more {
        width: 54px;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
    }
/* county End */
/* New Rural Begin */
    #pub_box {
        width: 100%;
        height: 518px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        flex-shrink: 0;
    }

    #pub_player {
        width: 922px;
        height: 100%;
        background: #fff;
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 4px;
    }

    #pub_text {
        width: calc(100% - 922px);
        height: 100%;
        overflow: hidden;
    }

    #pub_text .txt-list {
        height: calc(100% - 52px);
    }

    #pub_text .txt-list > li {
        margin-left: 24px;
        padding-bottom: 10px;
    }

    #pub_text .txt-list a {
        font: normal 18px/31px "Menksoft2012";
    }

    #pub_list {
        width: 100%;
        margin-top: 28px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        flex-flow: wrap;
        align-content: flex-start;
    }

    #pub_list > li {
        width: 330px;
        height: 186px;
        border-radius: 4px;
        margin-right: 20px;
        margin-bottom: 18px;
        position: relative;
    }

    #pub_list > li:nth-child(4n) {
        margin-right: 0;
    }

    #pub_list > li > a > img {
        border-radius: 4px;
        object-fit: cover;
    }

    #pub_list > li .play {
        width: 42px;
        height: 42px;
        background-color: rgba(255, 255, 255, 0.4);
        border-radius: 50%;
        position: absolute;
        right: 16px;
        bottom: 12px;
    }
/* New Rural End */
/* Article More Start */
    #art_morelist {
        width: 100%;
        height: 742px;
        display: flex;
        flex-shrink: 0;
        align-items: flex-start;
    }

    .art-more-header {
        width: 26px;
        height: 100%;
    }

    .art-more-header > p,
    .art-more-header > p > a {
        font: normal 16px/26px "MenkGarqag";
        color: #bb2719;
    }

    .art-more-header > p {
        display: flex;
    }

    .art-more-header > p > a:hover {
        text-decoration: overline;
    }

    .art-more-content {
        width: calc(100% - 78px);
        height: 100%;
        margin: 0 26px;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        justify-content: space-between;
    }

    .art-more-list {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        align-content: flex-start;
        flex-wrap: wrap;
        justify-content: flex-start;
        overflow: hidden;
    }

    .art-more-list > li {
        width: 54px;
        height: 100%;
        background: url('../images/icon-more-article.png') no-repeat 24px 26px #fff;
        overflow: hidden;
    }

    .art-more-list > li > p {
        padding-top: 48px;
    }

    .art-more-list > li > p > a {
        font: normal 19px/54px "Menksoft2012";
        color: #666;
        text-decoration: none;
    }

    .art-more-list > li > p > a:hover {
        text-decoration: overline;
    }

    .art-more-content .art-more-list {
        height: calc(100% - 40px);
    }
/* Article More End */
/* Pic More Begin */
    #pic_morelist {
        width: 100%;
        height: 760px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        flex-shrink: 0;
    }

    .pic-more-header {
        width: 26px;
        height: 100%;
    }

    .pic-more-header > p,
    .pic-more-header > p > a {
        font: normal 16px/26px "MenkGarqag";
        color: #bb2719;
    }

    .pic-more-header > p {
        display: flex;
    }

    .pic-more-header > p > a:hover {
        text-decoration: overline;
    }

    .pic-more-content {
        width: calc(100% - 52px);
        height: 100%;
        margin-left: 26px;
    }

    .pic-more-list {
        width: 100%;
        height: calc(100% - 40px);
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-shrink: 0;
        overflow: hidden;
    }

    .pic-more-list > li {
        width: 430px;
        height: 196px;
        margin-right: 12px;
        margin-bottom: 44px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        align-items: flex-start;
        overflow: hidden;
    }

    .pic-more-list > li:nth-child(3n) {
        margin-right: 0;
    }

    .pic-more-sm {
        width: 360px;
        height: 196px;
        border-radius: 4px;
    }

    .pic-more-sm img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

    .pic-more-list > li > p,
    .pic-more-list > li > span {
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .pic-more-list > li > p {
        margin-left: 10px;
    }

    .pic-more-list > li > p a {
        font: normal 18px/24px "Menksoft2012";
        color: #333;
    }

    .pic-more-list > li > span a {
        font: normal 16px/24px Arial;
        color: #a8a8a8;
    }

    .pic-more-list a:hover {
        text-decoration: overline;
    }
/* Pic More End */
/* Article View Begin 文章浏览页开始 */
    #art_view{
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: 100%;
        height: 918px;
        overflow: hidden;
    }

    #art_header {
        width: 180px;
        height: 100%;
        background: #bb2719;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
    }

    #art_header_logo {
        width: 100%;
        height: 116px;
        background: #fff1f0;
        margin-top: 56px;
        margin-bottom: 56px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        justify-content: center;
        align-items: center;
    }

    #art_header_logo img {
        width: 160px;
    }

    #art_header > ul {
        width: 100%;
        height: calc(100% - 228px);
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #art_header > ul > li {
        margin-left: 30px;
        margin-bottom: 40px;
        height: 60px;
    }

    #art_header > ul > li a {
        font-size: 16px;
        line-height: 20px;
        font-family: "MenkGarqag";
        color: #fff;
    }

    #art_main {
        width: calc(100% - 310px);
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: scroll;
        overflow-y: hidden;
        z-index: 9999;
        scrollbar-track-color: transparent;
        scrollbar-color: rgba(212,212,212,1) rgba(237,237,237,1);
        scrollbar-width: thin;
    }

    #art_main::-webkit-scrollbar {
        height: 8px;
        background-color: rgba(237,237,237,1);
        position: relative;
        z-index: 111;
    }

    #art_main::-webkit-scrollbar-thumb:horizontal {
        background: rgba(212,212,212,1);
        -webkit-border-radius: 100px
    }

    #art_main::-webkit-scrollbar-thumb:horizontal:active {
        background: rgba(212,212,212,1);
        -webkit-border-radius: 100px
    }

    #art_nav {
        width: 66px;
        height: calc(100% - 120px);
        margin: 60px 60px 60px 40px;
        border-right: 1px solid #dcdcdc;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        justify-content: flex-start;
        align-items: center;
    }

    .radio {
        display: flex;
        flex-shrink: 0;
        width: 11px;
        height: 11px;
        background: #fff;
        border: 1px solid #dcdcdc;
        border-radius: 50%;
        color: #bb2719;
        outline: 0;
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
    }

    .radio::after {
        width: 5px;
        height: 5px;
        position: absolute;
        top: 2px;
        left: 2px;
        content: '';
        text-align: center;
        display: inline-flex;
        background: #bb2719;
        border-radius: 50%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    #art_nav > p {
        margin-top: 12px;
        font-size: 18px;
        font-family: "Menksoft2012";
        color: #000;
    }

    #art_nav > p a {
        font-size: 18px;
        font-family: "Menksoft2012";
        color: #000;
    }

    #art_content {
        width: 100%;
        height: calc(100% - 120px);
        margin: 60px 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    #art_content > h5 {
        height: 100%;
        font: normal 20px/30px "MenkGarqag";
        color: #333;
        margin-right: 20px;
        text-align: justify;
    }

    #art_content  h4 {
        height: 100%;
        font: normal 18px/20px "Menksoft2012";
        margin-right: 20px;
        font-size: 18px;
        text-align: right;
    }

    #art_content > #article {
        height: 100%;
        font: normal 18px/30px "Menksoft2012";
        color: #7b7b7b;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        padding-right: 20px;
    }

    #art_content > #article * {
        font: normal 18px/30px "Menksoft2012";
        color: #7b7b7b;
    }

    #art_content > #article > p,
    #art_content > #article > div {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    #art_content > #article span {
        display: inline;
    }

    #art_content > #article > p > img,
    #art_content > #article > div > img {
        max-height: 100%;
        margin: auto 20px;
    }

    #art_content > footer {
        width: auto;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        flex-shrink: 0;
        padding-right: 40px;
    }

    #art_content > footer > h2 {
        height: 100%;
        font: normal 20px/30px "Menksoft2012";
        color: #7b7b7b;
        text-align: justify;
    }

    #art_footer {
        width: 130px;
        height: 100%;
        background: #f3f3f3;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-shrink: 0;
    }

    #art_footer_top {
        width: 100%;
        height: 60px;
        margin-top: 134px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        justify-content: center;
        align-items: center;
    }

    #art_footer_btm {
        width: 100%;
        height: calc(100% - 234px);
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        justify-content: center;
        align-items: flex-start;
    }

    #art_footer_btm > p {
        height: 100%;
        margin-top: 12px;
        font: normal 18px/32px "Menksoft2012";
        color: #848484;
    }

    #art_footer_btm > p a {
        font: normal 18px/32px "Menksoft2012";
        color: #848484;
    }

    @media screen and (max-height: 980px) {
        #art_view{
            height: 100%;
        }
    }

    @media screen and (max-height: 918px) {
        #art_view{
            height: 812px;
        }
        #art_header_logo {
            margin-top: 0;
        }
        #art_nav {
            height: calc(100% - 80px);
            margin: 40px 60px 40px 40px;
        }
        #art_content {
            height: calc(100% - 80px);
            margin: 40px 0;
        }
        #art_footer_top {
            margin-top: 78px;
        }
    }
/* Article View End 文章浏览页结束 */
/* 搜索开始 */
    .input-control {
        display: block
    }

    .input-control.nowrap label,
    .input-control.nowrap .input-out {
        display: inline-block
    }

    .input-out {
        width: 100%;
        padding: 10px 0;
        border: 1px solid #e1e1e1;
        border-radius: 2px;
        background: #fff;
        margin-left: -4px
    }

    .input-out>input::-webkit-input-placeholder {
        position: absolute;
        color: #999;
        font-size: 16px;
        text-align: left;
        font-weight: normal
    }

    .input-out > input::-moz-placeholder {
        position: absolute;
        color: #999;
        font-size: 16px;
        text-align: left;
        font-weight: normal
    }

    .input-out > input:-moz-placeholder {
        position: absolute;
        color: #999;
        font-size: 16px;
        text-align: left;
        font-weight: normal
    }

    .input-out > input:-ms-input-placeholder {
        position: absolute;
        color: #999;
        font-size: 16px;
        text-align: left;
        font-weight: normal
    }

    .input {
        font-family: 'Menksoft2012';
        font-size: 18px;
        line-height: 18px;
        height: 100%;
        padding: 0;
        border: 0;
        display: table-column;
        color: #666
    }

    .input.disabled,
    .input:disabled {
        cursor: not-allowed;
        opacity: .65
    }

    .radio-control {
        display: inline-block
    }

    .radio-out {
        display: inline-block;
        border: 0px solid blue;
        margin: 0;
        padding: 0 0.25rem;
        font-size: 1.125rem;
    }

    .radio-div {
        float: left;
        display: inline-block;
        margin: 0;
        padding: 0;
        cursor: pointer;
        padding: 0 0.1rem;
        font: normal 18px/18px "Menksoft2012";
    }

    .radio-control input {display: none;}
    .radio-txt {
        display: inline-block;
        width: 11px;
        height: 11px;
        background: #fff;
        border: 1px solid #dcdcdc;
        color: #bb2719;
        cursor: pointer;
        outline: none;
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        margin-bottom: 8px;
    }

    .radio-txt {
        border-radius: 50%;
    }

    .radio-txt::after {
        border-radius: 50%;
    }

    .radio-control input[type='radio'] + .radio-txt::after {
        width: 5px;
        height: 5px;
        position: absolute;
        top: 2px;
        left: 2px;
        content: '';
        font-size: 1rem;
        text-align: center;
        line-height: 5px;
        display: block;
        background: #bb2719;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .radio-control input[type='radio']:checked + .radio-txt::after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    #search_conditions {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin-left: 60px;
        margin-right: 30px;
    }

    #search_conditions .radio-control {
        margin-bottom: 54px
    }

    #search_text {
        display: block;
        width: 56px;
        height: calc(100% - 120px);
        margin: 60px 0;
        position: relative;
        z-index: 9;
        flex-shrink: 0
    }

    #search_text .input-control {
        width: 100%;
        height: 100%
    }

    #search_text .input-control>.input-out {
        height: calc(100% - 76px);
        border-bottom: 0;
        float: left;
        margin-left: 0;
        position: relative
    }

    #search_text .input-control > .input-out.show {
        border-right: 0;
    }

    #search_text .input-control > .input-out>.input {
        width: 100%;
        padding-top: 0;
    }

    #search_text .input-control > .input-out > input::-webkit-input-placeholder {
        margin-left: 0;
    }

    #search_text .input-control > .input-out > input::-moz-placeholder {
        line-height: 50px
    }

    #search_text .input-control>.input-out > input:-moz-placeholder {
        line-height: 50px
    }

    #search_text .input-control > .input-out > input:-ms-input-placeholder {
        line-height: 50px
    }

    #search_text .input-control > .input-out > .input {
        height: calc(100% - 37px)
    }

    #search_text .input-control>.input-out>span {
        width: 100%;
        height: 30px;
        position: absolute;
        left: 0;
        bottom: 0
    }

    #search_text .input-control>.input-out>span.btn-clear {
        cursor: pointer;
        background: url(../images/clear.png) no-repeat top center #fff
    }

    .submit {
        display: inline-block;
        width: 100%;
        height: 76px;
        background: #bb2719;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        float: left
    }

    .submit button {
        width: 100%;
        height: 100%;
        background: url(../images/search.png) no-repeat center;
        cursor: pointer
    }

    #search_count {
        display: block;
        width: 52px;
        height: calc(100% - 120px);
        text-align: left;
        margin: 60px 20px 60px 35px;
        font: normal 18px/18px "Menksoft2012";
        color: #666
    }

    #search_count em {
        font: normal 14px/52px Arial;
        color: #bb2719
    }

    #search_list {
        width: calc(100% - 310px);
        height: calc(100% - 120px);
        margin: 60px 30px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .search-list {
        height: 100%;
        margin-right: 30px
    }

    .search-list-title,
    .search-list-title em {
        height: 100%;
        font: normal 18px 'MenkGarqag';
        color: #000;
        text-decoration: none;
    }

    .search-list-title a,
    .search-list-title a em {
        font: normal 18px 'MenkGarqag';
        color: #000
    }

    .search-list-title a em {
        color: #bb2719
    }

    .search-list-abstract {
        line-height: 24px;
        margin: 0 15px;
        color: #666;
        font-size: 18px
    }

    .search-list-abstract a {
        color: #666;
        font: normal 18px 'Menksoft2012';
    }

    .search-list-abstract a em,
    .search-list-abstract em {
        color: #bb2719
    }

    .search-list-date {
        line-height: 20px;
        min-width: 20px;
        font-family: Arial;
        font-size: 14px;
        color: #888;
        text-align: right
    }

    #pagination {
        width: auto;
        height: 100%;
        text-align: center;
        margin: 0 40px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center
    }

    #pagination > .pagination {
        flex-direction: column;
    }

    .pagination li.ellipsis {
        border: 1px solid #fff;
        background: #fff;
    }

    .pagination li.prev {
        background-image: url('../images/icon-prev.png');
    }

    .pagination li.next {
        background-image: url('../images/icon-next.png');
    }

    b {
        font-family: 'Menksoft2012';
    }
/*搜索结束*/
/* TV News Modules Start */
.tvnwsmod-hdr {
    width: calc(100% - 80px);
    height: 70px;
    margin: 20px 40px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    flex-shrink: 0;
    justify-content: space-between;
}

.tvnwsmod-hdr-ttl {
    width: 33%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
}

.tvnwsmod-hdr-ttl > p {
    margin-top: 2px;
    font: normal 17px/30px "MenkGarqag";
    color: #8a8a8a;
    display: flex;
    justify-content: top;
    cursor: pointer;
}

.tvnwsmod-hdr-ttl.active > p {
    color: #bb2719;
    cursor: default;
}
.tvnwsmod-ftr {
    width: calc(100% - 80px);
    height: calc(100% - 110px);
    margin: 0 40px;
    overflow: hidden;
}

.tvnwsmod-ftr-more {
    width: 100%;
    height: 40px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}
.tvnws-list {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
}

.tvnws-list.active {
    display: flex;
}

.tvnws-list > ul {
    width: calc(100% - 30px);
    height: calc(100% - 40px);
    margin-top: 0;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}

.tvnws-list > ul:not(.txt-list) > li {
    height: 100%;
    position: relative;
    margin-left: 22px;
    margin-right: 20px;
    padding-top: 28px;
}

.tvnws-list > ul > li:last-child {
    margin-right: 0;
}

.tvnws-list > ul:not(.txt-list) > li:after {
    content: ' ';
    position: absolute;
    left: 3px;
    top: 0;
    width: 22px;
    height: 17px;
    background: url(../images/icon-speaker.png) no-repeat top center;
    margin-top: 0;
}

.tvnws-list > ul > li > p {
    height: 100%;
}

.tvnws-list a,
.tvnws-list a:active {
    font: normal 18px/24px "Menksoft2012";
    color: #333;
}

.tvnws-list a:hover {
    text-decoration: overline;
}

/* TV News Modules End */
/* News Start */
#tvnews {
    width: 710px;
    height: 510px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
}

#tvnews_hdr {
    width: calc(100% - 60px);
    height: 50px;
    margin: 30px 30px 12px;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: space-between;
}

#tvnews_ttl,
#tvnews_more {
    width: 50%;
    height: 100%;
    display: flex;
    flex-shrink: 0;
    align-items: center;
}

#tvnews_ttl {
    align-items: flex-start;
}

#tvnews_ttl p {
    width: 100%;
    color: #bb2719;
    font: normal 18px/30px "MenkGarqag";
    overflow: hidden;
}

#tvnews_more {
    justify-content: flex-end;
    font: normal 18px/24px Arial;
}

#tvnews_ftr {
    width: calc(100% - 60px);
    height: 380px;
    margin: 0 30px;
    background: #f6f6f6;
}

.tvnews-module {
    width: 618px;
    height: 510px;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

#tvnews_list {
    width: 100%;
    height: 196px;
    margin-top: 36px;
}

#tvnews_list > ul {
    width: 100%;
    height: 196px;
}

/* News End */
/* News More Start FL */

#default_list {
    width: 100%;
    height: 210px;
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
}

#default_list .tvpnws-list {
    height: calc(100% - 42px);
}

/* News More End FL */
/*FL*/
.mod-hdr {
    width: 60px;
    height: calc(100% - 62px);
    margin: 26px 0 36px 6px;
    background: #fff;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: space-between;
}

.mod-hdr-ttl {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items:center;
    justify-content: flex-start;
}

.mod-hdr-ttl > p {
    margin-top: 2px;
    font: normal 17px/30px "MenkGarqag";
    color: #bb2719;
    display: flex;
    justify-content: top;
}

.mod-hdr-more {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}
/*FL