.mag_list {
  width:999px;
  height:auto;
  overflow:hidden;
  padding:0 0 0 0;
  margin:20px 0 0 20px;
  background:url(/webfront/site/templates/default/images/location_bg.png) repeat-x top; 
}

.mag_list ul li {
  width:750px;
  height:140px;
  margin:0; 
  clear:both;
  margin:0 20px 0 100px;
  padding:20px 0 10px 0; 
  list-style-type:none;
  border-bottom:1px dashed #CCCCCC; 
}

.mag_list_img {
  width:98px;
  height:130px;
  border:1px solid #B1D9E9;
  float:left;
}

.mag_list_img img {
  width:88px;
  height:120px;
  border:none;
  padding:none;
  margin:5px 0 0 5px;
}

.mag_list_title {
  width:600px;
  height:24px;
  padding:5px 10px 0 20px;
  font-size:15px;
  font-weight:bold;
  text-align:left;
  white-space:nowrap; 
  overflow:hidden;
  text-overflow:ellipsis; 
  float:left; 
}

.mag_list_title a{ 
  color:#333;
  text-decoration:none;  
}

.mag_list_title a:hover{ 
  color:#009;
  text-decoration:underline;
}

.mag_list_text {
  width:600px;
  height:70px;
  line-height:24px;
  padding:4px 10px 0 20px;
  font-size:13px; 
  float:left;
}

.mag_list_time {
  color:#AAA;
  font-weight:bold;
  float:left;
  width:600px;
  padding:0px 10px 0 20px;
  font-size:13px; 
}
	