/* 通用元件 */
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.height30 {
    height: 30px;
}

.main {
    height: auto;
    padding: 0 0 40px;
}

/* 当前位置开始 */
.current-position {
    height: 60px;
    line-height: 60px;
    background: #fff url(currentPosition.png) no-repeat left center;
    background-size: auto 20px;
    padding-left: 28px;
    font-size: 16px;
}

.current-position a {
    color: #333;
}

/* 当前位置结束 */

/* 主体内容开始 */
.column-left {
    width: 228px;
    background-color: #F7F7F7;
}

.column-left h1 {
    width: 100%;
    line-height: 32px;
    background: #2277E6;
    padding: 14px 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.column-col {
    width: 100%;
    height: auto;
    padding: 20px 20px 30px;
}

.column-col li {
    width: 100%;
    height: auto;
}

.column-col li a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 32px;
    background: #fff url(col-left.png) no-repeat 20px 25px;
    padding: 13px 10px 13px 40px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
}

.column-col li.active a {
    background: #cdddf4 url(colActive-left.png) no-repeat 20px 25px;
    color: #2277E6;
}

.column-col li a:hover {
    background: #cdddf4 url(colActive-left.png) no-repeat 20px 25px;
    color: #2277E6;
}

.column-center {
    width: 40px;
}

.column-right {
    width: 932px;
    min-height: 460px;
    background-color: #fff;
}

.column-right .right-tit {
    width: 100%;
    height: 46px;
    line-height: 26px;
    border-bottom: 1px solid #eee;
    font-size: 26px;
    color: #000;
}

.column-list {
    font-size: 18px;
    padding: 20px 0 0;
}

.column-list li {
    line-height: 36px;
    background: url(listPic.png) no-repeat left 23.5px;
    padding: 7px 0 7px 19px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    color: #333;
}

.column-list li a {
    width: 780px;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.column-list li {
    font-size: 18px;
    color: #333;
}

.column-list li span {
    color: #999;
    float: right;
}

.column-list-pc {
    display: block;
}

.mobile-col-down,
.column-list-mobile {
    display: none;
}