@charset "utf-8";
/* CSS Document */

body{margin:0; 
	 padding:0; 
	 font-size:12px; 
	 color:#6d6d6d; 
	 font-family:Tahoma,"宋体";
	 line-height:18px;
	 background:#fff;
}

a {color:#666666;text-decoration: none;}
a:hover {text-decoration: underline;}

h1,h2{margin:0;padding:0;font-size:12px; font-weight:normal;}


.fl{ width:564px; background:url(images/fl_bg.gif) repeat-y;}
.fl_title{ height:50px;}
.t1,.t2,.t3,.t1_on,.t2_on,.t3_on{ float:left; width:188px; height:46px; display:block;}
.t1{ background:url(images/1_out.gif) no-repeat;cursor:Pointer;}
.t1_on{ background:url(images/1_on.gif) no-repeat;}
.t2{ background:url(images/2_out.gif) no-repeat;cursor:Pointer;}
.t2_on{ background:url(images/2_on.gif) no-repeat;}
.t3{ background:url(images/3_out.gif) no-repeat;cursor:Pointer;}
.t3_on{ background:url(images/3_on.gif) no-repeat;}

.fl_lr{ padding:5px 10px 0 15px; height:265px;}
.fl_lr ul{ list-style:none; padding:0; margin:0;}
.fl_lr li{float:left;  width:251px;padding:0 6px 10px 12px; background:url(images/list_icon.gif) no-repeat;}

.fl_lr h1{ font-weight:bold;}
.fl_lr h1 a{ color:#ff7800;}
.fl_lr h2{ color:#CACACA;}
.fl_lr h2 a{ color:#666;}


.fl_lr2{ padding:5px 10px 0 15px; height:265px;}
.fl_lr2 ul{ list-style:none; padding:0; margin:0;}
.fl_lr2 li{float:left;  width:251px;padding:0 6px 5px 12px; background:url(images/list_icon.gif) no-repeat;}

.fl_lr2 h1{ font-weight:bold;}
.fl_lr2 h1 a{ color:#ff7800;}
.fl_lr2 h2{ color:#CACACA;}
.fl_lr2 h2 a{ color:#666;}

.more{ text-align:right;}







