* {
    margin: 0;
    padding: 0;

}
.container * {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #000;
}
.container-bg {
    width: 100%;
    height: 100%;
    background: url("ssjg-container-bg.png") no-repeat top center #FFFFFF;
}
.container {
    width: 1200px;
    margin: 0 auto 40px;
    height: auto;
    padding: 60px 0 20px;
}
/*检索*/
.search-bg {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.search-box {
    width: 100%;
    height: 80px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(9, 42, 77, 0.08);
    margin-bottom: 24px;
}
.search-picker {
    width: 172px;
    height: 100%;
    padding: 22px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.search-picker:after {
    display: block;
    content: "";
    width: 1px;
    height: 60px;
    background: #DDDDDD;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.search-picker span {
    max-width: 6em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 26px;
    height: 26px;
    margin-right: 8px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #666666;
}
.search-down-icon {
    width: 19px;
    height: 12px;
}
.rotate180 {
    transform: rotate(180deg) !important;
}
.search-input {
    -webkit-appearance: none;
    height: 100%;
    border: none;
    outline: none;
    flex: 1;
    width: 70%;
    padding: 25px 42px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    background: #FFFFFF;
    box-sizing: border-box;
}
.search-input::placeholder {
    color: #c4c4c4;
}
.button-box {
    width: 160px;
    height: 100%;
    background: linear-gradient(to right, #50B6F2 , #1A44C4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
}
.button-box img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.button-box span {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}
    /*热词*/
.hot-search-box {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.hot-search-box span {
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    font-size: 16px;
    color: #323232;
    white-space: nowrap;
}
.hot-search-box a {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding: 8px 23px;
    background: rgba(255, 255, 255, 0.56);
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 15px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    color: #1942C3;
}


.info-box {
    width: 100%;
    height: auto;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(9, 42, 77, 0.1);
    padding: 25px;
}

.banner-ul {
    display: flex;
    margin: 0 25px;
    justify-content: center;
}

.banner-ul li {
    height: 45px;
    line-height: 45px;
    margin-left: 50px;
    font-size: 22px;
    cursor: pointer;
    padding: 0 30px;
}

.banner-ul li.active {
    font-weight: 800;
    font-size: 30px;
    color: #1942C3;
    position: relative;
}
.banner-ul li.active::after {
    content: ''; /* 添加内容或样式 */
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 6px;
    width: 100%;
    background: #1A44C4;
    border-radius: 3px;
}

.banner-ul li:first-child {
    margin-left: 0;
}

.inner-ul {
    width: 100%;
    margin-top: 40px;
}
.inner-ul>li {
    display: flex;
    width: 100%;
}
.inner-left {
    width: 790px;
    margin-right: 20px;

}
.inner-right {
    width: 340px;
}

.select-item-box {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 20px 25px;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    margin-bottom: 22px;
}
.select-top-box {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.select-tit-box {
    height: 100%;
    display: flex;
    align-items: center;
}
.select-tit-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.select-title {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.select-more-box {
    width: auto;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}

.select-more {
    text-decoration: none;
    color: #b4b4b4;
    font-size: 14px;
}

/*应用服务*/
.yyfw-item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

.yyfw-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 15px;
    background: url("ssjg-appItem-bg.png") no-repeat 100% 100%;
    font-size: 16px;
    color: #333333;
}

.yyfw-item a:hover {
    color: #1A44C4;
}

.select-info-box a {
    display: block;
    width: 100%;
}

.result-tit-box {
    width: 100%;
    border-bottom: 1px dotted #E1E1E1;
    font-size: 16px;
    color: #333333;
    line-height: 1.5em;
    padding: 20px 0;
}

/*事项*/
.select-sx-box {
    width: 100%;
    background: #FFFFFF;
    height: auto;
}
.sx-top-box {
    width: 100%;
    height: 42px;
    background: #F1F4FB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.sx-top-left {
    font-size: 16px;
    color: #3D4044;
}
.sx-top-box b {
    color: #1A44C4;
    font-weight: 500;
    letter-spacing: 2px;
    margin-left: 3px;
}
.sx-top-right {
    font-size: 16px;
    color: #3D4044;
    display: flex;
    align-items: center;
}
.sx-level {
    cursor: pointer;
    margin-right: 15px;
}
.all-department-box {
    position: relative;
}
.department-items {
    display: none;
    max-height: 400px !important;
    width: auto;
    margin-top: 8px;
    position: absolute;
    left: -15px;
    font-weight: 400;
    padding: 24px 0 24px 24px;
    background: #fff;
    box-shadow: 0 4px 30px 0 rgba(9, 41, 77, .10196);
    border-radius: 8px;
    border: none;
}
.department {
    overflow: auto;
    max-height: 327px;
    overflow-x: hidden;
    padding-right: 16px;
    display: grid;
    grid: auto / auto auto auto;
    grid-gap: 10px;
}
.department a{
    color: #3D3D3D;
    cursor: pointer;
    font-size: 14px;
    width: 145px;
    padding: 5px 15px;
    border-radius: 4px;

}
.department a:hover {
    background-color: #5872e6;
    color: #fff;
}

.sx-select-item {
    margin-left: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.sx-select-down {
    width: 13px;
    height: 9px;
    margin-left: 3px;
}

.sx-content-box {
    width: 100%;
}

.select-sxresult-box {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px dashed #E1E1E1;
    display: flex;
    align-items: center;
}

.select-sxresult-left {
    width: 600px;
    margin-right: 70px;
}
.sxresult-tit-top {
    display: flex;
}
.sxresult-tit-box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    overflow: hidden;
}

.sxresult-city {
    color: #4869D0;
    background: rgba(72, 105, 208, 0.08);
    font-size: 14px;
    margin-right: 10px;
    border-radius: 4px;
    padding: 5px 8px;
}
.sxresult-title {
    flex: 1;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sxresult-title:hover {
    color: #4869D0;
    text-decoration: underline;
}
.sxresult-type {
    font-size: 14px;
    color: #489D97;
    background: rgba(72, 157, 151, 0.08);
    border-radius: 4px;
    padding: 5px 8px;
    margin-left: 20px;
}
.sxresult-subject {
    font-size: 14px;
    color: #666666;
    background: rgba(102, 102, 102, 0.08);
    border-radius: 4px;
    padding: 5px 8px;
    margin-left: 20px;
}
.select-sxresult-right {
    width: 120px;
}
.select-sxresult-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    color: #FF8F16;
    border-radius: 4px;
    border: 1px solid #FF8F16;
}
.select-sxresult-right .view-now {
    color: #1A44C4;
    border: 1px solid #1A44C4;
}

.select-sxresult-right a:hover {
    background: rgba(255, 143, 22, 0.1);
}
.select-sxresult-right .view-now:hover {
    background: rgba(26, 68, 196, 0.1);
}

.sxresult-i-box {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}
.sxresult-i-box span {
    margin-right: 40px;
}
.sxresult-i-purple {
    color: #924DBA;
}
.sxresult-i-green {
    color: #4DAEBA;
}
.sxresult-i-blue {
    color: #1A44C4;
}
.select-no {
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #b4b4b4;
    box-sizing: border-box;
}






/*地市选择*/
.select-area-box {
    display: none;
    width: 100%;
    position: absolute;
    top: 105px;
    left: 0;
    overflow-x: hidden;
    z-index: 5;
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(9, 42, 77, 0.08);
    border-radius: 4px;
}
.select-area-top {
    padding: 10px 30px;
}
.select-area-bottom {
    display: none;
    background: linear-gradient(to bottom, #F4FAFF 0%, #FFFFFF 100%), #EDF0FA;
    padding: 40px 30px;
}
.select-area-title {
    font-size: 20px;
    color: #999999;
    padding-left: 24px;
}
.selected-area {
    padding: 20px 0;
    border-bottom: 1px dashed #E1E1E1;
}
.selected-area ol {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    display: flex;
    align-items: center;
}
.selected-area ol li {
    display: flex;
    align-items: center;
}
#province {
    color: #1A44C4;
    cursor: pointer;
}
#province:hover {
    text-decoration: underline;
}
.selected-area ol li img {
    margin: 0 22px;
    transform: rotate(-90deg);
}

.select-area-city {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 5px 0;

}
.select-area-city a {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    min-width: 131px;
    height: 43px;
    line-height: 43px;
    cursor: pointer;
    padding: 0 24px;
    margin-right: 65px;
    margin-bottom: 10px;
}
.select-area-city a:nth-child(6n) {
    margin-right: 0;
}
.select-area-city a:hover {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #2175DB;
    background: rgba(33, 117, 219, 0.08);
    font-weight: 800;
}


.level-wrap {
    padding: 0 25px;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*办事不找关系*/
.select-bsbzgx-box {
    width: 100%;
    margin: 25px;
}

.bsbzgx-inner {
    height: 80px;
    border-bottom: 1px dashed #e1e1e1;
    margin-top: 20px;
}

.bsbzgx-title {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bsbzgx-text {
    height: 40px;
    line-height: 40px;
    color: #999;
}

.bsbzgx-text a {
    display: block;
    width: 120px;
    height: 40px;
    background: #2e4ec1;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

/*子项弹窗*/
.dialog-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.sub-items-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    min-height: 300px;
    background: #fff;
    z-index: 1000;
    padding: 30px;
    max-height: 700px;
    overflow-y: auto;
}
.btn_close {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #c50001;
    color: #fff;
    text-align: center;
    line-height: 20px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 10;
}
.dialog-title {
    font-size: 22px;
    margin-bottom: 10px;
}
.dialog-area-box {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #E1E1E1;
    padding: 5px 0
}
.dialog-area-tit {
    flex: 0 0 auto;
    font-size: 16px;
}
.dialog-area-box ol {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: center;
}
.dialog-area-box ol li {
    flex: 0 0 auto;
    display: flex;
    align-items: center;

}
.dialog-area-box ol li span {
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dialog-area-box ol li:first-child,.dialog-area-box ol li:nth-child(2) {
    cursor: pointer;
    color: #1A44C4;
}
.dialog-area-box ol li:first-child:hover,.dialog-area-box ol li:nth-child(2):hover {
    text-decoration: underline;
}
.dialog-area-box ol li img {
    margin: 0 10px;
    transform: rotate(-90deg);
}
.dialog-relative {
    background: #F1F4FB;
    padding: 10px;
    font-size: 14px;
    color: #3D4044;
}
#subItemsTotal {
    color: #1A44C4;
}
.dialog-relContent {
    display: flex;
    flex-direction: column;
}
.dialog-items-list {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #E1E1E1;
}
.dialog-items-left {
    display: flex;
    flex: 1;
    padding-right: 30px;
}
.dialog-items-info {
    display: flex;
    align-items: center;
}
.dialog-items-city {
    color: #4869D0;
    background: rgba(72, 105, 208, 0.08);
    font-size: 12px;
    margin-right: 10px;
    border-radius: 4px;
    padding: 4px 6px;
    flex: 0 0 auto;
}

.dialog-items-title {
    flex: 0 1 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    max-width: 530px;
}
.dialog-items-title:hover {
    color: #4869D0;
    text-decoration: underline;
}

.dialog-items-type {
    font-size: 12px;
    color: #489D97;
    background: rgba(72, 157, 151, 0.08);
    border-radius: 4px;
    padding: 4px 6px;
    margin-left: 20px;
    flex: 0 0 auto;
}

.dialog-items-subject {
    font-size: 12px;
    color: #666666;
    background: rgba(102, 102, 102, 0.08);
    border-radius: 4px;
    padding: 4px 6px;
    margin-left: 20px;
    flex: 0 0 auto;
}

.dialog-items-right {
    width: 70px;
    flex: 0 0 auto;
}

.dialog-items-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    color: #FF8F16;
    border-radius: 4px;
    border: 1px solid #FF8F16;
    font-size: 14px;
}
.dialog-items-right a:hover {
    background: rgba(255, 143, 22, 0.1);
}

.sub-select-area {
    width: 100%;
    display: grid;
    grid: auto / auto auto auto auto auto auto;
    grid-gap: 10px;
    padding: 15px;

}
.sub-select-area a {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid transparent;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 110px;
}

.sub-select-area a:hover {
    border-radius: 4px;
    border: 1px solid #2175DB;
    background: rgba(33, 117, 219, 0.08);
}

.page-input {
    width: 50px !important;
    padding: 3px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    height: 30px;
    margin: 0 5px;
    text-align: center;
    display: inline-block;
}
.loading-box {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-box img {
    width: 30px;
}
input:-webkit-autofill {
    -webkit-background-clip:text;
}
