/*                  miain                           */
.main {
  width: 100%;
  background: #f5f5f5;
}
.main-center {
  width: 1000px;
  min-height: 570px;
  margin: 0 auto;
  padding: 30px 0 50px 0;
}
.location {
  background: url(../image/wzicon.png) left center no-repeat;
  padding-left: 23px;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 40px;
}
.location a {
  color: #666;
}
.content {
  width: 960px;
  padding: 30px 40px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px #dedede;
}
.content h2 {
  color: #333;
  font-size: 28px;
  text-align: center;
  line-height: 50px
}
.content .time {
  color: #999;
  font-size: 14px;
  text-align: center;
  line-height: 30px
}
.article p {
  color: #333;
  line-height: 36px;
  font-size: 16px;
}