.main{
  width: 100%;
  margin-bottom: 70px;
  margin-top: 60px;
}

/* 轮播 新闻 */
.lunbo-box{
  width: 606px;
  height: 380px;
  background-color: #144290;
  overflow:hidden;
  position: relative;
}
.lunbo-box .hd ul{position: absolute;z-index:1;right:5px; bottom:13px; }
.lunbo-box .hd ul li{ float:left; margin-right:5px;  width:10px; height:10px; line-height:40px; text-align:center; background:#fff; cursor:pointer; border-radius: 50%;}
.lunbo-box .hd ul li.on{ background:#144290; }
.lunbo-box .bd li a{display: block;position: relative;color: #fff;}
.lunbo-box .bd img{ width:606px; height: 380px;position: absolute;top: 0;right: 0;}
.lunbo-box .bd li p{position: absolute;bottom: 0;right: 0;background-color: rgba(0, 0, 0, 0.383);line-height: 40px;text-indent: 28px;height: 40px;width: 606px;font-size: 20px;}
.lunbo-box .prev,
.lunbo-box .next{width: 26px;height: 94px;position:absolute; top:50%;display:block;margin-top: -47px;}
.lunbo-box .prev{background: url(../image/prev.png) center center no-repeat;}
.lunbo-box .next{background: url(../image/next.png) center center no-repeat;right: 0;}
/* 新闻 */
.xw-box{
  width: 574px;
}
.title{
  border-bottom: 1px solid #144290;
  height: 48px;
}
.title span a{
  display: block;
  color: #144290;
  /* width: 108px; */
  height: 48px;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  float: left;
  font-weight: 600;
}
.more{
  float: right;
  font-size: 13px;
  margin-top: 24px;
  color: #878787;
}
.list{
  margin-top: 10px;
}
.list li{
  list-style-type: disc;
  color: #616161;
  text-indent: -3px;
  margin-left: 16px;
  line-height: 40px;
}
.list li .date{
  float: right;
  font-size: 16px;
}
.list li a{
  color: #616161;
  font-size: 16px;
}

.zh-box,.pic-box{
  margin-top: 20px;
}
.zh-title{
  border-bottom: 1px solid #144290;
}
/* 综合要闻 */
.zh-list{
  margin-top: 20px;
}
.zh-list ul li{
  width: 554px;
  list-style-type: disc;
}
.zh-list ul li:nth-child(2n-1){
  float: left;
}
.zh-list ul li:nth-child(2n){
  float: right;
}
/* 图片新闻 */
.pic-list ul li{
  width: 382px;
  height: 293px;
  overflow: hidden;
  border-top-left-radius: 7px;
  border-top-right-radius:7px;
  float: left;
  margin-right: 7px;
  margin-top: 25px;
  margin-left: 8px;
}
.pic-list ul li:nth-child(3n){
  margin-right: 0;
}
.pic-list ul li a{
  display: block;
  font-size: 18px;
  color: #212121;
  text-align: center;
  line-height: 60px;
}
.pic-list ul li img{
  width: 382px;
  height: 233px;
}
.pic-list ul li p{
  width: 382px;
  height: 60px;
  background-color: #F5F5F5;
}