@charset "utf-8";
body{
  background: #f8f8f8;
  overflow-x: hidden;
}
.wrap{
  min-width: 1300px;
  height: 100%;
  font-size: 14px;
}

.nlbanner{
  width: 100%;
  height: 398px;
  background: url(../images/newList/xydt.png) center;
}

.article{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.article-title{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.article-date{
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
    color: #999;
}
.article-wrap{
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
    color: #444;
}
.article-wrap p{
    margin-bottom: 20px;
}
.prev{
    margin-top: 40px;
}
.next{
    margin-bottom: 40px;
}
.prev,.next{
    color: #999;
    line-height: 30px;
}
.prev a,.next a{
    color: #00a5ec;
    text-decoration: underline;
}
.newImgWrap{
	width: 100%;
	text-align: center;
}
.newImgWrap img{
	width: 700px;
	display: block;
	margin: 10px auto;
}