.content {
    padding: 10px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

.item {
    display: none;
}

.show-all {
    display: none;
}

.list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.list li {
    cursor: pointer;
    width: 12%;
    padding: 12px 5px;
    background-color: #edf3ff;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    color: #2580fd;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
    overflow: hidden;
}

.list li.active {
    background-color: #2580fd;
    color: #ffffff;
}

.show-all-btn {
    width: 12%;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 12px 18px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #1453c6;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    line-height: 16px;
    color: #1453c6;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.title-box {
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    align-items: center;
    margin-top: 10px;
}

.list-title {
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    margin-left: 11px;
}

.section_line {
    background-color: #1453c6;
    width: 4px;
    height: 15px;
}

.section_type {
    margin-right: 6px;
    padding: 12px 20px;
    background-color: #edf3ff;
    display: flex;
    flex-direction: row;
    align-self: stretch;
    align-items: center;
    justify-content: space-between;
}


.table-item {
    padding: 17px 16px 14px 17px;
    border-bottom: solid 1px #f3f5f8;
    align-self: stretch;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}

.table-item-childs {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.table-label-childs {
    font-size: 16px;
    color: #333333;
    padding: 17px 16px 14px 17px;
    border-bottom: solid 1px #f3f5f8;
    display: flex;
    align-items: center;
}

.table-label-childs img {
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.table-item-childs.active .table-label-childs img {
    transform: rotate(0);
}

.table-item-childs-list {
    display: none;
    padding-left: 0;
    transition: all 3s ease;
}

.table-item-childs.active .table-item-childs-list {
    display: block;
}

.table-label {
    font-size: 16px;
    color: #333333;
}

.table-btn {
    display: flex;
    flex-direction: row;
}

.bs-btn {
    background-color: #ffffff;
    border-radius: 4px;
    width: 80px;
    height: 32px;
    border: solid 1px #1453c6;
    font-size: 14px;
    color: #1453c6;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 10px;
}

.zs-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 32px;
    margin-left: 17px;
    background-color: #1453c6;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    border: solid 1px #1453c6;
    text-align: center;
}

.section_type_box {
    display: flex;
    align-items: center;
}


.custom-select {
    position: relative;
    display: inline-block;
}

.custom-select select {
    display: none;
}

.select-styled {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
    position: relative;
    min-width: 100px;
    /* 设置最小宽度 */
}

.select-styled-content {
    padding-right: 10px;
    color: #0045c8;
    font-size: 18px;
}

.select-styled::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 6px;
    background: url(/eportal/portlet/officeService/img/xia.png) no-repeat 0 0;
}

.select-options {
    display: none;
    position: absolute;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    margin: 5px 0;
    z-index: 99;
}

.select-options div {
    font-size: 14px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer;
}

.select-options div:hover {
    background-color: #f5f7fa;
}

.section_type_num {
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
}

.section_type_num span {
    font-size: 14px;
    color: #999999;
}

.search-container {
    display: flex;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 8px;
    background-color: #ffffff;
    border-radius: 17px;
    padding: 10px 20px;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    color: #999999;
    min-width: 250px;
}

.search-icon {
    background-color: #fff;
    color: #555;
    cursor: pointer;
}
.bs-btn .erCode{
    position: absolute;
    display: none;
    bottom: 44px;
    width: 100px;
    height: 100px;
    border-radius: 6px;
    border: solid 2px #1453c6;
}
.bs-btn .erCode::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top:8px solid #1453c6;
}
.bs-btn .erCode img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.bs-btn{
    position: relative;
}
.bs-btn:hover{
    background-color: #1453c6;
    color: #fff;
    border: solid 1px #1453c6;
}
/*.bs-btn:hover .erCode{display: block; }*/
.aisite-list-table{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.aisite-list-table-header{
    font-weight: bold;
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.aisite-list-table-header div{
    flex: 1;
    text-align: center;
}


.aisite-list-table-header div.aisite-list-table-header-name{
    flex: 2;
    text-align: left;
}
.aisite-list-table .table-list{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
table-label table-dapt-name table-btn
.aisite-list-table .table-list .table-label{
    flex: 2;
}
.aisite-list-table .table-list .table-btn，.aisite-list-table .table-list .table-dapt-name{
    flex: 1;
}
.table-item .table-label{
    flex: 2;
}
.table-item .table-btn{
    flex: 1;
    align-self: center;
    justify-content: center;
}
.table-item .table-dapt-name{
    flex: 1;
    text-align: center;
    color: rgb(114,119,132);
}
.table-item:hover{
    background: #f5f7fa;
    border-radius: 6px;

}
#govItemListTable .empty {
    min-height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c7cad3;

}
.table-item-childs-list .table-item{
    box-sizing: border-box;
    padding-left: 12px;

}
.table-item-childs-list .table-item .name {
    padding-left: 17px;
}
.dropdown {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(9,41,77,.10196);
    z-index: 999;
    left: -100px;
    border-radius: 10px;

}

.dropdown-content a {
    text-decoration: none;
    display: block;
    width: 19%;
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 400;
    color: #0d1c28;
    letter-spacing: 0;
    border-radius: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
    box-sizing: border-box;
}
.dropdown-content a.active {
    background: rgba(33, 117, 219, .10196);
    border: 1px solid #2175db;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: 700;
}
.dropdown-content a:hover {
    background-color: #f1f2f3;
    color: #000;
    cursor: pointer;
}
.dropdown-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    color: #0d1c28;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;

}


.dropdown-header span{
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
}
.dropdown-header .arrow-down {
    transform: rotate(90deg);
    transition: transform 0.3s;
}
.dropdown-header.active span {
    box-sizing: border-box;
    color: #2175db;
}
.dropdown-header.active  .arrow-down{
    transform: rotate(270deg);
    color: #2175db;
}

.dropdown-content-all{
    display: flex;
    width: 500px;
    z-index: 1;
    max-height: 150px;
    overflow-y: auto;
    padding: 16px;
    flex-wrap: wrap;
}
.types .dropdown-content-all{
    display: flex;
    max-width: 370px;
    z-index: 1;
    overflow-y: auto;
    padding: 16px;
}
.types .dropdown-content a {
    width: 24%;
}
.city .dropdown-content{
    left: 0;

}
.county,.town,.village {
    display: none;
}
.dropdown {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(9, 41, 77, .10196);
    z-index: 999;
    left: -100px;
    border-radius: 10px;

}

.dropdown-content a {
    text-decoration: none;
    display: block;
    width: 19%;
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 400;
    color: #0d1c28;
    letter-spacing: 0;
    border-radius: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
    box-sizing: border-box;
}

.dropdown-content a.active {
    background: rgba(33, 117, 219, .10196);
    border: 1px solid #2175db;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: 700;
}

.dropdown-content a:hover {
    background-color: #f1f2f3;
    color: #000;
    cursor: pointer;
}

.dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    color: #0d1c28;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;

}


.dropdown-header span {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
}

.dropdown-header .arrow-down {
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.dropdown-header.active span {
    box-sizing: border-box;
    color: #2175db;
}

.dropdown-header.active .arrow-down {
    transform: rotate(270deg);
    color: #2175db;
}

.dropdown-content-all {
    display: flex;
    width: 500px;
    z-index: 1;
    max-height: 150px;
    overflow-y: auto;
    padding: 16px;
    flex-wrap: wrap;
}

.types .dropdown-content-all {
    display: flex;
    max-width: 370px;
    z-index: 1;
    overflow-y: auto;
    padding: 16px;
}

.types .dropdown-content a {
    width: 24%;
}

.city .dropdown-content {
    left: 0;

}

.county, .town, .village {
    display: none;
}

.search-box {
    display: flex;
    box-sizing: border-box;
    padding: 10px;
}

.department-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
}

.search-btn {
    padding: 10px 15px;
    background-color: #409eff;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 16px;
}

.search-btn:hover {
    background-color: #66b1ff;
}
.no-results {
    padding: 15px;
    color: #999;
    text-align: center;
    width: 100%;
}