body {
	background: #f7f7f7;
	padding:0;
	margin:0;
}
#header {
	height: 86px;
	background-color: #054688;
    text-align: center;
	margin-top: -25px;
}
.logo {
    background: url(../images/common/head.png) no-repeat center;
    height: 86px;
}
.sysname {
	z-index: 2;
	color: #ffffff;
	text-align: center;
	line-height: 10px;
}
.sysname p:first-child {
	font-size: 25px;
	padding-top: 20px;
}
#footer {
	height: 90px;
	font-size: 14px;
    background-color: #054688;
    color: white;
    clear: both;
    text-align: center;
}
.footer-middle {
	padding-top: 1px;
	line-height: 30px;
}
#main {
	width: 1200px;	
    margin: 0 auto;
}
.main-top {
	background: white;
	padding: 10px 15px;
}
.search {
	width: 100%;
	height: 45px;
	display: flex;
}
.search input {
	width: 1115px;
    height: 43px;
    border: 1px solid #dddddd;
    border-right: none;
    font-size: 16px;
    float: left;
    padding: 0 10px;
    border-radius: 5px 0 0 5px;
}
.search input:hover {
	border-color: #a7aab5;
}
.search input:focus {
	border-color: #a7aab5;;
	opacity: 1;
}
.search img {
    padding: 13px;
    cursor: pointer;
    border: 1px solid #dddddd;
    border-radius: 0 5px 5px 0;
}
.search img:hover {
	border-color: #a7aab5;
	opacity: 1;
}
.main-bottom {
    margin-top: 20px;
    padding: 10px 15px;
    min-height: 700px;
	background: white;
	border: 1px solid #dddddd;
}
.main-bottom-title {
	height: 22px;
    margin-top: 5px;
    display: inline-flex;
}
.main-bottom-title inspan {
	margin-left: 10px;
}
.main-bottom table {
	width: 100%;
	margin: 15px auto; 
	border-spacing: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	font-size: 14px;
}
.main-bottom table tr th {
	background: #e0f4ff;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	height: 50px;
}
.main-bottom table tr td {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	height: 35px;
	padding: 10px;
}
.main-bottom table tr:hover {
	background-color: rgba(255, 254, 200, 0.77);
}

/*分页*/
.page { 
    height: 35px;
    padding: 10px 15px;
    background: white;
    margin-bottom: 25px;
    border: 1px solid #dddddd;
    border-top: none;
}
.page .cur {
	background-color: #1c84c6;
	color: white;
}
.page a { 
	display: inline-block;
	color: #666666;
	font-size: 16px;
	padding: 0px 9px;  
	height: 34px; 
	line-height: 34px; 
	text-align: center;
	border: #ddd 1px solid; 
	text-decoration: none;
}
.page input {
	border: 1px solid #aaaaaa;
	height: 30px;
	width: 30px;
	margin-top: -2px;
	text-align: center;
}
.page a:hover {
	border: 1px solid #054688;
}
.page span {
	float: right;
	margin-top: 8px;
}

.main-bottom-content ul{
	list-style:none;
	margin:0;
	padding: 0px 25px;
	font-size: 14px;
	position: relative;
    /*overflow-y: auto;
    height: 750px;*/
}
.main-bottom-content ul li{
	/*height: 35px;*/
    border-bottom: 1px solid #dddddd;
    margin: 20px 0px;
}
.main-bottom-content ul li{
	cursor: pointer;
    text-align: left;
    padding: 0;
    line-height: 19px;
    white-space: normal;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}
.main-bottom-content ul li span{
	/*padding-left: 10px;*/
}
.main-bottom-content ul li span a{
	text-decoration: none;
	color: #333333;
}
.main-bottom-content ul li span a:hover{
	color: #054688;
}
.main-bottom-content ul li:last-child {
	border: none;
}
.main-bottom-content ul li img{
	display: inline-block;
	vertical-align: top;
}
fieldset, img {
    border: 0;
}
.x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-end-plus, .x-tree-elbow-empty, .x-tree-elbow-line{
	height: 20px;
    width: 16px;
}
.x-tree-expander {
	background: url(../../images/blue/arrows.gif) no-repeat 0 0;
	width: 16px;
	cursor: pointer;
}
.x-tree-icon-parent{
	background-image: url(../../images/blue/folder.gif);
	width: 16px;
}
.x-tree-icon-leaf {
    background-image: url(../../images/blue/leaf.png);
	width: 16px;
}
.x-tree-icon {
    margin: 2px 3px 0 0;
}

.ico_open{
	background: url(../../images/blue/folder-open.gif) no-repeat;
	padding-left: 18px;
}
.ico_close{
	background: url(../../images/blue/folder.gif) no-repeat;
	padding-left: 18px;
}
.ico_docu{
	background: url(../../images/blue/leaf.png) no-repeat;
    padding-left: 18px;
}
