/**!
* 网站大师-信息公开列表页
* author: xiaolong;
*/


/* tree */

.contents-guide {
    min-height: 220px;
    padding-left: 10px;
	margin-left:10px;
    background-color: #ffffff;
    overflow: auto;
    font-family: "Simsun";
}


.mini-tree-node-ecicon-last{
	
 background-repeat: no-repeat !important;
}

/* 信息公开列表 */

.publicinfo {
    margin-top: 10px;
    padding: 10px 20px;
    height: 651px;
    border: 1px solid #f0f0f0;
}

.publicinfo-con {
    height: 566px;
    width: 703px;
    padding-top: 10px;
}

.publicinfo-table {
    width: 100%;
    font-family: "Simsun";
    text-align: center;
}

.publicinfo-table th {
    height: 24px;
    border: 1px solid #c2c2c2;
    text-align: center;
    /* background: url(../images/table-hd.jpg) repeat-x; */
    background-color: #4d82af;
    color: white;
}

.publicinfo-table td {
    height: 24px;
    border: 1px solid #c2c2c2;
}

@media (max-width: 703px) {
    .publicinfo-con {
        overflow-x: hidden;
        margin: 0px;
    }
    .publicinfo-table {
        min-width: 703px;
    }
    .publicinfo-con {
        height: auto;
    }
    .publicinfo {
        height: auto;
    }
    .contents-guide {
    	height: auto;
    	padding-bottom: 10px;
    }
}

.div-ul0-top1 {
    float: left;
    width: 60%;
    background-color: #8F8B8B;
    line-height: 35px;
}

.div-ul0-top2 {
    float: left;
    width: 20%;
    background-color: #8F8B8B;
    line-height: 35px;
}

.div-ul0-top3 {
    float: left;
    width: 20%;
    background-color: #8F8B8B;
    line-height: 35px;
}