img{
border:none;
}
.page { clear:both; padding:3px; text-align:center; }
/*新闻相关*/
.news{list-style:none;}
.news li { line-height:26px; border-bottom:1px dashed #999999; padding-left:10px; background:url(images/li_ico.jpg) left no-repeat; }
.news_title { text-align:center; font-size:16px; padding:10px; }
.news_content { padding:10px; }
.news_info { text-align:center; border:1px dashed #666; padding:10px; }
.news_next { padding:5px; border:1px dashed #333; }

/*主体右侧*/
#right {  background:#fff; }
.right_title { background:url(images/right_title_bg.jpg) repeat-x; height:27px; line-height:27px; padding:0 10px; border:1px solid #D7D7D7; border-bottom:none; }
.right_title h2 { font-size:12px; }
.right_body { padding:10px; overflow:hidden; zoom:1; border:1px solid #D7D7D7; }
.right_bottom { height:10px; }

/*常用类*/
.layout_center {  margin:0 auto; }
.float_left { float:left; }
.float_right { float:right; }
.float_clear { clear:both; }
.red { color:red; }
.blue { color:blue; }
.gray { color:gray; }
.text_align_center { text-align:center; }

/*留言板*/
.guestbook { border-collapse:collapse; width:100%; margin-top:10px; }
.guestbook th { padding:5px; border:1px solid #CCC; text-align:center; }
.guestbook td { padding:5px; border:1px solid #CCC; }
/*input, textarea, select { border:1px solid #CCC; font-size:12px; padding:5px; }
textarea { width:480px; height:200px;  }*/
input, textarea, select { border:1px solid #CCC; font-size:12px; padding:1px; }
textarea { width:480px; height:200px;  }
/*产品相关*/
.products{font-size:12px;}
.products li { float:left; text-align:center; padding:4px; }
.products img { padding:4px; border:1px solid #999999; }
.products a:hover img { border:1px solid #BF006A; }
.products a { line-height:22px; }
.products_title { text-align:center; font-size:16px; padding:10px; }
.products_info { text-align:center; border:1px dashed #666; padding:10px; }
.products_img { text-align:center; padding:10px; }
.products_img img { max-width:600px; }
.products_next { padding:5px; border:1px dashed #333; }
