@charset "utf-8";
/*重新定义html元素*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,time,blockquote,th,td,section,header,footer,figure,figcaption,nav{margin:0px;padding:0px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color: #fff;-webkit-tap-highlight-color:transparent}
table{border-collapse:collapse;border-spacing:0;box-sizing:border-box;}
html{-webkit-text-size-adjust:none;font-size:14px;}

fieldset,img{border:0;}
ol,ul{
	list-style:none;
}
body{font-family:\5FAE\8F6F\96C5\9ED1,\5b8b\4f53,\5fae\8f6f\96c5\9ed1,sans-serif;color:#888;}
.clearfix:before,.clearfix:after{ 
    content:""; 
    display:table; 
} 
.clearfix:after{clear:both;} 
.clearfix{ 
    *zoom:1;
}
input,button,textarea,select,optgroup,option {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline:none;}
input::-moz-focus-inner{ border: 0;padding: 0;}
/* 取消a标签点击后的虚线框 */
a{outline: none;display:block;text-decoration:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}  
a:active{star:expression(this.onFocus=this.blur());}
/*去除点击后出现的边框*/
input:focus,textarea:focus,select:focus{outline:none;}
img{display:block;margin-bottom:0px;}
.bgf5{
	background:#f5f5f5;
}
.poverty_main{
  width: 100%;
  overflow: hidden;
}
.poverty_top{
  width: 100%;
  overflow: hidden;
  background: url(../images/top.jpg) no-repeat;
  background-size: 100%;
}
.poverty_top .logoBox{
  width:930px;
  margin: 40px auto;
  overflow: hidden;
}
.poverty_top .logo{
  float: left;
}
.poverty_top .logo img{
  width: 817px;
  height: 118px;
}

.poverty_top .place{
  float: left;
  overflow: hidden;
  text-align: center;
  margin-top:30px;
  padding: 0 5px;
  width: 100px;
           
}
.poverty_top .place p{
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap; 

}
.poverty_top .place a{
  font-size: 12px;
  display: block;
  background: url(../images/drop-down.png) no-repeat 90%;
  background-size: 8%;
  line-height: 25px;
  color:#666;
}
.poverty_nav{
  width: 100%;
  overflow: hidden;
  background: #2F9560;
  height: 55px;
  line-height: 55px;
}
.navBox{
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.poverty_nav_left{
  float: left;
  width: 900px;
  overflow: hidden;
  height: 55px;
}
.poverty_nav_left a{
  float: left;
  width: 150px;
  overflow: hidden;
  height: 55px;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.poverty_nav_left a:first-child{
  width: 280px;
  text-align: left;
  background: #1F804E;
  padding-left: 20px;
}
.activted{
  background: #1F804E;
}
.search{
  width: 300px;
  overflow: hidden;
  border-radius: 50px;
  background: #fff;
  float: right;
  height: 33px;
  margin-top: 10px;
}
.search img{
  float: left;
  width: 17px;
  height: 19px;
  margin-left: 10px;
  margin-top: 5px;
}
.search input{
    float: left;
    width: 194px;
    height: 33px;
    border: none;
    padding-left: 5px;
    line-height: 33px;
}
.search button{
  float: right;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  background: #F3681C;
  width: 79px;
  height: 33px;
  border: none;
  font-size: 15px;
  color: #fff;
}