/**!
 * 信用服务
 * author: zhoujie;
 * date: 20210610
 */
.complaint-banner a{
	display: block;
	width: 100%;
	height: 100%;
}

.main-wrap {
    padding-bottom: 40px;
}

.mod-title {
    margin-top: 68px;
    height: 46px;
    background: url(../images/credit_service/title-bg.png) no-repeat center bottom;
    /* background-size: 100%; */
    padding-left: 50px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.quick-passage-list {
    text-align: center;
    margin-top: 50px;
}

.quick-passage-list li {
    float: left;
    width: 32%;
    height: 175px;
    background: #FFFFFF;
    box-shadow: 1px 1px 35px 0px rgba(209, 209, 209, 0.29);
}

.quick-passage-list li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align-last: left;
}

.li-left {
    float: left;
    width: 158px;
    height: 100%;
}

.quick-passage-list li:first-child {
    margin-right: 2%;
}

.quick-passage-list li:first-child .li-left {
    background: url(../images/zqsk/banshj.png) center no-repeat;
}

.quick-passage-list li:nth-child(2) {}

.quick-passage-list li:nth-child(2) .li-left {
    background: url(../images/zqsk/zixun.png) center no-repeat;
}

.quick-passage-list li:last-child {
    margin-left: 2%;
}

.quick-passage-list li:last-child .li-left {
    background: url(../images/zqsk/jianyi.png) center no-repeat;
}

.quick-passage-name {
    font-size: 22px;
    font-weight: 400;
    color: #333;
    line-height: 40px;
    margin-top: 70px;
}

.quick-passage-text {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 28px;
}

.table {
    width: 100%;
    height: 517px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    margin-top: 24px;
}

.table-head {
    width: 100%;
    height: 60px;
    background: #4373B4;
}

.table-head ul {
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.table-head ul li {
    float: left;
}

.serial-number {
    width: 108px;
}

.first-head {
    width: 494px;
}

.second-head {
    width: 217px;
}

.third-head {
    width: 154px;
}

.table-body {
    width: 100%;
    height: 457px;
    overflow: hidden;
    overflow-y: auto;
}

.table-body ul {
    width: 100%;
    height: 77px;
    text-align: center;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 77px;
}

.accept {
    color: #fdae24;
}

.finish {
    color: #94C628;
}

.receive {
    color: #5d92f7;
}

.table-body ul:nth-child(2n) {
    background: #f6f9fe;
}

.table-body ul li {
    float: left;
}

.table-body ul li span{
    float: left;
}

.table-body ul .first-head div {
    width: 402px;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-list > li {
    position: relative;
    height: 58px;
    padding: 15px 22px 15px 30px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-list > li:nth-child(even) {
    background-color: #f7f8fa;
}

.info-list > li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #59a7ff;
    border-radius: 50%;
    left: 12px;
    top: 26px;
}

.info-list > li .info-title a:hover {
    color: #1492ff;
}

.info-title {
    width: 950px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-btn > a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #1492ff;
    padding: 3px 12px;
    font-size: 16px;
    border-radius: 3px;
    color: #1492ff;
    height: 26px;
    line-height: 18px;
    box-sizing: border-box;
}

.info-btn > a.immediately {
    background-color: #1492ff;
    color: #fff;
}