* {
	margin: 0px;
	padding: 0px;
}
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #8D9599;} /* 未访问的链接 */
a:visited {color: #8D9599;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #ffff00;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #ffff00;}
a.channel2:visited {color: #ffff00;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #ffff00;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #ffffff;}
a.bottom:visited {color: #ffffff;}
a.bottom:hover{color: #ffff00;}
a.bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #ff0000;}
a.class:active {color: #ffffff;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	font-size: 9pt;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../img3/bj.jpg);
	background-position: center top;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
}

.sy-header {
	height: 336px;
	background-image: url(../img3/sy-bj.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}.sy-header .header2 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.sy-header .header2 .logo {
	float: left;
	height: 50px;
	width: 490px;
	margin-top: 29px;
}
.sy-header .header2 .yy {
	float: right;
	width: 279px;
	margin-top: 29px;
}
.sy-cd {
	background-color: #0163BE;
	height: 34px;
}
.sy-cd .cd {
	height: 34px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
}
.main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: left;
	height: 401px;
}
.main .gsjj {
	height: 401px;
	width: 320px;
	float: left;
	margin-left: 10px;
	background-image: url(../img3/gsjj.jpg);
	background-repeat: no-repeat;
}
.main .news {
	height: 401px;
	width: 320px;
	float: left;
	background-image: url(../img3/new.jpg);
	background-repeat: no-repeat;
}
.main .cpzs {
	height: 401px;
	width: 320px;
	float: left;
	background-image: url(../img3/cpzs.jpg);
	background-repeat: no-repeat;
}
.sy-footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	margin-top: 20px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	text-align: center;
}
.h1 {
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	color: #0068B6;
	letter-spacing: 2px;
}
.h2 {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #A1C5DF;
}
.p {
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #8D9599;
	line-height: 24px;
}
.main .gsjj .gsjj1 {
	width: 255px;
	margin-top: 55px;
	margin-left: 30px;
}
.main .cpzs .gsjj1 {
	width: 255px;
	margin-top: 55px;
	margin-left: 30px;
}
.main .news .gsjj1 {
	width: 255px;
	margin-top: 55px;
	margin-left: 30px;
}.ny-header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.ny-header .logo {
	float: left;
	height: 50px;
	width: 490px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ny-header .yy {
	float: right;
	width: 400px;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
.ny-header .cd {
	height: 37px;
	width: 980px;
	float: left;
}
.ny-main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.ny-main .l {
	width: 202px;
	float: left;
}
.ny-main .r {
	float: right;
	width: 778px;
}
.ny-footer {
	background-image: url(../img3/d-bj.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 40px;
}
.ny-main .l .dh {
	background-image: url(../img3/ny-l.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 202px;
	text-align: center;
	padding-top: 20px;
}
.ny-main .r .hy {
	background-image: url(../img3/ny-y.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 30px;
	width: 778px;
	padding-top: 20px;
}
.ny-main .l .dh2 {
	width: 178px;
	margin-left: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D6EAFF;
	border-bottom-color: #D6EAFF;
	border-left-color: #D6EAFF;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 24px;
}
.ny-main .r .nr {
	width: 685px;
	margin-left: 30px;
	border: 1px solid #E4E4E4;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.ny-main .r .nr .bt {
	height: 40px;
	text-align: center;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.ny-main .r .nr .tj {
	text-align: center;
	height: 25px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.ny-main .r .nr .xx {
	margin-top: 10px;
	margin-bottom: 30px;
	font-family: "宋体";
	font-size: 14px;
	line-height: 28px;
	color: #404040;
}
.ny-header .cd {
	padding-top: 0px;
}
.ny-footer .ft1 {
	height: 70px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
.ny-main .r .nr .lm {
	background-image: url(../img3/lm-bj.jpg);
	background-repeat: repeat-x;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
}
.ny-main .r .nr .lmlb {
	font-family: "宋体";
	font-size: 12px;
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.list {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}