﻿/**!
* 网站大师-信息公开列表页
* author: xiaolong;
*/


/* tree */

.contents-guide {
    height: 620px;
    padding-left: 30px;
    background-color: #efefef;
    overflow: auto;
    font-family: "Simsun";
}

.mini-tree-node-ecicon {
    display: inline-block;
    width: 18px;
    height: 24px;
    background: no-repeat 2px 0px;
    outline: none;
    cursor: pointer;
    vertical-align: top;
}

.mini-tree-selectedNode .mini-tree-nodeshow {
    padding: 0;
    padding-left: 1px;
    padding-right: 2px;
    zoom: 1;
}

.mini-tree-icon {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 22px;
    overflow: hidden;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    vertical-align: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.mini-tree-nodetext {
    height: 18px;
    line-height: 18px;
    +line-height: 19px;
    vertical-align: middle;
    _vertical-align: top;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    white-space: nowrap;
}

.mini-tree-indent {
    display: inline-block;
    width: 18px;
    height: 24px;
    vertical-align: top;
}

.mini-tree-nodetitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mini-tree-expand .mini-tree-node-ecicon {
    background: transparent url(../images/tree/expandLine.gif) no-repeat 2px -1px;
}

.mini-tree-indent {
    background: transparent url(../images/tree/treeline.gif) repeat-y 9px 0px;
}

.mini-tree-leaf {
    background-image: url(../images/tree/leaf.png);
}

.mini-tree-node-ecicon {
    background: transparent url(../images/tree/treeNodeLine.gif) no-repeat 1px -4px;
}

.mini-tree-folder {
    background-image: url(../images/tree/leaf.png);
}

.mini-tree-node-ecicon-last {
    background: transparent url(../images/tree/lastline.gif) no-repeat 2px -5px;
}

.mini-tree-expand .mini-tree-node-ecicon-last {
    background: transparent url(../images/tree/lastExpandNode.gif) no-repeat 2px -1px;
}

.mini-tree-expand .mini-tree-node-ecicon-first {
    background: transparent url(../images/tree/firstExpandNode.gif) no-repeat 2px 0;
}

.mini-tree-collapse .mini-tree-node-ecicon {
    background: transparent url(../images/tree/collapseLine.gif) no-repeat 1px -1px;
}

.mini-tree-collapse .mini-tree-node-ecicon-first {
    background: transparent url(../images/tree/firstCollapseNode.gif) no-repeat 1px 0;
}

.mini-tree-collapse .mini-tree-node-ecicon-last {
    background: transparent url(../images/tree/lastCollapseNode.gif) no-repeat 1px -1px;
}


/* 信息公开列表 */

.publicinfo {
    /* margin-top: 10px;
    padding: 10px 20px;
    height: 651px;
    border: 1px solid #f0f0f0; */
	width:805px;
}

.publicinfo-con {
    height: 566px;
}

.publicinfo-table {
    width: 100%;
    font-family: "Simsun";
    text-align: center;
}

.publicinfo-table th {
    height: 24px;
    border: 1px solid #e3b788;
    text-align: center;
    background: url(../images/table-hd.jpg) repeat-x;
}

.publicinfo-table td {
    height: 24px;
    border: 1px solid #e3b788;
}

@media (max-width: 767px) {
    .publicinfo-con {
        overflow-x: auto;
    }
    .publicinfo-table {
        min-width: 600px;
    }
    .publicinfo-con {
        height: auto;
    }
    .publicinfo {
        height: auto;
    }
    .contents-guide {
    	height: auto;
    	padding-bottom: 10px;
    }
}
