@charset:utr-8;
/**::-moz-selection{background:#bdefac; color:#000;} 
::selection {background:#bdefac; color:#000;} **/
 #main .flash{
   width:1000px;;
   height:256px;
   margin-top:35px;
   margin-bottom:2px;
 }

 #main .notice{
  width:300px;
  min-height:40px;
  float:left;
 }
  #main .notice h2{
    height:31px;
	background:url(imagesnotice_bg.png) no-repeat;
 }
   #main .notice h2 span img{
       float:right;
	   padding:8px 25px;
   }
   #main .notice ul{
       padding:5px 10px 0px 8px;
   }
   #main .notice ul li{
     height:22px;
	 line-height:20px;
	 border-bottom:#666 1px dashed;
   }
   #main .notice ul li em{
      float:left;
	padding-right:8px;
	font-style:normal;
	font-family:Tahoma;
   }
   #index_main .notice ul li a{
   color:#666;
   font-size:12px;
   text-indent:20%;
}
#main .notice ul li a:hover{
   color:blue;
}
#main .news{
  width:300px;
  min-height:40px;
  float:left;
  margin:0px 16px;;
  background:#fff;
}
#main .news h2{
  height:31px;
	background:url(imagesnews_bg.png) no-repeat;
}
 #main .news h2 span img{
       float:right;
	   padding:8px 25px;
   }

   #index_main .news ul{
  padding:5px 10px 0px 12px;
}
#main .news ul li{
    height:22px;
	line-height:22px;
	border-bottom:#666 1px dashed;
}
#main .news ul li em{
    float:right;
	font-style:normal;
	font-family:Tahoma;
}
#main .news ul li a{
   color:#666;
   font-size:12px;
   text-indent:20%;
}
#main .news ul li a:hover{
   color:blue;
}
#main .intro{
  width:365px;
  min-height:100px;
  float:right;
}
#main .intro h2{
  background:url(imagesintro_title.png) repeat-x;
  height:31px;
  font-size:16px;
  color:#fff;
  font-family:"黑体"；
	display:block;
	line-height:31px;
	padding-left:10px;
}
#main .intro  img{
   float:left;
   border:#eee 4px solid;
   margin:4px 6px;
}
#main .intro p{
   line-height:180%;
   text-indent:2em;
   margin:0px 5px 0px 0px;
   font-size:14px;
}
#link{
  width:1000px;
  height:120px;
  background:#EFEFEF;
  clear:left;
}
#link h2{
  width:1000px;
  height:36px;
  background:url(imageslink_bg.gif) no-repeat;
  border-bottom:#8F8F8F solid 2px;
}
#link h2 span select{
  float:right;
}
#link p{
  font-size:14px;
  padding:10px 10px;
  color:#666;
line-height:150%;
}
#link p a{
   color:#666;
   padding:0px 6px;
   
}
#link  p a:hover{
   text-decoration:underline;
}
#footer{
  width:1000px;
  height:100px;
  border-top:#10A14F solid 6px;
  background:url(imagesfooter_bg.gif);
  clear:left;
}
#footer div{
   width:600px;
   height:23px;
   background:#10A14F;
   margin:0px auto;
   text-align:center;
   line-height:23px;
   
}
#footer div a{
  color:#FFF;
  padding:0px 6px;
}
#footer p{
   text-align:center;
   padding:6px 0px;
}