#top_newcase {
display: block;
width: 960px;
margin: 0 auto 40px;
}
#top_newcase a:hover img {
    opacity: 0.7;
}
#top_newcase ul {
margin-bottom: 15px;
}
#top_newcase li {
display: block;
float: left;
margin-right: 15px;
list-style: none;
width: 310px;
}
#top_newcase li:last-child {
margin-right: 0;
}
#top_newcase li .thumb{
display: block;
width: 310px;
height: 200px;
overflow:hidden;
margin-bottom: 10px;
}
#top_newcase li .thumb img {
width: 310px;
}
#top_newcase h3 { }
#top_newcase .newcase_lead {
  margin: 15px 0;
}
#top_newcase .newcase_subtitle { }
#top_newcase .newcase_desc {
  margin: 10px 0;
}
#top_newcase .newcase_desc {
  text-decoration: underline;
}
#top_newcase .newcase_next {
  text-align: right;
}
.clearfix { clear: both; }
