@CHARSET "UTF-8";
.flt {
    float: left;
}

.flr {
    float: right;
}
.cle:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}


input[type=text]:focus{
    outline: none;
}
#districtSelectBox ul {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

#districtSelectBox>ul>li>a:hover {
    width: 165px;
}

.kkpager {
    width: 982px;
    height: 97px;
}
.noticelist  td{
    border-bottom: 1px #e9e9e9 solid;
}


.condition{
    padding: 20px 0;
    background-color: #fff;
}
.condition li {
    margin-bottom: 16px;
}
.lable{
    display: inline-block;
    width: 148px;
    line-height: 40px;
    text-align: right;
    padding-right: 4px;
    font-size: 14px;
}
input,select{
    font-size: 14px;
}
input.ipt-sel{
    display: inline-block;
    width: 305px;
    height: 40px;
    padding:0 4px;
    border:1px solid #d0d8e5;
}
.noticeAddTime{
    cursor: pointer;
}
.district-list{
    width: 800px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.district-item,.district-item-sch,.district-item-sup{
    float: left;
    padding: 8px 20px;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 4px;
    line-height: 1;
    cursor: pointer;
}
.district-item-selected{
    border: 1px solid #2db7f5;
    color: #2db7f5;
}
.opBtn{
    float: left;
    width: 106px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    background-color: #118eea;
    border-radius: 4px;
    margin-left: 40px;
    cursor: pointer;
}
.listTit{
    height: 72px;
    padding-left: 40px;
    background-color: #fff;
}
.blueColor{
    color: #2db7f6;
}
.tit-center{
    text-align: center;
}
.tit-right{
    text-align: right;
}
.tit-padLeft{
    text-align: left;
    padding-left: 40px;
}
.sc-ellipsis{
    max-width: 360px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tit-img-center{
    margin: 0 auto;
}
.listTable th{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    height: 56px;
    line-height: 56px;
    background: #F7F8FA;
}
.noticelist td{
    height: 64px;
    padding: 5px;
}
.noticelist tr:hover {
    background-color: #d5eaf8;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "";
}
.bodyCnt{
    padding-top: 0;
    width: 982px;
    margin: 0;
    min-height: 800px;
    background: #fff;
}
.operate{
    display: block;
    color: #4D92CA;
    cursor: pointer;
}
.nt-ellipsis {
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.provinceBoxLi,.cityBoxLi,.districtList{
    display: none;
}

.province-item-selected, .city-item-selected, .district-item-selected{
    border: 1px solid #2db7f5;
    color: #2db7f5;
}

.province-item,.city-item,.district-item, .city-item-sch, .city-item-sup {
    float: left;
    padding: 0 8px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 4px;
    line-height: 40px;
    cursor: pointer;
}

.tableBox tbody tr:first-child td {
    color: #333;
}
.twoAliog {
    position: absolute;
    width: 360px;
    min-height: 250px;
    background: #fff;
    z-index: 999999999999;
    left: 35%;
    top: 30%;
    display: none;
}
.titleBox {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #eee;
    padding: 0 16px;
    font-size: 14px;
    color: #333;
}

.btnBox {
    width: 100%;
    height: 50px;
    text-align: right;
}
.closeBtn {
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url("../../img/x_icon.png") no-repeat;
    margin-top: 16px;
}
.alertContent {
    line-height: 30px;
}
.cancelBtn.cutBnt{
    background: #fff;
    border: 1px solid #DCDEE0;

}
.cutBnt {
    width: 76px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin-right: 16px;
    border-radius: 2px;

    display: inline-block;
    color: #fff;
    background-color: #127CCD;
}
#modelAlertBox{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2147483647;
    left: 0;
    top: 0;
    display: none;
}













