@charset "gb2312";
/* CSS Document By leeyn */

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font-family: "宋体";
	color: #333333;
	background: #333333;
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
}

.verdana {
	font-family: Verdana, Geneva, sans-serif;
}

.tahoma {
	font-family: Tahoma, Geneva, sans-serif;
}

.song {
	font-family: "宋体";
}

a:link { /*超链接--未被访问时*/
	color:Red; /*颜色*/
	text-decoration: none; /*清除下划线*/
}

a:visited {  /*超链接--被访问后*/
	color: #666666; /*颜色*/
	text-decoration: none; /*清除下划线*/
}

a:hover { /*超链接--鼠标指示时*/
	color: #FF6600;
	text-decoration: none;
}

a:active { /*超链接--鼠标点击时*/
	color: #666666;
	text-decoration: none;
}

/* a { blr:expression(this.onFocus=this.close());} 去除超链接边框 只支持IE，过多使用效率低 */

/*a { blr:expression(this.onFocus=this.blur());}  去除超链接边框 只支持IE，过多使用效率低 */

/*a:focus { -moz-outline-style: none; }  去除超链接边框 IE不支持 */

a img { /*超链接--图片设置*/
	border: 0; /*图片超链接去除外框*/
}

img { /*去除图片边框*/
	border: 0;
}

ul { /*ul全局设置*/
	padding: 0;
	margin: 0;
	list-style:none;
}

li { /*li全局设置*/
	list-style-type: none;
}

hr {
	height: 1px;
	border: none;
	background: #ccc;
	padding: 0;
	margin: 0 0 10px 0;
}









/*main布局开始*/

#main {
	padding:0;
	margin:0 auto;
	width: 1000px;
	height: auto;
	background: #FFF;
}

#banner {
	width: 1000px;
	height: 140px;
	background: url(imagesmain_01.gif) no-repeat;
}

#menu {
	width: 1000px;
	height: 40px;
}

#menu_left {
	width: 63px;
	height: 40px;
	background: url(imagesmain_02.gif) repeat-x;
	float: left;
}

#menu_list {
	width: 737px;
	height: 40px;
	background: url(imagesmain_03.gif) repeat-x;
	float: left;
	text-align: center;
}

#menu_list table {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#menu_list a:link { display: block; color: #FFF; text-decoration: none; padding: 7px 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	behavior: url(iecss3.htc)}
#menu_list a:visited {color: #FFF; text-decoration: none;}
#menu_list a:hover {color: #FFF; text-decoration: none; padding: 7px 15px; background: url(imagesmain_02.gif) repeat-x;}
#menu_list a:active {color: #FFF; text-decoration: none;}

#menu_right {
	width: 200px;
	height: 28px;
	padding: 12px 0 0 0;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	background: url(imagesmain_04.gif) repeat-x;
	float: left;
}

#tools {
	width: 1000px;
	height: 36px;
	background: #8da7c1;
	vertical-align: middle;
}

#search {
	width: 430px;
	height: 36px;
	padding-left: 70px;
	float: left;
	color: #FFFFFF;
	overflow: hidden;
}

#login {
	width: 500px;
	height: 36px;
	float: left;
	color: #FFFFFF;
	overflow: hidden;
}

#center {
	width: 1000px;
	height: auto;
	background: #FFF;
}

#list {
	width: 940px;
	height: auto;
	margin-left: 30px;
}

#list_t {
	width: 940px;
	height: 285px;
}

#list_t_l {
	width: 230px;
	height: 285px;
	float: left;
}

#list_t_l_t {
	width: 230px;
	height: 43px;
	padding-top: 27px;
	background: url(imagesmain_07.gif) no-repeat;
	overflow: hidden;
}

#list_t_l_c {
	width: 230px;
	height: 215px;
	padding: 5px 0 0 12px;
	background: url(imagesmain_11.gif) no-repeat;
	overflow: hidden;
}

#list_t_c {
	width: 483px;
	height: auto;
	float: left;
}

#list_t_c_t {
	width: 133px;
	height: 43px;
	padding: 27px 300px 0 50px;
	background: url(imagesmain_08.gif) no-repeat;
}

#list_t_c_c {
	width: 431px;
	height: 187px;
	padding: 0 28px 28px 24px;
	background: url(imagesmain_12.gif) no-repeat;
}

#list_t_r {
	width: 227px;
	height: auto;
	float: left;
}

#list_t_r_t {
	width: 137px;
	height: 43px;
	padding: 27px 40px 0 50px;
	background: url(imagesmain_09.gif) no-repeat;
}

#list_t_r_c {
	width: 207px;
	height: 187px;
	padding: 0 8px 28px 12px;
	background: url(imagesmain_13.gif) no-repeat;
}

#list_c {
	width: 940px;
	height: 244px;
}

#list_c_l {
	width: 470px;
	height: 244px;
	float: left;
	overflow: hidden;
}

#list_c_r {
	width: 470px;
	height: 244px;
	float: right;
	overflow: hidden;
}

#list_b {
	width: 940px;
	height: 244px;
	overflow: hidden;
}

#list_b_l {
	width: 470px;
	height: 244px;
	float: left;
	overflow: hidden;
}

#list_b_r {
	width: 470px;
	height: 244px;
	float: right;
}

#service {
	width: 928px;
	height: 57px;
	padding: 50px 0 0 12px;
	margin: 0 auto;
	overflow: hidden;
	background: url(imagesmain_21.gif) no-repeat;
	overflow: hidden;
}

.main_service {
	width: 90px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 123px;
	float: left;
}

.main_service a:link {color: #495e73; text-decoration: none;}
.main_service a:visited {color: #495e73; text-decoration: none;}
.main_service a:hover {color: #F60; text-decoration: none;}
.main_service a:active {color: #f00; text-decoration: none;}

#links {
	width: 780px;
	height: 60px;
	padding: 23px 40px 0 120px;
	margin: 0 auto;
	font-size: 14px;
	overflow: hidden;
	background: url(imagesmain_22.gif) no-repeat;
}

#links a:link {color: #495e73; text-decoration: none;}
#links a:visited {color: #495e73; text-decoration: none;}
#links a:hover {color: #F60; text-decoration: none;}
#links a:active {color: #f00; text-decoration: none;}

#footer {
	clear: both;
	width: 1000px;
	height: 50px;
	padding-top: 20px;
	margin: 0 auto;
	line-height: 10px;
	color: #9b9b9b;
	text-align: center;
	background: #f3f3f3;
}

/*main布局结束*/



















/*listcolumn布局开始*/

#col_list {
	width: 940px;
	height: expression( this.scrollHeight < 671 ? "671px" : "auto" );
	min-height: 671px;
	margin: 0 30px;
	padding-bottom: 20px;
}

#col_list_l {
	width: 226px;
	height: auto;
	float: left;
}

#col_list_l_t {
	width: 226px;
	height: 310px;
	padding-top: 27px;
	background: url(imagescol_03.gif) no-repeat;
	overflow: hidden;
}

#col_list_l_t_t {
	width: 226px;
	height: 50px;
	overflow: hidden;
}

#col_list_l_t_c {
	width: 116px;
	height: 260px;
	padding: 0 70px;
	overflow: hidden;
	clear: both;
}

.col_list_l_t_table1 {
	width: 110px;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #495e73;
	text-align: left;
	letter-spacing: 20px;
}

.col_list_l_t_table1 td {
	height: 35px;
	text-align: left;
	vertical-align: middle;
}

.col_list_l_t_table1 a:link {color: #495e73; text-decoration: none;clear: both;}
.col_list_l_t_table1 a:visited {color: #495e73; text-decoration: none;}
.col_list_l_t_table1 a:hover {color: #F60; text-decoration: none;}
.col_list_l_t_table1 a:active {color: #f00; text-decoration: none;}

.col_list_l_t_table2 {
	width: 200px;
	height: 20px;
	font-size: 14px;
	color: #495e73;
	text-align: center;	
}

.col_list_l_t_table2 td {
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

.col_list_l_t_table2 a:link {color: #495e73; text-decoration: none;clear: both;}
.col_list_l_t_table2 a:visited {color: #495e73; text-decoration: none;}
.col_list_l_t_table2 a:hover {color: #F60; text-decoration: none;}
.col_list_l_t_table2 a:active {color: #f00; text-decoration: none;}

#col_list_l_b {
	width: 226px;
	height: auto;
	padding-top: 15px;
	background: url(imagescol_08.gif) no-repeat;
}

#col_list_l_b_t {
	width: 226px;
	height: 50px;
}

#col_list_l_b_c {
	width: 216px;
	height: 430px;
	font-size: 14px;
	padding: 0 0 0 10px;
	background: url(imagesmain_07_2.gif) repeat-y;
}

.col_service a:link {color: #495e73; text-decoration: none; display: block; padding: 5px;}
.col_service a:visited {color: #495e73; text-decoration: none; display: block; padding: 5px;}
.col_service a:hover {color: #F60; text-decoration: none; display: block; padding: 5px;}
.col_service a:active {color: #f00; text-decoration: none; display: block; padding: 5px;}

.col_service1 a:link {color: #495e73; text-decoration: none; display: block; padding: 4px;}
.col_service1 a:visited {color: #495e73; text-decoration: none; display: block; padding: 4px;}
.col_service1 a:hover {color: #F60; text-decoration: none; display: block; padding: 4px;}
.col_service1 a:active {color: #f00; text-decoration: none; display: block; padding: 4px;}

#col_list_l_b_b {
	width: 226px;
	height: 37px;
	background: url(imagescol_03_2.gif) no-repeat;
}

#col_list_r {
	width: 714px;
	height: expression( this.scrollHeight < 671 ? "671px" : "auto" );
	min-height: 671px;
	float: left;
}

#col_list_r_t {
	width: 140px;
	height: 40px;
	padding: 27px 524px 0 50px;
	background: url(imagescol_04.gif) no-repeat;
}

#col_list_r_c {
	width: 664px;
	height: expression( this.scrollHeight < 543 ? "543px" : "auto" );
	min-height: 543px;
	padding: 10px 20px 20px 30px;
	background: url(imagescol_06.gif) repeat-y;
	overflow: hidden;
}

.colList_list table {
	width: 100%;
	height: auto;
	font-size: 14px;
	border-bottom: #CCC 1px dotted;
}

.colList_list table td {
	height: 46px;
	line-height: 150%;
	vertical-align: middle;
}

.colList_list a:link {color: #3b5d80; text-decoration: none;}
.colList_list a:visited {color: #999; text-decoration: none;}
.colList_list a:hover {color: #F60; text-decoration: none;}
.colList_list a:active {color: #F60; text-decoration: none;}

#col_list_r_b {
	width: 714px;
	height: 8px;
	background: url(imagescol_09.gif) no-repeat;
	overflow: hidden;
}

/*listcolumn布局结束*/























/*displayinfo布局开始*/

#col_list_r2 {
	width: 900px;
	height: expression( this.scrollHeight < 671 ? "671px" : "auto" );
	min-height: 671px;
	margin: 0 auto;
	clear: both;
}

#col_list_r_t_1 {
	width: 900px;
	height: 37px;
	background: url(imagescol_04_2.gif) no-repeat;
}

#col_list_r_t_2 {
	width: 836px;
	height: auto;
	padding: 10px 27px 10px 37px;
	background: url(imagescol_06_2.gif) repeat-y;
}

.info_title {
	width: 836px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

#col_list_r_c_1 {
	width: 836px;
	height: 30px;
	padding: 15px 27px 10px 37px;
	background: url(imagescol_06_2.gif) repeat-y;
}

#col_list_r_c_2 {
	width: 836px;
	height: expression( this.scrollHeight < 500 ? "500px" : "auto" );
	min-height: 485px;
	padding: 10px 27px 10px 37px;
	background: url(imagescol_06_2.gif) repeat-y;
}

#col_list_r_b2 {
	width: 900px;
	height: 8px;
	background: url(imagescol_09_2.gif) no-repeat;
}

.info_time {
	font-size: 12px;
	color: #666;
	text-align: center;
}

.info_content {
	font-size: 14px;
	color: #333;
	line-height: 150%;
	text-align: left;
}

.info_content table {
	border: 0 !important;
	border-top: #333 1px solid !important;
	border-left: #333 1px solid !important;
}

.info_content table td {
	border: 0 !important;
	border-right: #333 1px solid !important;
	border-bottom: #333 1px solid !important;
}

.info_content p {
	background: none !important;
}

/*displayinfo布局结束*








/*元素样式开始*/


#search input, #login input {
	width: 140px;
	height: 18px;
	border: #3a5c7f 1px solid;
	background: url(imagesinputBack.gif) repeat-x;
}

.mainList_title {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.mainList_title_a a:link {color: #FFF; text-decoration: none; font-size: 14px; font-weight: bold; text-align: center;}
.mainList_title_a a:visited {color: #FFF; text-decoration: none;}
.mainList_title_a a:hover {color: #F60; text-decoration: none;}
.mainList_title_a a:active {color: #f00; text-decoration: none;}

.mainList_title table {
	margin: 0 auto;
}

.mainList_btn {
	float: left;
	overflow: hidden;
}

.mainList_btn table {
	width: 90px;
	height: 60px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 13px;
	color: #495e73;
}

.mainList_btn table td {
}

.mainList_btn a:link {color: #495e73; text-decoration: none; display:block; padding: 10px 22px 10px 18px;}
.mainList_btn a:visited {color: #495e73; text-decoration: none; display:block; padding: 10px 22px 10px 18px;}
.mainList_btn a:hover {color: #F60; text-decoration: none; display:block; padding: 10px 22px 10px 18px;}
.mainList_btn a:active {color: #f00; text-decoration: none; display:block; padding: 10px 22px 10px 18px;}

.mainList_list table {
	width: 100%;
	height: expression( this.scrollHeight > 180 ? "180px" : "auto" );
	max-height: 180px;
}

.mainList_list table td {
	height: 24px;
	vertical-align: middle;
}

.mainList_list a:link {color: #3b5d80; text-decoration: none;}
.mainList_list a:visited {color: #999; text-decoration: none;}
.mainList_list a:hover {color: #F60; text-decoration: none;}
.mainList_list a:active {color: #F60; text-decoration: none;}


.mainList_list_a a:link {color: #3b5d80; text-decoration: none;}
.mainList_list_a a:visited {color: #999; text-decoration: none;}
.mainList_list_a a:hover {color: #F60; text-decoration: none;}
.mainList_list_a a:active {color: #F60; text-decoration: none;}

.mainList_list_v a:link {color: #3b5d80; text-decoration: none; line-height: 14px;}
.mainList_list_v a:visited {color: #999; text-decoration: none;}
.mainList_list_v a:hover {color: #F60; text-decoration: none;}
.mainList_list_v a:active {color: #F60; text-decoration: none;}

.main_list_title_border {
	width: 130px;
	margin: 0 auto;
}

.main_list_title_border table {
	text-align: center;
	width: 100%;
}

.clear {clear:both;}

/*元素样式结束*/







/*日历样式开始*/

.Calendar {font-family: verdana;text-decoration: none;width: 200px;background-color: #C0D0E8;font-size: 9pt;border:0px dotted #1C6FA5;}
.CalendarTD {font-family: verdana;font-size: 7pt;color: #000000;background-color:#f6f6f6;height: 18px;width:11%;text-align: center;}

.Title {font-family: verdana;font-size: 11pt;font-weight: normal;height: 20px;text-align: center;color: #333333;text-decoration: none;background-color: #A4B9D7;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-bottom-style:1px;border-top-color: #999999;border-right-color: #999999;border-bottom-color: #999999;border-left-color: #999999;}

.Day {font-family: verdana;font-size: 7pt;color:#243F65;background-color: #E5E9F2;height: 20px;width:11%;text-align: center;}
.DaySat {font-family: verdana;font-size: 7pt;color:#FF0000;text-decoration: none;background-color:#E5E9F2;text-align: center;height: 18px;width: 12%;}
.DaySun {font-family: verdana;font-size: 7pt;color: #FF0000;text-decoration: none;background-color:#E5E9F2;text-align: center;height: 18px;width: 12%;}
.DayNow {font-family: verdana;font-size: 7pt;font-weight: bold;color: #000000;background-color: #FFFFFF;height: 20px;text-align: center;}

.DayTitle {font-family: verdana;font-size: 9pt;color: #000000;background-color: #C0D0E8;height: 20px;width:11%;text-align: center;}
.DaySatTitle {font-family: verdana;font-size: 9pt;color:#FF0000;text-decoration: none;background-color:#C0D0E8;text-align: center;height: 20px;width: 12%;}
.DaySunTitle {font-family: verdana;font-size: 9pt;color: #FF0000;text-decoration: none;background-color: #C0D0E8;text-align: center;height: 20px;width: 12%;}

.DayButton {font-family: Webdings;font-size: 9pt;font-weight: bold;color: #243F65;cursor:hand;text-decoration: none;}

/*日历样式结束*/



/*天气样式开始*/

#weather {
	margin-top: 1px;
}

/*天气样式结束*/



.preload {width: 0;height: 0;display: inline;
	background: url(imagesmain_16_2.gif);
}

.anniu {border:0 !important; background:url(imagesbu_search.gif) no-repeat !important; width:67px !important; height:21px !important;}

.wp_paging {color: #3b5d80;}





