/* 当前位置 */
.current {
    width: 100%;
}

.current .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 20px 0;
    border-bottom: 1px solid #dedede;
}

.current p {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 23px;
    padding-left: 5px;
    border-left: 4px solid #751d1d;
}

.current .position a {
    font-size: 16px;
    font-family: SimHei;
    color: #333333;
}

.current .position a:hover {
    color: #751d1d;
}

/* 单信息中间内容 */
.main {
    width: 100%;
    background: #fff;
}

.main .w {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 0;
}

/* 左侧信息 */
.main-left {
    width: 330px;
    margin-right: 2%;
}

.main-left-father {
    width: 100%;
    padding: 30px 5%;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background: #751d1d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.main-left-son {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.main-left-son li {
    width: 100%;
}

.main-left-son li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 8%;
    border-bottom: 2px solid #dedede;
}

/* .main-left-son li:last-child a {
    border-bottom: none;
} */

.main-left-son li a p {
    font-size: 18px;
    color: #333;
    width: 100%;
}

.main-left-son li a:hover p {
    font-size: 24px;
    font-weight: bold;
    color: #751d1d;
}

.main-left-son .active1>a>p {
    font-size: 24px;
    font-weight: bold;
    color: #751d1d;
}

.main-left-son2 {
    width: 100%;
}

.main-left-son2 li {
    width: 100%;
    padding-left: 9%;
    padding-right: 20%;
}

.main-left-son2 li:last-child {
    border-bottom: 2px solid #dedede;
}

.main-left-son2 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 5%;
    border-bottom: 2px solid #dedede;
}

.main-left-son2 li a p {
    text-align: left;
    color: #666;
}

.main-left-son2 li:last-child a {
    border-bottom: none;
}

.main-left-son2 li a:hover p {
    font-size: 18px;
    font-weight: bold;
    color: #751d1d;
}

.main-left-son2 .active2>a>p {
    font-size: 18px;
    font-weight: bold;
    color: #751d1d;
}


/* 右侧信息 */
.main-right {
    flex: 1;
}

.main-right {
    padding: 20px 2% 0;
}

.main-right h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 38px;
    margin-bottom: 30px;
}

.main-right .word table td {
    border: 1px solid #000;
}