.areaSelect {
    position: fixed;
    top: 34px;
    left: 0;
    right: 0;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e4e7ed;
    z-index: 99999999999999999;
    min-width: 800px;
    border-radius: 4px;
    display: none;
}

.areaSelect_Clos {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 30px;
    height: 24px;
    text-align: center;
    line-height: 0;
    cursor: pointer;
}

.areaSelect .areaSelect_nav {
    color: #333 !important;
    font-size: 18px;
}

.areaSelect .areaSelect_nav a,
.areaSelect .areaSelect_nav span {
    font-size: 18px;
    color: #333 !important;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
}

.areaSelect .areaSelect_nav a:hover {
    color: #2068bc !important;
    font-family: 微软雅黑;
}

.areaSelect .areaSelect_title {
    max-height: 240px;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 14px;
    margin-top: 10px;
}

.areaSelect .areaSelect_title a,
.areaSelect .areaSelect_title span {
    min-width: 135px;
    cursor: pointer;
    font-size: 17px;
    line-height: 45px;
    color: #333 !important;
    text-align: left;
}

.areaSelect .areaSelect_title a:hover {
    color: #2068bc !important;
    font-weight: 600;
}

.areaSelect .areaSelect_title span {
    margin: 0 34px;
}

.areaSelect .areaSelect_Node,
.areaSelect .areaSelect_Node a,
.areaSelect .areaSelect_Node span {
    font-size: 16px;
    color: #333 !important;
    line-height: 45px;
}

.areaSelect .areaSelect_nav a:hover,
.areaSelect .areaSelect_Node a:hover {
    color: #2068bc !important;
    font-family: 微软雅黑;
}

.searchbox {
    background: #fff;
}

.searchbox li {
    width: 100%;
}

.searchbox li a {
    font-size: 16px;
    color: #222;
    line-height: 28px;
    border-bottom: 2px solid #f2f2f2;
    width: 100%;
    display: block;
    padding: 12px 20px;
    font-family: 微软雅黑;
}

.searchbox li a:hover {
    background: #0086cb;
    color: #fff;
    font-family: 微软雅黑;
}

.ny-content-left {
    border-right: 5px solid #4db9e3;
    height: auto;
    min-height: 1050px;
}

.layui-laypage .layui-laypage-spr {
    color: #999;
    font-weight: 700;
    background: transparent;
    border: none;
}

#areaBox {
    display: none;
    width: 1920px;
    height: 1080px;
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
    top: 0px;
    left: 0px;
    display: block;
}

.areaSelect {
    display: block;
    width: 500px;
    left: 50%;
    margin-left: -363px;
    top: 14%;
}

.areaSelect ul li {
    line-height: 38px;
}

.areaSelect ul li b {
    display: inline-block;
    width: 67px;
    text-align: left;
}

.areaSelect ul li b a {
    display: block;
}

.areaSelect ul li a {
    color: #222;
    font-family: 微软雅黑;
}

.areaSelect ul li em {
    display: inline-block;
    font-style: normal;
    color: #999;
    padding: 0 5px;
}

.areaSelect ul li div {
    display: inline-block;
}

.areaSelect ul li div a {
    font-family: 微软雅黑;
    color: #222;
    min-width: 97px;
    display: inline-block;
}

.areaSelect .areaSelect_nav {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.page a {
    color: #222;
}

.deptHd,
.gjjUl {
    padding: 10px;
}

.deptHd li,
.gjjUl li {
    display: inline-block;
    padding: 6px 4px;
    cursor: pointer;
    min-width: 91px;
}

.gjjUl li {
    min-width: 190px;
}

.deptHd li:hover,
.deptHd li:focus,
.gjjUl li:hover,
.gjjUl li:focus {
    color: #278add;
}

.sqDiv {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.sqDiv a {
    text-decoration: none;
    color: #333;
    padding: 5px 8px;
    display: inline-block;
}