﻿.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;
        }


.border-style{
    margin-top:15px;
    min-height:500px;
    padding:10px 0px 0px 0px;
}

.main-con {
    padding: 10px 20px;
    background: url(../images/con-bg.png);
    height: 100%;
    min-height: 500px;
}
.a-title{
    color:#ab641d;
    text-align:center;
    font-size:18px;
    line-height:24px;
    margin:20px 0px;
}
.a-ly{
    font-size:16px;
    float:left;
    margin-left:100px;
}
.a-sj {
    font-size: 16px;
    float:right;
    margin-right:100px;
}
.a-share{
    text-align:center;
    margin:10px;
}

.a-con{
    border-top:1px solid #ab641d;
    margin-top:10px;
    padding-top:30px;
    font-size:unset;
}
    .a-con * {
        font-size: unset;
    }


#content table.noBorderTable td, #content table.noBorderTable th, #content table.noBorderTable caption {
    border: 1px dashed #ddd !important
}

#content table.sortEnabled tr.firstRow th, #content table.sortEnabled tr.firstRow td {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(.../images/sortable.png);
}

#content table.sortEnabled tr.firstRow th:hover, #content table.sortEnabled tr.firstRow td:hover {

}

#content table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
    position:unset;
}

#content td, #content th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

#content caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

#content th {
    border-top: 1px solid #BBB;

}

#content table tr.firstRow th {
    border-top: 2px solid #BBB;

}

#content tr.ue-table-interlace-color-single td {

}

#content tr.ue-table-interlace-color-double td {

}

#content td p {
    margin: 0;
    padding: 0;
}
.a-con td, .a-con th{
    background:none !important;
}
.xggj {
    display: none;
    padding: 20px;
}

.xggj .xggj-tit span{
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
}
.xggj .xggj-con{}
.xggj .xggj-con li{
    background: url(../images/list-icon.jpg) no-repeat left;
    text-indent: 10px;
    line-height: 28px;
}
