.banner{
  background: url("http://jn.wenming.cn/images/xjdx_pcbanner.jpg") no-repeat center;
  height:500px;
}
a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  color: inherit;
  text-decoration: none;
}
.phbanner{
  width:100%;
}
.phbanner img{
  width:100%;
  hieght:auto;
}
.mt20{
  margin-top: 20px;
}
h2{
  width:100%;
  border-bottom: #eee solid 1px;

}
h2 span{
  color:#3c5ef3;
  font-size: 2.3rem;
  font-weight: bold;
  border-bottom: #3c5ef3 solid 3px;
  padding:5px 5px;
  display:inline-block;
}
h2 a{
  float: right;
  font-size: 1.2rem;
  color:#999;
  padding-top: 1rem;
}
.bignews h3{
  font-weight: bold;
  font-size: 2rem;
  color:#222;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
}
.bignews p{
  font-size: 1.5rem;
  color:#666;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  border-bottom: #eee dashed 1px;
  padding-bottom: 10px;
}
ul.main {
  padding-left: 0px;
}
ul.main li{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
  background: url("http://jn.wenming.cn/images/xjdx_disco.jpg")  no-repeat left center;
  padding-left: 15px;
  font-size:1.8rem;
}
.newspic img{
  width:100%;
  height:auto;
  margin-top: 20px;
}
.hd img{
  width:100%;
  height:auto;
  border-radius: 5px;
}
.footer{ width:100%; margin-top:30px; text-align:center; color:#666; background:#eee; font-size:12px; padding:50px 0px;}
