body, html {
    font-size: 14px;
    color: #666666;
    background: #fff !important;
}
.box-style {
    background: #fff;
    border-radius: 10px;
    box-shadow: none !important;
}
.notice_status {
    margin-bottom: 10px;
    width: 100%;
    height: 32px;
    display: inline-block;
    background: #f2f2f2;
}
.notice_status a{
    float:left;
    padding: 0 32px;
    height: 31px;
    line-height: 31px;
    color: #333;
    display: inline-block;
    border-top:1px solid #f2f2f2;
    background: #f2f2f2;
}
.notice_status a.selected,.notice_status a:hover{
    color: #40AEA1;
    display: inline-block;
    border-top:1px solid #40AEA1;
    background: #fff;
}

.circle {
    height: 16px;
    width: 16px;
    /* margin: 5px auto; */
    border-radius: 50%;
    color: red;
    /* float: left; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* cursor: pointer; */
    /* transition: all 0.3s ease; */
    border: 1px solid #bbbbbb;
    background: #fff;
    text-align: center;
    line-height: 16px;
    display: inline-block;
}

.label-text {
    margin-right:10px;
    float: left;
}

.tip_div {
    text-align: center;
    color: #999999;
    padding: 100px 0;
}

.tip_div span {
    width: 70px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding-left: 30px;
    font-size: 14px;
}

.tip_div span.loading {
    background: url("#SiteUrl('site.market.static.url')/static/images/ico/loading.png") left no-repeat;
}

.tip_div span.checking {
    background: url("#SiteUrl('site.market.static.url')/static/images/ico/checking.png") left no-repeat;
}

.tip_div span.nodata {
    background: url("#SiteUrl('site.market.static.url')/static/images/ico/nodata.png") left no-repeat;
}

.table-list{
    height: auto;
    min-height: 310px;
    clear: both;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}

.page_wrap a {
    border: 1px solid #DCDEE0;
    background: #fff;
    border-radius: 2px;
    width: auto !important;
    min-width: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0 2px;
    padding: 0 5px !important;
    text-align: center;
}
.page_wrap span.current {
    width: 32px;
    height: 32px;
    background: #40AEA1;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    margin: 0 2px;
    text-align:center;
}
.xz_line_ {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
