/* 主体内容开始 */
/* 通用元件 */
.w1200{width: 100%;padding: 0 10px;}
.mobile-none{display: none;}

.current-position>div{background: url(currentPosition.png) no-repeat 20px 15px;padding-left: 40px;}
.column-list-pc{display: none;}
.column-list-mobile{display: block;}
.column-list-mobile li{display: none;}
.getmore{display: block;width: 100px;height: 40px;line-height: 40px;font-size: 15px;color: #ffffff;margin:25px auto 0;background: #cb2627;text-align: center;}

.column-center{display: none;}
.main{position: relative;}
.column-left{position: absolute;z-index: 1;top: 0;right: 0;background-color: #e8eef6;display: none;}
.mobile-col-down{background: url(open.png) no-repeat 90% center;height: 40px;display: block;background-size: 20px auto;}
.mobile-col-down-active{background:url(close.png) no-repeat 90% center;background-size: 20px auto;}
.column-right{padding-bottom: 20px;}
.column-list{min-height: auto;}
/* 当前位置 */
.current-position td td{display: none;}
.current-position td td:last-child{display: block;}
/* 主体内容结束 */