@import url(home.css);
@import url(article.css);
/* -- ELEMENT STYLES -- */
body {  
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 80%;
  color: #234163;
  background-color: #4f4fac;
  margin: 30px;
}
a { color: #5a799d; line-height: 130%; list-style-type: none; list-style-image: none; }
a:link,a:visited,a:active {color:#416ea3;text-decoration:none;}
a:hover {
  text-decoration:none;
  background-color: #EEEEEE;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #AAAAAA;
}
img {
  border: 0px;
}
ul { list-style-image: url(bullet.gif); }
li { list-style-type: square; }
/*图形列表*/
.hright {display:table;width:90%;margin-top:5px;}
.hr_left { display:table; float:left; width:65%; margin:0 2%; }
.hr_left a {
	display:block;
	clear:both;
	line-height:24px;
	color:#499200;
	font-size: 16px;
}
.hr_left span { display:block; clear:both; line-height:20px; color:#333333; font-size: 12px; border-top: 1px solid #7b9bc6; }
.hr_right  {display:table;float:left;width:28%;text-align:center;}
.hr_right a img {width:120px;height:110px;border:1px solid #50A3D2;padding:1px;}
/* 最新商品接 */
#hcenterb{ display:table; width:97%; margin:10px 0 0 1px; color:#232521; }
#hcenterb ul{ list-style-type:none; display:block; width:100%; margin:0; padding:5px 0 0; }
#hcenterb ul li { display:block; width:24%; margin:0; padding:0; line-height:35px; text-align:center; float: left; }
#hcenterb ul li img{ border:solid 1px #ccc;}
#hcenterb ul li p{ margin:0px; padding:0px;}

