@charset "UTF-8";
.main{
	height:auto;
	width:1100px;
	position: relative;
	margin:0 auto;
    /* -webkit-box-shadow: 0px 0px 3px rgb(70,137,180);
	-moz-box-shadow: 0 0 3px rgb(70,137,180); */
}
.browseTree{
    float: left;
	margin-right: 0px;
	padding:0px 0px;
	background-color:rgb(240,240,240); 
    width: 25%;
}

ul.ztree {
    border: 1px dotted #999;
    background: white;
    width: auto;
    /*height: 360px;*/
    overflow-y: auto;
    overflow-x: auto;
    padding: 0px;
    margin-left: 0px auto;
}

.table {
    float: right;
    width:75%;
    height: 500px;
    background-color:white;

}

.arrow-up {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #000000;
    vertical-align: middle;
    margin-left: 5px;
}

.arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    vertical-align: middle;
    margin-left: 5px;
}
.arrow-up-down {
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    vertical-align: middle;
    margin-left: -3px;
}
.arrow-up-down:before,
.arrow-up-down:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.arrow-up-down:before {
    top: -7px;
    border-bottom: 6px solid #000000;
}
.arrow-up-down:after {
    bottom: -6px;
    border-top: 6px solid #000000;
}

  
.searchresult1{
width: 70%;
float: right;
padding: 20px 0px 10px;
background: rgb(240,240,240);
margin-left: 20px;
/* margin-right: 150px; */
margin-right: 0%;
overflow: hidden;
/* background-image: linear-gradient(to top, #dfe9f3 0%, white 100%); */
}

.searchresult{
    width: 1100px;
    /* float: right; */
    padding: 20px 0px 10px;
    background: rgb(240,240,240);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
	/* background-image: linear-gradient(to top, #dfe9f3 0%, white 100%); */
}
/*
.searchresult h1{
	font-size: 18px;
	text-align: center;
	margin: 10px 0px ;
	padding:15px 0px 5px;
}
*/
.searchresult h2{
	font-size: 14px;
	margin: 0px 0px 5px 30px;
	margin-left: 1%;
	padding-bottom: 4px; 
}
.searchresult p{
	display: block;
	font-size: 14px;
	margin: 5px 5px 5px 10px;
	padding-bottom: 10px;
}
.searchresult1 h2{
	font-size: 14px;
	margin: 0px 0px 5px 30px;
	margin-left: 1%;
	padding-bottom: 4px; 
}
.searchresult1 p{
	display: block;
	font-size: 14px;
	margin: 5px 5px 5px 8px;
	padding-bottom: 5px;
}
#pagination p{
	font-size: 14px;
	margin-left: 8px;
	padding-bottom: 4px; 
}
#pagination a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#pagination a:hover{
	color: red;
}
#pageInput{
	width:65px;
	height: 12px;
	padding:2px;
	text-align: center;
}
#table{
	margin: 0px auto;
	color:rgb(0,0,0);
	background:rgb(255,255,255);
	table-layout: fixed;
	overflow: hidden;
}
#tr1{
	border:2px solid #ddd;
	text-overflow: ellipsis;
}
#tr1 th{
	overflow-x: auto;
	background-color:rgb(70,137,180); 
	background-position: left center;
	background-repeat: repeat-x;
	/*background-color:rgb(250,20,20);*/
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding:1.5px;
	color: rgb(255,255,255);
	border:2px solid #ddd;
}
#tr2 td{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding:1.5px;
	color: black;
	border:2px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#table a:hover{
	color:red;
}
#changpage{
	float:right;
	font-size: 18px/30px arial, sans-serif;
	font-weight: bold;
	margin: 10px 29px 0px 0px;
	text-decoration: none;
}
#changpage a{
	text-decoration: none;
}
#changpage a:hover{
	color:red;
}



