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

* {
    box-sizing: border-box;
}

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

.nav {
    width: 1200px;
    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;
}


.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%;
    display: flex;
    justify-content: center;
}

.credit_commonList_detail_content {
    width: 1200px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 0px 30px 26px;
    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 {
    color: #3067CC;
    cursor: text;
}

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

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

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

/* 底部文章内容 */
.credit_commonList_textDetail {
    margin-top: 60px;
}

.credit_commonList_textDetail .title {
    margin-top: 60px;
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #3067CC;
    text-align: center;
}

.credit_commonList_textDetail .title_tow {
    margin: 30px 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.credit_commonList_textDetail .title_towLine {
    height: 16px;
    width: 2px;
    background-color: #999999;
    margin: 0 16px;
}

.credit_commonList_textDetail .xian {
    display: flex;
    justify-content: center;
    width: 100%;
}

.credit_commonList_textDetail .xianContain {
    width: 884px;
    height: 1px;
    background-color: #E5E5E5;
}

.credit_commonList_textDetail .xinwen {
    width: 100%;
    min-height: 580px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: left;
    margin-top: 120px;
}

.credit_commonList_textDetail .xinwen a {
    color: #333333;
}

.credit_commonList_textDetail .share {
    text-align: right;
}

.credit_commonList_textDetail .share img {
    width: 26px;
    height: 26px;
}