@media screen and (min-width:795px) {
.pcone {display:none;}
}
@media screen and (max-width:795px) {
.mbnone {display:none;}
.wapone {display:block;}
.zztit, .yuedu {font-size:1.5rem;}
.gst_topic_tit {font-size:1.6rem;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.gst_topic_content {font-size: 1.8rem;padding:3px 2px;}
.gst_type_box ul li a {font-weight:600;font-size:1.8rem;}
.gst_gk_box li, .gst_hide_box li{font-size:1.8rem;}
.top_box ul li {width:24%;margin-left:0px;}
.top_box ul li a {font-size:1.7rem;padding:2px 6px;}
.type_name_box li {width:48%;}
.gktopic, .hidetopic {font-weight:700;font-size:1.5rem;}
.yx_l {width:15.4%;}
.yx_t {width:62%;}
.yx_r {width:22%;}

.cn_l {width:17%;}
.cn_t {width:60%;}
.yn_l {width:17%;}
.yn_t {width:57%;}
.yn_r {width:25%;}
.nn_r {width:42%;}
.nn_t {width:58%;}

.es_l {width:14%;}
.es_t {width:61%;}
.es_r {width:24%;}

.kj_data_box ul li.kj_nn span{margin:0px 1px;}
.top_box .top_titicon img {left:1%;margin-left:0px;}


.top_box .top_logo, .top_box .top_home{width:30%;}
.top_box .top_home {text-align:right;}
.top_box .top_titicon{width:40%;}

.subnav { margin: 0px 0px 0 0px;}
.subnav ul li img { width: 67.2px; height: auto;}
.subnav ul { font-size: 15px;}
.img_add_box img {width:100%;}
.top_box .top_home img {right:235px;position:relative;overflow: hidden;top: 6px; width: auto;}
/*球颜色*/
.redClass {WIDTH:50px;height:50px;padding:2px 3px;font-size:1rem;}
.blueClass {WIDTH:50px;height:50px;padding:2px 3px;font-size:1rem;}
.greenClass {WIDTH:50px;height:50px;padding:2px 3px;font-size:1rem;}
.kj_data_box ul li.kj_nn {width:40%;}
.kj_data_box ul li.kj_id {width:11%;}
.kj_data_box ul li.kj_fl {width:9%;}
.kj_data_box ul li.kj_jy {width:13%;}
.litit {font-size:1.1rem;}
.tzbox_list li{width:32.2%;}
.tzbox_list li a {font-size: 12px;}
.zlbox_list li a {font-size: 1.3rem;}
.imgcur {width:100%;min-width:100%;height:100%;min-height:700px;}
.buyinfo {width:100%;}
}

@media screen and (max-width:580px) {
.wapone {display:block;}
.zztit, .yuedu {font-size:1.4rem;}
.gst_topic_tit {font-size:1.6rem;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.gst_topic_content {font-size: 1.6rem;padding:3px 2px;}
.gst_type_box ul li a {font-weight:600;font-size:1.5rem;}
.gst_gk_box li, .gst_hide_box li{font-size:1.3rem;}
.top_box ul li {width:24%;margin-left:0px;}
.top_box ul li a {font-size:1.6rem;padding:2px 4px;}
.cn_l {width:17%;}
.cn_t {width:60%;}
.yn_l {width:17%;}
.yn_t {width:57%;}
.yn_r {width:25%;}

.yx_l {width:17%;}
.yx_t {width:57%;}
.yx_r {width:25%;}

.es_l {width:13%;}
.es_t {width:61.2%;font-size:1.2rem;font-weight:700;}
.es_r {width:25%;font-size:1.2rem;}
.gktopic, .hidetopic {font-weight:500;font-size:1.2rem;}
}

@media screen and (max-width:380px) {
.wapone {display:none;}
.zztit, .yuedu {font-size:1rem;}
.gst_topic_tit {font-size:1.5rem;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.top_box ul li {width:24%;margin-left:1px;}
.top_box ul li a {font-size:1.5rem;padding:4px 6px;}
.gst_gk_box li, .gst_hide_box li{font-size:1.3rem;font-weight:500;}
.gst_type_box ul li a {font-weight:600;font-size:1.3rem;}
.top_box .top_titicon img {left:0%;margin-left:0px;}
.gktopic, .hidetopic {font-weight:100;font-size:1.2rem;}
.cn_l {width:17%;}
.cn_t {width:57%;}
.cn_r {width:22%;}
.yn_l {width:17%;}
.yn_t {width:57%;}
.yn_r {width:25%;}
.nn_r {width:42%;}
.nn_t {width:58%;}

.es_t {width:61.2%;font-size:1.2rem;line-height:17px;}
.es_l {width:13%;}
.es_r {width:25%;font-size:1.2rem;}
.yx_l {width:17%;}
.yx_t {width:57%;}
.yx_r {width:25%;}
}

.dateinfo {
    background-color: #01728E;  /* 底色 */
    color: white;               /* 文字颜色，建议用白色对比 */
    font-size: 14px;            /* 字体变大，可以按需调整 */
    border: 2px solid #005f73;  /* 边框颜色可以略深于背景 */
    padding: 5px 20px;         /* 内边距，让文字不贴边 */
    text-align: center;         /* 水平居中 */
    border-radius: 5px;         /* 圆角可选 */
    margin: 5px auto;          /* 居中显示，加一些外边距 */
    max-width: 1048px;           /* 可选限制宽度 */
}