/*----- main -----*/
.main-content {
  float:left;
  width:960px;
  margin-top:40px;
  margin-bottom:40px;
  
}

.main .section {
  float:left;
  width:960px;
  padding-bottom:30px;
  margin-top:50px;
  
}
.main .section .caption {
  float:left;
  width:960px;
  padding:0 2px 3px 2px;
  border-bottom:1px solid #666;
  color:#333;
}
.main .section .caption h4 {
  float:left;
  font-size:18px;
  line-height:20px;
  font-weight:normal;
}

.main .section .content {
  float:none;
  width:922px;
  padding:14px;
}
.main .section .content .list {
  float:left;
  width:932px;
}
.main .section .content .list li {
  float:left;
  width:260px;
  margin:19px;
  _margin:16px;
  padding:5px;
  border:1px solid #CCC;
}
.main .section .content .list li img {
  display:block;
  width:260px;
  height:140px;
}
.main .section .content .list li p {
  width:260px;
  margin-top:10px;
  font-size:14px;
  line-height:16px;
  text-align:center;
  color:#333;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis; /* Opera */
}
.main .section .content .list li p a {
  color:#333;
}
.main .section .content .list li p a:hover {
  color:#297dac;
}








