﻿/* 二级栏目-信用修复-样式 */

* {
    box-sizing: border-box;
}

/* tab列表 */
.navList {
    width: 100%;
    display: flex;
}

.nav {
    background: #3067CC;
    border-radius: 8px 8px 0px 0px;
    margin: 0 auto;
    height: 46px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}

.nav_oneList {
    display: flex;
    align-items: center;
}


.nav_oneList .nav-item {
    width: 150px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.nav_oneList .nav-item:hover {
    background-color: #1E82EF;
}

.nav_oneList a {
    text-decoration: none;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

/* 内容 */
.credit_commonList_content {
    width: 1200px;
    margin: 0 auto;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 0px 30px;
    box-shadow: 0px 2px 4px 3px rgb(0 35 73 / 10%);
}




/* 当前位置style */
.credit_commonList_weizhi {
    padding: 12px 0;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.credit_commonList_weizhi .weizhi_class:last-child {
    cursor: text;
}

.credit_commonList_weizhi img {
    width: 18px;
    height: 20px;
    margin-right: 12px;
}

.credit_commonList_weizhi a {
    color: #000;
    text-decoration: none
}

.credit_commonList_weizhi a:hover {
    color: #5d88d7
}



/* 底部列表style */

.credit_commonList_bottom {
    display: flex;
    min-height: 750px;
}

/* 左侧 */
.credit_commonList_bottom .left {
    width: 312px;
    display: flex;
    flex-direction: column;
}

.credit_commonList_bottom .left .topTitle {
    width: 100%;
    height: 54px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    background-color: #3067CC;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
}

.credit_commonList_bottom .left .topTitle img {
    width: 24px;
    height: 26px;
    margin-right: 16px;
}



.credit_commonList_bottom .left .bottomList {
    box-shadow: 0px 4px 16px 0px rgba(0, 45, 129, 0.1);
    display: flex;
    flex-direction: column;
    padding: 0px 20px 20px 20px;
}

.credit_commonList_bottom .left .bottomList .oneList {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    background: #E3EEFE;
    border-radius: 8px;
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 13px;
    cursor: pointer;
}

.credit_commonList_bottom .left .bottomList .oneList .topTitleName {
    width: 80%;
    white-space: wrap;
}

.credit_commonList_bottom .left .bottomList .oneList img {
    width: 16px;
    height: 16px;
}

/* 激活标签样式 */
.on {
    background: #b1cffb !important;
    color: #3067CC !important;
}


/* 右侧 */
.credit_commonList_bottom .rightBox {
    width: 878px;
    min-height: 750px;
    padding-left: 30px;
}

.credit_commonList_bottom .rightBox .listContain {
    padding-bottom: 42px;
}

/* 右侧-修复指南 */
.credit_commonList_bottom .rightBox .xfznContain {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 修复指南-标题 */
.credit_commonList_bottom .rightBox .xfznContain h2 {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
}

/* 修复指南-内容列表 */
.credit_commonList_bottom .rightBox .xfznContain .listContent {
    display: flex;
    flex-direction: column;
}

/* 修复指南-内容列表-文章段落标题 */
.credit_commonList_bottom .rightBox .xfznContain .listContent strong {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
}

/* 修复指南-内容列表-文章内容 */
.credit_commonList_bottom .rightBox .xfznContain .listContent p {
    font-size: 14px !important;
    line-height: 32px;
    text-indent: 2em;
    text-align: left;
}

.credit_commonList_bottom .rightBox .xfznContain .listContent p span {
    font-size: 14px !important;
}



/* 右侧-流程指引 */
.credit_commonList_bottom .rightBox .lczyContain {
    display: flex;
    flex-direction: column;
}

/* 流程指引-标题 */
.credit_commonList_bottom .rightBox .listContain .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.triangleRight {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 12px solid #3067CC;
    border-bottom: 6px solid transparent;
    margin-right: 10px;
}

/* 流程指引-图片 */
.credit_commonList_bottom .rightBox .lczyContain .lczyPic {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.credit_commonList_bottom .rightBox .lczyContain .lczyPic img {
    width: 100%;
}

/* 流程指引-材料及清单说明 */
.credit_commonList_bottom .rightBox .lczyContain .clqdjsm {
    margin: 40px 0;
}

.credit_commonList_bottom .rightBox .lczyContain .clqdjsm .tableTitle {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #FFFFFF !important;
}

.credit_commonList_bottom .rightBox .lczyContain .clqdjsm tr:nth-of-type(odd) {
    background-color: #eeeeee;
}


.credit_commonList_bottom .rightBox .lczyContain .clqdjsm tr {
    width: 100%;
    display: flex;
    align-items: center;
}

.credit_commonList_bottom .rightBox .lczyContain .clqdjsm th {
    text-align: left;
    padding: 12px 12px 12px 20px;
}

.credit_commonList_bottom .rightBox .lczyContain .clqdjsm td {
    text-align: left;
    padding: 16px 12px 16px 20px;
    font-size: 14px;
    line-height: 24px;
}

.credit_commonList_bottom .rightBox .lczyContain .clqdjsm td:nth-child(1),
.credit_commonList_bottom .rightBox .lczyContain .clqdjsm th:nth-child(1) {
    width: 124px;
}

.credit_commonList_bottom .rightBox .lczyContain .clqdjsm td:nth-child(2),
.credit_commonList_bottom .rightBox .lczyContain .clqdjsm th:nth-child(2),
.credit_commonList_bottom .rightBox .lczyContain .clqdjsm td:nth-child(3),
.credit_commonList_bottom .rightBox .lczyContain .clqdjsm th:nth-child(3),
.credit_commonList_bottom .rightBox .lczyContain .clqdjsm td:nth-child(4),
.credit_commonList_bottom .rightBox .lczyContain .clqdjsm th:nth-child(4) {
    flex: 1;
}


/* 右侧-现场受理网点 */
.credit_commonList_bottom .rightBox .xcslwdContain {
    display: flex;
    flex-direction: column;
}

.credit_commonList_bottom .rightBox .xcslwdContain .tableTitle {
    background-color: #f1f1f1 !important;
}


.credit_commonList_bottom .rightBox .xcslwdContain tr:nth-of-type(odd) {
    background-color: #f8f8f8;
}


.credit_commonList_bottom .rightBox .xcslwdContain tr {
    width: 100%;
    display: flex;
    align-items: center;
}

.credit_commonList_bottom .rightBox .xcslwdContain th {
    text-align: left;
    padding: 12px 12px 12px 30px;
}

.credit_commonList_bottom .rightBox .xcslwdContain td {
    text-align: left;
    padding: 16px 12px 16px 30px;
    font-size: 14px;
    line-height: 24px;
}

.credit_commonList_bottom .rightBox .xcslwdContain td:nth-child(1),
.credit_commonList_bottom .rightBox .xcslwdContain th:nth-child(1),
.credit_commonList_bottom .rightBox .xcslwdContain td:nth-child(2),
.credit_commonList_bottom .rightBox .xcslwdContain th:nth-child(2) {
    width: 134px;
}

.credit_commonList_bottom .rightBox .xcslwdContain td:nth-child(3),
.credit_commonList_bottom .rightBox .xcslwdContain th:nth-child(3) {
    width: 200px;

}

.credit_commonList_bottom .rightBox .lczyContain .clqdjsm td:nth-child(4),
.credit_commonList_bottom .rightBox .lczyContain .clqdjsm th:nth-child(4) {
    flex: 1;
}

/* 右侧-公益性信用修复培训及报告 */
.credit_commonList_bottom .rightBox .gyxpxContain .oneList {
    margin-bottom: 20px;
}


.credit_commonList_bottom .rightBox .gyxpxContain .oneList .gyxpxTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.credit_commonList_bottom .rightBox .gyxpxContain .gyxpxText {
    text-indent: 2em;
}

/* 右侧-信用修复服务以及信用修复型承诺书公示 */
.credit_commonList_bottom .rightBox .xyxffwContain .oneList {
    margin-bottom: 20px;
}

.credit_commonList_bottom .rightBox .xyxffwContain .tableTitle {
    background-color: #f1f1f1 !important;
}

.credit_commonList_bottom .rightBox .xyxffwContain tr:nth-of-type(odd) {
    background-color: #f8f8f8;
}


.credit_commonList_bottom .rightBox .xyxffwContain tr {
    width: 100%;
    display: flex;
    align-items: center;
}

.credit_commonList_bottom .rightBox .xyxffwContain th {
    text-align: left;
    padding: 12px 12px 12px 30px;
    flex: 1;
}

.credit_commonList_bottom .rightBox .xyxffwContain td {
    text-align: left;
    padding: 16px 12px 16px 30px;
    font-size: 14px;
    line-height: 24px;
    flex: 1;
}