/* 通用元件 */
.w1200 {
    width: 100% !important;
}

.main {
    padding: 30px 12px 40px;
    position: relative;
}

.main>table,
.main>table>tbody,
.main>table>tbody>tr {
    display: block;
}

/* 当前位置开始 */
.current-position {
    display: none;
}

/* .current-position {
    background: none;
    padding: 0 0.3rem;
}

.current-position td td {
    display: none;
}

.current-position td td:last-child {
    display: block;
} */
/* 当前位置结束 */

/* 主体内容开始 */
.column-center,
.column-list-pc {
    display: none;
}

.column-list-mobile {
    display: block;
}

.mobile-col-down {
    display: block;
    width: 26px;
    height: 20px;
    background: url(open.png) no-repeat right top;
    background-size: 100% 100%;
    float: right;
}

.mobile-col-down-active {
    background: url(close.png) no-repeat right top;
    background-size: auto 100%;
    margin-right: 6px;
}

.column-left {
    width: 70%;
    position: absolute;
    top: 70px;
    right: 12px;
    z-index: 1;
    display: none;
}

.column-left h1 {
    line-height: 30px;
    padding: 12px 16px;
}

.column-col {
    padding: 20px 16px 10px;
}

.column-col li a {
    background: #fff;
    padding: 10px 16px;
    line-height: 28px;
}

.column-col li.active a {
    background: #cdddf4;
    color: #2277E6;
}

.column-col li a:hover {
    background: #cdddf4;
    color: #2277E6;
}

.column-right {
    display: block;
    width: 100%;
    min-height: 200px;
}

.column-list li {
    padding: 7px 0 7px 13px;
}

.column-list li a {
    width: auto;
    float: none;
    overflow: auto;
    white-space: normal;
}

.column-list li span {
    float: none;
}

.column-list-mobile li {
    display: none;
}

.getmore {
    width: 100px;
    height: 40px;
    background: #4E7AC3;
    margin: 26px auto 0;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

/* 主体内容结束 */