.noticebg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.noticediv {
    position: absolute;
    width: 1224px;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    border-radius: 6px;
}

.noticetop {
    /* height: 32px; */
    line-height: 53px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.1);
    text-indent: 20px;
}

.noticebody {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.5;
    /* text-indent: 2em; */
    max-height: 715px;
    overflow-y: auto;
}

.titlename {
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
}

.content {}

.noticebottom {
    text-align: center;
    margin-bottom: 10px;
}

.noticebtn {
    background: #278add;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    border-radius: 2px;
    padding: 10px 20px;
    font-size: 18px;
}

.grey {
    background: rgba(0, 0, 0, 0.2);
    cursor: not-allowed;
}

.close {
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 0;
    /* background: transparent; */
    width: 32px;
    height: 32px;
    /* border: 1px solid rgba(0,0,0,0.1); */
    /* border-radius: 50%; */
    opacity: 1;
    text-shadow: none;
}

.close::before,
.close::after {
    content: '';
    width: 30px;
    height: 3px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
}

.close::before {
    transform: rotate(45deg);
}

.close::after {
    background: #fff;
    transform: rotate(-45deg);
}

.con3 {
    position: relative;
    min-height: 820px;
    background-color: #fff;
}
.com3_con {
    height: 786px;
    text-align: center;}
.com3_con .con3_exit1_p1 {
  font-size: 20px;
  font-family: '微软雅黑';
  color: #222;
  margin-top: 30px;}
.con3 ul {
    margin-top: 50px;
    text-align: left;}
.con3 ul li {
    height: 70px;
    line-height: 70px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 1px 3px 8px 4px #f3f3f3;}
.con3liI {
    margin-left: 30px;
    vertical-align: 0%;}
.con3lip1,
.con3lip2,
.con3lip3 {
    display: inline-block;}
.con3lip1 {
    font-size: 22px;
    font-family: '微软雅黑';
    color: #333;
    margin-left: 15px;}
.con3lip2 {
    width: 112px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    font-size: 16px;
    background-color: #ecf3fc;
    color: #4484e5;
    margin-left: 20px;}
.con3lip3 {
    float: right;}

.con3lip3 a {
    color: #999;
    font-size: 18px;
    font-family: '微软雅黑';}
.con3liLine {
    width: 2px;
    height: 25px;
    background-color: #e8e4e4;
    float: right;
    margin: 23px 20px 0px 20px;}
.con3lia1 {
    font-size: 18px;
    font-family: '微软雅黑';
    color: #ef6e07 !important;
    float: right;
    margin-right: 30px;}
.con3a1 {
    display: block;
    width: 223px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    background-color: #ecf3fc;
    color: #4484e5;
    font-size: 18px;
    font-family: '微软雅黑';
    margin-top: 30px;}
    
    .con3lip1 {
    font-size: 22px;
    font-family: '微软雅黑';
    color: #333;
    margin-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 884px;
}

.con3liI {
    margin-left: 30px;
    vertical-align: top;
    /* line-height: 70px; */
    position: relative;
    top: 28px;
}

     .clearfix {
            clear: both;
        }
        
        .clearFix:after {
            content: "";
            display: block;
            clear: both;
            overflow: hidden;
        }
        
        .areaSelect {
            background: #fff;
            width: 1100px;
            z-index: 99;
            border: 1px solid #ddd;
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        .areaSelect_Nav {
            line-height: 48px;
            /*height: 48px;*/
            padding: 5px 65px 2px 30px;
            font-size: 19px;
            font-weight: 600;
            color: #333;
        }
        
        .areaSelect_Nav span {
            cursor: pointer;
        }
        
        .areaSelect_List {
            padding: 0 10px 10px;
            max-height: 296px;
            overflow-y: auto;
        }
        
        .areaSelect ul li {
            float: left;
            margin-top: 24px;
            margin-left: 38px;
            margin: 12px 20px;
            min-width: 135px;
            cursor: pointer;
            font-size: 17px;
        }
        
        .areaSelect ul li:hover {
            color: #278add
        }
        
        .areaSelect_Node {
            font-size: 17px;
            width: 1050px;
            /*height: 45px;*/
            line-height: 45px;
            margin: 0 auto;
            border-top: 2px solid #ddd;
            color: #333;
        }
        
        .areaSelect_Node span>span {
            cursor: pointer;
        }
        
        .areaSelect_Node span>span:hover,
        .areaSelect_Nav span:hover {
            color: #278add;
        }
        
        .areaSelect_Bo {
            padding: 5px 25px 18px;
        }
        
        .areaSelect_Bot {
            height: 36px;
            line-height: 36px;
            text-align: center;
            width: 100px;
            background: #278add;
            color: #fff;
            border-radius: 5px;
            cursor: pointer;
        }
        
        .areaSelect_Clos {
            position: absolute;
            top: 18px;
            right: 18px;
            width: 30px;
            height: 24px;
            text-align: center;
            line-height: 0;
            cursor: pointer;
        }
.kstb .nxzwfw-area-name{
color:#000
}