@charset "utf-8";
/*header*/
body {
    max-width: 720px;
    margin: 0 auto;

    /* overflow-x: hidden; */
}

* {
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

.subnav{
	border-radius:5px;
	padding:5px 0;
	background: #d5dbf5;
	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;
}
.riqi{
    font-size: 19pt;
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
    color: #FFFFFF;
}

#yxym .list-title{
	background: linear-gradient(transparent,#f7f3f3);
	font-size: 26px;
	color: #000;
	text-shadow: 0px 0px 10px #e5e5e5;
	border-radius: 0 0 50px 50px;
    /* background: linear-gradient(#d0dee6,#d6dee6, #FFFFFF); */
    box-shadow: 0 5px 4px 0 rgb(214, 183, 0), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.list-title {
    height: 30px;
    line-height: 25px;
    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;

}

ul {margin: 1px;}

.box{
	margin:5px 0;
	border-radius: 5px;
	overflow: hidden;
	background-image: linear-gradient(to right, #114433, #089d5e);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}
.nullbox {
    height: 100px;
}
.pad{
	padding:3px 2px;
}
.padt{
	padding:4px 4px 1px 4px;
}
.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-image: linear-gradient(to right, #114433, #089d5e);
}

.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;
}
.bg {
    background: linear-gradient(to right, #ff0000, #ff9b82);
}
/*nav*/
.nav{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	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;
}
.nav.pf span:hover{

}



.subnullbox{
	height: 61px;
}



.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 #090;
display: block;
font-size: 22px;
font-weight: bold;
color: #000;
}
.post-list a .ci{
font-size: 26px;
}



@keyframes pulseBlink {
  0%, 100% { 
    opacity: 1;
    transform: scale(1);
  }
  50% { 
    opacity: 0.3;
    transform: scale(1.05);
  }
}

.pulse-blink {
  animation: pulseBlink 0.8s ease-in-out infinite;
}

.post-listk4{

    background-color: #fff;
    list-style: none;
    padding: 2px 2px;
    margin: 0px;
    font-weight: bold;
    box-sizing: border-box;
    /* 清除浮动影响 */
    overflow: hidden;
}

/* 统一设置所有列表项为行内块级元?*/
.post-listk4 li,.post-listk4 li1,.post-listk4 li2,.post-listk4 li3,.post-listk4 li4, .post-listk4 li5 {
    text-align: center;
    box-sizing: border-box;

    padding: 0px 0px;
    margin: 0px 1px 1px 1px;
    border-radius: 10px;
    border-bottom: 2px solid #ada96e;
    font-size: 18px;
    border: 1px solid #afaf00;
    /* 关键设置：让宽度生效并同行显?*/
    display: inline-block;
    vertical-align: top; /* 对齐方式 */
}

/* 各个列表项的宽度设置 */
.post-listk4 li{ width:97%; }
.post-listk4 li1{ width:18%; }
.post-listk4 li2{ width:24%; }
.post-listk4 li3{ width:30%; }
.post-listk4 li4{ width:22%; }
.post-listk4 li5{ width:55%; }

.post-listk4 a{
    padding: 0px 0px;
color: #f00;
}


.post-list2{
    text-align: center;
    font-weight: bold;
}
.post-list2 li {
    padding: 3px 3px;
    border-radius: 0px;
    background-color: #fff;
    border-bottom: 1px solid #ada96e;
    font-size: 20px;
}
.post-list21{
    display: flex;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold; 

}

.post-list21 li,.post-list21 li1,.post-list21 li2 {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid #ada96e;
    display: inline; 
    flex-direction: column;
    align-items: center;
    margin: 0;
    background-color: #fff;
    color: #f00;
}
.post-list21 li {
    width: 100%;
    background: #CCFFFF;
    font-weight: bold; 
    color: #000;
}
.post-list21 li1 {
    width: 18%;
    background: #CCFFFF;
    font-weight: bold; 
    color: #000;
}
.post-list21 li2 {
    width: 82%;
    background: #CCFFFF;
    font-weight: bold; 
    color: #000;
}

/* 定义左右排动的动?*/
@keyframes moveHorizontal {
  0% {
    /* 起始位置：向左移?px */
    transform: translateX(-8px);
  }
  50% {
    /* 中间位置：向右移?px */
    transform: translateX(8px);
  }
  100% {
    /* 结束位置：回到向左移?px（与起始位置一致，形成循环?*/
    transform: translateX(-8px);
  }
}



.post-listdh{
    text-align: center;
    background-color: #fff;
    list-style: none; /* 移除默认列表符号 */
    padding: 2px 2px;/* 清除默认内边?*/
    margin: 0;
    font-weight: bold;
}
.post-listdh li {

    padding: 3px 3px;
    margin: 0px 5px 2px 5px;
    border-radius: 10px;
    border-bottom: 1px solid #ada96e;
    font-size: 20px;
   border: 1px solid #afaf00;
}
.post-listdh dh
{       
    list-style: none; /* 移除默认列表符号 */
border-radius: 5px;
    border: 1px solid #ff0000;
    background-color: #ffff00;
    margin: 0;
  /* 开启动?*/
  animation: moveHorizontal 2s infinite; /* 2s为一个周期，infinite表示无限循环 */
  position: relative; /* 确保动画基于自身位置计算 */
  display: inline-block; /* 让元素宽度适应内容，避免换行影响动?*/
}

.post-gg{background:#00FF00;padding:-0.5rem 1rem; font-size:1.3rem}
.post-gg li{padding:.3rem 0;border-bottom:1px solid #fff;}
.post-gg li:last-child{border-bottom:0}
.post-gg li span{display:flex;float:right;}

.post-gg {
    background: #00FF00;
    font-size: 1.4rem;
  text-align: center;
}

.post-gg li{
padding: 8px 3px;
    border-radius: 0px;
    border-bottom: 1px solid #ada96e;
    font-size:20px;
    font-weight: bold; 
}
.post-gg li a{

text-align: center;
display: block;
font-size: 20px;
font-weight: bold;
color: #000;

}


.post-tp{
    text-align: center;
}
.post-tp li {
    padding: 3px 3px;
    border-radius: 0px;
    background-color: #fff;
    border-bottom: 1px solid #ada96e;
    font-size: 20px;
}



.post-list2t{
    text-align: left;
}
.post-list2t li {
    padding: 3px 3px;
    border-radius: 0px;
    background-color: #fff;
    border-bottom: 1px solid #ada96e;
    font-size: 18px;
    font-weight: bold; 
}
.post-list2t2{
    text-align: center;
}
.post-list2t2 li {
    padding: 3px 3px;
    border-radius: 0px;
    background-color: #fff;
    border-bottom: 1px solid #ada96e;
    font-size: 18px;
    font-weight: bold; 
}

.post-list22{
    display: flex;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold; 
}

.post-list22 li,.post-list22 li1,.post-list22 li2 {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    border-right: 1px solid #ada96e;
    display: inline; 
    flex-direction: column;
    align-items: center;
    margin: 0;
    background-color: #fff;
    font-size: 20px;

}
.post-list22 li{
    width: 100%;
    text-align: center;
}





.post-list3{
    display: flex;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
}

.post-list3 li,.post-list3 li1,.post-list3 li2,.post-list3 li3 {
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid #ada96e;
    display: inline; 
    flex-direction: column;
    align-items: center;
    margin: 0;
    background-color: #fff;
}
.post-list3 li {
    width: 100%;
}
.post-list3 li1 {
    width: 30%;
}
.post-list3 li2 {
    width: 45%;
}
.post-list3 li3 {
    width: 25%;
}

.post-list33{
    display: flex;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold; 

}

.post-list33 li,.post-list33 li1,.post-list33 li2,.post-list33 li3 {
    width: 33.33%;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid #ada96e;
    display: inline; 
    flex-direction: column;
    align-items: center;
    margin: 0;
    background-color: #fff;
    color: #f00;
}
.post-list33 li {
    width: 100%;
    background: #CCFFFF;
    font-weight: bold; 
    color: #000;
}

.post-list4{
    display: flex;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold; 

}.post-list4 li {
    width: 100%;
    box-sizing: border-box;
    text-align: center;


    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    background-color: #f3f0Eb;
}
.post-list4 li1 {
    width: 26%;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #ada96e;

    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    background-color: #f3f0Eb;
}
.post-list4 li2 {
    width: 54%;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #ada96e;

    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    background-color: #fff;
    font-size: 24px;
}
.post-list4 li3 {
    width: 20%;
    box-sizing: border-box;
    text-align: center;


    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    background-color: #f3f0Eb;
}

.post-list5{
    display: flex;
    text-align: center;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold; 
    border: 1px solid #fefefe;
    padding: 2px 2px;
    white-space: nowrap;
    background-color: #ffffff;

}
.post-list5 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 rgb(0 0 0 / 10%);
    display: block;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding-left: 0px;
}
.post-list5 li1,.post-list5 li2,.post-list5 li3 {
    width: 33.33%;
    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 rgb(0 0 0 / 10%);
    display: block;
    font-weight: bold;
    text-decoration: none;
    padding-left: 0px;
}
.post-list5 li1 {
color: #2DB52D;
}
.post-list5 li2 {
color: #FF0000;
}
.post-list5 li3 {
color: #0000ff;
}


.lnbg6{
    display: flex;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    background-color: #fff;
}.lnbg6 li {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}
.lnbg6 li1 {
    width: 18%;
    border-right: 1px solid #CED4DA;
}
.lnbg6 li2 {
    width: 15%;
    border-right: 1px solid #CED4DA;
}
.lnbg6 li3 {
    width: 15%;
    border-right: 1px solid #CED4DA;
}
.lnbg6 li4 {
    width: 16%;
    border-right: 1px solid #CED4DA;
}
.lnbg6 li5 {
    width: 15%;
    border-right: 1px solid #CED4DA;
}
.lnbg6 li6 {
    width: 21%;

}
s1 {
color: #ff0000;
}
s2 {
color: #00ff00;
}
s3 {
color: #0000ff;
}
s4 {
color: #000000;
}
s5 {
color: #ffffff;
}
s6 {
color: #333333;
}
s7 {
color: #F5F5F5;
}
s8 {
color: #F8F9FA;
}
s9 {
color: #E9ECEF;
}
s10 {
color: #DEE2E6; /* 中性灰白色 */
}
s11 {
color: #CED4DA; /* 银灰?*/
}
s12 {
color: #F8EDEB; /* 浅粉?*/
}
s13 {
color: #4ECDC4; /* 青绿?*/
}
s14 {
color: #FFD166; /* 亮黄?*/
}
s15 {
color: #6A0572; /* 深紫?*/
}
s16 {
color: #1A936F; /* 深绿?*/
}
s17 {
color: #ff00ff;
}
s18 {
color: #008000;
display: inline;
}
s19 {
color: #9933cc;
}
s20 {
color: #663333;
}
s21 {
color: #993333;
}
s22 {
color: #800080;
}
s23 {
color: #008080;
}
s24 {
color: #FF6600;
}
s25 {
color: #FF0066;
}
s26 {
color: #990099;
}
s27 {
color: #222222;
}
s28 {
color: #800000;
}
s29 {
color: #000080;
}
s30 {
color: #808080;
}
s31 {
color: #990099;
}
s32 {
color: #009900;
}
s33 {
color: #00CC99;
}

ds {
background-color: #FFFF00;
}
sd {
background-color: #FFFF00;
color: #ff0000;
}
z1 {
font-size: 12px;
}
z2 {
font-size: 15.9px;
}
z3 {
font-size: 16px;
}
z3 {
font-size: 18px;
}
z4 {
font-size: 18px;
}
z5 {
font-size: 22px;
}
z6 {
font-size: 24px;
}
z7 {
font-size: 26px;
}
z8 {
font-size: 28px;
}
z9 {
font-size: 30px;
}
z10 {
font-size: 32px;
}


/*footer*/

.footer{
	height: 30px;
	line-height:30px;
	text-align: center;
	border-bottom: 1px solid #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.footer a{
	color: #6198bf;
	margin:0 10px;
}
.footera a:hover{
	text-decoration: underline;
}
.copyright{
	width: 80%;
	margin:0 auto;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom:5px;
	border-bottom:1px solid #000;
	color: #000;
}

.foot-subTextTitle{
	padding:0 8px;
}
.foot-subTextTitle p{
	color: #d2b335;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffeda4;
}








@keyframes gradient-anim {
       0% { background-position: 0% 50%; }
       50% { background-position: 100% 50%; }
       100% { background-position: 0% 50%; }
     }









.lxlm-head{padding-left: 1rem;padding-right: 1rem;text-align:center;}

.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}
.hover-yes{background:#ffffff;color:#13489a;}
.hover-no{background:rgb(18 166 168);color:#fff}


    .tab-content {
      margin-top: 10px;
    }

    .tab-pane {
 width:100%;
      display: none;
    }

    .tab-pane.dis {
      display: block;
    }

    .tab-pane ul {
    width:100%;
    display: flex;
    text-align: center;
    overflow: hidden;
    font-size: 20px;

        }

    .tab-pane ul li {
      display: flex;
      justify-content: space-between;
      padding: 5px 0;

    }


.tab-pane ul li1 {
  width: 90px;
  color: #333; 
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #cece71;
 display: inline; 
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
  background-color: #fff;
  margin: 0;
  padding: 5px 3px;
}

.tab-pane ul li2 {
  flex: 1; 
  text-align: center;
  border-right: 1px solid #cece71;
    display: inline; 
  flex-direction: column;
  align-items:left;
  color: #ff0000;
  margin: 0;
  background-color: #FBF6F6;
  padding: 5px 3px;
  font-weight: bold;
}

.tab-pane ul li3 {
  width: 90px;
  color: #333;
  font-size: 16px;
  text-align: center;
  display: inline; 
  flex-direction: column;
  align-items: center;
  margin: 0;
  background-color: #fff;
  margin-left: auto;
  padding:5px 3px;
}
.qnzl {background:#fff;text-align: center;padding:0;}
.qnzl ul { display: flex; flex-direction: row; flex-wrap: wrap; padding: 5px;}
.qnzl ul li { width: 33.33%; box-sizing: border-box;padding: 5px 5px;border-radius: 0px;background-color: #fff;}
.qnzl ul li 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: 20px;

color: #000;
}
.qnzl-more a { display: block; padding: 5px 0; color: #fff; text-align: center; font-size: 18px; border-radius: 5px; background: #f00;}


        .container {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .card {
            background-color: white;
            border-radius: 0; /* 移除圆角，使其完全贴?*/
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            padding: 5px;
            margin-bottom: 10px; /* 减小底部间距 */
        }
        
        
        /* 选项卡样?*/
        .tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 5px;
        }
        
        .tab {
            padding: 5px 5px;
            border: 1px solid #ddd;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .tab:hover {
            background-color: #f5f5f5;
        }
        
        .tab.active {
            background-color: #3b82f6;
            color: white;
            border-color: #3b82f6;
        }
        
        /* 图片展示区域 */
        .image-container {
            position: relative;
            background-color: #f3f4f6;
            border-radius: 8px;
            overflow: hidden;
            min-height: 200px;
        }
        
        .loading {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(243, 244, 246, 0.8);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s;
        }   
        .loading.show {
            opacity: 1;
            pointer-events: auto;
        }
        
        .spinner {
            width: 24px;
            height: 24px;
            border: 3px solid #3b82f6;
            border-radius: 50%;
            border-top-color: transparent;
            animation: spin 1s linear infinite;
        }
        
        @keyframes spin {
            to { transform: rotate(360deg); }
        }
        
        #showImg {
            width: 100%;
            height: auto;
            display: block;
            opacity: 0;
            transition: opacity 0.5s;
        }
        
        #showImg.fade-in {
            opacity: 1;
        }
        
        #originLink {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background-color: rgba(59, 130, 246, 0.8);
            color: #ff0000;
            padding: 0px 12px;
            border-radius: 4px;
            text-decoration: none;
            font-size: 14px;
            margin-top: 0px;
        }
        
        #originLink:hover {
            background-color: #3b82f6;
        }

@media screen and (max-width: 720px){
.post-list22{
    font-size: 22px;
  }
}

@media screen and (max-width: 620px){
.post-list22 li,.post-list22 li1,.post-list22 li2{
    font-size: 20px;
  }
}

@media screen and (max-width: 520px){
.post-list22 li,.post-list22 li1,.post-list22 li2{
    font-size: 18px;
  }

}



@media screen and (max-width: 450px){
.post-list22 li,.post-list22 li1,.post-list22 li2{
    font-size: 15px;
  }
}
@media screen and (max-width: 420px){
.post-list22 li,.post-list22 li1,.post-list22 li2{
    font-size: 14px;
  }
}
@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: 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; } /* 公告表格单元格字体缩?*/
}
@media screen and (max-width: 580px){
  .blgg 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{ 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: 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; } /* 公告表格单元格字体进一步缩?*/
  .gg td a{ text-align: left; } /* 公告链接对齐方式调整（适配窄屏?*/
}
@media screen and (max-width: 480px){
  .blgg td{ font-size: 13pt; } /* 博客表格单元格字体进一步缩?*/
}
@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; } /* 另一对联表格重点文字进一步缩?*/
  .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; } /* 核心表格“推荐”文字最小化 */
  #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: 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; } /* 另一对联表格表头字体超小?*/
  .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; } /* 公告表格单元格字体超小化 */
}
@media screen and (max-width: 358px){
  .blgg td { font-size: 11pt; } /* 博客表格单元格字体超小化 */
  .blgg a { line-height: 30px; } /* 博客链接行高缩小（适配超窄屏） */
}