﻿/* 二级栏目-样式 */

* {
    box-sizing: border-box;
}

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

.nav {
    width: 1200px;
    box-sizing: border-box;
    background: #3067CC;
    border-radius: 8px 8px 0px 0px;
    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;
    display: flex;
    align-items: center;
    overflow: hidden;
}

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


.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 {
    width: 100%;
    min-width: 1366px;
    display: flex;
    justify-content: center;
}

.credit_commonList_content {
    width: 1200px;
    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;
    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;
    height: 100%;
    padding-left: 30px;
}

.credit_commonList_bottom .rightBox .listContain .titleContain {
    width: 100%;
    height: 54px;
    border-bottom: 2px solid #E5E5E5;
    display: flex;
    align-items: flex-end;
}

.credit_commonList_bottom .rightBox .listContain .titleContain .name {
    color: #3067CC;
    font-size: 16px;
    border-bottom: 4px solid #3067CC;
    font-weight: 500;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* 右侧-列表 */
.credit_commonList_bottom .rightBox .listContain .listBox .listCell {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.credit_commonList_bottom .rightBox .listContain .listBox .listCell .leftTitle {
    display: flex;
    align-items: center;
}

.credit_commonList_bottom .rightBox .listContain .listBox .listCell .leftTitle .dian {
    width: 8px;
    height: 8px;
    background: #999999;
    border-radius: 50%;
}

.credit_commonList_bottom .rightBox .listContain .listBox .listCell .leftTitle a {
    width: 514px;
    height: 25px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
    line-height: 25px;
    margin-left: 16px;
}

.credit_commonList_bottom .rightBox .listContain .listBox .listCell .leftTitle a:hover {
    background-color: #fff;
}

/* 右侧时间 */
.credit_commonList_bottom .rightBox .listContain .listBox .listCell .time {
    width: 105px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    display: flex;
    justify-content: flex-end;
}

.credit_commonList_bottom .rightBox .listContain .listBox .fy {
    text-align: center;
    margin-top: 5%;
}