body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.phy_container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

/* 主体main 部分 */
.phy_main {
	/* height: 100%; */
	/* position: absolute; */
	top: 183px;
	left: 10%;
	bottom: 10px;
}
.phy_main .main_left {
	width: 20%;
	min-height: 100%;
	background-color: #fff;
	/* overflow-y: auto; */
	box-shadow:0px 0px 12px 0px rgba(17,84,145,0.1);
}
.phy_main .main_left ul li {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	border-bottom: 1px solid #e8e8e8;
}
.phy_main .main_left ul .selected {
	color: #fff;
	/* background-color: rgb(9, 85, 121); */
	background-color: #e6e6e6;
}


.phy_main .main_right {
	width: 79%;
	min-height: 100%;
	padding: 10px;
	background-color: #fff;
	/* overflow-x: hidden; */
	/* overflow-y: auto; */
	margin-top: 10px;
	box-shadow:0px 0px 12px 0px rgba(17,84,145,0.1);
	position: relative;
	border-radius: 3px;
	/* IE8圆角border-radius 的兼容 */
	position: relative;
	z-index: 2;
	behavior: url(./PIE.htc);
}
.phy_main .main_right li {
	height: 40px;
	line-height: 40px;
	margin: 0 40px 0 30px;
}
.phy_main .main_right li i {
	display: inline-block;
	margin: 16px 10px;
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 3px;
	/* IE8圆角border-radius 的兼容 */
	position: relative;
	z-index: 2;
	behavior: url(./PIE.htc);
}
.phy_main .main_right li .text {
	display: inline-block;
	width: 70%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}


.phy_main .main_right .pagnation {
	width: 100%;
	/* height: 100px; */
	line-height: 20px;
	text-align: center;
}
.phy_main .main_right .pagnation a {
	width: 24px!important;
	height: 24px!important;
	padding: 0 !important;
	color: #666;
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	border-radius: 5px;
	margin-right: 10px;
	cursor: pointer;
	/* IE8圆角border-radius 的兼容 */
	position: relative;
	z-index: 2;
	behavior: url(./PIE.htc);
}
.phy_main .main_right .pagnation .layui-laypage-curr {
	width: 24px!important;
	height: 24px!important;
	padding: 0 !important;
	margin-right: 10px !important;
	border-radius: 5px !important;
}
.phy_main .main_right .pagnation .layui-laypage-btn {
	width: 40px!important;
	height: 24px!important;
	line-height: 24px!important;
	padding: 0 !important;
	border-radius: 5px !important;
	color: #fff;
	background-color: #1A7BCD;
}
.phy_main .main_right .pagnation .layui-laypage-spr {
	width: 30px!important;
	height: 24px!important;
	padding: 0 !important;
	border-radius: 5px !important;
	margin-right: 10px !important;
	background-color: #f5f5f5;
}
.phy_main .main_right .pagnation .layui-laypage-limits {
	vertical-align: middle;
	border-radius: 5px !important;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.phy_main .main_right .pagnation .layui-laypage-limits select::-ms-expand { display: none; }

.phy_main .main_right .pagnation .layui-laypage-skip input {
	width: 30px !important;
	line-height: 1 !important;
}
.layui-laypage input:focus, .layui-laypage select:focus {
	border-color: #1A7BCD !important;
}



.phy_main .main_right .pagnation input[type='text'] {
	outline: none;
	width: 24px;
	height: 24px;
	padding: 5px 8px;
	color: #666;
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	border-radius: 5px;
	margin-right: 10px;
	cursor: pointer;
	/* IE8圆角border-radius 的兼容 */
	position: relative;
	z-index: 2;
	behavior: url(./PIE.htc);
}
.phy_main .main_right .pagnation .activeCls {
	width: 24px;
	height: 24px;
	padding: 5px 8px;
	border-radius: 5px;
	margin-right: 10px;
	cursor: pointer;
	color: #fff;
	border: none;
	background-color: #1A7BCD;
	/* IE8圆角border-radius 的兼容 */
	position: relative;
	z-index: 2;
	behavior: url(./PIE.htc);
}