﻿BODY {
	margin: 0px;padding: 0px;
	
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
} 

FORM {
	margin:0;padding:0;
}

body, td, input, select, textarea {	font-size: 12px;font-family: "宋体"; }

input { height:23px; }

DIV,UL,OL,LI{
	margin:0px;padding:0px;
}

DIV UL{
	margin:0px;padding:2 0 2 0;showlist-style:none;
}

P {
}

a:link          { color: #000F90; text-decoration: none;}
a:visited       { color: #000F90; text-decoration: none;}
a:active        { color: #ff0000; text-decoration:underline;}
a:hover         { color: #ff0000; text-decoration:underline;} 

.link_1					{ color: #000000; text-decoration: none;}
.link_1 a:link          { color: #000000; text-decoration: none;}
.link_1 a:visited       { color: #000000; text-decoration: none;}
.link_1 a:active        { color: #ff0000; text-decoration:underline;}
.link_1 a:hover         { color: #ff0000; text-decoration:underline;} 

.font_12				 { font-size:12px; text-decoration: none;}
.font_12 a:link          { font-size:12px; text-decoration: none;}
.font_12 a:visited       { font-size:12px; text-decoration: none;}
.font_12 a:active        { font-size:12px; text-decoration:underline;}
.font_12 a:hover         { font-size:12px; text-decoration:underline; }

.font_14				 { font-size:14px; text-decoration: none;}
.font_14 a:link          { font-size:14px; text-decoration: none;}
.font_14 a:visited       { font-size:14px; text-decoration: none;}
.font_14 a:active        { font-size:14px; text-decoration:underline;}
.font_14 a:hover         { font-size:14px; text-decoration:underline; }
.font_14 td			 	 { font-size:14px; text-decoration: none;}

.link_2					{ color: #FFFFFF; text-decoration: none;}
.link_2 a:link          { color: #FFFFFF; text-decoration: none;}
.link_2 a:visited       { color: #FFFFFF; text-decoration: none;}
.link_2 a:active        { color: #ff0000; text-decoration:underline;}
.link_2 a:hover         { color: #ff0000; text-decoration:underline;} 

.link_3					{ color: #FF6600; text-decoration: none; font-weight:bold; }
.link_3 a:link          { color: #FF6600; text-decoration: none; font-weight:bold; }
.link_3 a:visited       { color: #FF6600; text-decoration: none; font-weight:bold; }
.link_3 a:active        { color: #ff0000; text-decoration:underline; font-weight:bold; }
.link_3 a:hover         { color: #ff0000; text-decoration:underline; font-weight:bold; } 

.link_4					{ color: #FF6600; text-decoration: none; }
.link_4 a:link          { color: #FF6600; text-decoration: none; }
.link_4 a:visited       { color: #FF6600; text-decoration: none; }
.link_4 a:active        { color: #ff0000; text-decoration:underline; }
.link_4 a:hover         { color: #ff0000; text-decoration:underline; } 

.link_menu				{ color: #CCCCCC; text-decoration: none;}
.link_menu a:link       { color: #3266CC; font-weight:bold; font-size:14px; text-decoration: none;}
.link_menu a:visited    { color: #3266CC; font-weight:bold; font-size:14px; text-decoration: none;}
.link_menu a:active     { color: #3266CC; font-weight:bold; font-size:14px; text-decoration:underline;}
.link_menu a:hover      { color: #3266CC; font-weight:bold; font-size:14px; text-decoration:underline;} 


.title 				{ font-size:14px; color: #ffffff; font-weight:bold; text-decoration: none; padding-top:2px}
.title a:link 		{ font-size:14px; color: #ffffff; font-weight:bold; text-decoration: none;}
.title a:visited 	{ font-size:14px; color: #ffffff; font-weight:bold; text-decoration: none;}
.title a:active		{ font-size:14px; color: #ffffff; font-weight:bold; text-decoration: none;}
.title a:hover		{ font-size:14px; color: #ffffff; font-weight:bold; text-decoration: none;}

.title-text { padding-left:30px; }

.border_none {	border: 1pt solid #ffffff;}
.border_all {	border: 1px solid #cccccc;}

.border_all_2 {
	border: 1pt solid #FFCC00;
}

.border_all_3 {
	border: 1pt solid #C3E8B2;
}

.border_all_4 {
	border: 1pt solid #DDDDDD;
}

.border_all_dashed {
	border: 1pt dashed #778A98;
}

.border_topexit {
	border-left: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
}

.border_bottomexit {
	border-left: 1pt solid #7BAED1;
	border-right: 1pt solid #7BAED1;
	border-top: 1pt solid #7BAED1;
}

.border_justfly {
	border-left: 1pt solid #7BAED1;
	border-right: 1pt solid #7BAED1;
}

.border_leftbottom {
	border-left: 1pt solid #FFB64B;
	border-bottom: 1pt solid #FFB64B;
}

.border_bottom {
	border-bottom: 1px dashed #cccccc;
}

.border_right_bottom {
	border-right: 1pt solid #E3E6EB;
	border-bottom: 1pt solid #E3E6EB;
}

.border_right_bottom_2 {
	border-right: 1pt solid #FFB64B;
	border-bottom: 1pt solid #FFB64B;
}

.border_bottom_dotted	{
	border-bottom: 1pt dashed #A4A4A4;
}

.border_top 	{border-top: 1pt solid #E3E6EB;}
.border_right 	{border-right: 1pt solid #cccccc;}
.border_left 	{border-left: 1pt solid #E3E6EB;}

.border_middle 	{border-left: 1pt solid #FFB64B;border-right: 1pt solid #FFB64B;}
.border_bottom_dashed	{border-bottom: 1pt dashed #DFDCD5;}

.border_top_dashed {
	border-top: 1pt dashed #DFDCD5;
}

.border_topexit_2 {
	border-left: 1pt solid #FFB64B;
	border-right: 1pt solid #FFB64B;
	border-bottom: 1pt solid #FFB64B;
}

.border_bottomexit_2 {
	border-left: 1pt solid #FFB64B;
	border-right: 1pt solid #FFB64B;
	border-top: 1pt solid #FFB64B;
}

.border_rightexit_2 {
	border-left: 1pt solid #FFB64B;
	border-bottom: 1pt solid #FFB64B;
	border-top: 1pt solid #FFB64B;
}

.border_bottom_2 {
	border-bottom: 1pt solid #8EB4CE;
}

.border_top_2 {
	border-top: 1pt solid #FFB64B;
}

.border_left_2 {
	border-left: 1pt solid #FFB64B;
}

.table_1 {
	background-image:url(../images/bg_table_1.jpg);
	background-repeat:no-repeat;
}

.underline {text-decoration: underline;}
.hidden {display:none;}

.topitem {padding:1 9 0 9; border:1px solid #FFD866; background-image:url(../images/bg_topitem.jpg); height:21px;}

.menu_selected 	{ background-image:url(../images/bg_button1.jpg); padding-left:17px; padding-right:16px; height:31; text-align:center; border-right:1px solid #707070; }
.menu_selected a{ *padding:8 0 0 0;color:#ffffff; font-weight:bold; font-size:14px; text-decoration:none; };
.menu_selected a:link 	{ color:#ffffff; font-weight:bold; font-size:14px; text-decoration:none; };
.menu_selected a:visited{ color:#ffffff; font-weight:bold; font-size:14px; text-decoration:none; };
.menu_selected a:hover 	{ color:#ffffff; font-weight:bold; font-size:14px; text-decoration:none; };
.menu_selected a:active { color:#ffffff; font-weight:bold; font-size:14px; text-decoration:none; };

.menu { padding-right:17px; padding-left:17px; height:31; text-align:center;}
.menu { padding-right:17px; padding-left:17px; height:31; text-align:center;}
.menu a			{ color:#ffffff; font-weight:bold; font-size:14px; text-decoration:none; };
.menu a:link 	{ color:#ffffff; font-weight:bold; font-size:14px; text-decoration:none; };
.menu a:visited	{ color:#ffffff; font-weight:bold; font-size:14px; text-decoration:none; };
.menu a:hover 	{ color:#ffffff; font-weight:bold; font-size:14px; text-decoration:none; };
.menu a:active 	{ color:#ffffff; font-weight:bold; font-size:14px; text-decoration:none; };


.menuitem		 	{ width:90px; height:29px; padding-right:3; text-align:center; background-repeat:no-repeat; background-image:url(../images/bg_menuitem.jpg); }
.menuitem	 		{ width:90px; height:29px; padding-right:3; text-align:center; background-repeat:no-repeat; background-image:url(../images/bg_menuitem.jpg); }
.menuitem_focus 	{ width:90px; height:29px; padding-right:3; text-align:center; background-repeat:no-repeat; background-image:url(../images/bg_menuitem_focus.jpg);color:#ffffff; }
.menuitem_focus 	{ width:90px; height:29px; padding-right:3; text-align:center; background-repeat:no-repeat; background-image:url(../images/bg_menuitem_focus.jpg);color:#ffffff; }

.menu_item_unsel 		{ float:left; margin-right:2; }
.menu_item_unsel #left  { float:left; background-image:url(../images/menu_item_unsel_l.gif); width:12; height:30; }
.menu_item_unsel #body  { float:left; background-image:url(../images/menu_item_unsel_b.gif); height:30; font-size:14px; padding:7 7 0 7; font-weight:bold; }
.menu_item_unsel #right { float:left; background-image:url(../images/menu_item_unsel_r.gif); width:12; height:30; }

.city_menuitem { background-image:url(../city/images/bg_menu_2.jpg); width:109px; height:39; text-align:center; margin-right:3px}
.city_menuitem { background-image:url(../city/images/bg_menu_2.jpg); width:109px; height:39; text-align:center; margin-right:3px}
.city_menuitem a 	 	{ color:#9ED0EC; font-weight:bold; font-size:14px; text-decoration:none; };
.city_menuitem a:link 	{ color:#9ED0EC; font-weight:bold; font-size:14px; text-decoration:none; };
.city_menuitem a:visited{ color:#9ED0EC; font-weight:bold; font-size:14px; text-decoration:none; };
.city_menuitem a:active { color:#9ED0EC; font-weight:bold; font-size:14px; text-decoration:none; };
.city_menuitem a:hover 	{ color:#9ED0EC; font-weight:bold; font-size:14px; text-decoration:none; };

.form_text,textarea{padding:0px 3px;border:1px solid #bbbbbb; width:100%;}
.form_text{height:23px;line-height:18px;vertical-align:middle;word-break:break-all; overflow:hidden}

.form_text_bg{background:#fff url(../images/form/text-bg.gif) repeat-x 0 0;}

.article_listitem { height:25px; padding-top:2px; background-image:url(../images/image_search.gif); background-position:0 3 0 0; background-repeat:no-repeat; padding-left:14px;}
.article_recommend{}
.article_today { text-align:center; color:red; font-size:16px;font-weight:bold;}
.article_today a{ text-align:center; color:red; font-size:16px;font-weight:bold;}
.article_today_2 {}
.article_today_3 { height:24px; padding-left:70px;background-image:url(../images/article_today_3.jpg); background-position:0 0 0 0; background-repeat:no-repeat; padding-top:2px}
.article_today_3 a{ font-size:16px;font-weight:bold;}

.article_content {padding:0 20 0 20; text-align:left; font-size:14px; line-height:22px; }
.article_content td { font-size:14px; line-height:22px; }

.topic_listitem { height:25px; padding-top:2px; }

.titleitem{text-align:center; background-image:url(../images/bg_menu.jpg); font-size:14px; color:#ffffff; font-weight:bold; cursor:hand}
.titleitem{text-align:center; background-image:url(../images/bg_menu.jpg); font-size:14px; color:#ffffff; font-weight:bold; cursor:hand}
.titleitem a{font-size:14px; color:#ffffff; font-weight:bold; }
.titleitem a:visited{font-size:14px; color:#ffffff; font-weight:bold; }
.titleitem_selected{text-align:center; background-image:url(../images/bg_menu_selected.jpg); font-size:14px; color:#ff0000; font-weight:bold; cursor:default;}
.titleitem_selected{text-align:center; background-image:url(../images/bg_menu_selected.jpg); font-size:14px; color:#ff0000; font-weight:bold; cursor:default;}
.titleitem_selected a{font-size:14px; color:#ff0000; font-weight:bold; }
.titleitem_selected a:visited{font-size:14px; color:#ff0000; font-weight:bold; }

.tips_focus {border:1px solid #00A8FF; background-color:#E2F5FF};

.topic_title { font-weight:bold; padding-top:1px; background-image:url(../images/bbs_dot.gif); background-position:0 6 0 0; background-repeat:no-repeat; padding-left:5px;}

.page {border:1px solid #cccccc; padding:2 5 2 5}

#edu {
	margin: auto;
	text-align: left;
	height: 44px;
	background-image: url(images/edu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
#edu a {
	text-decoration: underline;
}
#edu ul {
	showlist-style-type: none;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}
#edu li {
	line-height: 20px;
	width: 220px;
}
