html {
    background-color: #dcf0f3;
    background-size: 100%;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
body {
    margin: 0 auto;
    max-width: 720px;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer{background-color: #f1f1f1;}

li{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
img{
    vertical-align: middle;
}
.p-all {
    padding: 0 .5rem .5rem .5rem;
    background-color: #f1f1f1;
}
.yy {background-color: #ffffff;}
.header {
    width: 100%;
    height: 47px;
    background-color: #ff0000;
    z-index: 999;
    background: -webkit-gradient(linear, 0 0, 0 50%, from(#1c9e1a), to(#04722f));
    line-height: 47px;
}
.header_logo img{
    height: 47px;
    margin: 0 0 0 5px;
}
.header_back{
    float: right;
    width: 50px;
    height: 33px;
    line-height: 33px;
    margin-right: 10px;
    margin-top: 8px;
    color: #fff;
    text-decoration: none;
    background-color: #1da5d9;
    text-align: center;
    border-radius: 8px;
    border: solid 0px #fff;
}
.header_back:hover{background-color:#FF0000;}
.change{
    font-size: 18px;
    color: #efff00;
}
.box{
    max-width: 720px;
    margin-top:5px;
}
.box-bg{
    background: linear-gradient(to right, #015bc8, #015bc8);
    border-radius: 12px;
}
.nav2 { width: 100%; max-width: 720px; margin: 0 auto; box-sizing: border-box; padding: 2px; font-size: 21px; background: #fff;}
.nav2 ul { padding: 2px 0; display: flex; justify-content: space-between;}
.nav2 ul li { width: 100%; box-sizing: border-box; padding: 0 2px;}
.nav2 ul li a { display: block; padding: 3px 0; text-align: center; color: #fff; border-radius: 50px; background: #015bc8;}
.nav2 ul li a:hover { background: #da183b;}
#nav2[data-fixed='fixed']{ position: fixed;	top:50px; left: 0; right: 0; margin: auto; z-index: 1000; box-shadow: 0 5px 10px rgba(0,0,0,.1);}
@media screen and (min-width:800px) {
    .nav2 { padding: 4px; font-size: 16px;}
    .nav2 ul { padding: 4px 0;}
    .nav2 ul li { padding: 0 4px;}
    .nav2 ul li a { padding: 5px 0; cursor: pointer;}
}

.nav-img { text-align: center; background: #000;}
.nav-img img { width: auto; height: 70px;}

@media screen and (max-width:800px) {
    .nav-img img { height: 70px;}
}
@media screen and (min-width:800px) {
    .nav2 { padding: 4px; font-size: 25px;}
    .nav2 ul { padding: 4px 0;}
    .nav2 ul li { padding: 0 4px;}
    .nav2 ul li a { padding: 5px 0; cursor: pointer;}
}


.box .bulian{
  background-color:#579be6;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  background-color: #00FF00;
  margin-bottom: 0;
}

.box .bulian li{
  padding: 10px  0;
  font-size: 15pt;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}

.nav2.fixed {
    position: fixed;
    top: 101px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 720px;
    width: 100%;
    border: none;
}

.nav2 a {
    display: inline-block;
    width: 100%;
    padding: 6px 0;
    font-weight: bold;
    text-decoration: none;
    color: #023b95;
    background: #fff;
    border: 1px solid #023b95;
    border-radius: 15px;
}
.nav2 .am {
    padding-left: 3px;
}

.nav2 .xg {
    padding-left: 3px;
}
.nav2 table {
    background: #fff;
    width: 100%;
    text-align: center;
}


.home-nav a.active {
    font-weight: bold;
}
.home-nav a.active {
    color: #fff;
    background: #00950b;
}

.home-nav .tam {
    padding-right: 3px;
}

.home-nav .thk {
    padding-left: 3px;
}


.tam img{
    width: 25px;
    margin-right: 8px;
    vertical-align: middle;
}
.thk img{
    width: 25px;
    margin-right: 8px;
    vertical-align: middle;
}



.nav2 a.active {
    font-weight: bold;
}

.nav2 a.active {
    color: #fff;
    background: #015bc8;
}



.tuijian ul li {
    padding-top: 8px;
    text-align: center;
    font-size: 21px;
}

.tuijian ul {
    padding: 0;
    background: #fff;
    border-radius: 12px;
}

.tuijian ul li a {
    display: block;
    height: 35px;
    line-height: 24px;
    padding: 12px 12px 0 8px;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: linear-gradient(to bottom, #fff, #eee);
    abox-shadow: 0 2px 3px rgba(0,0,0,.1);
    font-weight: bold;
}
.tuijian em {
    display: inline-block;
    padding: 1px 3px;
    border-radius: 3px;
    background: #06f;
    color: #fff;
    font-size: 16px;
    font-style: normal;
}

.tuijian i {
    display: inline-block;
    padding: 1px 3px;
    border-radius: 3px;
    background: #a6eecd;
    color: #b70909;
    font-size: 16px;
    font-style: normal;
}

.tuijian b {
    color: #f00;
}

@media screen and (max-width: 480px){
.tuijian em {font-size: 14px;}
.tuijian i {font-size: 14px;}
.tuijian ul li {font-size: 19px;}
}


@media screen and (max-width: 450px){
.tuijian em {font-size: 14px;}
.tuijian i {font-size: 14px;}
.tuijian ul li {font-size: 18px;}
}


@media screen and (max-width: 420px){
.tuijian em {font-size: 14px;}
.tuijian i {font-size: 14px;}
.tuijian ul li {font-size: 17px;}
}


@media screen and (max-width: 380px){
.tuijian em {font-size: 12.5px;}
.tuijian i {font-size: 12.5px;}
.tuijian ul li {font-size: 15.5px;}
}

@media screen and (max-width: 350px){
.tuijian em {font-size: 12px;}
.tuijian i {font-size: 12px;}
.tuijian ul li {font-size: 15px;}
}

@media screen and (max-width: 320px){
.tuijian em {font-size: 12px;}
.tuijian i {font-size: 12px;}
.tuijian ul li {font-size: 14px;}
}




.bg {
    background: linear-gradient(to right, #015bc8, #015bc8);
}
.br-12 {
    border-radius: 12px;
    overflow: hidden;
}
.pb-head {
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 425px){
.tzlb-content {
    font-size: 1.3rem;
}
}
@media (min-width: 375px){
.tzlb-content {
    font-size: 1.2rem;
}
}
.tzlb-content {
    font-size: 1.3rem;
    text-align: center;
    background: #fff;
}
.pb-content {
    background: #fff;
    padding: -0.5rem 1rem;
    font-size: 1.2rem;
}
.br-12 {
    border-radius: 12px;
    overflow: hidden;
}
.tzlb-content li {
    border-bottom: 1px solid #aaa;
    background: #fff;
    margin: 5px 0;
    border-radius: 5px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.pb-content li {
    padding: .3rem 0;
    border-bottom: 1px solid #ddd;
}
a {
    color: inherit;
    text-decoration: none;
}
.ci:nth-child(10n+1) b{
    color:#f0f;
}
.ci:nth-child(10n+2) b{
    color:#f00;
}
.ci:nth-child(10n+3) b{
    color:#008000;
}
.ci:nth-child(10n+4) b{
    color:#8800DD;
}
.ci:nth-child(10n+5) b{
    color:#f60;
}


.pb-tit {
    font-size: 1.4rem;
    color: #fff;
    padding-top: .5rem;
    font-semibold: 600;
    margin-bottom: .5rem;
}
.p-all {
    padding: 0 .5rem .5rem .5rem;
}
.ttttt{display:none;}
.lxlm-head{padding-left: 1rem;padding-right: 1rem}




.lxlm-qss{
  display:flex;align-items:center;width: 100%;overflow-x:auto;padding-bottom:.5rem;margin-bottom:0;margin-top:.5rem;
}
.lxlm-qss li{display:flex;margin-right:.5rem;}
.lxlm-qss li button{text-align:center;font-weight:bold;justify-content:center;align-items: center;width:5rem;padding:.35rem .5rem;border-radius:45px;font-size:.935rem;letter-spacing:1px;border: none;outline: none; /* 去除点击时的蓝色边框 */}


.lxlm-qs {
    display: flex
;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    padding-bottom: .5rem;
    margin-bottom: 0;
    margin-top: .5rem;
}
.lxlm-tit {
    font-size: 1.4rem;
    color: #fff;
    padding-top: .5rem;
    font-semibold: 600;
}
.lxlm-qs{
  display:flex;align-items:center;width: 100%;overflow-x:auto;padding-bottom:.5rem;margin-bottom:0;margin-top:.5rem;
}
.lxlm-qs li{display:flex;margin-right:.5rem;}
.lxlm-qs li button{text-align:center;font-weight:bold;justify-content:center;align-items: center;width:5rem;padding:.35rem .5rem;border-radius:45px;font-size:.935rem;letter-spacing:1px;background: rgb(44 185 44);color: #fff;border: none;outline: none; /* 去除点击时的蓝色边框 */}
.activate button{background: #ffffff !important;color: #000000!important;border: none;}
.hover-yes {background: #ffffff;color: #f00;}
.hover-no{background:#21c516;color:#fff}

lxlm-qss.hover-yes {
    background-color: #d0e0f0;
}
lxlm-qss.hover-yes {
    background: #ffffff;
    color: #000;
}
.dis {
    display: table;
}
.undis {
    display: none;
}
.qxtable .sx{
    color:red;
    font-size:20pt;
    text-decoration: none;
    font-weight: bold;
}
.qxtable text{
    color:red;
    font-size:17pt;
    font-weight: bold;
}
.qxtable .hm{
    color:#39e800;
    font-size:21pt;
    font-weight: bold;
}
.qxtable .b{
    color:#39e800;
    font-size:19pt;
    font-weight: bold;
}
.qxtable .jx{
    color:#ff0ef8;
    font-size:19pt;
    font-weight: bold;
}

.qxtable .ym{
    color:#00dcff;
    font-size:25pt;
    font-weight: bold;
}
.qxtable span{
    color:red;
}
.qxtable z{
    color:#ed00ff;
    font-size:12pt;
    font-weight: bold;
}

/* 1. Màn hình &#273;i&#7879;n tho&#7841;i siêu nh&#7887; (D&#432;&#7899;i 360px) */
@media (max-width: 359px) {

    .qxtable .sx {
        font-size: 1.1rem;  
    }
    .qxtable .hm {
        font-size: 1.2rem;
    }
    .qxtable .b {
        font-size: 1.1rem;
    }
    .qxtable .jx {
        font-size: 1rem;
    }
    .qxtable .ym {
        font-size: 1.4rem;
    }
}

/* 2. Màn hình &#273;i&#7879;n tho&#7841;i nh&#7887; (T&#7915; 360px &#273;&#7871;n 480px) */
@media (min-width: 360px) and (max-width: 480px) {

    .qxtable .sx {
        font-size: 1.5rem; 
    }
    .qxtable .hm {
        font-size: 1.5rem;
    }
    .qxtable .b {
        font-size: 1.3rem;
    }
    .qxtable .jx {
        font-size: 1.3rem;
    }
    .qxtable .ym {
        font-size: 2rem;
    }
}

/* 3. Màn hình &#273;i&#7879;n tho&#7841;i trung bình (T&#7915; 481px &#273;&#7871;n 600px) */
@media (min-width: 481px) and (max-width: 600px) {

    .qxtable .sx {
        font-size: 1.8rem; 
    }
    .qxtable .hm {
        font-size: 1.8rem;
    }
    .qxtable .b {
        font-size: 1.6rem;
    }
    .qxtable .jx {
        font-size: 1.6rem;
    }
    .qxtable .ym {
        font-size: 2.4rem;
    }
}

/* 4. Màn hình máy tính b&#7843;ng nh&#7887; (T&#7915; 601px &#273;&#7871;n 768px) */
@media (min-width: 601px) and (max-width: 768px) {

    .qxtable .sx {
        font-size: 2rem;
    }
    .qxtable .hm {
        font-size: 2rem;
    }
    .qxtable .b {
        font-size: 1.9rem;
    }
    .qxtable .jx {
        font-size: 1.9rem;
    }
    .qxtable .ym {
        font-size: 2.2rem;
    }
}




.mtbl{width:100%;border-collapse:separate;--tw-border-spacing-x: 0px;--tw-border-spacing-y: 0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y);text-align:center;--tw-text-opacity: 1;color:rgb(255 0 242 / var(--tw-text-opacity));word-break:break-word}
.mtbl tr:last-child td:first-child{border-bottom-left-radius:6px}
.mtbl tr:last-child td:last-child{border-bottom-right-radius:6px}
.mtbl td{padding:.375rem .25rem;line-height:22px;border-right:solid 1px #cece71;border-bottom:solid 1px #cece71}
.mtbl td:first-child{width:65px;text-align:center}
@media (min-width: 375px){.mtbl td:first-child{width:82px}}
@media (min-width: 425px){.mtbl td:first-child{width:90px}}
.mtbl td:first-child{border-left:solid 1px #cece71}
.mtbl td:last-child{width:55px;text-align:center}
@media (min-width: 375px){.mtbl td:last-child{width:55px}}
@media (min-width: 425px){.mtbl td:last-child{width:80px}}
.mtbl td:nth-child(2){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));font-size:.75rem;font-weight:500}
@media (min-width: 375px){.mtbl td:nth-child(2){font-size:1rem;line-height:1.5rem}}
b23-tbl.m td:nth-child(2){word-spacing:4px}
@media (max-width: 360px){.mtbl td:nth-child(2) p[style],.mtbl td:nth-child(2) div[style],.mtbl td:nth-child(2) span[style]{font-size:12px!important}}
.mtbl td:last-child,.mtbl td:first-child{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));font-size:10px;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}
@media (min-width: 375px){.mtbl td:last-child,.mtbl td:first-child{font-size:.875rem;line-height:1.25rem}}
@media (min-width: 425px){.mtbl td:last-child,.mtbl td:first-child{font-size:1rem;line-height:1.5rem}}
.mtbl td:last-child{font-weight:500}
@media (min-width: 375px){.mtbl td:last-child{font-size:1rem;line-height:1rem}}
.mtbl td.td1{font-size:1.1rem}
.mtbl td.td2{font-size:1.4rem;font-weight:bold}
.mtbl td.td2 span{color:red}
.mtbl td.td2 b{color:#00afff}

.mtbl .a{color: #ff0000;}
.mtbl .c{color: #7c027c;}
.mtbl .d{color: #080;}
.mtbl .e{color: #ffb100;}
.mtbl .g{color: #ff00f7;}
.mtbl .h{color: #a900ff;}
.mtbl .i{color: #ec6337}
.mtbl .j{color: #ec37d6}
.mtbl .k{color: #00adb4}
.mtbl .l{color: #b40053}
.mtbl .m{color: #a68304}


.qxtablee .sx{
    color:red;
    font-size:21pt;
    text-decoration: none;
    font-weight: bold;
}
.qxtablee text{
    color:red;
    font-size:18pt;
    font-weight: bold;
}
.qxtablee .hm{
    color:#39e800;
    font-size:22pt;
    font-weight: bold;
}
.qxtablee .b{
    color:#39e800;
    font-size:19pt;
    font-weight: bold;
}
.qxtablee .jx{
    color:#ff0ef8;
    font-size:19pt;
    font-weight: bold;
}

.qxtablee .ym{
    color:#00dcff;
    font-size:25pt;
    font-weight: bold;
}
.qxtablee span{
    color:red;
}
.qxtablee z{
    color:#ed00ff;
    font-size:12pt;
    font-weight: bold;
}

/* 1. Màn hình &#273;i&#7879;n tho&#7841;i siêu nh&#7887; (D&#432;&#7899;i 360px) */
@media (max-width: 359px) {

    .qxtablee .sx {
        font-size: 1.1rem;  
    }
    .qxtablee .hm {
        font-size: 1.2rem;
    }
    .qxtablee .b {
        font-size: 1.1rem;
    }
    .qxtablee .jx {
        font-size: 1rem;
    }
    .qxtablee .ym {
        font-size: 1.4rem;
    }
}

/* 2. Màn hình &#273;i&#7879;n tho&#7841;i nh&#7887; (T&#7915; 360px &#273;&#7871;n 480px) */
@media (min-width: 360px) and (max-width: 480px) {

    .qxtablee .sx {
        font-size: 1.5rem; 
    }
    .qxtablee .hm {
        font-size: 1.5rem;
    }
    .qxtablee .b {
        font-size: 1.3rem;
    }
    .qxtablee .jx {
        font-size: 1.3rem;
    }
    .qxtablee .ym {
        font-size: 2rem;
    }
}

/* 3. Màn hình &#273;i&#7879;n tho&#7841;i trung bình (T&#7915; 481px &#273;&#7871;n 600px) */
@media (min-width: 481px) and (max-width: 600px) {

    .qxtablee .sx {
        font-size: 1.8rem; 
    }
    .qxtablee .hm {
        font-size: 1.8rem;
    }
    .qxtablee .b {
        font-size: 1.6rem;
    }
    .qxtablee .jx {
        font-size: 1.6rem;
    }
    .qxtablee .ym {
        font-size: 2.4rem;
    }
}

/* 4. Màn hình máy tính b&#7843;ng nh&#7887; (T&#7915; 601px &#273;&#7871;n 768px) */
@media (min-width: 601px) and (max-width: 768px) {

    .qxtablee .sx {
        font-size: 2rem;
    }
    .qxtablee .hm {
        font-size: 2rem;
    }
    .qxtablee .b {
        font-size: 1.9rem;
    }
    .qxtablee .jx {
        font-size: 1.9rem;
    }
    .qxtablee .ym {
        font-size: 2.2rem;
    }
}




.riqi {
    font-size: 19pt;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.two-nav{
    width: 100%;
    max-width: 720px;
    border: 1px solid #2196F3;
    /* margin: 10px 0; */
    /*padding: 10px;*/
    margin-bottom: 10px;
}
.two-nav-item{
    line-height: 30px;
    padding-left: 30px;
    display: none;
    margin: 10px 0;
}
.one-nav-active{
    background: #2196f3;
    color: #fff !important;
}
.two-nav-item a{
    font-family: '寰蒋闆呴粦';
    font-weight: bold;
    color: #2196f3;
    text-align: center;
}
.two-item-flex{
    display: flex;
    flex-wrap: wrap;
}
.two-item-flex div{
    width: 50%;
    text-align: center;
}
.ymgg{ background: #ff0; font-family: '寰蒋闆呴粦';font-size: 13pt; color: #00f;font-weight: 700;line-height:1.2;text-align: center;}
.ymgg table { border-collapse: collapse;}
.ymgg table tr {}
.ymgg table td { padding: 0.4em 0; border: solid 1px #ccc;}
.ymgg table td img { vertical-align: middle;}
.ymgg-tit1 { color: #fff; background: #f00;}
.ymgg-tit2 { color: #ff0; background: #00f;}
.title{
    width: 100%;
    text-align: center;
    color:#fff;
    height: 38px;
    line-height: 38px;
    font-size:29px;
}


.bbs ul{padding:0;background:#fff;border-radius:12px;}
.bbs ul li{padding-top: 8px;text-align: center;font-size:21px;
}
.bbs ul li a {
    display: block;
    height: 35px;
    line-height: 24px;
    padding: 12px 12px 0 8px;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: linear-gradient(to bottom, #fff, #eee);
    abox-shadow: 0 2px 3px rgba(0,0,0,.1);
    font-weight: bold;
}
    
.bbs ul li a img{
    vertical-align: middle;
    margin-right: 3px;
}

.bbs ul li a b{ color:red;}
.bbs ul li a:after {
    content: '';
    display: inline-block;
    float: right;
    margin-top: 11px;
    width: 7px;
    height: 10px;
    background: url(../tu/arrow.png) no-repeat;
    background-size: 100% 100%;
}    
 .title {font-size: 26px;padding: 5px 0px 5px 0px;}
 .lxlm-tit {font-size: 24px;}

@media screen and (max-width: 660px){
 .title {font-size: 27px;}
 .lxlm-tit {font-size: 27px;}
 .bbs ul li{font-size:23px;}
.bbs ul li a {
    display: block;
    height: 35px;
    line-height: 24px;
    padding: 12px 12px 0 8px;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: linear-gradient(to bottom, #fff, #eee);
    abox-shadow: 0 2px 3px rgba(0,0,0,.1);
    font-weight: bold;
    
}
}
@media screen and (max-width: 505px){
.title {font-size: 24px;}
.lxlm-tit {font-size: 23px;}
.bbs ul li{font-size:21px;}
.bbs ul li a {
    display: block;
    height: 35px;
    line-height: 24px;
    padding: 12px 12px 0 8px;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: linear-gradient(to bottom, #fff, #eee);
    abox-shadow: 0 2px 3px rgba(0,0,0,.1);
    font-weight: bold;
}
}

@media screen and (max-width: 429px){
.title {font-size: 20px;}
.lxlm-tit {font-size: 22px;}

.bbs ul li{font-size:17px;}
.bbs ul li a {
    display: block;
    height: 35px;
    line-height: 24px;
    padding: 12px 12px 0 8px;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: linear-gradient(to bottom, #fff, #eee);
    abox-shadow: 0 2px 3px rgba(0,0,0,.1);
    font-weight: bold;
}
.bbs ul li a:after {
    content: '';
    display: inline-block;
    float: right;
    margin-top: 8px;
    width: 7px;
    height: 12px;
    background: url(../tu/arrow.png) no-repeat;
    background-size: 100% 100%;
}

}

@media screen and (max-width: 400px){
.title {font-size: 20px;}
.lxlm-tit {font-size: 21px;}

.bbs ul li{font-size:17px;}
.bbs ul li a {
    display: block;
    height: 35px;
    line-height: 24px;
    padding: 12px 12px 0 8px;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: linear-gradient(to bottom, #fff, #eee);
    abox-shadow: 0 2px 3px rgba(0,0,0,.1);
    font-weight: bold;
}
.bbs ul li a:after {
    content: '';
    display: inline-block;
    float: right;
    margin-top: 8px;
    width: 7px;
    height: 12px;
    background: url(../tu/arrow.png) no-repeat;
    background-size: 100% 100%;
}

}




@media screen and (max-width: 380px){
.title {font-size: 19px;}
.lxlm-tit {font-size: 20px;}
.bbs ul li{font-size:15px;}
.bbs ul li a {
    display: block;
    height: 35px;
    line-height: 27px;
    padding: 9px 12px 0 8px;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: linear-gradient(to bottom, #fff, #eee);
    abox-shadow: 0 2px 3px rgba(0,0,0,.1);
    font-weight: bold;
}
.bbs ul li a:after {
    content: '';
    display: inline-block;
    float: right;
    margin-top: 8px;
    width: 7px;
    height: 12px;
    background: url(../tu/arrow.png) no-repeat;
    background-size: 100% 100%;
}
}

@media screen and (max-width: 320px){
.title {font-size: 17px;}
.lxlm-tit {font-size: 18px;}
.bbs ul li{font-size:13px;}
.bbs ul li a {
    display: block;
    height: 22px;
    line-height: 8px;
    padding: 12px 12px 0 8px;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: linear-gradient(to bottom, #fff, #eee);
    abox-shadow: 0 2px 3px rgba(0,0,0,.1);
    font-weight: bold;
}

.bbs ul li a:after {
    content: '';
    display: inline-block;
    float: right;
    margin-top: 3px;
    width: 7px;
    height: 10px;
    background: url(../tu/arrow.png) no-repeat;
    background-size: 100% 100%;
}
}



 .qnzlw td {
    background: #fff;
    margin: 5px 0;
    border-radius: 0px;
}


.qnzlw {
    border-collapse: collapse;
    text-align: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    font-weight: bold;
    border-spacing: 0;
    border-radius: 12px;

} 


.konhgeam {
    margin-top: 0px;
}
.konhgexg {
    margin-top: 0px;
}



#am11 iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

.xuxiann {
    height: 0;
    margin: 0;
    padding: 0;
    border-top: 1px dashed #ccc;
}

.indexzl{
    border-collapse: collapse;
    text-align: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    color:#000;
    font-weight: bold;
    border-spacing: 0;
    border-radius: 12px;
}
.indexzl text{
    color:#800080;
}



.f{font-weight: bold;}

.indexzl b{
    color:#ff0000;
}



.tuzhibox {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.tuzhibox ul {
    padding: 2px;
    height: 80px;
    background: #fff;
}
.tuzhibox li {
    float: left;
    width: 33.333%;
    height: 40px;
    line-height: 36px;
    border: solid 2px #fff;
    box-sizing: border-box;
    cursor: pointer;
    background: #eee;
    border-radius: 8px;
}
.tuzhibox li.tuzhihover {
    color: #fff;
    background: #0a5cda;
}
.qnzl{
    width: 100%;
    padding: 0px;
}
.qnzl tr td {text-align: center;font-size: 20px;}

.qnzl tr td a {
    display: block;
    line-height: 50px;
    border: 1px solid #CCC;
    background: #FFF;
    border-radius: 5px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 0px 5px 0px;
}
.cont{
    padding: 5px;
    text-align: center;
    height: 150px;
    background: #fff;
}
.zzhla-tit {}
.zzhla-tit img { width: 100%; height: auto; vertical-align: top;}
#tabzzhla {}
#tabzzhla a {  text-decoration: none;}
#tabzzhla .zzhlamenu { width: 100%;  text-align: center; font-weight: bold; font-size: 18px; line-height:40px;}
#tabzzhla .zzhlamenu ul { display: flex; justify-content: space-between;}
#tabzzhla .zzhlamenu li { width: calc(33.33% - 0px); box-sizing: border-box; background: #eee; cursor: pointer;}
#tabzzhla .zzhlamenu li.hover { color: #fff;}
#tabzzhla .zzhlamenu li.hover span { display: block;}
#tabzzhla .zzhlamenu li.hover .zzhlaam { background: #090;}
#tabzzhla .zzhlamenu li.hover .zzhlaxg { background: #f00;}
#tabzzhla .zzhlamenu li.hover .zzhlatw { background: #00f;}
#tabzzhla .zzhlamenu li.hover .zzhlaxc { background: #FF00FF;}
#tabzzhla .zzhlabox {}
.zzhla-list { background: white;font-size: 16px;}

.zzhla-list ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.zzhla-list ul li { width: calc(50% - 5px); border-bottom: solid 1px #ddd; box-sizing: border-box;}
.zzhla-list ul li a { display: block; padding: 8px 5px; white-space: nowrap; overflow: hidden;color: black;text-align:center;}
@media screen and (max-width:800px){
#tabzzhla .zzhlamenu { font-size: 16px; line-height:36px;}
#tabzzhla .zzhlamenu li { width: calc(33.33% - 0px);}
.zzhla-list { font-size: 15px;}
.zzhla-list ul li { width: 100%;}
.zzhla-list ul li a { padding: 8px 5px;}
}
.zzhla-list a {
    font-size: large;
}
.msmjksm { font-size: 18px; font-weight: bold; color: #00f!important; border-collapse: collapse; background: #fff;}
.msmjksm a { color: #00f!important;}
.msmjksm td { padding: 3px 0; text-align: center; border: solid 2px #cae2f8;}
@media screen and (max-width:640px){ 
.msmjksm { font-size: 12px;}
}
.zltop{
    color: #666;
    background: #74d933;
    border-bottom: 1px solid #dedede;
    padding: 8px;
    border-radius: 12px 12px 0 0;
}

.zltop h3{
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000;
}
.zltop2{
    margin-top: 6px;
    font-size: 15px;
    font-weight: bold;
}
.zlzz{
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #FF0000;
    border-radius: 5px;
    color: #fff;
    margin-left:5px;
}
.zlpj{
    color: #999;
    font-size: 13px;
    font-weight: normal;
}
.zlmain{
    background: #fff;
}
.zlwxts{
    width: 100%;
    border-bottom: 1px solid #dedede;
    font-size: 13px;
    margin-bottom: 5px;
}
.zltab{background-color:#fff;color:#000;font-size:16px;padding:5px 0px}
.zltab tr{height:30px;font-weight: bold;}
#tanxpg-black { display:none; background: rgba(0,0,0,.2); width:100%; height:100%; overflow:hidden; _position:relative; position: fixed; z-index:10000;left: 0px;top: 0px;}
#gsgl-black { display:table; background: rgba(0,0,0,.2); width:100%; height:100%; overflow:hidden; _position:relative; position: fixed; z-index:10000;left: 0px;top: 0px;}
@media screen and (min-width: 320px) {#gsgl-out {font-size: 14px; line-height: 20px;}}
@media screen and (min-width: 360px) {#gsgl-out {font-size: 14px; line-height: 20px;}}
@media screen and (min-width: 400px) {#gsgl-out {font-size: 16px; line-height: 24px;}}
@media screen and (min-width: 440px) {#gsgl-out {font-size: 16px; line-height: 24px;}}
@media screen and (min-width: 480px) {#gsgl-out {font-size: 16px; line-height: 24px;}}
@media screen and (min-width: 640px) {#gsgl-out {font-size: 16px; line-height: 24px;}}
#gsgl-out { vertical-align:middle; display:table-cell; text-align:center; _position: fixed; _top:50%; _left:50%;}
#gsgl-out p { margin: 0 auto;} 
#gsgl-out img { border: 0;}
#gsgl-con { color: #444; background: #fff; border-radius: 5px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,.2); display:inline-block; _position:relative; _top:-50%; _left:-50%;} 
.gsgl-tit { line-height: 1.5em; padding: 0.5em 0.7em; font-size: 16px; font-weight: bold; text-align: left; background: #f5f5f5;}
.gsgl-tit img { width: 26px; height: 26px; vertical-align: text-bottom; margin-right: 10px;}
.gsgl-close { float: right;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    cursor: pointer;
    background: red;
    border-radius: 5px;
    padding: 0 5px 0 5px;
    color: #fff;}
.gsgl-close:hover { background-position: 0 -34px;}
.gsgl-box { text-align: left; padding: 10px;}
.gsgl-box img { max-width: 100%; height: auto;}
.gsgl123-box { text-align: left; padding: 10px;}
.gsgl123-box img { max-width: 100%; max-height: 500px;height: auto; }
.gs-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    padding: 8px 0px;
}
.gs-grid-g{
    height: 250px;
    overflow: hidden;
    position: relative;
    padding: 0px 10px 30px 10px;
}
.gs-grid img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    box-shadow: 1px 1px 5px rgb(65, 63, 63);
}
.gs-grid-g p {
    color: #000;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(247, 241, 241, 0.7);
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
}
.djtp{
    font-size: 14pt;
    font-weight: bold;
    color: #2aff00;
}
.footkj{
    position: fixed;
    bottom: 0;
    z-index: 1001;
    height: 66px;
    width: 100%;
    max-width: 720px;
    border-radius: 6px 6px 0 0;
}


.box-ziliao {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 720px;
    text-align: center;
    border-color: rgb(186, 243, 248);
}
.box-ziliao tr {
    height: 40px;
    background: #fff;
    color: #000;
    width: 100%;
    max-width: 720px;
    font-size: 1rem;
    font-weight: bold;
}
.box-ziliao td {
    border: 1px solid #1c9e1a;
}
.box-ziliao span {
    color: red;
    font-size: 1.1rem;
}

#shengxiaobiao {
      height: 1375px;
 }


@media screen and (max-width: 580px){

#shengxiaobiao {
      height: 1525px;
    }
 }
@media screen and (max-width: 480px){ 
  #shengxiaobiao {
      height: 1485px;
    }
}
@media screen and (max-width: 320px){

 #shengxiaobiao {
      height: 1670px;
    }
 }
 





 .sqsnm td {
    border-bottom: 1px solid #aaa;
    background: #fff;
    margin: 5px 0;
    border-radius: 0px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px 0px 5px 0px;
}


.sqsnm  {
    border-radius: 12px;
}
.sqsnm {
    border-collapse: collapse;
    text-align: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    font-weight: bold;
    border-spacing: 0;
    border-radius: 12px;
} 
.sqsnm  heise{
    color: #000;
}

.sqsnm .ys{color: #ff0000;font-size: 19pt;}  
.sqsnm td{font-size: 17pt;}  
.sqsnm b{color: #ff0000;}


 .indexzl td {
    border-bottom: 1px solid #aaa;
    background: #fff;
    margin: 5px 0;
    border-radius: 0px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px 0px 5px 0px;
}


.index td {
    border-bottom: 1px solid #aaa;
    background: #fff;
    margin: 5px 0;
    border-radius: 0px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px 0px 5px 0px;

}

.index {
    border-collapse: collapse;
    text-align: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    font-weight: bold;
    border-spacing: 0;
    border-radius: 12px;

} 
.index  heise{
    color: #000;
}

.index td{font-size: 16pt;}  
.index .zt{font-size: 20pt;color: #ff0000;}  
.index b{color: #ff0000; }
 

.ssm  heise{color: #000;}




 .indexzll td {
    border-bottom: 1px solid #aaa;
    background: #fff;
    margin: 5px 0;
    border-radius: 0px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px 0px 5px 0px;
}


.indexzll {
    border-collapse: collapse;
    text-align: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    font-weight: bold;
    border-spacing: 0;
    border-radius: 12px;

} 

 .indexeq td {
    border-bottom: 1px solid #aaa;
    background: #fff;
    margin: 5px 0;
    border-radius: 0px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px 0px 5px 0px;
}


.indexeq {
    border-collapse: collapse;
    text-align: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    font-weight: bold;
    border-spacing: 0;
    border-radius: 12px;

} 
 .sqbc td {
    border-bottom: 1px solid #aaa;
    background: #fff;
    margin: 5px 0;
    border-radius: 0px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px 0px 5px 0px;
}



.gghh a {
    height: 35px;
    line-height: 31px;
    border: solid 1px #ddd;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #eee;
    background-image: linear-gradient(to top, #fff, #eee, #fff);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: block;
    font-weight: bold;
    color: #000;
} 
.gghh {
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
} 

.gghh li img {
    height: 22px;
    width: 22px;
    margin-top: -4px;
}

.gghh li b {
    color: #ff0000;

}
.gghh li {
    padding: 3px 3px;
    border-radius: 0px;
    background-color: #fff;
    font-size: 22px;
}


@media screen and (max-width: 580px){
.gghh li {
    font-size: 22px;
}

}

@media screen and (max-width: 480px){
.gghh li {
    font-size: 19px;
}

}

@media screen and (max-width: 380px){
.gghh li {
    font-size: 18px;
}

}
@media screen and (max-width: 350px){
.gghh li {
    font-size: 17px;
}

}

@media screen and (max-width: 320px){
.gghh li {
    font-size: 16px;
}


}

.sqbc {
    border-collapse: collapse;
    text-align: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    font-weight: bold;
    border-spacing: 0;
    border-radius: 12px;
} 

.sqbc b{color: #ff0000;}

.esem td {
    border-bottom: 1px solid #aaa;
    background: #fff;
    margin: 5px 0;
    border-radius: 0px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px 0px 5px 0px;
}


.gghh a {
    height: 35px;
    line-height: 31px;
    border: solid 1px #ddd;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #eee;
    background-image: linear-gradient(to top, #fff, #eee, #fff);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: block;
    font-weight: bold;
    color: #000;
} 
.gghh {
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
} 

.gghh li img {
    height: 22px;
    width: 22px;
    margin-top: -4px;
}

.gghh li b {
    color: #ff0000;

}
.gghh li {
    padding: 3px 3px;
    border-radius: 0px;
    background-color: #fff;
    font-size: 22px;
}


@media screen and (max-width: 580px){
.gghh li {
    font-size: 22px;
}

}

@media screen and (max-width: 480px){
.gghh li {
    font-size: 19px;
}

}

@media screen and (max-width: 380px){
.gghh li {
    font-size: 18px;
}

}
@media screen and (max-width: 350px){
.gghh li {
    font-size: 17px;
}

}

@media screen and (max-width: 320px){
.gghh li {
    font-size: 16px;
}


}

.esem {
    border-collapse: collapse;
    text-align: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    font-weight: bold;
    border-spacing: 0;
    border-radius: 12px;
} 


.tupian img {width: 100%;}  



.indexqq {
    border-collapse: collapse;
    text-align: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    font-weight: bold;
    border-spacing: 0;
    border-radius: 12px;

} 
 .indexqq td {
    border-bottom: 1px solid #aaa;
    background: #fff;
    margin: 5px 0;
    border-radius: 0px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px 0px 5px 0px;
}


.indexzl tr{height: 38px;}
.indexzl td{font-size:25px;}
.indexqq b{color: #ff0000;}
.indexqq td{font-size: 19pt;} 
.dssxi td{font-size: 27px}
.dssxi .zt{font-size: 27px;color: #ff0000;}
.sqbc .zt{color: #ff0000;font-size: 23pt;}
.sqbc td{font-size: 16pt;}  
.indexzll .zt{font-size:26px;color: #ff0000;}
.indexzll .td{font-size:23px}
.indexzll .td b{font-size:23pxcolor: #ff0000;}
.indexeq span{color: #ff0000;font-size: 16pt;}
.indexeq b{color: #ff0000;}



@media screen and (max-width: 660px){
    .qnzl tr td {text-align: center;font-size: 20px;}
    .riqi {font-size: 13pt;line-height:49px;}
    .indexzl td{font-size:25px}
    .indexzll .zt{font-size:23px;color: #ff0000;}
    .indexzll .td{font-size:27px}
    .sqsnm td{font-size:23px}
    .sqsnm .ys{color: #ff0000;font-size: 20pt;}  
    .indexeq td{font-size:26px}
    .indexeq span{color: #ff0000;font-size: 22pt;}
    .sqbc .zt{color: #ff0000;font-size: 26pt;}
    .sqbc td{font-size: 17pt;}  
    .indexqq td font{font-size: 20pt;} 
    .indexqq td{font-size: 21pt;} 
    .dssxi td{font-size: 28px}
    .dssxi .zt{font-size: 28px;color: #ff0000;}
    .essm td{font-size: 25px}
    .sqsnm td{font-size: 18pt}  
    .index td{font-size: 18pt}  
    .index .zt{font-size: 22pt;color: #ff0000;}  
    .qx td{font-size:24px}
    
}



@media screen and (max-width: 580px){
    .qnzl tr td {text-align: center;font-size: 21px;}
    .riqi {font-size: 12pt;line-height:48px;}
    .indexzl td{font-size:21px}
.indexzll .zt{font-size:27px;color: #ff0000;}
.indexzll .td{font-size:24px}
    .sqsnm td{font-size:19px}
    .sqsnm .ys{color: #ff0000;font-size: 18pt;}  
    .indexeq td{font-size:23px}
    .indexeq span{color: #ff0000;font-size: 17pt;}
    .sqbc .zt{color: #ff0000;font-size: 23pt;}
    .sqbc td{font-size: 14pt;}  
    .indexqq td font{font-size: 18pt;} 
    .indexqq td{font-size: 17pt;} 
    .dssxi td{font-size: 25px}
    .dssxi .zt{font-size: 25px;color: #ff0000;}
    .essm td{font-size: 21px}
    .sqsnm td{font-size: 16pt}  
    .index td{font-size: 15pt}  
    .index .zt{font-size: 20pt;color: #ff0000;}  
    .qx td{font-size:21px}
    
}

@media screen and (max-width: 505px){
    .qnzl tr td {text-align: center;font-size: 20px;}
    .riqi {font-size: 11pt;line-height:47px;}
    .indexzl td{font-size:22px}
.indexzll .zt{font-size:28px;color: #ff0000;}
.indexzll .td{font-size:25px}
    .sqsnm td{font-size:19px}
    .sqsnm .ys{color: #ff0000;font-size: 16pt;}  
    .indexeq td{font-size:21px}
    .indexeq span{color: #ff0000;font-size: 18pt;}
    .sqbc .zt{color: #ff0000;font-size: 24pt;}
    .sqbc td{font-size: 15pt;}  
    .indexqq td font{font-size: 18pt;} 
    .indexqq td{font-size: 18pt;} 
    .dssxi td{font-size: 25px}
    .dssxi .zt{font-size: 25px;color: #ff0000;}
    .essm td{font-size: 21px}
    .sqsnm td{font-size: 15pt}  
    .index td{font-size: 15pt}  
    .index .zt{font-size: 20pt;color: #ff0000;}  
    .qx td{font-size:21px}
}

@media screen and (max-width: 480px){
    .qnzl tr td {text-align: center;font-size: 19px;}
    .riqi {font-size: 11pt;line-height:47px;}
    .indexzl td{font-size:20px}
.indexzll .zt{font-size:27px;color: #ff0000;}
.indexzll .td{font-size:24px}
    .sqsnm td{font-size:18px}
    .sqsnm .ys{color: #ff0000;font-size: 15pt;}  
    .indexeq td{font-size:20px}
    .indexeq span{color: #ff0000;font-size: 17pt;}
    .sqbc .zt{color: #ff0000;font-size: 23pt;}
    .sqbc td{font-size: 15pt;}  
    .indexqq td font{font-size: 17pt;} 
    .indexqq td{font-size: 17pt;} 
    .dssxi td{font-size: 24px}
    .dssxi .zt{font-size: 24px;color: #ff0000;}
    .essm td{font-size: 20px}
    .sqsnm td{font-size: 14.5pt}  
    .index td{font-size: 14.5pt}  
    .index .zt{font-size: 19pt;color: #ff0000;}  
    .qx td{font-size:20px}
}

@media screen and (max-width: 429px){
    .qnzl tr td {text-align: center;font-size: 18.5px;}
    .riqi {font-size: 10pt;line-height:47px;}
    .indexzl td{font-size:17px}
    .indexzl .zt{font-size: 20pt;color: #ff0000;}
.indexzll .zt{font-size:27px;color: #ff0000;}
.indexzll .td{font-size:24px}
    .sqsnm td{font-size:18px}
    .sqsnm .ys{color: #ff0000;font-size: 15pt;}  
    .indexeq td{font-size:22px}
    .indexeq span{color: #ff0000;font-size: 17pt;}
    .sqbc .zt{color: #ff0000;font-size: 23pt;}
    .sqbc td{font-size: 14pt;}  
    .esem td{font-size: 16pt;}  
    .indexqq td font{font-size: 17pt;} 
    .indexqq td{font-size: 17pt;}
    .dssxi td{font-size: 24px}
    .dssxi .zt{font-size: 24px;color: #ff0000;}
    .essm td{font-size: 19px}
    .sqsnm td{font-size: 14pt}  
    .index td{font-size: 14pt}  
    .index .zt{font-size: 19.5pt;color: #ff0000;}  
    .qx td{font-size:19px}
    
}

@media screen and (max-width: 400px){
    .qnzl tr td {text-align: center;font-size: 18px;}
    .riqi {font-size: 9pt;line-height:46px;}
    .indexzl td{font-size:16px}
    .indexzl .zt{font-size: 19pt;color: #ff0000;}
    .indexzll .zt{font-size:26px;color: #ff0000;}
    .indexzll .td{font-size:23px}
    .sqsnm td{font-size:17px}
    .sqsnm .ys{color: #ff0000;font-size: 14pt;}  
    .indexeq td{font-size:21px}
    .indexeq span{color: #ff0000;font-size: 16pt;}
    .sqbc .zt{color: #ff0000;font-size: 22pt;}
    .sqbc td{font-size: 13pt;}  
    .esem td{font-size: 15pt;}  
    .indexqq td font{font-size: 16pt;} 
    .indexqq td{font-size: 16pt;}
    .dssxi td{font-size: 23px}
    .dssxi .zt{font-size: 23px;color: #ff0000;}
    .essm td{font-size: 18px}
    .sqsnm td{font-size: 13pt}  
    .index td{font-size: 13pt}  
    .index .zt{font-size: 18.5pt;color: #ff0000;}  
    .qx td{font-size:18px}
}


@media screen and (max-width: 380px){
    .qnzl tr td {text-align: center;font-size: 15px;}
    .riqi {font-size: 10pt;line-height:45px;}
    .indexzl td{font-size:18px;}
    .sqsnm td{font-size:16px;}
    .sqsnm .ys{color: #ff0000;font-size: 13pt;}  
    .indexzll .zt{font-size:21px;color: #ff0000;}
    .indexzll .td{font-size:21px}
    .indexeq td{font-size:18px}
    .indexeq span{color: #ff0000;font-size: 16pt;}
    .sqbc .zt{color: #ff0000;font-size: 19pt;}
    .sqbc td{font-size: 13pt;}  
    .indexqq td font{font-size: 15pt;} 
    .indexqq td{font-size: 15pt;}
    .dssxi td{font-size: 20px}
    .dssxi .zt{font-size: 20px;color: #ff0000;}
    .essm td{font-size: 18px}
    .sqsnm td{font-size: 14pt}  
    .index td{font-size: 14pt}  
    .index .zt{font-size: 18pt;color: #ff0000;}  
    .qx td{font-size:16px}
    
}


@media screen and (max-width: 320px){
    .qnzl tr td {text-align: center;font-size: 14px;}
    .riqi {font-size: 9pt;line-height:44px;}
    .indexzl td{font-size:16px;}
    .sqsnm td{font-size:16px;}
    .sqsnm .ys{color: #ff0000;font-size: 13pt;}  
.indexzll .zt{font-size:20px;color: #ff0000;}
.indexzll .td{font-size:18px}
    .indexeq td{font-size:18px}
    .indexeq span{color: #ff0000;font-size: 15pt;}
    .sqbc .zt{color: #ff0000;font-size: 19pt;}
    .sqbc td{font-size: 12pt;}  
    .indexqq td font{font-size: 14pt;} 
    .indexqq td{font-size: 14pt;} 
    .dssxi td{font-size: 20px}
    .dssxi .zt{font-size: 20px;color: #ff0000;}
    .essm td{font-size: 15px}
    .sqsnm td{font-size: 13pt}  
    .index td{font-size: 13pt}  
    .index .zt{font-size: 17pt;color: #ff0000;}  
    .qx td{font-size:17px}
    
}