@charset "utf-8";


html,
body {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    ΢���ź�;
    color: #000;
    font-size: 14px;
}

html {
    background: #F4F4F4;
    background-attachment: fixed;
}

body {
    max-width: 720px;
    margin: 0 auto;
    /*    overflow-x: hidden;*/
}

/*div, span, iframe, map, font, input, img, a img, samp, hr, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {

    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

* {
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #FF0000;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}

input[type=text],
input[type=button],
input[type=submit] {
    -webkit-appearance: none;
    outline: none;
}

button {
    border: 0;
    outline: none;
    cursor: pointer;
}

input {
    outline: none
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

table {
    table-layout: fixed;
    width: 100%;
}

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


.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 a {
  
    color: #fff;
    font-size: 12pt;
    text-align: center;
    padding-top: 14px;
}

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

.nullbox {
    height: 100px;
}

.nav {
    overflow: hidden;
}

/* .nav span {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 16.66%;
    text-align: center;
    cursor: pointer;
}

.nav span:hover {
    background: #292929;
} */

.box {
    margin: 0 0;
    overflow: hidden;
    background: #d152ff !important;
}

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

.news-title {
    float: left;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.txtMarquee-left {
    padding: 0 1px;
    width: auto;
    position: relative;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

/*content*/

.subnav {
    border-radius: 5px;
    padding: 5px 0;
    background: #f3f0eb;
    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;
    margin: 10px 0px;
}

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

.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 #e8dcca;
    font-size: 18pt;
    background: #00FF00;
    text-align: center;
}

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

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

.ggam tr {
    height: 30px;
    background: #F4F4F4;
}

.ggam td {
    padding: 4px 4px;
}

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

.ggam td {
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #fff;
    font-size: 16pt;
    text-align: center;
}

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

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

.dingbugg tr {
    height: 25px;
}

.dingbugg th,
.dingbugg td {
    padding: 2px 2px;
}

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

.dingbugg td {
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #383232;
    font-size: 16pt;
    text-align: center;
}

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

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

.qxtabletop tr {
    height: 30px;
}

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

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

.qxtabletop td {
    text-overflow: ellipsis;
    font-size: 24px;
}

.qxtabletop .xz {
    font-size: 36px;
}

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

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

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

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

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

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

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

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

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

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


@media (max-width:768px) {
.qxtabletop.yxym tr td {
font-size: 13px;
}
.qxtabletop.yxym tr td:nth-child(2) {
    font-size: 18px;
}
}

/*
.qxtabletop.yxym span {
    background-color: yellow; 
}
*/

.qxtabletop .jx {
    font-size: 20px;
}

.list-title {
    font-size: 16pt;
    text-align: center;
    border-bottom: 1px solid #738e9f;
    text-shadow: 1px 4px 1px #b99b5f;
    background: #fff;
    color: #000;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2px 0px 4px 0px;
}

.riqi {
    font-size: 19pt;
    text-align: center;
    font-weight: bold;
    margin: 6px 0;
    color: #000;
}

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

#yxym .list-title {
    background: linear-gradient(transparent, #f7f3f3);
    font-size: 26px;
    color: #000;
    text-shadow: 0px 0px 10px #e5e5e5;
}

#yxym .article-content {
    background: #fff;
}

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: solid 1px #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-size: 22px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 4px;
}

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

#bulian {
    height: 694px;
}

.imgcssweb img {
    width: 100%;
    height: 45px;
    font-size: 18px;
    white-space: nowrap;
}

@media screen and (max-width: 505px) {
    .imgcssweb img {
        height: 33px;
    }
    #bulian {
        height: 530px;
    }
}

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

.guanggao tr {
    height: 33px;
}

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

.guanggao .dt {
    width: 100%;
    height: 90px;
}

.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: 2px 2px;
}

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

.gongshi td {
    height: 35px;
    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: #fff;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}

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

.duilianptou tr {
    height: 30px;
}

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

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

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

.duilianptou tr td:nth-child(1) {
    background: #efffdf;
    width: 26%;
	color: #0014ff;
}

.duilianptou tr td:nth-child(3) {
    background: #efffdf;
    width: 18%;
	color: #0014ff;
}

.duilianptou tr td:nth-child(2) {
    background: #ffffff;
    width: 56%;
    font-size: 28px;
	color: #ff0000;
}
/*
.duilianptou span {
    background-color: yellow;
}*/

@media (max-width:768px) {
.duilianptou tr td {
font-size: 13px;
}
.duilianptou tr td:nth-child(2) {
    font-size: 18px;
}
}



.hengxian {
    table-layout: auto;
    color: #FF0000;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.hengxian tr {
    height: 30px;
}

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

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

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

.hengxian tr td:nth-child(1) {
    background: #fefffc;
    width: 26%;
	color: #000000;
}

.hengxian tr td:nth-child(3) {
    background: #fefffc;
    width: 18%;
	color: #000000;
}

.hengxian tr td:nth-child(2) {
    background: #fefffc;
    width: 56%;
    font-size: 28px;
	color: #000000;
}
/*
.hengxian span {
    background-color: yellow;
}*/

@media (max-width:768px) {
.hengxian tr td {
font-size: 16px;
}
.hengxian tr td:nth-child(2) {
    font-size: 16px;
}
}

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

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

.yjjt tr {
    height: 25px;
}

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

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

.yjjt .xz {
    font-size: 15pt;
}

.sanshima {
    table-layout: auto;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.sanshima tr {
    height: 25px;
}

.sanshima td {
    font-weight: bold;
    border: 1px solid #C0C0C0;
    font-size: 18pt;
    text-align: center;
    color: #0000FF;
}

.sanshima th {
    font-weight: bold;
    border: 1px solid #C0C0C0;
    font-size: 16pt;
    text-align: left;
    color: #000;
}

.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;
    font-family: ΢���ź�;
}

.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: #fff;
}

.xjct {
    background-image: linear-gradient(to right, #ebcd92, #bfa573, #e2cba1, #d6bc87, #e2cba1, #bfa573, #ebcd92);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99bdb657, endcolorstr=#99bdb657);
}

@media screen and (max-width: 610px) {
    .riqi {
        font-size: 15pt;
    }
    .haoju {
        font-size: 18pt;
    }
    .pad {
        padding: 2px 2px;
        margin: 5px 0px;
    }
    .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;
    }
    .yjjt td {
        font-size: 18pt;
    }
    .yjjt th {
        font-size: 17pt;
    }
    .yjjt .xz {
        font-size: 14pt;
    }
    .sanshima td {
        font-size: 15pt;
    }
    .sanshima th {
        font-size: 14pt;
    }
    .qxtable td {
        font-size: 20px;
    }
    .qxtable .xz {
        font-size: 28px;
    }
    .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
    }
    .dingbugg td {
        font-size: 15pt;
    }
}

@media screen and (max-width: 505px) {
    .pad {
        padding: 2px 2px;
        margin: 10px 0px;
    }
    #yxym .list-title {
        font-size: 20px;
    }
    .riqi {
        font-size: 12pt;
    }
    .haoju {
        font-size: 15pt;
    }
    .subnav,
    .xjbox {
        margin: 5px 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: 18px;
    }
    .guanggao img {
        width: 100%;
        height: 33px;
    }
    .guanggao .dt {
        height: 66px;
    }
    .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;
    }
    .yjjt td {
        font-size: 14pt;
    }
    .yjjt th {
        font-size: 13pt;
    }
    .yjjt .xz {
        font-size: 12pt;
    }
    .sanshima td {
        font-size: 14pt;
    }
    .sanshima th {
        font-size: 13pt;
    }
    .pnzl td {
        font-size: 13pt;
    }
    .qxtable td {
        font-size: 18px;
    }
    .qxtable .xz {
        font-size: 28px;
    }
    .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
    }
    .ggam td {
        font-size: 14pt;
    }
    .ggam td a {
        text-align: left;
    }
    .dingbugg td {
        font-size: 14pt;
    }
    .dingbugg 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: 26px;
    }
    .duilianpt td {
        font-size: 13pt;
    }
    .duilianpt .zl {
        font-size: 15pt;
    }
    .duilianpt1 td {
        font-size: 15pt;
    }
    .duilianpt1 .zl {
        font-size: 17pt;
    }
    .yjjt td {
        font-size: 13pt;
    }
    .yjjt th {
        font-size: 12pt;
    }
    .yjjt .xz {
        font-size: 10pt;
    }
    .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: 24px;
    }
    .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: 16px;
    }
    .box pad l.ist-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;
    }
    .sanshima td {
        font-size: 13pt;
    }
    .sanshima 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
    }
    .ggam td {
        font-size: 13pt;
    }
    .dingbugg td {
        font-size: 13pt;
    }
}

@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: 20px;
    }
    .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;
    }
    .yjjt td {
        font-size: 12pt;
    }
    .yjjt th {
        font-size: 11pt;
    }
    .yjjt .xz {
        font-size: 9pt;
    }
    .sanshima td {
        font-size: 12pt;
    }
    .sanshima th {
        font-size: 11pt;
    }
    .post-list a {
        font-size: 15px
    }
    .post-list a .ci {
        font-size: 19px;
    }
    .box pad .list-title {
        font-size: 15px;
    }
    .qxtable.yxym tr td:nth-child(2) {
        font-size: 19px;
    }
    .qxtable .jx {
        font-size: 14px;
    }
    .pnzl td {
        font-size: 11pt;
    }
}

.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: 20pt;
    padding: 2px 2px;
    white-space: nowrap;
}

.blgg a {
    line-height: 40px;
    text-align: center;
    border: solid 1px #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;
    text-decoration: none;
    padding-left: 0px;
}

.blgg .ci {
    font-size: 28px;
}

@media screen and (max-width:580px) {
    .blgg td {
        font-size: 18pt;
    }
    .blgg .ci {
        font-size: 25px;
    }
}

@media screen and (max-width:480px) {
    .blgg td {
        font-size: 15pt;
    }
    .blgg .ci {
        font-size: 23px;
    }
    .blgg a {
        line-height: 35px;
    }
}

@media screen and (max-width:408px) {
    .blgg td {
        font-size: 13pt;
    }
    .blgg .ci {
        font-size: 20px;
    }
    .blgg a {
        line-height: 30px;
    }
}

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



#caiam {
    color: #74d1b8;
}



.error-row td:nth-child(2){text-decoration: line-through;}




.boximg{padding:4px 4px;
    margin:5px 0 0 0;
    border-radius:5px;
    overflow:hidden;
    background-image:linear-gradient(to right,#ead1d1,#e8d2d2,#ecd4d4,#ecd6d6,#ecdbdb,#ead5d5,#ead1d1);
}
.tuqi .tuhang ul{padding:0;list-style:none;display:flex;}.tuqi .tuhang ul li{font-size: 20px; color:white;flex:1;text-align:center;cursor:pointer;border-radius:5px;background-color:black;margin:1px;}.tuqi .tuhang ul li.hover{background-color:#ff0909;}.list-titleimg{display:none;background:linear-gradient(transparent,#f7f3f3);font-size:26px;color:#000;text-shadow:0px 0px 10px #e5e5e5;height:28px;line-height:23px;text-align:center;border-bottom:1px solid #5b5e60;font-weight:bold;border-top-left-radius:5px;border-top-right-radius:5px;}@media screen and (max-width:420px){.list-title{font-size:12pt;}.boximg{margin:2px 2px 0 2px;}}


.header.index-header {
    border-radius: 0 0 0 0;
}
.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    max-width: 720px;
    background: #c25ade;
}

.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: 90px;
    height: 50px;
}
.header .bank img {
    display: block;
    width: 85px;
    height: 50px;
    margin: 0 auto;
}
.nav {
    overflow: hidden;
    border-top: solid 1px #f9ecd3;
}
.contentdi {
    font-size: 18px;
    text-align: center;
    background: #bfa573;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
}
/* 热门图库 */
#tanoopp-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) {#tanoopp-out {font-size: 14px; line-height: 20px;}}
@media screen and (min-width: 360px) {#tanoopp-out {font-size: 14px; line-height: 20px;}}
@media screen and (min-width: 400px) {#tanoopp-out {font-size: 16px; line-height: 24px;}}
@media screen and (min-width: 440px) {#tanoopp-out {font-size: 16px; line-height: 24px;}}
@media screen and (min-width: 480px) {#tanoopp-out {font-size: 16px; line-height: 24px;}}
@media screen and (min-width: 640px) {#tanoopp-out {font-size: 16px; line-height: 24px;}}
#tanoopp-out { vertical-align:middle; display:table-cell; text-align:center; _position: fixed; _top:50%; _left:50%;}
#tanoopp-out p { margin: 0 auto;} 
#tanoopp-out img { border: 0;}
#tanoopp-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%;} 
.tanoopp-tit { line-height: 1.5em; padding: 0.5em 0.7em; font-size: 16px; font-weight: bold; text-align: left; background: #f5f5f5;}
.tanoopp-tit img { width: 26px; height: 26px; vertical-align: text-bottom; margin-right: 10px;}
.tanoopp-close { float: right; font-size: 14px; font-weight: normal; display: inline-block; cursor: pointer;}
.tanoopp-close:hover { background-position: 0 -34px;}
.tanoopp-box { text-align: left; padding: 10px;}
.tanoopp-box img { max-width: 100%; height: auto;}

.tan02133-box { text-align: left; padding: 10px;}
.tan02133-box img { max-width: 100%; max-height: 590px;height: auto; }
#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;}

/*主页图库*/
.tuku ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.tuku ul li {
	width: 26%;
	margin: .22rem;
	text-align: center;
}

.tuku ul li img {
	width: 100%;
        height: 90px;
        border: 0;
	margin: 8px 0;
}



.nav2 {
    width: 100%; 
    max-width: 720px; 
    margin: 0 auto; 
    box-sizing: border-box; 
    font-size: 13px; 
    margin-top:0px;
    line-height:29px;
    border-radius: 0 0 4px 4px;
}
.nav2 ul { padding: 0px 0; display: flex; justify-content: space-between;}
.nav2 ul li { width: 100%; box-sizing: border-box;}
.nav2 ul li a { 
    display: block; 
    padding: 0px 0; 
    text-align: center; 
    text-decoration:none; 
    color: #fff; 
    font-size: 12px; 
    height: 30px; 
    line-height: 30px;
    -webkit-user-select: none;
    user-select: none;
}
.nav2 ul li a:hover { background: #1d79eb}
.nav2 ul li.active { background: #ed69ff}
#nav2[data-fixed="fixed"]{ position: fixed;	top:55px;; left: 0; right: 0; margin: auto; z-index: 100; box-shadow: 0 5px 10px rgba(0,0,0,.1);}
#nav3[data-fixed="fixed"]{ position: fixed;	top:55px;; left: 0; right: 0; margin: auto; z-index: 100; box-shadow: 0 5px 10px rgba(0,0,0,.1);}
.nav-img { text-align: center; background: #000;}
.nav-img img { width: auto; height: 70px;}
.nav2 .dianji {background:#320247b3;}




















