<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img,
button, form, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none; }

body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  -webkit-tap-highlight-color: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font: 12px Helvetica Regular, Microsoft YaHei,sans-serif,Tahoma;
  color: #434343; }

input {
  outline: none; }

em, i {
  font-style: normal; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  color: #969696;
  font-family: STHeiti,'Microsoft YaHei',Helvetica,Arial,sans-serif;
  outline: 0; }

a:hover {
  text-decoration: none; }

img {
  border: none;
  width: 100%;
  height: auto;
  width: auto\9;
  -ms-interpolation-mode: bicubic; }

.fl {
  display: block;
  float: left; }

.fr {
  display: block;
  float: right; }

.Gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; }

#content {
  min-width: 320px;
  max-width: 768px;
  margin: 0 auto;
  background: #f5f5f5;
  position: relative; }

/*鍏ㄥ眬鍙橀噺 娣峰悎*/
::-webkit-scrollbar {
  width: 1px;
  height: 1px;
  border-radius: 4px; }

::-webkit-scrollbar-thumb {
  border-radius: 1px; }

#top {
  background: #0073e8;
  background: -webkit-gradient(linear, left top, right top, from(#046fca), to(#0073e8));
  min-width: 320px;
  max-width: 768px;
  width: 100%;
  position: relative;
  height: 50px;
  display: flex; }
  #top .logo {
    float: left;
    margin: 12px 12px 0;
    display: block;
    height: 30px;
    overflow: hidden; }
    #top .logo img {
      height: 29px;
      width: inherit; }
  #top .menu {
    width: 24px;
    height: 21px;
    background: url(../images/icon_menu.png) no-repeat;
    background-size: 24px;
    margin: 16px 12px 0;
    cursor: pointer; }
  #top .menu.on {
    background-position: 0 -21px; }
  #top .path {
    flex: 1; }
    #top .path a {
      font-weight: 600;
      color: #fff;
      height: 50px;
      line-height: 50px;
      font-size: 16px; }
    #top .path span {
      display: inline-block;
      width: 6px;
      height: 10px;
      margin: 0 6px;
      background: url(../images/icon_sj.png) no-repeat; }

.new_bar {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .new_bar .nav_cont {
    overflow-y: hidden;
    overflow-x: scroll;
    background: #002f50;
    -webkit-overflow-scrolling: touch; }
    .new_bar .nav_cont ul {
      padding: 0 15px;
      box-sizing: border-box;
      height: 47px;
      white-space: nowrap; }
      .new_bar .nav_cont ul li:last-child {
        padding-right: 20px; }
      .new_bar .nav_cont ul li {
        position: relative;
        display: inline-block;
        font-size: 15px;
        padding: 0 15px;
        color: #fff;
        margin-top: 9px;
        margin-bottom: 16px;
        white-space: nowrap;
        height: 22px; }
        .new_bar .nav_cont ul li a {
          color: #fff;
          display: inline-block;
          height: 100%;
          text-decoration: none; }
      .new_bar .nav_cont ul li.on::before {
        content: '';
        position: absolute;
        background: #006bb6;
        width: 60px;
        height: 2px;
        top: 28px;
        left: 0; }
  .new_bar .open {
    position: absolute;
    background: #002f4f url(../images/icon_jt.png) no-repeat center;
    background-size: 15px;
    z-index: 99;
    width: 15px;
    height: 5px;
    top: 2px;
    right: 0;
    padding: 8px 6px;
    padding-right: 18px;
    box-sizing: content-box;
    padding-bottom: 20px; }
  .new_bar .open.on {
    transform: rotate(180deg); }
  .new_bar .morlist {
    background: #006bb6;
    overflow: hidden;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    display: none; }
    .new_bar .morlist li {
      position: relative;
      display: inline-block;
      font-size: 15px;
      float: left;
      padding: 0 15px;
      color: #fff;
      margin-top: 9px;
      margin-bottom: 16px;
      white-space: nowrap;
      height: 22px; }
      .new_bar .morlist li a {
        color: #fff;
        display: inline-block;
        height: 100%;
        text-decoration: none; }
  .new_bar .morlist.on {
    display: block; }

.fixbtn {
  display: none;
  position: fixed;
  right: 12px;
  bottom: 50px;
  z-index: 999; }
  .fixbtn .top, .fixbtn .home {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: block;
    margin-bottom: 5px; }
  .fixbtn .top {
    background: #0073e8 url(../images/f-top.png) no-repeat center; }
  .fixbtn .home {
    background: #0073e8 url(../images/f-home.png) no-repeat center; }

footer {
  overflow: hidden;
  padding: 12px 0;
  width: 100%;
  border-top: 6px solid #f5f5f5;
  background: #fff; }
  footer p {
    text-align: center;
    color: #999;
    line-height: 20px;
    font-size: 12px; }

.banner {
  background: #fff; }
  .banner .swiper-container {
    overflow: hidden; }
  .banner .index_pagination {
    width: auto;
    left: calc(50% - 50px); }
    .banner .index_pagination .swiper-pagination-bullet {
      background: #fff;
      margin: 0 2px 1px;
      border-radius: 0;
      width: 8px;
      height: 2px; }
    .banner .index_pagination .swiper-pagination-bullet-active {
      background: #fff;
      width: 14px; }
  .banner .swiper-slide img {
    display: block; }
  .banner .swiper-slide .img p {
    position: absolute;
    bottom: 20px;
    font-size: 15px;
    padding: 0 3%;
    height: 30px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 94%; }

.basebox {
  border-top: 6px solid #e9e9e9;
  background: #fff;
  overflow: hidden; }
  .basebox .title {
    padding: 0 12px;
    overflow: hidden; }
    .basebox .title .label {
      float: left;
      color: #333;
      font-weight: bold;
      font-size: 15px;
      line-height: 42px;
      position: relative; }
      .basebox .title .label::before {
        position: absolute;
        left: -12px;
        top: 14px;
        content: '';
        width: 4px;
        height: 14px;
        background-color: #0073e8; }
    .basebox .title .link {
      float: right; }
      .basebox .title .link li {
        float: left; }
      .basebox .title .link a {
        color: #121212;
        font-size: 12px;
        line-height: 42px;
        margin-left: 12px; }
  .basebox ul.item {
    overflow: hidden; }
    .basebox ul.item li {
      margin: 0 12px;
      padding: 10px 0;
      overflow: hidden;
      border-bottom: 1px solid #e8e8e8; }
      .basebox ul.item li a {
        display: flex; }
      .basebox ul.item li .info {
        flex: 1; }
        .basebox ul.item li .info p {
          width: 100%;
          height: 50px;
          line-height: 25px;
          color: #212121;
          font-size: 16px;
          overflow: hidden; }
        .basebox ul.item li .info .iteminfo {
          margin-top: 4px;
          line-height: 20px;
          overflow: hidden;
          font-size: 12px;
          color: #999; }
          .basebox ul.item li .info .iteminfo span, .basebox ul.item li .info .iteminfo .tag {
            margin-right: 6px;
            float: left; }
      .basebox ul.item li .img {
        margin-left: 12px; }
        .basebox ul.item li .img, .basebox ul.item li .img img {
          width: 114px;
          height: 74px; }
  .basebox ul.item2 {
    overflow: hidden; }
    .basebox ul.item2 li {
      margin: 0 12px;
      padding: 10px 0;
      overflow: hidden;
      border-bottom: 1px solid #e8e8e8; }
      .basebox ul.item2 li a {
        display: flex; }
      .basebox ul.item2 li .info {
        flex: 1; }
        .basebox ul.item2 li .info p {
          width: 100%;
          height: 50px;
          line-height: 25px;
          color: #212121;
          font-size: 16px;
          overflow: hidden; }
        .basebox ul.item2 li .info .iteminfo {
          margin-top: 4px;
          line-height: 20px;
          overflow: hidden;
          font-size: 12px;
          color: #999; }
          .basebox ul.item2 li .info .iteminfo i.icon {
            display: block;
            float: left;
            margin: 2px 4px 0 0;
            width: 16px;
            height: 16px;
            background: url(../images/icon_pl.png) no-repeat;
            background-size: 100%; }
          .basebox ul.item2 li .info .iteminfo span, .basebox ul.item2 li .info .iteminfo .tag {
            margin-right: 6px;
            float: left; }
          .basebox ul.item2 li .info .iteminfo .tag {
            border: 1px solid #fe362c;
            color: #fe362c;
            padding: 0 6px;
            border-radius: 3px;
            height: 18px; }
          .basebox ul.item2 li .info .iteminfo .a_d {
            color: #888;
            border: 1px solid #888;
            padding: 0 6px;
            border-radius: 3px;
            height: 18px; }
      .basebox ul.item2 li .img {
        margin-left: 12px; }
        .basebox ul.item2 li .img, .basebox ul.item2 li .img img {
          width: 100px;
          height: 67px; }

.tag_list {
  overflow: hidden;
  background: #fff;
  padding: 6px; }
  .tag_list li {
    width: 25%;
    float: left;
    margin: 4px 0;
    display: none; }
    .tag_list li a {
      font-size: 14px;
      color: #7d7d7d;
      background: #eee;
      text-align: center;
      height: 30px;
      line-height: 30px;
      border: 1px solid #dcdcdc;
      border-radius: 5px;
      width: 84%;
      display: block;
      margin: 0 auto;
      overflow: hidden; }
  .tag_list .on a {
    background: #0073e8;
    color: #fff;
    border-color: #0073e8; }
  .tag_list .openmore {
    display: block !important; }

.YQlink {
  overflow: hidden;
  background: #fff;
  padding: 0 12px 10px;
  font-size: 12px;
  color: #484848; }
  .YQlink a {
    float: left;
    line-height: 24px;
    margin-right: 15px; }

.Brdnav {
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  font-size: 12px;
  color: #7d7d7d;
  background: #fff;
  margin-top: 2px; }

.Brdnav a {
  color: #7d7d7d; }

.Brdnav span {
  margin: 0 6px;
  font-family: initial; }

.art_wrap {
  overflow: hidden;
  background: #fff; }
  .art_wrap h1 {
    color: #1a1a1a;
    line-height: 24px;
    font-size: 18px;
    display: block;
    padding: 0 12px; }
  .art_wrap .info {
    padding: 5px 12px;
    font-size: 12px;
    color: #888;
    line-height: 24px; }
  .art_wrap .artcont {

    padding: 12px; }
    .art_wrap .artcont table, .art_wrap .artcont embed, .art_wrap .artcont iframe {
      max-width: 100%;
      margin: 0 auto; }
    .art_wrap .artcont p {
      margin: 10px 0;
      line-height: 32px;
      font-size: 16px;
    }
    .art_wrap .artcont img {
      width: initial;
      max-width: 100%;
      display: block;
      margin: 5px auto; }
    .art_wrap .artcont  a {
      color: #19abff;
      text-decoration: underline; }

.burger {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 999;
  width: 100vw;
  max-width: 768px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 6px;
  background: rgba(255, 255, 255, 0.98); }
  .burger .tit {
    margin: 0 12px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: 600;
    font-size: 16px; }
    .burger .tit span {
      margin-left: 4px;
      font-size: 12px;
      font-weight: normal; }
  .burger .item + .item {
    border-top: 6px solid #f0f0f0; }
  .burger .item {
    margin: 6px 0;
    padding: 6px 12px;
    overflow: hidden;
    background: #fff; }
    .burger .item a {
      width: 25%;
      text-align: center;
      display: block;
      float: left;
      margin: 6px 0;
      position: relative; }
      .burger .item a span {
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        font-size: 12px;
        color: #363636;
        background: #f8f8f8;
        border: 1px solid #ececec;
        border-radius: 16px;
        width: 90%;
        display: block;
        margin: 0 auto; }
    .burger .item a.hot::after {
      position: absolute;
      content: "";
      width: 20px;
      height: 14px;
      right: 10%;
      top: -7px;
      background: url(../images/icon_hot.png) no-repeat;
      background-size: 100% auto; }
    .burger .item a.on span {
      color: #0073e8;
      border-color: #0073e8; }
  .burger .clode_burger {
    width: 22px;
    height: 30px;
    background: url(../images/icon_arr2.png) no-repeat;
    background-size: 100%;
    margin: 16px auto 20px;
    cursor: pointer; }

/*page*/
.page {
  padding: 6px 12px 6px 6px;
  margin: 6px;
  border-radius: 5px;
  display: flex;
  position: relative; }
  .page span:before {
    display: block;
    content: '';
    position: absolute;
    right: 5px;
    top: 11px;
    width: 15px;
    height: 10px;
    background-size: auto  100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  .page &gt; a {
    flex: 1;
    margin: 6px 0 6px 6px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    background: #0073e8;
    text-align: center;
    color: #fff; }
  .page &gt; a:active, .page span .cbtn a:active {
    background: #ddd; }
  .page &gt; span {
    flex: 1;
    margin: 6px 0 6px 6px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #0073e8;
    color: #fff;
    font-size: 14px;
    position: relative; }
  .page &gt; span .cbtn {
    display: none;
    width: 100%;
    position: absolute;
    top: -62px;
    left: 0;
    z-index: 10;
    height: 92px;
    overflow-y: scroll;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px #bbb;
    -moz-box-shadow: 0 30 3px #bbb;
    box-shadow: 0 0 3px #bbb; }
  .page &gt; span .cbtn a {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 1px;
    float: left;
    width: 100%;
    background: #f6f6f6;
    font-size: 14px;
    color: #666; }

.basebox .morelist {
  margin: 12px;
  display: block;
  line-height: 36px;
  background: #F2F2F2;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  text-align: center;
}
.artcont table tr{ border:1px solid #000; }
.artcont table tr td{
  border:1px solid #000;
  display: table-cell;
  vertical-align: inherit;
}
.artcont table { border-spacing: 0;   border-collapse: collapse;}
.mtonglanwrap{width: 100%;height: auto;margin: 6px auto;position: relative;background: #f5f5f5;}
.mtonglanwrap .img,.mtonglanwrap .img img{display: block;height: auto;width: auto;margin: 0 auto;}
.mtonglanwrap .img img{width: 100%;}
.mtonglanwrap .mtonglan_close{position: absolute;right: 0;bottom: 6px;z-index: 2;width: 24px;height: 12px;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAUCAYAAADyWA/8AAABYUlEQVR42tXTPUvDUBTG8TMVFB10chIcxOBScZYugogobio6FK2DoIOTBTehWz+EgyC4iNJFHVycItgiDjooip38AuILNT7CM4TQJPfm9oL3wI+ScpL7J7QSBEFbaYOdSXiFFck4uHcPdkLXPXAAc5IyJuE5htczRo/CD1RD3/XD3+waheOzD7YSnPGgSsJOKebcfd7r2Qj3wHTe2pzpwSd8QC3knPc8QC3Gkk74JnRn1BWJHoBneAc/4obnNcGPUdIJXxfD4fN6oQ7fMCMc85+K/fACtKAoGGfC+cxx4bj0xk/hMsEVz3viday08DE+aNl2eJRp+ATDZ+WfTVr4NMMLroWvMdzr8Jl5+MqgqBpegRbkOtQc/e8cQllBlfurquFH8MJVG+GLivvDuuFNOHEmnIa4vO1aeJnLeYvhj+AruNUJv4c7rtkKv4ZjBRc64QuwYSl8BBowpbg/yP154fwCpDh6iruYyRQAAAAASUVORK5CYII=') no-repeat left; background-size:auto 100%;padding-right: 22px;color: #fff;font-size: 14px;text-indent: 32px;line-height: 11px;opacity: 0.8;}
.imgshow { display: none; background: rgba(0, 0, 0, 0.5); position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 2019521; }

.swiperbox { height: 100vh; z-index: 3; }

.swiperbox .swiper-container, .swiper-wrapper, .swiper-slide { height: 100% !important; }

.swiperbox img { width: initial; position: relative; z-index: 2; }

.swiper-zoom-container:before { width: 100%; height: 100%; content: ' '; position: absolute; z-index: 1; display: block; top: 0; left: 0; cursor: pointer; }

.imgshow .closebtn { position: absolute; z-index: 22; background: url(../images/newclose.png) no-repeat 11px 0px; width: 60px; height: 60px; bottom: 0 !important; top: initial; left: 10px; background-size: 40px; }</pre></body></html>