		* {
					padding: 0;
					margin: 0;
				}

				body {
					line-height: 2.016571 !important;
				}

				.wh_100 {
					width: 100%;
				}

				.bodyStyle {
					font-size: 13px;
				} 

				.iconbox {
					padding-left: 10px;
					height: 60px;
					line-height: 60px;
				}

				.iconStyle {
					color: #2d83ea;
				}

				.searchBox {
					padding: 0 10px;
					font-size:13px;
				}

				.borderLine {
					border: 1px solid #ddd;
				}

				.form-group {
					padding: 5px 5px;
					/* width: 24%; */
				}

				.tableSize {
					font-size: 14px;
				}

				.panel-body {
					padding: 0 10px;
					font-size: 14px;
				}

				.titBold {
					font-weight: 700;
				}

				.row {
					width: 100%
				}

				label {
					width: 100%;
					text-align: right;
					margin-top:4px;
				}
				table.table thead .sorting_asc{
					background: url("") center right no-repeat #f2f2f2 !important;
				}
				
				/* tree页面 */
				
				#box {
						width: 100%;
						height: 100%;
						overflow: hidden;
					}

					#left {
						width: 21%;
						height: 100%;
						float: left;
					}

					#right {
						float: right;
						width: 79%;
						height: 100%;
					}


					#resize {
						position: relative;
						width: 1%;
						cursor: w-resize;
						float: left;
						background-color: #eff6fe;
						height: 100%;
					}

					#image {
						position: absolute;
						top: 50%;
						left: 0;

					}