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

/* 主体main 部分 */
.phy_main {
	/* position: absolute; */
	top: 183px;
	/* left: 10%; */
	bottom: 10px;
}
.phy_main .main_left {
	width: 20%;
	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%;
	/* height: 100%; */
	padding: 10px;
	background-color: #fff;
	/* overflow-y: auto; */
	margin-top: 10px;
	box-shadow:0px 0px 12px 0px rgba(17,84,145,0.1);
	border-radius: 3px;
	/* IE8圆角border-radius 的兼容 */
	position: relative;
	z-index: 2;
	behavior: url(./PIE.htc);
}
.phy_main .main_right .title {
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #333;
	font-size: 24px;
	border-bottom: 1px solid #e8e8e8;
}
.phy_main .main_right .poc {
	width: 60%;
	margin-left: 20%;
	text-align: center;
	border-bottom: 1px dashed #E5E5E5;
}
.phy_main .main_right .noLINE {
	border-bottom: none;
}
.phy_main .main_right .poc .top {
	padding: 30px 0 20px 0;
	font-size: 18px;
}
.phy_main .main_right .poc .top .dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #1A7BCD;
	vertical-align: middle;
	margin-right: 10px;
}
.phy_main .main_right .poc .inLINE {
	display: inline-block;
	margin: 0 15px;
}
.phy_main .main_right .poc .quarter {
	display: inline-block;
	margin: 0 10px;
}
.phy_main .main_right .poc .name {
	padding: 15px 0 30px 0;
}
