/* 当前位置 */
.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%;
}

.main .w {
    min-height: 735px;
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    background-color: #fff;
}

.main h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 26px;
    margin-bottom: 25px;
}

.main .msg {
    text-align: center;
    line-height: 13px;
    margin-bottom: 25px;
}

.main .msg span {
    font-size: 14px;
    color: #999999;
}

.main .msg .source {
    margin-left: 25px;
}

.main .msg .typeface {
    margin-left: 25px;
}

.main .msg span a {
    font-size: 14px;
    color: #999999;
}

.main .msg span a:hover {
    color: #ee1d24;
}

.main .word {
    padding: 20px 0;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.main .word table td {
    border: 1px solid #000;
}

.main .wb {
    width: 100%;
    font-size: 16px;
    color: #333333;
    padding-top: 23px;
    padding-left: 2%;
    padding-right: 2%;
}

.main .wb table tr td {
    font-size: 16px;
    color: #333333;
}

.main .wb a:hover {
    color: #ee1d24;
}

.main .wb #upanddown table {
    width:100%;
    margin-top:0 !important;
    border-top:none !important;
}