.debt-search {
    background-color: #f4f4f4;
    padding: 42px 0;
}

.debt-search h1 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 500;
}

.search-box {
    width: 508px;
    height: 38px;
    position: relative;
    margin-top: 10px;
}

.search-box .search-text {
    box-sizing: content-box;
    width: 486px;
    height: 16px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 10px;
    line-height: 16px;
}

.search-box .iconfont {
    display: block;
    box-sizing: content-box;
    width: 40px;
    height: 36px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 20px;
    color: #999;
}

.debt-breadcrumb {
    padding: 20px 0;
}

.debt-breadcrumb li {
    display: inline;
    font-size: 13px;
    color: #999;
    line-height: 1;
}

.debt-breadcrumb li a {
    font-size: 13px;
    color: #00abe1;
    line-height: 1;
}

.debt-breadcrumb li.iconfont {
    color: #000;
}

.debt-list dt p, .debt-list dd a p{
    font-size: 14px;
    line-height: 36px;
}

.debt-list dd a p.fl,.debt-notice li p.fl {
    width: calc(100% - 200px);
    display:block;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.debt-list dt {
    background-color: #666666;
    padding: 0 18px;
    color: #fff;
    font-weight: bold;
}

.debt-list dd a {
    display: block;
    padding: 11px 18px;
    height: 36px;
}

.debt-list dd:nth-child(odd) {
    background-color: #f9f9f9;
}

.debt-detail {
    padding-bottom: 30px;
    overflow-x: auto;
}

.debt-detail table {
    width: 100%;
    min-width: 750px;
}

.debt-detail td, .debt-detail th {
    border: 1px solid #cccccc;
    text-align: center;
    line-height: 20px;
    padding: 12px;
}

.debt-detail td {
    font-size: 14px;
    color: #666;
}

.debt-detail td a {
    color: #00abe1;
    text-decoration: underline;
}

.debt-detail th {
    background-color: #eee;
    font-size: 16px;
    color: #333;
}

.debt-notice {
    padding-bottom: 30px;
}

.debt-notice h1 {
    font-size: 20px;
    color: #333;
    line-height: 3;
    font-weight: bold;
}

.debt-notice li {
    font-size: 14px;
    line-height: 20px;
    padding: 16px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.debt-notice li span {
    color: #999;
}

@media screen and (max-width: 640px) {
    .debt-search {
        padding: 15px 0;
    }

    .debt-search h1 {
        font-size: 18px;
        line-height: 1.5;
    }

    .search-box {
        width: 100%;
    }

    .search-box .search-text {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 38px;
    }
}