/* 写在全局样式文件（如 app.css、main.css），或 style 标签不加 scoped */
[v-cloak] {
  display: none !important; /* 加 !important 防止被覆盖 */
}
body {
    background: #85CDF8 url(http://www.gxzf.gov.cn/material/zcfw/zchb_4/zqbf-bak.png) no-repeat top center;
    position: relative;
    background-size: cover;
    min-width: 1350px;
}

.div-bt {
    width: 1330px;
    margin: 0 auto;
}

.nr-img {
    margin-top: 150px;
}

.div-ss {
    width: 1330px;
    background: url(/material/zcfw/zchb_ss/ss-bg.png) no-repeat top center;
    display: flex;
    line-height: 76px;
    margin: 305px auto 0;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.xx-bt {
    font-size: 24px;
    color: #18a6ff;
    font-weight: 600;
    padding-left: 20px;
}

.nr-inp {
    padding: 0px 15px;
    border: none;
    color: #7d7d7d;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8fbfe;
    width: 390px;
    height: 54px;
    border: 2px solid #DCDFE6;
    border-radius: 10px;
    font-size: 24px;
}

.nr-inp:focus {
    outline: none;
    border: 2px solid #95e3ff;
}

.nr-inp::placeholder {
    font-size: 20px;
    /* 自定义placeholder大小，按需调整（如12px/16px） */

}

.cz {
    background: #18a6ff;
    width: 130px;
    height: 62px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    cursor: pointer;
}

.ss {
    background: #18a6ff url(/material/zcfw/zchb_ss/ss.png) no-repeat 15px center;
    width: 150px;
    height: 62px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    cursor: pointer;
    padding-left: 50px;
}

.ss-img {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.div-nr-bg {
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eff7fd;
    width: 1330px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 150px;
    padding-bottom: 30px;
}

.zz-cs {
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
}

.count-nr {
    font-size: 18px;
    color: #6a6a6a;
    font-weight: 500;

}

.count {
    color: #ff0000;
}

.tj-zz {
    font-size: 18px;
    color: #18a6ff;
    font-weight: 500;
}

.tj-zz a {
    font-size: 18px;
    color: #18a6ff;
    cursor: pointer;
    font-weight: 500;
}

.tj-zz a.active {
    color: #ff7418;
}

.img-ggzc {
    position: relative;
    left: 10px;
    top: 5px;
}

.div-nr {
    /* height: 455px; */
    /* height: 625px; */
    padding-bottom: 30px;
}

em {
    color: #ff0000;
    font-weight: 500;
}

/* 政策列表容器 */
.policy-list {
    max-width: 1200px;
    margin: 0 auto;
}

/* 政策项 */
.policy-item {
    background: url(http://www.gxzf.gov.cn/material/zcfw/zchb_ss/wz-bg.png) no-repeat top center;
    width: 1244;
    height: 158px;
}

/* 政策分类标签 */
.policy-tag {
    color: #3182fd;
    font-size: 16px;
    font-weight: 500;
    background: url(http://www.gxzf.gov.cn/material/zcfw/zchb_ss/fl-bg.png) center no-repeat;
    width: 149px;
    height: 53px;
    text-align: center;
}

.policy-tag span {
    padding-left: 15px;
    line-height: 32px;
}

.wn-nr {
    width: 1230px;
    margin: 0 auto;
    height: 154px;
}

.policy-title-actions {
    margin-top: -15px;
}

/* 政策标题 */
.policy-title {
    font-size: 20px;
    color: #222222;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-pack: center;
}

/* 操作按钮区域 */
.policy-actions {
    padding: 5px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.policy-actions a {
    text-decoration: none;
}


/* 发布时间 */
.policy-time {
    font-size: 18px;
    font-weight: 500;
    color: #c2c2c2;
}

.wsj-p {
    font-size: 16px;
    font-weight: 400;
    color: red !important;
    line-height: 16px;
    text-align: center;
    padding: 30px 0 30px;
}

.sstj-float {
    width: 350px;
}

/* 下拉容器 */
.select-input {
    position: relative;
    cursor: pointer;
}

/* 下拉列表（默认隐藏） */
.select-dropdown {
    position: absolute;
    width: 110px;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background: #fff;
    z-index: 100;
}

/* 下拉选项 */
.select-dropdown li {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

/* 选项hover高亮 */
.select-dropdown li:hover {
    background: #f5f5f5;
}

/* 选中项高亮 */
.select-dropdown li.active {
    background: #18a6ff;
    color: #fff;
}

.bt-jt {
    cursor: pointer;
    width: 22px;
    height: 12px;
    background: url(/material/zcfw/zchb_ss/bt-jt.png) no-repeat top center;
}
 .img-ggzc {
        position: relative;
        left: 10px;
        top: 5px;
    }

    .div-nr {
     
        padding-bottom: 30px;
    }

    .div-img {
        text-align: center;
    }

    .zy {
        padding: 2px 4px;

        border-radius: 15px;
        white-space: nowrap;
    }

    .zy-zzq {
        padding: 2px 4px;
        border-radius: 15px;
        white-space: nowrap;
    }

    .zy-wk {
        border: 2px solid red;
        display: inline-block;
        width: max-content;
        padding: 0 4px;
    }

    .zy a {
        font-size: 16px;
        font-weight: 600;
        color: red;
    }

    .zy-zzq a {
        font-size: 16px;
        font-weight: 600;
        color: red;
    }

    .bz-zzq {
        margin-left: 10px;
    }

    .bz-zzq a {
        font-size: 16px;
        font-weight: 600;
        color: #1E90FF;
    }

    .bz-zzq-wk {
        border: 2px solid #1E90FF;
        padding: 3px 5px;
    }

    .bz {
      
        margin-left: 10px;
        display: inline-block;
        width: max-content;
        padding: 0 5px;
    }

    .bz a {
        font-size: 16px;
        font-weight: 600;
        color: #1E90FF;
    }

    .gd-span {
        position: relative;
        left: 1200px;
        top: -30px;
        font-size: 20px;
        font-weight: bold;
        color: #1E90FF;
    }

    .policy-list {
        margin: -20px auto 0;
        width: 1200px;
        padding: 10px;
        font-size: 20px;
    }

    .policy-item-sc {
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #ccc;
        padding: 10px;
        color: #333333;
        line-height: 32px;
        list-style: disc;
        /* 默认圆点样式 */
        width: 1030px;

    }

    .policy-item-sc::marker {
        font-size: 16px;
        color: #2e81f0;
    }

    .policy-title-sc {
        flex: 1;
        margin-right: 10px;
    }

    .policy-date {
        font-weight: normal;
        position: absolute;
        right: 50px;
        color: #434343;
    }

    .wsj-p {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: red !important;
        line-height: 16px;
        text-align: center;
        padding: 30px 0 0;
    }
/* 旋转180°的类名 */
.bt-jt.rotate-180 {
    transform: rotate(180deg);
}

/* 时间控件 */
.el-date-editor .el-range-separator {
    display: inline-block;
    height: 100%;
    padding: 0 5px;
    margin: 0;
    text-align: center;
    line-height: 62px;
    font-size: 26px;
    width: 5%;
    color: #959595;
    height: 56px;
    background: #fff;
}

.el-range-editor.el-input__inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 0px;
    height: 62px;
}

.el-date-editor--daterange.el-input,
.el-date-editor--daterange.el-input__inner,
.el-date-editor--timerange.el-input,
.el-date-editor--timerange.el-input__inner {
    width: 350px;
}

.el-date-editor .el-range-input {
    width: 47.5%;
    font-size: 20px;
}

.el-icon-more:before {
    content: url('http://swt.gxzf.gov.cn/material/images/gjhwysdlqycx/gd.png');
}

.el-icon-arrow-left:before {
    content: url('http://swt.gxzf.gov.cn/material/images/bfqchsqy/arrow-left-bold.png');

}

.el-icon-d-arrow-left:before {
    content: url('http://swt.gxzf.gov.cn/material/images/bfqchsqy/arrow-double-left.png');
}

.el-icon-arrow-right:before {
    content: url('http://swt.gxzf.gov.cn/material/images/bfqchsqy/arrow-right-bold.png');

}

.el-icon-d-arrow-right:before {
    content: url('http://swt.gxzf.gov.cn/material/images/bfqchsqy/arrow-double-right.png');
}

.el-date-editor .el-range__icon {
    width: 16px;
    height: 16px;
    content: url('http://swt.gxzf.gov.cn/material/images/bfqchsqy/rl.png');
}

.el-date-editor .el-range__close-icon {
    display: none;
}

.el-icon-arrow-left:before {
    content: url('http://swt.gxzf.gov.cn/material/images/bfqchsqy/arrow-left-bold.png');
}

.el-icon-arrow-right:before {
    content: url('http://swt.gxzf.gov.cn/material/images/bfqchsqy/arrow-right-bold.png');
}

.el-pagination {
    text-align: center;
    font-weight: 500;
}

.el-input__inner {
    border: 1px solid #DCDFE6;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    font-size: 24px;
}

.el-pager li {
    font-size: 20px;
    min-width: 40px;

}

.el-pagination__editor.el-input {
    width: 60px;
}

.el-input {
    position: relative;
    font-size: 20px;
}

.el-button--mini {
    font-size: 18px;
    border-radius: 3px;
    padding: 0px 15px;
}

.pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
        gap: 15px;
}

.el-pagination .btn-next,
.el-pager,
.el-pagination .btn-prev {
    margin-top: 1px;
}
.el-pagination__jump {
    margin-top: -1px;
}