@charset "utf-8";

td {
    border: 1px solid rgb(33,90,107);
    height: 40px;
    font-size: 16pt;
}

@media screen and (max-width: 610px) {
    td {
        height: 30px;
        font-size: 11pt;
    }
}

.header.index-header {
    height: 98px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    max-width: 720px;
    background: rgb(33,90,107);
    background: linear-gradient(164deg, rgba(247,141,109,1) 0%, rgba(250,190,59,1) 50%, rgba(255,127,28,1) 100%);
}

    .header .logo-box {
        height: 50px;
    }

    .header .logo {
        float: left;
        height: 50px;
        margin-left: 0px;
    }

        .header .logo .logo-img {
            width: 208px;
            height: 50px;
        }

    .header .bank {
        float: right;
        position: relative;
        width: 80px;
        height: 50px;
    }

        .header .bank img {
            display: block;
            width: 75px;
            height: 50px;
            margin: 0 auto;
        }

        .header .bank a {
            display: block;
            color: #000;
            font-size: 12pt;
            text-align: center;
            padding-top: 14px;
        }

.nav {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    border-top: 1px solid #000;
}

.box {
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
    background: rgb(33,90,107);
    background: linear-gradient(164deg, rgba(247,141,109,1) 0%, rgba(250,190,59,1) 50%, rgba(255,127,28,1) 100%);
}

.nullbox {
    height: 100px;
}

.dbt img {
    margin-top: 98px;
    margin-bottom: -8px;
}

/*content*/
.subnav {
    border-radius: 5px;
    padding: 5px 0;
    background: #e5f3ff;
    overflow: hidden;
}

    .subnav a {
        display: block;
        float: left;
        width: 20%;
        text-align: center;
        font-size: 12pt;
        color: #000;
        font-weight: bold;
        text-shadow: 0px 2px 1px #ff9c00;
    }

        .subnav a img {
            display: block;
            width: 80px;
            height: 80px;
            margin: 0 auto 2px;
            animation-duration: 1s;
            animation-fill-mode: both;
        }

        .subnav a:nth-child(1) img, .subnav a:nth-child(2) img {
            animation-name: fadeInLeft;
        }

        .subnav a:nth-child(3) img {
            animation-name: bounceInDown;
        }

        .subnav a:nth-child(4) img, .subnav a:nth-child(5) img {
            animation-name: fadeInRight;
        }

.ggimg {
    margin: 5px 0;
}

    .ggimg a img {
        width: 60px;
        height: 60px;
    }

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: none
    }
}

.subnav a:hover {
    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pad {
    padding: 4px 4px;
}

.padt {
    padding: 4px 4px 1px 4px;
}

.xjbox {
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
    background: #000;
}

.gg {
    color: #000;
    table-layout: fixed;
}

    .gg tr {
        height: 25px;
    }

    .gg th, .gg td {
        padding: 4px 6px;
    }

    .gg th {
        font-size: 20pt;
        text-align: center;
        border-bottom: 1px solid #000;
        text-shadow: 1px 4px 1px #b99b5f;
    }

    .gg td {
        height: 42px;
        overflow: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid #e5f3ff;
        font-size: 18pt
    }

        .gg td a {
            display: block;
            color: #000;
            font-weight: bold;
            overflow: hidden;
            white-space: nowrap;
            overflow: hidden;
        }

.qxtable {
    color: #000;
    background: #fff;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}

    .qxtable tr {
        height: 30px;
    }

    .qxtable th, .qxtable td {
        border: 1px solid #fff;
    }

    .qxtable th {
        font-size: 18px;
        background: #fff89c;
        text-align: center;
        color: red;
    }

    .qxtable td {
        text-overflow: ellipsis;
        font-size: 26px;
    }

    .qxtable .xz {
        font-size: 34px;
    }

    .qxtable .xz1 {
        font-size: 20px;
    }

    .qxtable .xz2 {
        font-size: 30px;
    }

    .qxtable .xz3 {
        font-size: 38px;
    }

    .qxtable.left {
        text-align: left;
    }

        .qxtable.left th {
            text-align: left;
        }

    .qxtable.yxym {
        table-layout: auto;
        word-wrap: break-word;
        word-break: break-all;
        /*background:#fff url(../images/tjl.png) center center no-repeat;*/
    }

        .qxtable.yxym td {
            font-size: 18pt;
        }

        .qxtable.yxym tr td:nth-child(1) {
            background: #e6d3f1;
            width: 26%;
        }

        .qxtable.yxym tr td:nth-child(3) {
            background: #e6d3f1;
            width: 18%;
        }

        .qxtable.yxym tr td:nth-child(2) {
            background: #f7f7f7;
            width: 56%;
            font-size: 28px;
        }

    .qxtable .jx {
        font-size: 22px;
    }

.list-title {
    height: 28px;
    line-height: 23px;
    font-size: 16pt;
    text-align: center;
    border-bottom: 1px solid #738e9f;
    background: rgb(33,90,107);
    background: linear-gradient(164deg, rgba(247,141,109,1) 0%, rgba(250,190,59,1) 50%, rgba(255,127,28,1) 100%);
    color: #000;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.riqi {
    font-size: 19pt;
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
}

.haoju {
    font-size: 20pt;
    text-align: center;
    font-weight: bold;
    padding: 3px 0px;
}

#yxym .list-title {
    text-shadow: 0px 0px 10px #e5e5e5;
}

ul {
    margin: 1px;
}

.post-list {
    text-align: center;
}

.post-list-tit-pic {
    margin-bottom: 6px
}

.post-list li {
    padding: 3px 3px;
    border-radius: 0px;
    background-color: #fff;
}

.post-list a {
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    /*background: #eee url('../../../../linear-gradient(to%20top,%20#fff, #eee, #fff');*/
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 4px;
    /*background-image: url('../../../../linear-gradient(to%20top,%20#fff, #eee, #fff')*/
}

    .post-list a .ci {
        font-size: 26px;
    }

.guanggao {
    table-layout: auto;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #d490e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff, endcolorstr=#99ffffff);
}

    .guanggao tr {
        height: 33px;
    }

    .guanggao img {
        width: 100%;
        height: 45px;
    }

    .guanggao a {
        font-size: 16pt;
        color: #000;
    }

    .guanggao td {
        font-weight: bold;
        border: 0px;
        solid: #636262;
        width: 100%;
        text-align: left;
        white-space: nowrap;
    }

.gongshi {
    color: #000;
    table-layout: fixed;
}

    .gongshi tr {
        height: 25px;
    }

    .gongshi th, .gongshi td {
        padding: 5px 2px;
    }

    .gongshi th {
        font-size: 20pt;
        text-align: center;
        border-bottom: 1px solid #000;
        text-shadow: 1px 4px 1px #b99b5f;
    }

    .gongshi td {
        height: 22px;
        overflow: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border: 1px solid #efe8e8;
        font-size: 18pt;
        text-align: center;
    }

        .gongshi td a {
            display: block;
            color: #0000FF;
            font-weight: bold;
            overflow: hidden;
            white-space: nowrap;
            overflow: hidden;
        }

.duilianpt {
    table-layout: auto;
    color: #FF0000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

    .duilianpt tr {
        height: 30px;
    }

    .duilianpt td {
        font-weight: bold;
        border: 1px solid #C0C0C0;
        font-size: 18pt;
    }

    .duilianpt th {
        font-weight: bold;
        border: 1px solid #C0C0C0;
        font-size: 18pt;
    }

    .duilianpt .zl {
        font-size: 20pt;
    }

.duilianpt1 {
    table-layout: auto;
    color: #FF0000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

    .duilianpt1 tr {
        height: 30px;
    }

    .duilianpt1 td {
        font-weight: bold;
        border: 1px solid #C0C0C0;
        font-size: 18pt;
    }

    .duilianpt1 .zl {
        font-size: 22pt;
    }

    .duilianpt1 th {
        font-weight: bold;
        border: 1px solid #C0C0C0;
        font-size: 17pt;
    }

.pnzl {
    table-layout: auto;
    color: #000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #f5f5f5;
}

    .pnzl tr {
        height: 32px;
    }

    .pnzl td {
        font-weight: bold;
        border: 1px solid #fff;
        width: 33.3%;
        font-size: 12pt;
    }

    .pnzl a {
        color: #000;
    }

.copyright {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    color: #000;
}

.xjct {
    /*background-image: url('../../../../linear-gradient(to%20right,%20#a69df3, #b3adec, #a9a1ea, #b0a8f1, #bab4f3, #a9a2f1, #a69df3');*/
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99bdb657, endcolorstr=#99bdb657)
}

.xjct {
    line-height: 1.75;
    font-size: 16px;
    background: #fff;
}

    .xjct th {
        color: #fff;
        border: dashed 1px #c0c0c0;
        background: #ac6767;
    }

    .xjct td {
        text-align: center;
        border: dashed 1px #c0c0c0;
    }

.xjct-pic {
    background: #a6b796;
}


@media screen and (max-width: 610px) {
    .riqi {
        font-size: 15pt;
    }

    .haoju {
        font-size: 18pt;
    }

    .pad {
        padding: 2px 2px;
    }

    .padt {
        padding: 2px 2px 0.1px 2px;
    }

    #yxym .list-title {
        font-size: 20px;
    }

    .duilianpt td {
        font-size: 15pt;
    }

    .duilianpt .zl {
        font-size: 17pt;
    }

    .duilianpt th {
        font-size: 14pt;
    }

    .duilianpt1 td {
        font-size: 16pt;
    }

    .duilianpt1 .zl {
        font-size: 19pt;
    }

    .duilianpt1 th {
        font-size: 14pt;
    }

    .qxtable td {
        font-size: 20px;
    }

    .qxtable .xz {
        font-size: 26px;
    }

    .qxtable .xz1 {
        font-size: 18px;
    }

    .qxtable .xz2 {
        font-size: 24px;
    }

    .qxtable .xz3 {
        font-size: 30px;
    }

    .listtable td {
        font-size: 13pt;
    }

    .qxtable.yxym td {
        font-size: 12pt;
    }

    .post-list a {
        font-size: 21px
    }

    .gg td {
        font-size: 16pt
    }
}

@media screen and (max-width: 505px) {
    .pad {
        padding: 2px 2px;
    }

    #yxym .list-title {
        font-size: 18px;
    }

    .riqi {
        font-size: 12pt;
    }

    .haoju {
        font-size: 15pt;
    }

    .box, .subnav, .xjbox {
        margin: 3px 0px;
    }

        .subnav a {
            font-size: 11pt;
        }

            .subnav a img {
                width: 60.8px;
                height: 60.8px;
            }

    .ggimg a img {
        width: 40px;
        height: 40px;
    }

    .qxtable.yxym td {
        font-size: 18px;
    }

    .qxtable.yxym tr td:nth-child(2) {
        font-size: 24px;
    }

    .qxtable .jx {
        font-size: 19px;
    }

    .guanggao img {
        width: 100%;
        height: 33px;
    }

    .guanggao a {
        font-size: 12pt;
    }

    .gongshi td {
        font-size: 16pt;
    }

    .duilianpt td {
        font-size: 14pt;
    }

    .duilianpt .zl {
        font-size: 16pt;
    }

    .duilianpt th {
        font-size: 13pt;
    }

    .duilianpt1 td {
        font-size: 16pt;
    }

    .duilianpt1 .zl {
        font-size: 18pt;
    }

    .duilianpt1 th {
        font-size: 13pt;
    }

    .pnzl td {
        font-size: 13pt;
    }

    .qxtable td {
        font-size: 18px;
    }

    .qxtable .xz {
        font-size: 26px;
    }

    .qxtable .xz1 {
        font-size: 16px;
    }

    .qxtable .xz2 {
        font-size: 20px;
    }

    .qxtable .xz3 {
        font-size: 30px;
    }

    .post-list a {
        font-size: 19px
    }

        .post-list a .ci {
            font-size: 24px;
        }

    .gg td {
        font-size: 15pt
    }

        .gg td a {
            text-align: left;
        }
}

@media screen and (max-width: 429px) {
    .haoju {
        font-size: 14pt;
    }

    .qxtable td {
        font-size: 17px;
    }

    .qxtable .xz1 {
        font-size: 15px;
    }

    .qxtable .xz2 {
        font-size: 19px;
    }

    .qxtable .xz3 {
        font-size: 28px;
    }

    .qxtable .xz {
        font-size: 24px;
    }

    .duilianpt td {
        font-size: 13pt;
    }

    .duilianpt .zl {
        font-size: 15pt;
    }

    .duilianpt1 td {
        font-size: 15pt;
    }

    .duilianpt1 .zl {
        font-size: 17pt;
    }

    .post-list a {
        font-size: 18px;
    }

        .post-list a .ci {
            font-size: 23px;
        }

    .qxtable.yxym tr td:nth-child(2) {
        font-size: 23px;
    }
}

@media screen and (max-width: 409px) {
    .riqi {
        font-size: 11pt;
    }

    .haoju {
        font-size: 13pt;
    }

    .qxtable td {
        font-size: 16px;
    }

    .qxtable .xz {
        font-size: 22px;
    }

    .qxtable .xz1 {
        font-size: 14px;
    }

    .qxtable .xz2 {
        font-size: 18px;
    }

    .qxtable .xz3 {
        font-size: 26px;
    }

    .qxtable.yxym td {
        font-size: 16px;
    }

    .qxtable.yxym tr td:nth-child(2) {
        font-size: 21px;
    }

    .qxtable .jx {
        font-size: 17px;
    }

    #yxym .list-title {
        font-size: 17px;
    }

    .duilianpt td {
        font-size: 13pt;
    }

    .duilianpt .zl {
        font-size: 14pt;
    }

    .duilianpt th {
        font-size: 11pt;
    }

    .duilianpt1 td {
        font-size: 14pt;
    }

    .duilianpt1 .zl {
        font-size: 16pt;
    }

    .duilianpt1 th {
        font-size: 12pt;
    }

    .pnzl td {
        font-size: 12pt;
    }

    .gongshi td {
        font-size: 14pt;
    }

    .post-list a {
        font-size: 16px
    }

        .post-list a .ci {
            font-size: 22px;
        }

    .gg td {
        font-size: 14pt
    }
}

@media screen and (max-width: 374px) {
    .riqi {
        font-size: 10pt;
    }

    .haoju {
        font-size: 12pt;
    }

    .qxtable td {
        font-size: 15px;
    }

    .qxtable .xz1 {
        font-size: 12px;
    }

    .qxtable .xz2 {
        font-size: 16px;
    }

    .qxtable .xz3 {
        font-size: 22px;
    }

    .qxtable .xz {
        font-size: 18px;
    }

    .duilianpt td {
        font-size: 11pt;
    }

    .duilianpt .zl {
        font-size: 13pt;
    }

    .duilianpt th {
        font-size: 10pt;
    }

    .duilianpt1 td {
        font-size: 11pt;
    }

    .duilianpt1 .zl {
        font-size: 15pt;
    }

    .duilianpt1 th {
        font-size: 10pt;
    }

    .post-list a {
        font-size: 15px
    }

        .post-list a .ci {
            font-size: 19px;
        }

    #yxym .list-title {
        font-size: 15px;
    }

    .qxtable.yxym tr td:nth-child(2) {
        font-size: 19px;
    }

    .qxtable .jx {
        font-size: 15px;
    }

    .pnzl td {
        font-size: 11pt;
    }

    .gg td {
        font-size: 13pt
    }
}

.blgg a {
    text-decoration: none;
}

    .blgg a:hover {
        text-decoration: underline;
    }

.blgg {
    table-layout: auto;
    color: #000;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

    .blgg td {
        font-weight: bold;
        border: 1px solid #fefefe;
        font-size: 18pt;
        padding: 2px 2px;
        white-space: nowrap;
    }

    .blgg a {
        line-height: 35px;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 8px;
        /*background: #eee url('../../../../linear-gradient(to%20top,%20#fff, #eee, #fff');*/
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        display: block;
        font-weight: bold;
        color: #000;
        text-decoration: none;
        padding-left: 0px;
    }

.box .ziliao {
    text-align: center;
    color: black;
    font-size: 13pt;
    font-weight: 700;
}

    .box .ziliao li {
        background-color: white;
        margin: 1px 0;
        padding: 7px 0;
    }

    .box .ziliao i {
        color: green;
    }

    .box .ziliao u {
        color: blue;
    }

.box .ziliao2 {
    text-align: center;
    color: black;
    font-size: 13pt;
    font-weight: 700;
}

    .box .ziliao2 li {
        background-color: white;
        margin: 1px 0;
        padding: 7px 0;
    }

    .box .ziliao2 i {
        color: rgb(255, 0, 0);
        font-size: 17pt;
    }

    .box .ziliao2 u {
        color: blue;
    }




.box .ziliao-jiuxiao {
    text-align: center;
    color: black;
    font-size: 12pt;
    font-weight: 700;
}

    .box .ziliao-jiuxiao li {
        background-color: white;
        margin: 1px 0;
        padding: 7px 0;
    }

    .box .ziliao-jiuxiao u {
        color: blue;
    }

.box .sanlian {
    margin: 0;
    padding: 5px 0;
    color: #000;
    font-size: 17pt;
    text-align: center;
    font-weight: 700;
    background-color: white;
    border-bottom: 1px solid #4292EF;
}

    .box .sanlian i {
        color: green;
    }

    .box .sanlian u {
        color: rgb(216, 21, 21);
    }

.box .siji {
    margin: 0;
    padding: 5px 0;
    color: #0004ff;
    font-size: 17pt;
    text-align: center;
    font-weight: 700;
    background-color: white;
}

.box .stairs {
    text-align: center;
    color: #000;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
}

    .box .stairs tr td {
        background-color: white;
        padding: 5px 0;
    }

        .box .stairs tr td:nth-child(1) {
            width: 18%;
        }

        .box .stairs tr td:nth-child(3) {
            width: 22%;
        }


    .box .stairs .stairs-head td {
        font-size: 15pt;
        background-color: red;
        color: yellow;
    }



.box .stairs2 tr {
    font-weight: bold;
    font-size: 25px;
}

    .box .stairs2 tr td {
        background-color: rgb(244, 244, 244);
        padding: 5px 0;
        color: rgb(224, 0, 0);
        border: 1px solid #bebeb6;
    }

        .box .stairs2 tr td i {
            color: #170099;
        }

        .box .stairs2 tr td u {
            font-size: 30px;
        }

        .box .stairs2 tr td b {
            font-size: 30px;
        }

.box .stairs2 .stairs2-head td {
    font-size: 15pt;
    background-color: #a7d6eb;
    color: rgb(0, 0, 0);
    text-align: center;
}

.box .sanqi {
    text-align: center;
    color: black;
    font-size: 14pt;
    font-weight: 700;
}

    .box .sanqi li {
        background-color: white;
        margin: 1px 0;
        padding: 7px 0;
    }

    .box .sanqi i {
        color: blue;
        font-size: 20pt;
    }

    .box .sanqi u {
        color: rgb(255, 0, 0);
        font-size: x-large;
    }

.box .juesha {
    text-align: center;
    color: black;
    font-size: 12pt;
    font-weight: 700;
}

    .box .juesha li {
        background-color: white;
        margin: 1px 0;
        padding: 7px 0;
    }

    .box .juesha i {
        color: rgb(255, 0, 0);
        font-size: 15pt;
    }

.box .zuanshi {
    color: #ff0000;
    text-align: center;
    font-size: 19pt;
    font-weight: 700;
}

    .box .zuanshi ul {
        background-color: white;
        margin: 0 0px 2px 0px;
    }

        .box .zuanshi ul li {
            padding: 2px 2px;
        }

            .box .zuanshi ul li:nth-child(1) {
                background-color: #CCFF99;
                font-size: 18pt;
                color: #000;
            }

.node-list, .richTxt-view {
    background-color: #fff;
    border-bottom: 2px solid #C0C0C0;
}

    .richTxt-view p {
        border-bottom: 1px solid #ccc
    }

@media screen and (max-width: 580px) {
    .blgg td {
        font-size: 15pt;
        border-bottom: 2px solid #C0C0C0;
    }

    .box .sanqi i {
        font-size: 13pt;
    }
}

body {
    min-height: 100vh;
    margin: 0 auto;
    padding: 0 1px;
    font-size: 16px;
    font-family: "微软雅黑";
    word-break: break-all;
    word-wrap: break-word;
    background: #fff;
}

.tit {
    padding: 5px 1px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to top, #ffe682, #ffb500);
}

@media screen and (max-width:750px) {
    .tit {
        padding: 3px 5px;
        font-size: 18px;
    }
}


.yxym-tit a {
    display: block;
    padding: 5px;
}

.yxym-tit span {
    background: #000;
}

.yxym {
}

    .yxym td {
        padding: 7px 5px;
        border: solid 1px #e5e5e5;
        color: #f00;
        font-weight: bold;
        font-size: 18px;
        font-family: '微软雅黑', sans-serif;
    }

    .yxym tfoot th {
        padding: 3px 5px;
        text-align: center;
        border: solid 1px #e5e5e5;
        color: #00f;
        background: #ff0;
        text-align: center;
    }

    .yxym span {
        background: #000;
    }

@media screen and (max-width:750px) {
    .yxym-tit {
        font-size: 16px;
    }

    .yxym td {
        padding: 5px 5px;
        font-size: 17px;
    }
}

.ybbm {
}

    .ybbm table {
        font-weight: bold;
        font-size: 18px;
        border: 0;
    }

        .ybbm table thead th {
            padding: 5px;
            color: #ff0;
            font-size: 24px;
            text-shadow: 0 2px 0 rgba(0,0,0,.5);
            background: linear-gradient(to top, #603400, #ae732c);
        }

        .ybbm table td {
            padding: 10px 5px;
            border: solid 1px #e5e5e5;
            text-align: center;
        }

.ybbm-txt1 {
}

    .ybbm-txt1 span {
        color: #090;
    }

    .ybbm-txt1 font {
        color: #f00;
    }

.ybbm-txt2 {
    color: #f00;
    font-weight: bold;
}

.ybbm-txt3 {
    color: #00f;
    font-weight: bold;
}

.ybbm-txt4 {
    color: #090;
    font-weight: bold;
}

@media screen and (max-width:750px) {
    .ybbm table {
        font-size: 17px;
    }

        .ybbm table thead th {
            font-size: 18px;
        }
}

.ptyx {
    text-align: center;
    color: #00f;
    font-size: 18px;
    font-weight: bold;
}

    .ptyx td {
        padding: 7px;
        border: solid 1px #e5e5e5;
        font-family: Arial, sans-serif;
        font-size: 17px;
    }

    .ptyx span {
        color: #f00;
        background: #ff0;
    }

@media screen and (max-width:750px) {
    .ptyx {
        font-size: 14px;
    }
}

.rccx {
    font-size: 13pt;
    font-family: 'Arial', sans-serif;
}

    .rccx td {
        text-align: center;
        font-weight: bold;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
        border: solid 2px #1c1b1b;
    }

.yqjt td {
    border: solid 1px #e5e5e5;
}

.rccx .sez {
    color: #FF0000;
}

.rccx .sel {
    color: #800080;
}

.rccx .njg {
    color: #0000FF;
}


@media screen and (max-width: 480px) {
    .blgg td {
        font-size: 14pt;
    }
}

@media screen and (max-width: 408px) {
    .blgg td {
        font-size: 13pt;
    }

    .blgg a {
        line-height: 30px;
    }
}

@media screen and (max-width: 358px) {
    .blgg td {
        font-size: 12pt;
    }
}