﻿/*
 * @Descripttion: 信用修复-css
 * @Author:
 * @Date: 2022-09-14 11:18:34
 * @LastEditTime: 2023-01-30 15:28:30
 * @FilePath: \cms-xyzg-YingKou\cms\cms_css\xyxf.css
 */

.commonListBox {
    min-height: 750px;
    background-color: #fff;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 63px;
    padding: 0 30px 44px;
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -ms-border-radius: 0px 0px 15px 15px;
    -o-border-radius: 0px 0px 15px 15px;
}

.commonListBox .bottom {
    display: flex;
}

.commonListBox .bottom .left .leftContain {
    display: flex;
    flex-direction: column;
    width: 265px;
    min-height: 620px;
    background: #F1F8FF;
    padding: 30px 26px;
}

.commonListBox .bottom .left .title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #1A7CE7;
}

.commonListBox .bottom .left .list .isActiveTab {
    color: #fff;
    background: #1A7CE7;
}

.commonListBox .bottom .left .list .isNotActiveTab {
    color: #333333;
    background: #fff;
}

.commonListBox .bottom .left .list .isNotActiveTab:hover {
    color: #1A7CE7;
}



.commonListBox .bottom .left .list .oneList {
    height: 45px;
    border-radius: 6px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
}


/* 右侧 */
.commonListBox .bottom .rightContain {
    position: relative;
    flex: 1;
    padding-left: 30px;
}

.commonListBox .bottom .right .title {
    border-bottom: 1px solid #ECECEC;
    display: flex;
}

.commonListBox .bottom .right .title .titleContain {
    border-bottom: 2px solid #1A7CE7;
    padding-bottom: 9px;
    font-size: 16px;
    font-weight: bold;
    color: #1A7CE7;
}

.commonListBox .bottom .right ul {
    padding-top: 4px;
}

.commonListBox .bottom .right ul li {
    padding: 14px 0;
    border-bottom: 1px dashed #ACACAC;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.commonListBox .bottom .right ul li .leftNews {
    display: flex;
    align-items: center;
}

.commonListBox .bottom .right ul li .leftNews a {
    width: 680px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.commonListBox .bottom .right ul li .dot {
    width: 6px;
    height: 6px;
    background: #1A7CE7;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.commonListBox .bottom .right ul li .rightTime {
    font-size: 14px;
    color: #999999;
}

.commonListBox .bottom .right ul li:last-child {
    border-bottom: none;
}

.commonListBox .bottom .right .pagination {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
}

/* 流程指引-开始 */
.commonListBox .bottom .right .lczmModel .imgClass img {
    width: 100%;
    margin-top: 23px;
    margin-bottom: 35px;
}

.commonListBox .bottom .right .lczmModel .tableTitle {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #FFFFFF !important;
}

.commonListBox .bottom .right .lczmModel tr:nth-of-type(odd) {
    background-color: #eeeeee;
}

.commonListBox .bottom .right .lczmModel tr {
    width: 100%;
    display: flex;
    align-items: center;
}

.commonListBox .bottom .right .lczmModel th {
    text-align: left;
    padding: 12px 12px 12px 20px;
}

.commonListBox .bottom .right .lczmModel td {
    text-align: left;
    padding: 16px 12px 16px 20px;
    font-size: 14px;
    line-height: 24px;
}

.commonListBox .bottom .right .lczmModel td a {
    color: #1A7CE7 !important;
    text-decoration: underline !important;
    white-space: normal;
    text-align: center;
}

.commonListBox .bottom .right .lczmModel td:nth-child(1),
.commonListBox .bottom .right .lczmModel th:nth-child(1) {
    width: 124px;
}

.commonListBox .bottom .right .lczmModel td:nth-child(2),
.commonListBox .bottom .right .lczmModel th:nth-child(2),
.commonListBox .bottom .right .lczmModel td:nth-child(3),
.commonListBox .bottom .right .lczmModel th:nth-child(3),
.commonListBox .bottom .right .lczmModel td:nth-child(4),
.commonListBox .bottom .right .lczmModel th:nth-child(4) {
    flex: 1;
}

/* 修复指南-开始 */
.commonListBox .bottom .right .xfznModel {
    text-align: center;
}

.commonListBox .bottom .right .xfznModel .listContent {
    display: flex;
    flex-direction: column;
}

.commonListBox .bottom .right .xfznModel .listContent strong {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0;
    text-align: center;
}

.commonListBox .bottom .right .xfznModel .listContent p {
    font-size: 14px !important;
    line-height: 32px;
    text-indent: 2em;
    text-align: left;
}

.commonListBox .bottom .right .xfznModel .listContent p span {
    font-size: 14px !important;
}

/* 常见问题-开始 */
.commonListBox .bottom .right .cjwtModel .listContent {
    margin-top: 20px;
    color: #333333;
}

.commonListBox .bottom .right .cjwtModel .listContent .name {
    font-size: 16px;
}

.commonListBox .bottom .right .cjwtModel .listContent p {
    font-size: 14px !important;
    line-height: 32px;
    text-indent: 2em;
    text-align: left;
    margin-top: 17px;
}