
@charset "utf-8";

.lzyjCon .title {
  border-bottom: solid 2px #CCC;
  overflow: hidden;
}
.lzyjCon h3 {
  min-width: 90px;
  height: 35px;
  background: #2d66a5;
  line-height: 35px;
  font-size: 18px;
  color: #FFF;
  padding: 0 10px;
  font-weight: 600;
  float: left;
}
.lzyjList li {
  line-height: 30px;
  margin-top: 15px;
  overflow: hidden;
}
.lzyjList a {
  float: left;
  display: block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lzyjList span.date {
  color: #b2b2b2;
  font-weight: 100;
  float: right;
}
a.more {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
  background: #2d66a5;
  margin-top: 10px;
  margin-left: 290px;
  margin-bottom: 22px;
  color: #fff;
  display: block;
}