.cate
{
  width: 88%;
  margin: 10px auto;
}
dt
{
  width: 150px;
  float: left;
  background: #e1ab9d;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
}
dd
{
  background: #eee;
  line-height: 50px;
  font-size: 16px;
  text-align: left;
}
dd a
{
  margin-left: 30px;
}

.list
{
  width:92%;
  margin: 0 auto;
}
.article-list {
  overflow: hidden;
  padding-bottom: 22px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 18px;
}
.article-list-pic {
  width: 187px;
  height: 137px;
  float: left;
}
.article-list-detaile {
  width: 460px;
  float: right;
  text-align: left;
}
.article-list-title {
  font-size: 22px;
  padding: 2px 0 15px 0;
  color: #202020;
}
.article-list-summary {
  font-size: 16px;
  color: #8e8e8e;
  line-height: 24px;
  padding-right: 10px;
  overflow: hidden;
  height: 48px;
}

.article-time {
  padding-top: 33px;
  font-size: 14px;
  color: #8e8e8e;
  display: inline-block;
}
.ac
{
  text-align: left;
  margin:20px;
}