/**!
 * 二级页
 * author: hhj
 * date:2021-01-17
 */

.main {
    padding-bottom: 32px;
    background: url("../images/sub_bg.jpg") no-repeat;
}
.sub-l {
    float: left;
    width: 235px;
    height: 1558px;
    background: #f8fbff;
    background: linear-gradient(to bottom, #f8fbff, #e2ecfc);
    background: -webkit-linear-gradient(top, #f8fbff, #e2ecfc);
    background: -o-linear-gradient(bottom, #f8fbff, #e2ecfc);
    background: -moz-linear-gradient(top, #f8fbff, #e2ecfc);
}

.sub-r {
    margin-left: 250px;
    min-height: 1558px;
    padding: 0 17px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sub-tt {
    padding: 20px 0 0 106px;
    height: 76px;
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
    color: #f4f4f4;
    background: url("../images/com_nav_bg1.jpg") no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wb-tree-node {
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}


.wb-tree-node.bg {
    background: url("../images/com_nav_bg4.jpg") no-repeat;
}

.current .wb-tree-node.bg {
    background: url("../images/com_nav_bg3.jpg") no-repeat;
}


.wb-tree-tt {
    color: #fff;
}

.wb-tree-items {
    border-top: 1px solid #e2ecfc;
}

.wb-tree-sub a {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #e2ecfc;
}

.wb-tree-sub a span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}

.wb-tree-item:hover a {
    color: #339aed;
}

.wb-tree-item:hover span::before {
    background-color: #339aed;
}

.wb-tree-sub a span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background-color: #666;
    border-radius: 50%;
}

.wb-tree-sub {
    display: none;
}

.current .wb-tree-sub {
    display: block;
}

/* 文件 */
.file-hd {
    overflow: hidden;
    padding: 10px 0 17px 0;
    background: url("../images/file_line.png") center bottom no-repeat;
}

.file-tt {
    float: left;
    height: 48px;
    line-height: 48px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #2c7edc;
    background: url("../images/file_icon.png") left center no-repeat;
}

.query {
    position: relative;
    float: right;
    margin-top: 11px;
    width: 222px;
    height: 30px;
}


.query .input-placeholder {
    position: absolute;
    top: 0;
    left: 13px;
    height: 30px;
    line-height: 30px;
    color: #999;
    cursor: text;
}

.query .input-box {
    padding-left: 12px;
    padding-right: 40px;
    width: 100%;
    height: 30px;
    line-height: 27px;
    color: #333;
    border: 1px solid #e5e5e5;
    background: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.query-btn {
    position: absolute;
    width: 31px;
    height: 30px;
    top: 0;
    right: 0;
    background: url("../images/file_search.png") center center no-repeat;
    cursor: pointer;
    background-color: #fc7508;
}

.file-bd {
    padding-top: 4px;
}

.file-li {
    padding: 4px 0 2px 0;
    border-bottom: 1px dashed #d7d7d7;
}

.file-name {
    display: block;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #333;
}

.file-name:hover {
    font-weight: bold;
    color: #2c7edc;
}

.file-tip {
    line-height: 24px;
    height: 48px;
    font-size: 14px;
    color: #666;
}

.time-box{
    padding: 5px 0;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #999;
}

/* 页码 */
.pager {
    margin-top: 22px;
    padding-bottom: 19px;
}

.m-pagination-info {
    float: right;
}

.m-pagination-page > li > a,
.m-pagination-size > select,
.m-pagination-group > input,
.m-pagination-group > button,
.m-pagination-info {
    height: 19px;
    line-height: 19px;
    font-size: 12px;
}

.m-pagination-page > li.active > a {
    font-weight: normal;
}

.m-pagination-page > li > a {
    padding: 0 6px;
}

.m-pagination-size > select {
    padding: 0 5px;
}

.m-pagination-group > button {
    height: 21px;
}

.wb-tree-item .current {
    color:#339aed;
}


.ewb-download-box > .query {
    position: relative;
    float: left;
    width: 222px;
    height: 30px;
	margin: 0 30px 0 0;
}
