
body{
    background-color: #EBEFF1;
}

.page{
    height: 100%;
    padding-top: 44px;
}
.bg_color{
    /* background-color: #EBEFF1; */
}
.page_title{
    position: relative;
    background-color: var(--C1);
    position: fixed;
    width: 100%;
    left:0;
    top:0;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    z-index: 10;
    height: 44px;
    line-height: 44px;
}
.page_title .slb{
    position: absolute;
    right: 20px;
    top: 0;
}
.padding16{
    padding: 16px;
    box-sizing: border-box;
}
.search{
    display: flex;
}
.search_l{
    position: relative;
    flex: 1;
}
.search_l .icon_0{
    position: absolute;
    right: 10px;
    top: 6px;
    width: 22px;
    height: 22px;
}
.search_l .icon_0 img{
    width: 100%;
    height: 100%;
}
.search_l .input{
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    height: 34px;
    padding: 10px;
    box-sizing: border-box;
}
.search_l .input::placeholder{
    color: #999;
}
.search_r{
    flex: 0 0 94px;
    width: 94px;
    margin-left: 10px;
}
.search_r span{
    background-color: #fff;
    border: 1px solid #eee;
    display: block;
    border-radius: 16px;
    color: #2B5C9B;
    font-size: 13px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.page_item{
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-top: 10px;
}
.page_item .item_icon{
    position: relative;
    padding: 13px 20px;
    box-sizing: border-box;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 25px center;
}

.icon_1{
    background: url('../images/zfxxgk_0.png') no-repeat;
}
.icon_2{
    background: url('../images/zfxxgk_1.png') no-repeat;
}
.icon_3{
    background: url('../images/zfxxgk_2.png') no-repeat;
}
.icon_4{
    background: url('../images/zfxxgk_3.png') no-repeat;
}
.icon_5{
    background: url('../images/zfxxgk_4.png') no-repeat;
}
.icon_6{
    background: url('../images/40-xxgk-1-1.png') no-repeat;
}
.icon_7{
    background: url('../images/zfxxgk_6.png') no-repeat;
}
.page_item .item_icon h3{
    font-size: 16px;
    color: var(--C1);
    padding-left: 40px;
}

.page_item .item_icon .toggle{
    position: absolute;
    right: 15px;
    top: 2px;
    color:var(--C1);
    font-size: 30px;
    width: 24px;
    text-align: center;
}
.page_item.active h3{
    color:#fff;
}
.page_item.active .icon_1{
    background: var(--C1) url('../images/zfxxgk_0_1.png') no-repeat 25px center / 24px 24px;
}
.page_item.active .icon_2{
    background: var(--C1) url('../images/zfxxgk_1_1.png') no-repeat 25px center / 24px 24px;
}
.page_item.active .icon_3{
    background: var(--C1) url('../images/zfxxgk_2_1.png') no-repeat 25px center / 24px 24px;
}
.page_item.active .icon_4{
    background: var(--C1) url('../images/zfxxgk_3_1.png') no-repeat 25px center / 24px 24px;
}
.page_item.active .icon_5{
    background: var(--C1) url('../images/zfxxgk_4_1.png') no-repeat 25px center / 24px 24px;
}
.page_item.active .icon_6{
    background: var(--C1) url('../images/40-xxgk-1-2.png') no-repeat 25px center / 24px 24px;
}
.page_item.active .icon_7{
    background: var(--C1) url('../images/zfxxgk_6_1.png') no-repeat 25px center / 24px 24px;
}
.page_item.active .toggle{
    color:#fff;
}
.item_list{
    /* display: none; */
    padding: 10px 0;
}
.item_list a{
    display: flex;
    margin-bottom: 10px;
}
.item_list a .dot{
    flex: 0 0 14px;
    width: 14px;
    margin-left: 20px;
    color:#333;
}
.item_list a .title{
    flex: 1;
    color: #333;
    font-size: 16px;
}
.nav-sub-list{
    margin-bottom: 10px;;
}
.nav-sub-list .nav-sub-title{
    color:#333;
    font-size: 16px;
    margin-left: 17px;;
}
.nav-sub-list .nav-sub-title .title{
    margin-left: 3px;
}
.nav-sub-list.open{
    background: #eaf1fb;
    padding: 5px 0 0;
    overflow: hidden;
}
.nav-sub-list.open div:first-child .title{
    font-weight: 600;
    color:var(--C1);
    margin-left: 9px;
}
.nav-sub-list .nav-sub-list-box{
    text-indent: 2em;
    padding-top:10px;
}
/* ----------------------规章---------------------- */

.back{
    position: absolute;
    display: flex;
    justify-items: center;
    align-items: center;
    height: 44px;
    left: 8px;
    top:0;

}
.back img{
    width: 30px;
    height: 30px;
}
.grid_th{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    background: #F2F6FA;
    border-bottom: 2px solid #2B5C9B;
    padding:0 5px;
    color:#111;
    font-size: 14px;
}
.grid_tr{
    display: flex;
    color:#333;
    font-size: 16px;
}
.grid_tr:nth-child(odd) {
    background-color: #F4F5F7;
}
.grid_tr .td_1{
    flex: 0 0 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid_tr .td_2{
    flex: 1;
    padding: 15px 10px;
}
.grid_tr .td_3{
    flex: 0 0 78px;
    width: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 30px;
}
.grid_tr .td_2 span{
    line-height: 22px;
}
.grid_tr .td_2 p{
    color: #5D89B6;
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
}

/* -----------------行政规范性文件--------------------- */
.search_box{
    height: 35px;

}
.search_box .search_input{
    height: 32px;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 2px 5px;
    width: 100%;
    box-sizing: border-box;
}
.search_box .icon_0{
    position: absolute;
    right: 10px;
    top: 6px;
    width: 22px;
    height: 22px;
}
.search_box .icon_0 img{
    width: 100%;
    height: 100%;
}
.file_class{
    display: flex;
    color:#333;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.file_class .class_title{
    font-size: 16px;
    padding: 13px 0;
    display: flex;
    align-items: center;
}
.file_class .all_option{
    position: relative;
    padding: 13px 0;
    display: flex;
    align-items: center;
}
.file_class .all_option .select{
    font-size: 14px;
    display: flex;
}
.file_class .all_option .down{
    width: 20px;
    flex: 0 0 20px;
    margin-left: 5px;
}
.file_class .all_option .down img{
    width: 80%;
}
.file_class .all_option ul{
    position: absolute;
    z-index: 10;
    right: 5px;
    top: 50px;
    width: 91vw;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.file_class .all_option li{
    text-align: center;
    color:#333;
    font-size: 14px;
    border: 1px solid #eee;
    padding: 8px 0;
    background-color: #E1EBF6;
}
.file_class .all_option .mark{
    position: absolute;
    left:0;
    top: 40px;
    z-index: 99;
    background: #eee;
    width: 90vw;
    height: 100vh
}
.class_list{

}
.class_list li{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.class_list li label{
    font-size: 18px;
    color:#333;
    line-height: 1.4;
    margin-bottom: 8px;
}
.class_list li .p{
    margin-top: 8px;
    
}
.class_list li .p p{
    color:#777;
    font-size: 12px;
    line-height: 1.4;
}

/* -------------------政府领导------------------------ */
.people{

}
.people .people_title{
    font-size: 16px;
    color:#2B5C9B;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}
.people .people_box{
    display: flex;
    justify-content: space-between;
}
.people .people_box1{
    display: flex;
    justify-content: space-between;
}
.people .people_img{
    width: 100px;
    height: 157px;
    margin: 10px 0;
}
.people .people_img img{
    width: 100px;
    height: 127px;
    object-fit: cover;
}
.people .people_img .name{
    font-size: 14px;
    color: #333;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

/* ------------------------政府工作机构------------------------- */
.government_work{

}
.government_work .title{
    font-size: 18px;
    color:#333;
}
.government_work .title::before{
    content: '';
    width: 4px;
    height: 16px;
    background-color: #015293;
    display: inline-block;
    font-size: 600;
    margin-right: 8px;
}
.government_work .cell_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 8px 0;
}
.government_work .cell_box .cell{
    background-color: #E1EBF6;
    font-size: 14px;
    padding: 12px 0 12px 12px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    color:#333;
}
.government_work .cell_box .cell a{
    color:#333;
}

/* ----------------依申请公开------------------ */
.app_open .title{
    color:#333;
    font-size: 14px;
    font-weight: 600;
}
.app_open .cell_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 8px 0;
}
.app_open .cell_box .cell{
    background-color: #E1EBF6;
    font-size: 14px;
    padding: 12px 0 12px 12px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    color:#333;
}
.app_open .cell_box .cell a{
    color:#333;
}

/* ---------------政府信息公开年报----------------- */
.annual_year{
    width: calc(100% - 30px);
    margin:0 auto;
}
.annual_year .active{
    border-bottom: 3px solid #2B5C9B;
}
.annual_year ul{
    overflow-x: scroll;
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
}
.annual_year ul::-webkit-scrollbar{
    height: 0 !important;
}
.annual_year li{
    flex:1;
    text-align: center;
    padding: 12px 5px;
    box-sizing: border-box;
    font-size: 15px;
    width: 180px;
    margin: 0 10px;
    display: block;
    white-space: nowrap;
}
.annual_file{
    display: flex;
    align-items: center;
    background-color: #568EC8;
    border-radius: 2px;
    color:#fff;
    padding: 8px;
    margin-bottom: 10px;
    /* margin: 18px 16px 0; */
}
.annual_file .icon{
    flex: 0 0 30px;
    width: 30px;;
}
.annual_file .icon img{
    width: 100%;
}
.annual_file .text{
    flex: 1;
    font-size: 15px;
}
.annual_work{
    /* margin-top: 20px; */
}
.annual_work .title{
    font-size: 18px;
    color:#333;
}
.annual_work .title::before{
    content: '';
    width: 4px;
    height: 16px;
    background-color: #015293;
    display: inline-block;
    font-size: 600;
    margin-right: 8px;
}
.annual_work .cell_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 8px 0;
}
.annual_work .cell_box .cell{
    background-color: #E1EBF6;
    font-size: 14px;
    padding: 12px 3px 12px 12px;
    color:#333;
    box-sizing: border-box;
    /* text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap; */
}
.annual_work .cell_box .cell a{
    color:#333;
}





























/* ----------------放大版------------------ */
.slb .search_r{
    flex: 0 0 120px;
    width: 120px;
}
.slb .search_l .input::placeholder{
    font-size: var(--fontSize16);
}
.slb .search_r span{
    font-size: var(--fontSize18);
}
.slb .page_item .item_icon .toggle{
    font-size: var(--fontSize35);
}
.slb .page_item .item_icon h3 {
    font-size: var(--fontSize22);
}
.slb .item_list a .title,.slb .nav-sub-list .nav-sub-title{
    font-size: var(--fontSize20);
}

.slb .file_class .class_title {
    font-size: var(--fontSize22);
}
.slb .class_list li label{
    font-size: var(--fontSize22);
}
.slb .class_list li .p p {
    font-size: var(--fontSize16);
}
.slb .file_class .all_option .select {
    font-size: var(--fontSize18);
}
.slb .search_box .search_input::placeholder{
    font-size: var(--fontSize16);
}
.slb .file_class .all_option li{
    font-size: var(--fontSize18);
}


.slb .app_open .title{
    font-size: var(--fontSize20);
}
.slb .app_open .cell_box .cell{
    font-size: var(--fontSize18);
}

.slb .grid_th{
    font-size: var(--fontSize18)
}
.slb .grid_tr{
    font-size: var(--fontSize18);
}
.slb .grid_tr .td_2 p{
    font-size: var(--fontSize15);
}
.slb .grid_tr .td_3{
    font-size: var(--fontSize15);
}
.slb .people .people_title {
    font-size: var(--fontSize20);
}
.slb .people .people_img .name{
    font-size:var(--fontSize18);
}
.slb .government_work .title{
    font-size: var(--fontSize20);
}
.slb .government_work .cell_box .cell{
    font-size: var(--fontSize18);
}
.slb .annual_year li{
    font-size: var(--fontSize20);
}
.slb .annual_file .text{
    font-size: var(--fontSize18);
}
.slb .annual_work .title{
    font-size: var(--fontSize20);
}
.slb .annual_work .cell_box .cell{
    font-size: var(--fontSize18);
}




















