.box{
  width:1400px;
  height: auto;
  margin:0 auto; 
  box-sizing: border-box;
  clear:both;
  overflow:hidden;
}

.box .boxItem{
  width: 440px;	 
  margin:0 20px;
  float:left;
}
.news{
  width: 920px;
}
.news>.newsCon{
  width:920px;
  overflow:hidden;
}
.notice{
  width:440px; 
  margin-top: 25px;
  margin-left: 20px;
}
.focus{
  width: 400px;
  padding-top:13px;
}
.focus img{
  width:400px;
  height:260px;
}
#wrap{
  min-width: 400px;
  background: #fefefe;
}
.hiSlider{
  overflow: hidden;
  height: 230px;
  width: 400px;		
}
/* 新闻中心样式 */
.newsItem{ 
  width:500px;
  overflow:hidden;
}
.newsItem h3{
  height: 25px;
  line-height: 25px; 	
  text-align: center; 	
  color: #126d1d;
  padding: 13px 0 10px 0;

}
.newsItem h3 a{	
   color: #126d1d;
}

.newsItem p{	 
  line-height: 24px;
  text-indent: 28px;
  color: #666;
}

/* 新闻中心样式 */
/* 通知公告样式 */
.noticeTit{	
  float: left;
  width: 100%;
  height: 49px;
  background: #147f21 url(../images/noticeBg1.jpg) no-repeat left center;
  background-size: contain;
	
}
.noticeTit h3{
  float: left;
  line-height: 49px;
  font-size: 24px;
  color: #fff;
  padding-left: 12px
}
.noticeTit a{
  float: right;
  line-height: 49px;
  font-size: 16px;
  color: #fff;
  padding-right: 45px;
  text-decoration: none;
  background: url(../images/noticeBg2.jpg) no-repeat right center;
}
.noticeItem{
  float: left;
  width: 100%;
  padding: 10px 0 7px 0;
   border-bottom: 1px dashed #dcdcdc;
}
.noticeItem_time{
  float: left;
  width: 60px;
  height: 69px;
  background: #eeeeee;
  color: #8e8e8e;
  overflow: hidden;
   text-align: center;
}
.noticeItem_time h3{
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 32px;
}
.noticeItem_time span{
  float: left;
  width: 100%;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
}
.noticeItem_con{
  width:370px;
  padding-left:10px;
  float:left;  
}
.noticeItem_con h4{
  float: left;
  width: 100%;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  margin: 3px 0
}
.noticeItem_con h4 a{
  font-size: 16px;	
}
.noticeItem_con p{
  float: left;
  width: 100%;
  line-height: 20px; 
  color: #8e8e8e;
  margin-top: 8px;
  padding-right: 2px;
  overflow: hidden;
}
/* 通知公告样式 */

/* 滚动图像样式 */
.marq{
  width:100%;
  margin:0 auto;
}
.marq>.innerMarq{
  width:100%;
  height:180px;
}
.marq>.innerMarq img{
  border-radius: 5px;
  box-shadow: 10px 10px 5px #888888;
  
}
/* 滚动图像样式 */
.sideBar{
  width: 380px;
  padding-top:20px;
  padding-right: 20px;
}
.con{
  width: 1000px;
}

.con>ul>li{
  border-bottom: 1px dotted #ddd;
}
.content{
  padding-top:80px;
}
content>hr{
  border: 1px dotted #ddd;
}
.content p{
  text-align: left;
  text-indent: 36px;
  line-height:24px;
}
.content h2{
  text-align: center;
  text-indent: 0px;
}
.content .msg{
text-align:center;
text-indent: 0px;
padding-bottom:20px;
}
.content .msg>span{
  padding:0px 20px;
}
.content p>img{
  max-width:500x;
  myimg:expression_r(onload=function(){this.style.width=(this.offsetWidth > 500)?"500px":"auto"});
  display:block;  
  margin:0 auto;
  padding:10px;
}

.content .pageItems>.prevPage,.content .pageItems>.nextPage{
width:50%;
float:left;
padding:30px 0;

}