.pageMain {
  margin: 20px 0px 60px;
}
.banner {
  margin-top: 30px;
}
.banner img {
  display: block;
  width: 1920px;
  margin-left: -360px;
}
.main {
  margin-top: 30px;
  overflow: hidden;
}
.main .left {
  width: 315px;
  float: left;
}
.main .left .cel {
  background-color: #f8f8f8;
  padding: 20px 25px;
  border-top: #e6e6e6 1px solid;
  transition: all .3s;
}
.main .left .cel:first-child {
  border: none;
}
.main .left .cel:hover {
  background-color: #fff5f3;
}
.main .left .cel .title {
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
  transition: all .3s;
}
.main .left .cel:hover .title {
  color: #f95e42;
}
.main .left .cel .desc {
  line-height: 20px;
  font-size: 16px;
  color: #323232;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.main .left .cel .info {
  line-height: 16px;
  font-size: 12px;
  color: #323232;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}


.main .right {
  width: 860px;
  float: left;
  margin-left: 25px;
}
.main .right .cel {
  width: 200px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}
.main .right .cel:nth-child(4n) {
  margin-right: 0;
}
.main .right .cel .pic {
  overflow: hidden;
  border-radius: 7px;
}
.main .right .cel .pic img {
  display: block;
  width: 100%;
  height: 137px;
}
.main .right .cel .title {
  display: block;
  margin-top: 10px;
  padding: 0px 10px;
  line-height: 20px;
  font-size: 16px;
  color: #323232;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.main .right .cel:hover .title {
  color: #f95e42;
}
.main .right .cel .visits {
  margin-top: 5px;
  padding: 0px 10px;
  line-height: 16px;
  font-size: 12px;
  color: #323232;
}
.main .right .cel .date {
  padding: 0px 10px;
  line-height: 16px;
  font-size: 12px;
  color: #323232;
}









































