/*
css样式表 项目部
2010-12-10
*/

/*网页全局样式开始*/
	html{
		/*页面变灰*/
		/*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
	}

	body
	{
		/*body基本样式开始*/
			background-color:#FFFFFF;	/*背景颜色*/
			font-size:9pt;	/*字体大小*/
			color:#3D3D3D;	/*字体颜色*/
			FONT-FAMILY:宋体;	/*字体*/
			text-align:left;	/*水平居左*/
			margin-top: 0px;	/*页面上边距*/
			margin-bottom: 0px;	/*页面下边距*/
			margin-left: 0px;	/*页面左边距*/
			margin-right: 0px;	/*页面右边距*/
			background-image:url(pic_bg.jpg);
			width:100%;
			max-width:100%!important;margin:0 auto; height:auto;!important;
		/*body基本样式结束*/

		/*body扩展样式开始*/
			background-repeat:repeat;	/*背景重复*/
			background-position:top;	/*背景居中*/
			scrollbar-face-color:#b9b9b9;	
			scrollbar-highlight-color:#b9b9b9;
			scrollbar-shadow-color:#b9b9b9;
			scrollbar-3dlight-color:#b9b9b9;
			scrollbar-darkshadow-color:#b9b9b9;
			scrollbar-arrow-color:#F0F0F0;
			scrollbar-track-color:#F0F0F0;
			scrollbar-base-color:#F0F0F0;

			/*拖动条的表面颜色*/
			scrollbar-face-color:#fbf6e8; MARGIN: 0px;  
			/*亮边*/  
			scrollbar-highlight-color:#fbf6e8;
			/*暗边*/
			scrollbar-shadow-color:#aaaaaa;
			scrollbar-3dlight-color:#aaaaaa; 			
			/*箭头颜色*/
			scrollbar-arrow-color:#aaaaaa;  
			/*拖动区域(TrackBar)颜色*/
			scrollbar-track-color:#fbf6e8;	
			scrollbar-darkshadow-color:#fbf6e8
		/*body扩展样式结束*/
	}

	page
	{
		width:auto;!important;
		max-width:100%;!important;margin:0 auto; height:auto;!important;
		width:100%;
	}

	/*页面容器初始化开始,*/
	tr,td,span { color:#3D3D3D; FONT-FAMILY:宋体; line-height:180%;empty-cells:show;}
	/*页面容器初始化结束*/

/*网页全局样式结束*/

/*版通基本样式开始*/
	/*文章标题样式*/
	.title{font-size:16pt; FONT-FAMILY:宋体; color:#3D3D3D; font-weight:bold; line-height:150%;}

	/*首页、频道页栏目默认标题列表样式 小字体*/
	.bt_link{font-size:9pt; FONT-FAMILY:宋体; text-decoration:none; color:#3D3D3D;}

	/*底层栏目页标题列表及文章正文样式 大字体*/
	.bt_content{font-size:10.5pt; FONT-FAMILY:宋体; text-decoration:none; color:#3D3D3D; line-height:180%;}

	/*时间显示样式*/
	.bt_time {  font-size:7pt; color:#999999; FONT-FAMILY:Verdana}
	.bt_date {  font-size:7pt; color:#999999; FONT-FAMILY:Verdana}

	/*"更多"显示样式*/
	.bt_more {font-size:9pt ;text-decoration:underline; color:#3D3D3D}

	.bt_unline  {border-bottom:#999999 dashed 1px;}
/*版通基本样式结束*/

/*超链接样式开始 可自行扩展*/
	a.white {FONT-FAMILY:宋体; text-decoration: none; color:#ffffff;}
	a.white:hover {FONT-FAMILY:宋体; text-decoration:none; color:#ff0000;}
	a.white:visited{FONT-FAMILY:宋体; text-decoration: none; color:#ffffff;}

	a.bt_more {FONT-FAMILY:宋体; text-decoration: underline; color:#3D3D3D;}
	a.bt_more:hover {FONT-FAMILY:宋体; text-decoration: underline; color:#FF0000;}
	a.bt_more:visited {FONT-FAMILY:宋体; text-decoration: underline; color:#3D3D3D;}

	/*整个网页超链接样式开始*/
	a:link {FONT-FAMILY:宋体; text-decoration:none; color:#3D3D3D;}
	a:active {FONT-FAMILY:宋体; text-decoration:none;}
	a:hover {FONT-FAMILY:宋体; text-decoration:none; color:#ff0000;}
	a:visited {FONT-FAMILY:宋体; text-decoration:none;}
		.link_white_14 { font-family: Microsoft YaHei; font-size:14px; text-decoration:none; color:#FFFFFF; line-height:18px;}
	a.link_white_14:link {font-family: Microsoft YaHei; font-size:14px; text-decoration:none; color:#FFFFFF; line-height:18px;}
	a.link_white_14:active {font-family: Microsoft YaHei; font-size:14px; text-decoration:none; color:#FFFFFF; line-height:18px;}
	a.link_white_14:hover {font-family: Microsoft YaHei; font-size:14px; text-decoration:none; color:#ff8c00; line-height:18px;}
	a.link_white_14:visited {font-family: Microsoft YaHei; font-size:14px; text-decoration:none; color:#ff8c00; line-height:18px;}
/*超链接样式结束*/

/* 自定义样式开始 */
	/*各种颜色样式 可自行扩展*/
	.blue{color:#406EC2; font-size: 9pt; text-decoration:underline; }
	.white{color:#FFFFFF; font-size: 9pt; text-decoration:none; }
	.red {text-decoration:underline;color:#C70506; }
	.yellow {text-decoration:none;color:#FFB900; }
	.green {text-decoration:underline;color:#038C54; }
	.coffee {color:#A70404;font-size: 9pt; text-decoration:none; }
	.purple {color:#70017A;font-size: 9pt; text-decoration:none; }

	/* 四周为1象素的边框*/
	.border1 
	{  
		BORDER-RIGHT: #3D3D3D 1px solid; BORDER-LEFT: #3D3D3D 1px solid; BORDER-BOTTOM: #3D3D3D 1px solid;BORDER-TOP: #3D3D3D 1px solid;background-color:#ffffff
	}

	/*表格背景图片不动*/
	.bgimg{background-image:url(images/图片文件);background-repeat:no-repeat;background-position:right bottom;}

	/*	一些滤镜的样式 慎用 */
	/* Glow 扩充的阴影字 IE4.0+*/
	.glow
	{
		FONT-SIZE: 10.5pt; 
		filter: Glow(Color=#3D3D3D, Strength=2)
	}   

	/* Gradient 渐变 gradientType=0垂直渐变 1水平渐变默认 00完全透明  ff完全不透明 IE5.5+ */
	.grad
	{
		FONT-SIZE: 10.5pt; 
		FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FF0000FF,endColorStr=#00000000)
	}	

	/* AlphaImageLoader 图片平铺  scale:拉伸图片满表格 crop:显示图片自身大小并显示背景色 image:只显示图片 IE5.5+*/
	.alphaimage
	{
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/rdl_ice.jpg', sizingMethod='scale')
	} 

	/* Blur IE5.5+ 模糊阴影字*/
	.blur1
	{
		filter:progid:DXImageTransform.Microsoft.Blur(makeShadow=true,pixelRadius=1,shadowOpacity=0.25)
	}	

	/* Blur IE5.5+ 模糊阴影字*/
	.blur2
	{
		filter:blur(add=ture,direction=135,strength=6)
	}	

	/* DropShadow 有斜度的阴影字 IE4.0+ */
	.dropshadow1 
	{
		color: #ff0000;
		filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)
	}	

	/*	制作对象的阴影效果IE5.5+*/
	.dropshadow2
	{
		filter:progid:DXImageTransform.Microsoft.DropShadow(color=#FF404040,offX=3,offY=3,positives=true)
	}
/* 自定义样式结束 */




.font12_hong{
	font-family:"宋体";
	font-size: 12px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#c11710;
	line-height:180%;
	
}
	a.font12_hong:link{
	font-family:"宋体";
	font-size: 12px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#c11710;
	line-height:180%;
}	
	a.font12_hong:visited{
	font-family:"宋体";
	font-size: 12px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#c11710;
	line-height:180%;
}
	a.font12_hong:hover{
	font-family:"宋体";
	font-size: 12px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration:underline;
	color:#c11710;
	line-height:180%;
	/*text-decoration:underline;*/
}

.font12{
	font-family:"宋体";
	font-size: 12px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#414141;
	line-height:180%;
	
}
	a.font12:link{
	font-family:"宋体";
	font-size: 12px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#414141;
	line-height:180%;
}	
	a.font12:visited{
	font-family:"宋体";
	font-size: 12px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#414141;
	line-height:180%;
}
	a.font12:hover{
	font-family:"宋体";
	font-size: 12px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#FF0000;
	line-height:180%;
	/*text-decoration:underline;*/
}

.font12_bai{
	font-family:"宋体";
	font-size: 12px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#ffffff;
	line-height:180%;
	
}
	a.font12_bai:link{
	font-family:"宋体";
	font-size: 12px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#ffffff;
	line-height:180%;
}	
	a.font12_bai:visited{
	font-family:"宋体";
	font-size: 12px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#ffffff;
	line-height:180%;
}
	a.font12_bai:hover{
	font-family:"宋体";
	font-size: 12px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration:underline;
	color:#ffffff;
	line-height:180%;
	/*text-decoration:underline;*/
}

.font14{
	font-family:"宋体";
	font-size: 14px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#000000;
	line-height:180%;
	
}
	a.font14:link{
	font-family:"宋体";
	font-size: 14px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#000000;
	line-height:180%;
}	
	a.font14:visited{
	font-family:"宋体";
	font-size: 14px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#000000;
	line-height:180%;
}
	a.font14:hover{
	font-family:"宋体";
	font-size: 14px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#FF0000;
	line-height:180%;
	/*text-decoration:underline;*/
}
.font14_lan{
	font-family:"宋体";
	font-size: 14px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#1D56AF;
	line-height:180%;
	
}
	a.font14_lan:link{
	font-family:"宋体";
	font-size: 14px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#1D56AF;
	line-height:180%;
}	
	a.font14_lan:visited{
	font-family:"宋体";
	font-size: 14px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#1D56AF;
	line-height:180%;
}
	a.font14_lan:hover{
	font-family:"宋体";
	font-size: 14px;
	font-style:inherit;
	font-variant:inherit;
	text-decoration: none;
	color:#FF0000;
	line-height:180%;
	/*text-decoration:underline;*/
}
.font21_cu{
	font-family:"宋体";
	font-size: 21px;
	font-weight:bold;
	font-variant:inherit;
	text-decoration: none;
	color:#000000;
	line-height:180%;
	
}
	a.font21_cu:link{
	font-family:"宋体";
	font-size: 21px;
	font-weight:bold;
	font-variant:inherit;
	text-decoration: none;
	color:#000000;
	line-height:180%;
}	
	a.font21_cu:visited{
	font-family:"宋体";
	font-size: 21px;
	font-weight:bold;
	font-variant:inherit;
	text-decoration: none;
	color:#000000;
	line-height:180%;
}
	a.font21_cu:hover{
	font-family:"宋体";
	font-size: 21px;
	font-weight:bold;
	font-variant:inherit;
	text-decoration:underline;
	color:#000000;
	line-height:180%;
	/*text-decoration:underline;*/
}
	.baiborder1 
	{  
		border: #E2E2E2 1px solid;
		background-color:#ffffff; 
		font-size:14px;
		 color:#1D56AF; 
	}
		.lanborder1 
	{  
		 border: #3388FF 1px solid;
		 background-color:#F1F7FF;
		 font-size:14px;
		 color:#1D56AF; 
	}
.btab1 {
font-family: "宋体";
font-size:14px;
font-weight: bold;
color:#ff8c00;
line-height: 180%;

}
.btab2 {
font-family: "宋体";
font-size:14px;
font-weight: bold;
color:#999999;
line-height: 180%;
}
body,div,hr,blockquote,ul,ol,li,table,th,td,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,input,button,select,textarea,fieldset,legend{margin:0;padding:0}
h1{font-size:100px;}
	.search-word {width: 248px; height: 26px; color: #d2d2d2; font-size: 14px; border: 1px #d2d2d2 solid; line-height:18px;}
	.search-btn {width: 70px; height: 28px; color: #ffffff; background-color: #ff8c00; font-size: 14px; border: 1px #d2d2d2 solid; line-height:18px;}
	
	
	

.hr{
border:solid 0px #cbe2f4;
}
.lm_b{
width:238px;
height:680px;
float:left;
margin-top:10px;
}
.lm_ba{
width:240px;
height:30px;
float:left;
margin-left:-1px;
background-image:url(../images/sdgs_img.jpg);
background-repeat:no-repeat;
}

.lm_baxt{
width:205px;
height:2px;
float:left;
margin-left:8px;
background-image:url(../images/sdgs_xt1.jpg);
background-repeat:no-repeat;
}
.lm_baa11{
width:238px;
height:580px;
float:left;
background-color:#ECF6F7;
}
	.lm_baa11 a:link {FONT-FAMILY:宋体; text-decoration:none; color:#1d56ad;}
	.lm_baa11 a:active {FONT-FAMILY:宋体; text-decoration:none;}
	.lm_baa11 a:hover {FONT-FAMILY:宋体; text-decoration:none; color:#ff0000;}
	.lm_baa11 a:visited {FONT-FAMILY:宋体; text-decoration:none;}
.lm_baa11 a{color:#1d56ad;}
.lm_baa11a{
width:238px;
height:24px;
float:left;
}
.lm_baa1{
width:238px;
float:left;
background-color:#ECF6F7;
}
	.lm_baa1 a:link {FONT-FAMILY:宋体; text-decoration:none; color:#1d56ad;}
	.lm_baa1 a:active {FONT-FAMILY:宋体; text-decoration:none;}
	.lm_baa1 a:hover {FONT-FAMILY:宋体; text-decoration:none; color:#ff0000;}
	.lm_baa1 a:visited {FONT-FAMILY:宋体; text-decoration:none;}
.lm_baa1 a{color:#1d56ad;}
.lm_baa1a{
width:238px;
height:24px;
float:left;
}
.xtb{
float:left;
margin-left:28px;
margin-top:14px;
}
.xtb2{
float:left;
margin-left:28px;
margin-top:4px;
}
.xtb3{
float:left;
margin-left:28px;
margin-top:12px;
}
.xtb4{
float:left;
margin-left:28px;
margin-top:8px;
}
.lm_baa1b{
width:238px;
height:12px;
float:left;
}

.lm_baa1c{
width:238px;
height:52px;
float:left;
}
.lm_baa1d{
width:238px;
height:53px;
float:left;
}
.lm_baa1e{
width:238px;
float:left;
}
.wb_k{
width:740px;
height:680px;
margin-top:10px;
background-color:#FFFFFF;
}
.lm_btn{
width:240px;
height:651px;
float:left;
margin-left:172px;
margin-top:10px;
background-color:#edf6f7;
border:solid 1px #cfe2f0;
}
.x_t{
width:747px;
height:4px;
float:left;
background-color:#0046ae;
}
.ss_l{
width:705px;
height:77px;
float:left;
margin-top:19px;
background-color:#a4d1ea;
}
.ss_la{
width:515px;
height:28px;
float:left;
margin-left:95px;
margin-top:24px; position:absolute;

}
.ss_lb{
width:321px;
height:28px;
float:left;
margin-left:10px;
border:solid 1px #1d56ad;
margin-top:24px;
}
.ss_au{
width:71px;
height:28px;
float:left;
background-image:url(../images/zdsst_ssl3.jpg);
}
.ss{
font-size:13px;
font-weight:bold;
float:left;
text-align:center;
line-height:13px;
color:#FFFFFF;
}
.wb_ka{
width:704px;
float:left;
margin-top:10px;
border:solid 1px #c0d0d8;
}
.nwb_ka{
width:704px;
float:left;
margin-top:10px;
}
.wb_ka h1{ font-size:22px; margin:32px auto 25px auto; text-align:center;}
.wb_ka p{font-size:14px; line-height:36px; text-indent:2em; margin:0 40px 0 35px;}
.wb_ka1{
width:628px;
height:470px;
float:left;
margin-left:25px;
margin-top:32px;

}
.wb_bttx{
font-family:"宋体";
font-size:20px;
float:left;
font-weight:bold;
margin-left:171px;
}
.wb_tx{
width:628px;
height:349px;
float:left;
margin-top:37px;
}
.h3_tx{
padding-top:32px;
}
.bt_lm{
width:240px;
height:46px;
float:left;
border:solid 1px #cbe2f4;
}
.bt_lm{
width:240px;
height:34px;
float:left;
border:solid 1px #cbe2f4;
}
.img{
float:left;
margin-left:28px;
}
.tx1{
width:183px; 
height:20px;
border:solid 1px #1d56ad;
color:#cbcbcb;
line-height:20px;
position:absolute;
font-size:14px;
vertical-align:middle;
}

.tx2{
width:251px; 
height:20px; 
line-height:20px;
left:193px;
position:relative;
border:solid 1px #1d56ad;
font-size:14px;
color:#cbcbcb;
}
.tx3{
	width: 60px;
	height: 22px;
	margin:0 auto;
	background-color: #ff8c00;
	border:solid 1px #ff8c00;
	border: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	position:absolute;
	margin-left: 202px;
}
.tx2a{
font-size:13px; 
font-weight:bold; 
float:left; 
padding-left:18px; 
padding-top:3px;
text-decoration:none;
}
	.tx2a a:link {FONT-FAMILY:宋体; text-decoration:none; color:#ffffff;}
	.tx2a a:active {FONT-FAMILY:宋体; text-decoration:none;}
	.tx2a a:hover {FONT-FAMILY:宋体; text-decoration:none; color:#ff0000;}
	.tx2a a:visited {FONT-FAMILY:宋体; text-decoration:none;}
.xan{
width:23px;
height:28px;
float:left;
background-image:url(sdgs_img3.jpg);
background-repeat:no-repeat;
}
.xl_cd{
width:23px;
height:28px;
float:left;
background-repeat:no-repeat;
border:none;
}
.ztys{
float:left; 
padding-left:91px; 
 line-height:30px; 
font-size:14px; 
font-weight:bold; 
color:#FFFFFF;
cursor:default;
}
.ztys2{
float:left; 
padding-left:91px; 
padding-top:3px; 
font-size:14px; 
font-weight:bold; 
color:#FFFFFF;
cursor:default;
text-align:center;
}
.ztys3{
float:left; 
padding-left:76px; 
padding-top:3px; 
font-size:14px; 
font-weight:bold; 
color:#FFFFFF;
cursor:default;
}
.lm_ba1{
font-size:14px; 
float:left; 
padding-left:12px;
padding-top:10px; 
font-weight:bold; 
text-decoration:none;
}
	.lm_ba1 a:link {FONT-FAMILY:宋体;font-size:14px; text-decoration:none; color:#1d56ad;}
	.lm_ba1 a:active {FONT-FAMILY:宋体;font-size:14px; text-decoration:none;}
	.lm_ba1 a:hover {FONT-FAMILY:宋体;font-size:14px; text-decoration:none; color:#ff0000;}
	.lm_ba1 a:visited {FONT-FAMILY:宋体;font-size:14px; text-decoration:none;color:#1d56ad;}
.lm_ba1 a{ color:#1d56ad; font-size:14px;}
.lm_ba2{
font-size:14px; 
float:left; 
padding-left:12px; 
font-weight:bold;
}
	.lm_ba2 a:link {FONT-FAMILY:宋体;font-size:14px; text-decoration:none; color:#1d56ad;}
	.lm_ba2 a:active {FONT-FAMILY:宋体;font-size:14px; text-decoration:none;}
	.lm_ba2 a:hover {FONT-FAMILY:宋体;font-size:14px; text-decoration:none; color:#ff0000;}
	.lm_ba2 a:visited {FONT-FAMILY:宋体;font-size:14px; text-decoration:none;color:#1d56ad;}
.lm_ba2 a{ color:#1d56ad; font-size:14px;}
.lm_ba3{
font-size:14px; 
float:left; 
padding-left:12px; 
padding-top:2px; 
font-weight:bold; 
color:#1d56ad;
}
	.lm_ba3 a:link {FONT-FAMILY:宋体;font-size:14px; text-decoration:none; color:#1d56ad;}
	.lm_ba3 a:active {FONT-FAMILY:宋体;font-size:14px; text-decoration:none;}
	.lm_ba3 a:hover {FONT-FAMILY:宋体;font-size:14px; text-decoration:none; color:#ff0000;}
	.lm_ba3 a:visited {FONT-FAMILY:宋体;font-size:14px; text-decoration:none;color:#1d56ad;}
.lm_ba3 a{ color:#1d56ad; font-size:14px;}
.lm_ba4{
font-size:14px; 
float:left; 
padding-left:18px; 
font-weight:bold;
}
	.lm_ba4 a:link {FONT-FAMILY:宋体;font-size:14px; text-decoration:none; color:#1d56ad;}
	.lm_ba4 a:active {FONT-FAMILY:宋体;font-size:14px; text-decoration:none;}
	.lm_ba4 a:hover {FONT-FAMILY:宋体;font-size:14px; text-decoration:none; color:#ff0000;}
	.lm_ba4 a:visited {FONT-FAMILY:宋体;font-size:14px; text-decoration:none;color:#1d56ad;}
.lm_ba2 a{ color:#1d56ad; font-size:14px;}
	.font14lan a:link {FONT-FAMILY:宋体;font-size:14px; text-decoration:none; color:#1d56ad;}
	.font14lan a:active {FONT-FAMILY:宋体;font-size:14px; text-decoration:none;}
	.font14lan a:hover {FONT-FAMILY:宋体;font-size:14px; text-decoration:none; color:#ff0000;}
	.font14lan a:visited {FONT-FAMILY:宋体;font-size:14px; text-decoration:none;color:#1d56ad;}
.font14lan a{ color:#1d56ad; font-size:14px;}
.ba2_xl{
width:61px;
height:110px;
float:left;
margin-left:48px;
margin-top:1px;
}
	.ba2_xl a:link {FONT-FAMILY:宋体; text-decoration:none; color:#000000;}
	.ba2_xl a:active {FONT-FAMILY:宋体; text-decoration:none;}
	.ba2_xl a:hover {FONT-FAMILY:宋体; text-decoration:none; color:#ff0000;}
	.ba2_xl a:visited {FONT-FAMILY:宋体; text-decoration:none;}
.ba2_xl a{ color:#000000;}
.ba2_x2{
width:61px;
height:110px;
float:left;
margin-left:48px;
margin-top:1px;
}
.ba2_xl a:link {FONT-FAMILY:宋体; text-decoration:none; color:#353535;}
.ba2_xl a:active {FONT-FAMILY:宋体; text-decoration:none;}
.ba2_xl a:hover {FONT-FAMILY:宋体; text-decoration:none; color:#ff0000;}
.ba2_xl a:visited {FONT-FAMILY:宋体; text-decoration:none; color:#353535;}

.ba2_x2 a:link {FONT-FAMILY:宋体; text-decoration:none; color:#353535;}
.ba2_x2 a:active {FONT-FAMILY:宋体; text-decoration:none;}
.ba2_x2 a:hover {FONT-FAMILY:宋体; text-decoration:none; color:#ff0000;}
.ba2_x2 a:visited {FONT-FAMILY:宋体; text-decoration:none; color:#353535;}


.h_d{
		width:1345px;
		height:964px;
		float:left;
		background-color:#f0f0f0;
	}
	.head{
		width:1343px;
		height:119px;
		float:left;
		background-image:url(sdgs_head.jpg);
		background-repeat:no-repeat;
	}
	.img1{
		width:66px;
		height:88px;
		background-image:url(sdgs_img4.jpg);
		background-repeat:no-repeat;
		float:left;
		margin-top:16px;
		margin-left:198px;
	}
	.txt1{
		width:290px;
		height:51px;
		float:left;
		margin-left:13px;
		margin-top:23px;
	}
	.txt1a{
		font-family:"新宋体";
		font-size:33px;
		letter-spacing:1px;
		color:#000000;
		font-weight:bolder;
	}
	.txt1b{
		float:left;
		letter-spacing:2px;
		font-size:13px;
		margin-left:-3px;
		margin-top:-38px;
		font-weight:bold;
	}
	.txt1c{
		float:left;
		font-weight:bold;
		font-style:italic;
		margin-top:-10px;
		font-size:27px;
		color:#000000;
	}
	.txt1d{
		float:left;
		font-style:italic;
		margin-top:-10px;
		margin-left:13px;
		font-size:28px;
		color:#1a57a8;
	}
	.txt1e{
		float:left;
		margin-top:-5px;
		margin-left:35px;
	}
	.txt1e a:link {FONT-FAMILY:宋体; text-decoration:none; color:#ffffff;}
	.txt1e a:active {FONT-FAMILY:宋体; text-decoration:none;}
	.txt1e a:hover {FONT-FAMILY:宋体; text-decoration:none; color:#ff0000;}
	.txt1e a:visited {FONT-FAMILY:宋体; text-decoration:none;}
	.txt1e a{ color:#FFFFFF;}
	.txt1f{
		width:328px;
		height:58px;
		float:left;
		margin-top:19px;
		margin-left:467px;
	}
	.txt3{
		width:475px;
		height:29px;
		float:right;
		margin-top:-78px;
		margin-right:300px;
	}
	.txt2{
		width:300px;
		height:11px;
		float:left;
		margin-left:20px;
		margin-top:20px;
	}
	.db_dh{
		width:1280px;
		height:37px;
		float:left;
		margin-top:10px;
		margin-left:50px;
		background-color:#1d56ad;
	}
	.db_tx{
		width:523px;
		height:15px;
		float:left;
		margin-left:375px;
		margin-top:11px;
	}
	
	.bq_tx{
		width:1280px;
		height:96px;
		float:left;
		margin-top:1px;
		margin-left:50px;
		background-color:#e2e8f1;
	}
	
	@charset "utf-8";
/* CSS Document */
*{ border:0;margin:0;padding:0;}
body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;}
table {margin:0 auto; font-family: "宋体";font-size: 12px;line-height: 24px; color: #444;
}
a:link {
	color:#000000;
	text-decoration: none;
	line-height: 24px;
	font-size: 12px;
}
a:visited {
	color: #000000;
	text-decoration: none;
	line-height: 24px;
	font-size: 12px;
}
a:hover {
	color: #102760;
	text-decoration: none;
	line-height: 24px;
	font-size: 12px;
}

image{ border-width:0}

/* CSS Document end */


.white16_24b,
.white16_24b a:link,
.white16_24b a:visited {color:#ffffff;text-decoration: none;line-height:24px;font-size:16px; font-weight:bold; font-family:"微软雅黑" }
.white16_24b a:hover {color:#ffffff;text-decoration: none;line-height:24px;font-size:16px; font-weight:bold; font-family:"微软雅黑" }

.blue16_24b,
.blue16_24b a:link,
.blue16_24b a:visited {color:#0064b1;text-decoration: none;line-height:24px;font-size:14px; font-weight:bold; font-family:"微软雅黑" }
.blue16_24b a:hover {color:#0064b1;text-decoration: none;line-height:24px;font-size:14px; font-weight:bold; font-family:"微软雅黑" }

.blue20_24b,
.blue20_24b a:link,
.blue20_24b a:visited {color:#0064b1;text-decoration: none;line-height:35px;font-size:20px; font-weight:bold; font-family:"微软雅黑" }
.blue20_24b a:hover {color:#0064b1;text-decoration: none;line-height:35px;font-size:20px; font-weight:bold; font-family:"微软雅黑" }

.blue26_24b,
.blue26_24b a:link,
.blue26_24b a:visited {color:#0064b1;text-decoration: none;line-height:50px;font-size:26px; font-weight:bold; font-family:"微软雅黑" }
.blue26_24b a:hover {color:#0064b1;text-decoration: none;line-height:50px;font-size:26px; font-weight:bold; font-family:"微软雅黑" }

.black22_24b,
.black22_24b a:link,
.black22_24b a:visited {color:#000000;text-decoration: none;line-height:24px;font-size:22px; font-weight:bold; font-family:"微软雅黑" }
.black22_24b a:hover {color:#000000;text-decoration: none;line-height:24px;font-size:22px; font-weight:bold; font-family:"微软雅黑" }


.blue12_24,
.blue12_24 a:link,
.blue12_24 a:visited {color:#0064b1;text-decoration: none;line-height:24px;font-size:12px;  }
.blue12_24 a:hover {color:#0064b1;text-decoration: none;line-height:24px;font-size:12px;  }

.blue14_24,
.blue14_24 a:link,
.blue14_24 a:visited {color:#0064b1;text-decoration: none;line-height:24px;font-size:14px;  }
.blue14_24 a:hover {color:#0064b1;text-decoration: none;line-height:24px;font-size:14px;  }

.input1{ width:200px; height:24px; border:1px solid #cbddee;}
