.mode .mode_main {
    width: 1000px;
    min-height: 600px;
    margin: 0 auto;
    padding-top: 14px;
    color: #333;
    z-index: 2;
    padding: 10px;
}


.tool-bar {
    width: 100%;
    margin: 5px 0px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}

    .tool-bar .laction-bar {
        font-size: 14px;
        line-height: 30px;
    }

    .tool-bar .search-box {
        width: 320px;
        height: 30px;
        border: 1px solid #ab641d;
        position: absolute;
        right: 0px;
        top: 0px;
        overflow: hidden;
        border-radius: 15px;
    }

        .tool-bar .search-box .search-box-input {
            position: absolute;
            height: 24px;
            top: 2px;
            left: 10px;
            width: 340px;
            background: none;
        }

        .tool-bar .search-box .search-box-btn {
            position: absolute;
            right: -1px;
            height: 30px;
            background: #ab641d;
            color: #fff;
            text-align: center;
            line-height: 30px;
            top: -1px;
            border-radius: 15px;
            padding: 0px 10px;
            cursor: pointer;
        }

.list-main{
    margin-top:15px;
}

.list-main-left {
    width: 300px;
    float: left;
}

    .list-main-left .list-main-left-1 {
        height: 21px;
        width: 100%;
        background: url(../images/list-bg-1.png) no-repeat;
    }

    .list-main-left .list-main-left-2 {
        width: 100%;
        background: url(../images/list-bg-2.png) repeat-y;
        text-align: center;
        padding:10px 0px;
    }
        .list-main-left .list-main-left-2 .column-name{
            margin:-5px 40px 10px 40px; 
        }
        .list-main-left .list-main-left-2 .column-name.cur{
           background:#fff;
           color:#ab641d !important;
           border-radius:10px;
        }
            .list-main-left .list-main-left-2 .column-name.cur a{
                color: #ab641d !important;
            }
        .list-main-left .list-main-left-2 .column-fg{
            margin-bottom:10px;
        }
        .list-main-left .list-main-left-2 .column-name a {
            color: #fff;
            font-size: 20px;
            text-align: center;
            line-height: 40px;
            text-decoration: none;
        }

    .list-main-left .list-main-left-3 {
        height: 21px;
        width: 100%;
        background: url(../images/list-bg-3.png) no-repeat;
    }

.list-main-right {
    width: 660px;
    margin-left: 20px;
    float: left;
    padding:10px 0px 0px 0px;
}

.child-column{
    color:#fff;
    margin:0px 30px 0px 30px;
    padding:0px 20px;
    line-height:30px;
    font-size:14px;
    overflow:hidden;
    text-align:left;
    border-radius:10px;
    overflow:hidden;
}

.child-column.cur{
    background: #fff;
}

.child-column a{
    color:#fff;
    font-size:14px;
    text-decoration:none;
}
    .child-column a i{
        margin-right:5px;
        font-size:14px;
    }
    .child-column a i.not-show{
        opacity:0;
    }
        .child-column a i.cur {
            opacity: 0;
        }
    .child-column.cur a {
        color: #ab641d;
    }

    .child-column .child-column-1{
        padding:5px 0px 5px 20px;
        display:none;
        overflow:hidden;
    }
        .child-column .child-column-1.cur {
            display: block;
        }
        .child-column .child-column-1.cur1 {
            border-top:1px solid #ab641d;
        }
        .child-column .child-column-1 a {
            display:block;
            line-height: 22px;
        }

.list-title{
    font-size:16px;
    line-height:50px;
    border-bottom:1px solid #ab641d;
    color:#ab641d;
}

.list-item {
    display: block;
    width: 100%;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    margin: 10px 0px;
    text-decoration: none;
    color: #333;
}

    .list-item span {
        float: right;
    }

.list-main-right-con {
    padding: 10px 20px;
    background: url(../images/con-bg.png);
}
/*pagediv*/
.pagediv{padding:20px 0; font-size:14px; color:#333; line-height:28px; text-align:center; clear:both;}
.pagediv a{color:#333;}
.pagediv .moye,
.pagediv .arrow a,
.pagediv .index_num,
.pagediv .pagination_index_last,
.pagediv #pagination_input,
.pagediv #currentPage{display:inline-block; *display:inline; margin:4px; zoom:1; border:#dfdfdf 1px solid; border-radius:3px; 
    vertical-align:top;
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);}
.pagediv .arrow a:hover,
.pagediv .index_num{background:#9e5104; border-color:#9e5104; color:#fff; text-decoration:none;}
.pagediv .moye,
.pagediv .arrow a,
.pagediv .index_num{padding:0 10px;text-decoration: none;}
.pagediv .index_num{font-weight:700;}
.pagediv .pagination_index_last{padding:0 6px;}
.pagediv #pagination_input{width:40px; height:30px; color:#888; text-align:center; background:#fff;}
.pagediv #currentPage{width:40px; height:30px; color:#888; text-align:center; background:#fff;}
.pagediv font.en{display:none;}
