* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    background: #f5f5f5;
}
/* 主体内容区 */
.main-container {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    min-height: 600px;
}

/* 公报信息块 */
.gbinfobox {
    background: #f5f8fc;
    padding: 20px 30px;
    margin-bottom: 30px;
    line-height: 2;
    text-align: center;
}
.gbinfobox img{
    display: block;
    margin: auto;
}
.gbinfobox p {
    font-size: 18px;
    color: #333;
}

/* 分类标题 */
.flTitle {
    font-size: 22px;
    color: #1a5ab5;
    border-bottom: 3px solid #1a5ab5;
    padding-bottom: 10px;
    margin: 35px 0 20px 0;
    font-weight: bold;
}

/* 信息公开目录列表 */
.zx_xxgk_ml {
    width: 100%;
}

.zx_xxgk_ml ul {
    list-style: none;
}

.zx_xxgk_ml li {
    border-bottom: 1px dashed #ddd;
    padding: 18px 15px;
    transition: background 0.3s;
}

.zx_xxgk_ml li:hover {
    background: #f8f9fa;
}

.zx_xxgk_ml li:last-child {
    border-bottom: none;
}
.info-box{
    display: grid;
	grid-template-columns: 55% 42%; /* 两列等宽 */
	gap: 3%;
}
.info-box .box-left{

}
.info-box .box-right{

}
.zfgb-qzb{
    color: #F00;
    text-align: center;
    font-size: 16px;
}
.zfgb-qzb a{
    color: #F00;
    text-align: center;
    font-size: 16px;
}