@charset "utf-8";
/* CSS Document */

@import url("common.css?_=2");

body
{
	background:url(zy/bg.jpg) repeat-x center 65px;
}

#NavPanel
{
	width:100%;
	height:70px;
	background:url(zy/NavBg.jpg) repeat-x center top;
}

#Nav a
{
	border-right:1px solid #579799;
}


#Nav a:hover
{
	background-color:#fe0000;
}

#Nav .Btn
{
	width:100px;
	height:48px;
	background-color:#fe0000;
}

#PDSearchPanel
{
	height:230px;
}

#PDSearch div .btn
{
	width:50px;
	height:26px;
	border:0px;
	color:#fff;
	background-color:#0b7a85;
}

#MainPanel
{
	width:1100px;
	height:auto;
	text-align:center;
	margin:0px auto;
	background-color:#fff;
}

#MainPanel:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

#Left
{
	width:200px;
        height:800px;
	float:left;
	padding:50px 20px 0px 20px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	background:url(zy/LeftBg.jpg);
}

#Left:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

#Left a
{
	width:200px;
	height:35px;
	font-family:"微软雅黑","黑体";
	font-size:15px;
	color:#006666;
	display:block;
	padding-top:10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #d0eae5;
}

#Left a:hover
{
	color:#000;
}

#Right
{
	width:740px;
	padding:50px;
	float:right;
	text-align:left;
}

#Right #Title
{
	width:700px;
	height:35px;
	padding-top:10px;
	padding-left:40px;
	text-align:left;
	color:#fe0000;
	font-size:18px;
	margin-bottom:20px;
	font-weight:bold;
	border-bottom:1px solid #70c1c8;
	background:url(zy/Icon.jpg) no-repeat left 15px;
}

#Right #Detail *
{
	font-size:16px;
	line-height:38px;
}

#Right #Detail p
{
	margin-bottom:20px;
}

