.header.index-header {
    height: 139px;
    border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    max-width: 720px;
    background-image: linear-gradient(to right, #667eea, #6a82ef, #6880ec, #697edc, #657eea, #6880ea, #667eea);
}

.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: #fff;
    font-size: 12pt;
    text-align: center;
    padding-top: 14px;
}
.navv {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    border-top: 1px solid #000;
    height: 50px;
}
.box{
	margin:5px 0;
	border-radius: 5px;
	overflow: hidden;
	background-image: linear-gradient(to right, #667eea, #6a82ef, #6880ec, #697edc, #657eea, #6880ea, #667eea);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}
.nullbox {
    height: 140px;
}
.dbt img{
	margin-top: 98px;
	margin-bottom: -8px;
}
.news-title {
    float: left;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    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;
}



.nav{
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
    padding-bottom: .5rem;
    gap: 10px;
}

.nav li {
  list-style: none;
}

.btn {
  padding: 7px 10px;
  border-radius: 10px;
  font-weight: bold;
  border: 0.7px solid #fff;
  background-color: #000000;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.btn.active {
    background-color: #ff0000;
    color: #ffffff;
    border-color: #3a5f2d;
}



.nav1 {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
    padding-bottom: .1rem;
    gap: 10px;
}

.nav1 li {
  list-style: none;
}

.nav2 {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
    padding-bottom: .1rem;
    gap: 10px;
}

.nav2 li {
  list-style: none;
}

.nav3 {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
    padding-bottom: .1rem;
    gap: 10px;
}

.nav3 li {
  list-style: none;
}


.nav4 {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
    padding-bottom: .1rem;
    gap: 10px;
}

.nav4 li {
  list-style: none;
}

.nav5 {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
    padding-bottom: .1rem;
    gap: 10px;
}

.nav5 li {
  list-style: none;
}

.nav6 {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
    padding-bottom: .1rem;
    gap: 10px;
}

.nav6 li {
  list-style: none;
}


.nav7 {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
    padding-bottom: .1rem;
    gap: 10px;
}

.nav7 li {
  list-style: none;
}


.nav8 {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
    padding-bottom: .1rem;
    gap: 10px;
}

.nav8 li {
  list-style: none;
}



.nav9 {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
    padding-bottom: .1rem;
    gap: 10px;
}

.nav9 li {
  list-style: none;
}



.dis {
    display: normal;
}
.undis {
    display: none;
}


    .haoju {
        font-size: 18px;
    }

/*content*/
.subnav{
	border-radius:5px;
	padding:0px 0;
	background: #e7f1fd;
	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:75px;
	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:2px 2px;
}
.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 #e7f1fd;
	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: 36px; 
}
.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: 23px;
}
.qxtable .xz {   
    font-size: 36px;
}
.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: #efe9e3;
	width: 26%;
}
.qxtable.yxym tr td:nth-child(3){
	background: #efe9e3;
	width: 18%;
}
.qxtable.yxym tr td:nth-child(2){
	background: #f7f7f7;
	width: 56%;
	font-size: 28px;
}
.qxtable .jx {   
    font-size: 20px;
}
.list-title{
	height: 38px;
	line-height: 33px;
	font-size: 30pt;
    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;
}
.riqi{
	font-size: 19pt;
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
    color: #fff;
}
.haoju{
	font-size: 20pt;
    text-align: center;
    font-weight: bold;
    padding: 3px 0px;
}
#yxym .list-title{
	background: linear-gradient(transparent,#f7f3f3);
	font-size: 32px;
	color: #000;
	text-shadow: 0px 0px 10px #e5e5e5;

}

#yxym1 .list-title{
	background: linear-gradient(transparent,#f7f3f3);
	font-size: 32px;
	color: #000;
	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: 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;
}

.guanggao{
	table-layout: auto;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #4e9af2;
	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: 40px;
}
.duilianpt td{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 19pt;
}
.duilianpt th{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 19pt;
}
.duilianpt .zl{
	font-size: 22pt;
}







.duilianpt1{
	table-layout: auto;
	color: #FF0000;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}
.duilianpt1 tr{
	height: 40px;
}
.duilianpt1 td{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 18pt;
}
.duilianpt1 .zl{
	font-size: 23pt;
}
.duilianpt1 th{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 18pt;
}






.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: #fff;
}
.xjct{
	background-image: linear-gradient(to right, #4292EF, #5aa1f5, #60a6f7, #4e98ec, #569ff5, #5aa2f5, #4292EF);
	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;
}
.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: 12pt;
}
.duilianpt1 td{
	font-size: 16pt;
}
.duilianpt1 .zl{
	font-size: 19pt;
}
.duilianpt1 th{
	font-size: 12pt;
}
.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: 32px;
}
.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;
}
	#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: 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: 15pt;
}
.duilianpt .zl{
	font-size: 16pt;
}
.duilianpt th{
	font-size: 11pt;
	}
.duilianpt1 td{
	font-size: 16pt;
}
.duilianpt1 .zl{
	font-size: 18pt;
}
.duilianpt1 th{
	font-size: 11pt;
}
.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: 17px;
}
.qxtable .xz {   
    font-size: 29px;
}
.qxtable .xz1 {   
    font-size: 16px;
}
.qxtable .xz2 {   
    font-size: 21px;
}
.qxtable .xz3 {   
    font-size: 33px;
}
.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: 16px;
}
.qxtable .xz1 {   
    font-size: 15px;
}
.qxtable .xz2 {
    font-size: 19px;
}
.qxtable .xz3 {   
    font-size: 30px;
}
.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: 25px;
}
.qxtable .xz1 {   
    font-size: 14px;
}
.qxtable .xz2 {   
    font-size: 19px;
}
.qxtable .xz3 {   
    font-size: 29px;
}
.qxtable.yxym td {
    font-size: 16px;
}
.qxtable.yxym tr td:nth-child(2){
		font-size: 21px;
	}
.qxtable .jx {   
    font-size: 16px;
}
#yxym .list-title{
	font-size: 17px;
}
.duilianpt td {
    font-size: 14pt;
}
.duilianpt .zl{
	font-size: 15pt;
}
.duilianpt th{
	font-size: 10pt;
}
.duilianpt1 td{
	font-size: 15pt;
}
.duilianpt1 .zl{
	font-size: 17pt;
}
.duilianpt1 th{
	font-size: 13pt;
}
.sanshima td{
	font-size: 13pt;
}
.sanshima th{
	font-size: 11pt;
}
.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: 14px;
}
.qxtable .xz1 {   
    font-size: 12px;
}
.qxtable .xz2 {
    font-size: 17px;
}
.qxtable .xz3 {   
    font-size: 25px;
}
.qxtable .xz {
    font-size: 21px;
}
.duilianpt td {
    font-size: 13pt;
}
.duilianpt .zl{
	font-size: 13pt;
}
.duilianpt th {
    font-size: 10pt;
}
.duilianpt1 td{
	font-size: 13pt;
}
.duilianpt1 .zl{
	font-size: 17pt;
}
.duilianpt1 th{
	font-size: 12pt;
}
.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;
}
#yxym .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;
}
}
.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: 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;
}


@media screen and (max-width: 580px){
.blgg td{
  font-size: 15pt;
  }
}
@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;
}
}
.group1{width:100%;margin:0 auto;background-color:#fff;}
.group2{width:100%;margin:0 auto;background-color:#fff;}
.group3{width:100%;margin:0 auto;background-color:#fff;}
.group4{width:100%;margin:0 auto;background-color:#fff;}
.group5{width:100%;margin:0 auto;background-color:#fff;}
  .topzq-tit{font-size:1.8rem;color:#fff;padding-top:.5rem;font-semibold:600;margin-bottom:.5rem;font-weight: bold;text-align: center;}
  .topzq-tb{width:100%;box-sizing: border-box;background-color: #FFF;}
  
  /* 整体字体放大 */
  .topzq-tb td{border:0.1px solid #d5d5cd;color:#fff;padding:4px 0; font-size: 1.6rem; font-weight: bold;}
  .topzq-tb td b{color: #000;background-color: #fff;}
  .topzq-tb td font{color: #f00;background-color: #FFF;font-size: 1.9rem;}
  
  .topzq-tb .tb1{border-right: 0px;color: #00f;}
  .topzq-tb .tb1{font-size: 1.1rem; padding: 0px 0px; width: 39px;}
  
  .topzq-tb .tb2,.topzq-tb .tb3,.topzq-tb .tb0{border-left: 0px;color: #f00;}
  /* 内幕行高度调高 + 字体放大 */
  .topzq-tb .tb4{color: #00f; padding: 8px 0 !important; font-size: 1.5rem !important; line-height: 1.5;}
  .topzq-tb .tb4,.topzq-tb .tb5{text-align: center;}
  
  /* --- 重点修改区域 --- */
  /* 修改说明：将 padding 从 2px 0 改为 0px 0，使高度更低 */
  .topzq-tb .tb5{background: linear-gradient(to right, #DCDCDC, #DCDCDC, #DCDCDC);letter-spacing: 1.6px; padding: 0px 0;}
  
  /* 响应式调整（根据屏幕宽度） */
  @media screen and (max-width: 610px) {
    .topzq-tb .tb2{font-size: 1.6rem;}
    .topzq-tb .tb1{font-size: 1.3rem;}
    .topzq-tb .tb0{font-size: 1.3rem;}
  }
  @media screen and (max-width: 476px) {
    .topzq-tb .tb3{font-size: 1.6rem;}
    .topzq-tb .tb0{font-size: 1.1rem;}
    .topzq-tb .tb1{font-size: 1.1rem;}
    .topzq-tb .tb2{font-size: 1.3rem;}
    .topzq-tb td font{font-size: 1.6rem;}
    .topzq-tb .tb4{font-size: 1.35rem !important; padding: 7px 0 !important;}
    
    /* --- 移动端同步调整 --- */
    /* 修改说明：同步将 padding 设为 0，保持高度一致 */
    .topzq-tb .tb5 {font-size: 1.5rem;color: #000; padding: 0px 0;}
  }
  @media screen and (max-width: 374px){
    .topzq-tb .tb3{font-size: 1.4rem;}
    .topzq-tb .tb2{font-size: 1.1rem;}
    .topzq-tb .tb0{font-size: 1.0rem;}
    .topzq-tb .tb4{font-size: 1.1rem !important; padding: 6px 0 !important;}
    
    /* --- 小屏同步调整 --- */
    .topzq-tb .tb5{font-size: 1.3rem; padding: 0px 0;}
  }
  
  
 .ziliao{
    height: 45px;
    text-align: center;
    color: #000;
    font-weight: bold;
}



.colorful{
font-size: 35px;
}

.ziliao td{
    font-size: 25px;
}


.ziliao {
    color: #111;
}

.ziliao td{
   border: 1px solid #ccc;
}
.ziliao a{
   color: #ff002c;
}

.ziliao b{
   color: #0014ff;
}

.ziliao c{
   color: #039d1d;
}

.ziliao d{
   color: #008080;
}

.ziliao h{
   color: #008080;
}


.ziliao .sqb{
    font-size: 26px;
}


@media screen and (max-width: 580px){
.ziliao .sqb{
    font-size: 26px;
}
}

@media screen and (max-width: 480px){
.ziliao .sqb{
    font-size: 24px;
}
}

@media screen and (max-width: 380px){
.ziliao .sqb{
    font-size: 22px;
}
}
@media screen and (max-width: 350px){
.ziliao .sqb{
    font-size: 21px;
}}

@media screen and (max-width: 320px){
.ziliao .sqb{
    font-size: 19px;
}

}


.ziliao .sqbk{
    font-size: 28px;
}


@media screen and (max-width: 580px){
.ziliao .sqbk{
    font-size: 28px;
}
}

@media screen and (max-width: 480px){
.ziliao .sqbk{
    font-size: 24px;
}
}

@media screen and (max-width: 380px){
.ziliao .sqbk{
    font-size: 23px;
}
}
@media screen and (max-width: 350px){
.ziliao .sqbk{
    font-size: 22px;
}}

@media screen and (max-width: 320px){
.ziliao .sqbk{
    font-size: 21px;
}

}

.ziliao .sqbkk{
    font-size: 26px;
}


@media screen and (max-width: 580px){
.ziliao .sqbkk{
    font-size: 24px;
}
}

@media screen and (max-width: 480px){
.ziliao .sqbkk{
    font-size: 22px;
}
}

@media screen and (max-width: 380px){
.ziliao .sqbkk{
    font-size: 20px;
}
}
@media screen and (max-width: 350px){
.ziliao .sqbkk{
    font-size: 20px;
}}

@media screen and (max-width: 320px){
.ziliao .sqbkk{
    font-size: 18px;
}

}


.ziliao .sqbkkk{
    font-size: 23px;
}


@media screen and (max-width: 580px){
.ziliao .sqbkkk{
    font-size: 22px;
}
}

@media screen and (max-width: 480px){
.ziliao .sqbkkk{
    font-size: 20px;
}
}

@media screen and (max-width: 380px){
.ziliao .sqbkkk{
    font-size: 19px;
}
}
@media screen and (max-width: 350px){
.ziliao .sqbkkk{
    font-size: 18px;
}}

@media screen and (max-width: 320px){
.ziliao .sqbkkk{
    font-size: 17.5px;
}

}

.wxwm{
    font-size: 18px;
    font-weight: bold;
}
.wxwm a {
    font-size: 20px;
    font-weight: bold;
    color: #d50000;

}


    .ziliao td .zl{
        font-size: 23px;
        color: #ff002c;
    }
@media screen and (max-width: 580px) {
    .ziliao td .zl{
        font-size: 23px;
    }
}

@media screen and (max-width: 480px) {
    .ziliao td .zl{
        font-size: 21px;
    }
}

@media screen and (max-width: 450px) {
    .ziliao td .zl{
        font-size: 20.5px;
    }
}

@media screen and (max-width: 420px) {
    .ziliao td .zl{
        font-size: 20px;
    }
}


@media screen and (max-width: 380px){

.ziliao td .zl{
    font-size: 19px;
    }

}


.ziliao .ybbm{
    font-size: 25px;
}

.ziliao .szpt{
    font-size: 25px;
}

.ziliao .essm{
    font-size: 23px;
    color: #d50000;
}

.ziliao .sqwsqm{
    font-size: 23px;
    color: #328011;
}

.ziliao td.sqbk{
    font-size: 32px;
    color: #2100d5;
}


@media screen and (max-width: 580px){

.ziliao td{
    font-size: 21px;
}

.tuijian li{
    font-size: 21px;
}

.tzlb-s i {
    font-size: 18px;
}

.tzlb-s em {
    font-size: 18px;
}

.wxwm{
    font-size: 17px;
}
.wxwm a{
    font-size: 19px;
}
.ziliao .ybbm{
    font-size: 23px;
}

.ziliao .szpt c{
    font-size: 24px;
}

.ziliao .szpt{
    font-size: 22px;
}
.ziliao .essm{
    font-size: 22px;
}
.ziliao td.sqbk{
    font-size: 30px;
}

.ziliao .sqwsqm{
    font-size: 22px;
}

}

@media screen and (max-width: 480px){

.ziliao td{
    font-size: 35px;
}

.tuijian li{
    font-size: 19px;
}

.tzlb-s i {
    font-size: 17px;
}

.tzlb-s em {
    font-size: 17px;
}

.wxwm{
    font-size: 16px;
}
.wxwm a{
    font-size: 18px;
}

.ziliao .ybbm{
    font-size: 22px;
}
.ziliao .szpt c{
    font-size: 22px;
}
.ziliao .szpt{
    font-size: 20px;
}
.ziliao .essm{
    font-size: 20px;
}
.ziliao td.sqbk{
    font-size: 28px;
}

.ziliao .sqwsqm{
    font-size: 20px;
}
.gaoshou li img{
    height: 22px;
    width: 22px;
}
}

@media screen and (max-width: 450px){
.ziliao td{
    font-size: 18.5px;
}
.tuijian li{
    font-size: 18px;
}

.tzlb-s i {
    font-size: 16px;
}

.tzlb-s em {
    font-size: 16px;
}


.wxwm{
    font-size: 15.5px;
}
.wxwm a{
    font-size: 17.5px;
}

.ziliao .ybbm{
    font-size: 21.5px;
}
.ziliao .szpt c{
    font-size: 21.5px;
}
.ziliao .szpt{
    font-size: 19.5px;
}
.ziliao .essm{
    font-size: 19.5px;
}
.ziliao td.sqbk{
    font-size: 24.5px;
}

.ziliao .sqwsqm{
    font-size: 19.5px;
}
.gaoshou li img{
    height: 21px;
    width: 21px;
}
}


@media screen and (max-width: 420px){
.ziliao td{
    font-size: 18px;
}

.tuijian li{
    font-size: 17px;
}

.tzlb-s i {
    font-size: 15px;
}

.tzlb-s em {
    font-size: 15px;
}


.wxwm{
    font-size: 15px;
}
.wxwm a{
    font-size: 17px;
}

.ziliao .ybbm{
    font-size: 21px;
}
.ziliao .szpt c{
    font-size: 21px;
}
.ziliao .szpt{
    font-size: 19px;
}
.ziliao .essm{
    font-size: 19px;
}
.ziliao td.sqbk{
    font-size: 24px;
}

.ziliao .sqwsqm{
    font-size: 19px;
}
.gaoshou li img{
    height: 20px;
    width: 20px;
}
}



@media screen and (max-width: 380px){

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



.tuijian li{
    font-size: 16px;
}

.tzlb-s i {
    font-size: 14px;
}

.tzlb-s em {
    font-size: 14px;
}



.wxwm{
    font-size: 14px;
}
.wxwm a{
    font-size: 16px;
}

.ziliao .ybbm{
    font-size: 19px;
}
.ziliao .szpt c{
    font-size: 20px;
}
.ziliao .szpt{
    font-size: 18px;
}
.ziliao .essm{
    font-size: 18px;
}
.ziliao td.sqbk{
    font-size: 26px;
}

.ziliao .sqwsqm{
    font-size: 18px;
}
.gaoshou li img{
    height: 19px;
    width: 19px;
}
}



@media screen and (max-width: 320px){


.ziliao td{
    font-size: 14px;
}

.tuijian li{
    font-size: 14px;
}

.tzlb-s i {
    font-size: 10px;
}

.tzlb-s em {
    font-size: 10px;
}


.wxwm{
    font-size: 12px;
}
.wxwm a{
    font-size: 14px;
}

.ziliao .ybbm{
    font-size: 17px;
}

.ziliao .szpt c{
    font-size: 18px;
}
.ziliao .szpt{
    font-size: 16px;
}
.ziliao .essm{
    font-size: 16px;
}
.ziliao td.sqbk{
    font-size: 23px;
}

.ziliao .sqwsqm{
    font-size: 15px;
}
.gaoshou li img{
    height: 19px;
    width: 19px;
}
}













 