body,div,ul,li,p,h3,h4,form,img{margin: 0;padding: 0;}
body{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
}
img{
border:0px;
}
ul{
  list-style: none;
}
.header{
  width: 100%;
  min-width:1400px;
  height: 150px;
  background:147b20;
  background:url("../images/topbg.jpg") left no-repeat #147b20;	
  background-size: 100%;
}
a{
  color: #313131;
  text-decoration: none;
  border:0px;
}
a:hover{
  color: #126d1d;
  text-decoration: underline;
}
.nav{
  width: 100%;
  background: #126d1d;	
  min-width:1400px;
  height: auto;
  overflow: auto;
  box-sizing: border-box;
}
section{
  width: 100%;
  height: auto;
}
.footer{
  margin-top: 15px;
  width: 100%;
  min-width:1400px;
  height: 120px;	
  padding: 15px 0;
  background: #126d1d;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  overflow: hidden;
	 
}
.clear{
  clear:both;
}
.fl{
  float: left;
}
.pos{
position:relative;
}
.fr{
  float: right;
}
/* banner样式开始 */
.logo{
  padding-top:10px;	
}
.idea{
  font-size: 48px;
  color: white;
  font-weight: bolder;
  position: absolute;
  top:35%;
  left:45%;	
}
.search{
  position: absolute;
  bottom: 0%;
  right: 0%;	
}
.menu>ul{
  list-style: none; 	
  margin: 0;
  padding:0;
}
.menu>ul>li{
 display: inline-block;
 *display:inline;
 *zoom:1;
 
}
.menu>ul>li>a{ 
  display: block;
  color: #fff;
  padding:20px 50px;	
  font-size: 18px;
  font-weight: bolder;	
}
.active{
  color: white;
  background: #ec9917;	
}
.menu>ul>li>a:firt{
  color: white;
  background: #ec9917;	
}
.menu>ul>li>a:hover{
  color: white;
  background: #ec9917;
  text-decoration: none;
}

/* banner样式结束 */

/* 模块标题样式开始 */
.tit{  
  position: relative;
  width: 100%;
  height: 60px;
  background: url(../images/tit_line.jpg) repeat-x left bottom;
}
.tit>h3{
  float: left;
  font-size: 24px;
  ccolor: #147f21;
  margin-left: 2px;
  padding-top:20px;
}
.tit>.more {
  float: right;
 display: block;
 width: 55px;
 height: 20px;
 background: url(../images/more.jpg) no-repeat center;
 margin: 35px 8px 0 0;
}
.tit>.location{    
  position: absolute;
  right:5px;
  bottom: 10px;
}
.tit>.location>a:not(:last-child):after{
content:">>";
}
.tit2{
  float: left;
  width: 100%;
  height: 49px;
  background: url(../images/gbg.jpg) repeat-x;
  border-radius: 0 50px 0 0;
}
.tit2 h3{
  color: white;
  font-size: 24px;
  margin-left: 2px;
  line-height: 49px;
  text-indent: 20px;
}
/* 模块标题样式结束 */
/* 内容标题列表样式开始 */
.list{ 
  height: auto;  
  padding-top: 10px;  
}
.list>ul>li{
  position: relative;
  height: 31px;
  line-height: 31px;  
  clear:both;	
}
.list>ul>li>.listTime{ 
  position: absolute;
  right: 5px;
  top:0;
}
/* 内容标题列表样式结束 */
/* 翻页窗口样式开始 */
.page-num {	
   padding:30px 0;
   text-align:center
   font-size:36px;
   color:red;
}
.page-num table{
  margin:0px auto;  
}
.page-num a,.page-num span{  
  width:50px; 
  border:1px solid #126d1d;
}
.page-num input[type="button"]{
  /*转到按键和文本域*/
  width:50px;
  text-align:center;
}
.page-num input[type="text"]:focus{
  border:1px solid red;
}
.Prev,.PrevDisabled,.Next,.NextDisabled{ 
  text-align:center;
}
/* 翻页窗口样式结束 */