.topNews {
  width: 750px;
  height: 297px;
  margin-top: 37px;
  background-color: #f1f1f1;
  position: relative;
  cursor: pointer;
}
.topNews .mainImage {
  position: absolute;
  width: 334px;
  height: 254px;
  left: 20px;
  top: 20px;
}
.topNews .ctime {
  width: 84px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background-color: #626262;
  position: absolute;
  left: 379px;
  top: 20px;
}
.topNews .newCont {
  width: 344px;
  height: 210px;
  position: absolute;
  left: 379px;
  top: 64px;
  overflow: hidden;
}
.topNews .newCont h1 {
  font-size: 22px;
  margin: 0;
  line-height: 35px;
  color: #808080;
  font-weight: bold;
}
.topNews .newCont .contcc {
  width: 100%;
  height: auto;
  line-height: 20px;
  font-size: 12px;
  color: #808080;
  margin-top: 10px;
  display: block;
}
.rowNews {
  width: 750px;
  height: auto;
  padding-bottom: 8px;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 35px;
  overflow: hidden;
}
.rowNews .news {
  width: 361px;
  height: 300px;
  float: left;
  margin-right: 28px;
  position: relative;
  cursor: pointer;
}
.rowNews .news .newsImg {
  width: 361px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
}
.rowNews .news .newsTime {
  width: 84px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 123px;
  background-color: #7f7f7f;
}
.rowNews .news .newsTexts {
  width: 361px;
  height: auto;
  top: 160px;
  position: absolute;
  left: 0;
}
.rowNews .news .newsTexts h2 {
  width: 361px;
  height: auto;
  line-height: 35px;
  font-weight: bold;
  font-size: 16px;
  color: #808080;
  margin: 0;
}
.rowNews .news .newsTexts p {
  font-size: 12px;
  color: #626262;
  line-height: 22px;
  margin: 5px 0 0 0;
}
.rowNews .news .newsTexts span {
  color: #3366cc;
  margin-top: 15px;
  line-height: 18px;
  display: inline-block;
  text-decoration: underline;
}
.rowNews .news.end {
  margin-right: 0;
}
.moreNews {
  width: 750px;
  height: auto;
}
.moreNews .title {
  width: 750px;
  height: 39px;
  line-height: 39px;
  color: #6f6f6f;
  font-weight: bold;
  font-size: 16px;
  border-top: 1px solid #3768d0;
  border-bottom: 1px solid #3768d0;
}
.moreNews .newsListStyle1 {
  margin-top: 25px;
}
.rowNews.noBorder {
  border-bottom: none;
}