@CHARSET "UTF-8";
 #wrap{
 	width:1150px;
 	height: auto;
 	margin:0 auto 150px auto;
 }
  #wrap .left{
      width:200px;
      height:auto;
      float:left;
  }
    #wrap .right{
      width:900px;
      height: auto;
      float:left;

  }
  
#wrap #nav{
	width:920px;
	margin:40px auto 0 auto;
	padding-left:25px;
	
	
}
#wrap #nav a{
	
	font-size:0.9em;
	padding-bottom:10px;
	border-bottom:2px solid #347514;
}
 
#wrap #content{
	width:920px;
	margin:20px auto;
	padding:40px 30px;
	border-radius: 7px;
}
#wrap #content ul li{
    height:25px;
    border-bottom:1px dashed black;
    padding-bottom:10px;
    margin-bottom:20px;
}
#wrap #content ul li:last-child{
    border:none;
}
#wrap #content ul li a{
    font-size:0.9em;
}
#wrap #content ul li span.title{
    float:left;
}
#wrap #content ul li span.date{
    float:right;
}  
/*分页样式*/
 
.pagelist{ text-align:center; background:#f1f1f1; padding:20px;margin-top:70px}
.pagelist a{ margin:0 5px; border:#347514 solid 1px; display:inline-block; padding:2px 6px 1px; line-height:16px; background:#fff; color:#347514;}
.pagelist span{ margin:0 5px; border:#347514     solid 1px; display:inline-block; padding:2px 6px 1px; line-height:16px; color:#347514; color:#fff; background:#347514;}
 
/*分页样式end*/

/*左边竖着导航*/
 
.float-right{
  float: right;
}
.fa{
 font-size: .8em;
  line-height: 22px !important;
}
dropdown{

   display: inline-block;
   margin: 20px 0px; 
}
dropdown label, dropdown ul li{
  display: block;
  width: 150px;
  background: #F9F9F9;
  padding: 15px 20px;
  border-bottom:1px dashed #ABABAC;
}
 
dropdown label:hover, dropdown ul li:hover{
  background: #59A444;
  color: white;
  cursor: pointer;
}
dropdown label{
  color: #59A444;
  border-left: 4px solid #59A444;
  border-radius: 0 5px 0 0; 
  position: relative;
  z-index: 2;
}
dropdown input{
  display: none;
}
dropdown input ~ ul{
  position: relative;
  visibility: hidden;
  opacity: 0;
  top: -20px;
  z-index: 1;
}
dropdown input:checked + label{
  background: #59A444;
  color: white;
}

dropdown input:checked ~ ul{
  visibility: visible;
  opacity: 1;
  top: 0;
}
$colors: #59A444, #59A444, #59A444;

@for $i from 1 through length($colors) {
  dropdown ul li:nth-child(#{$i}) {
    border-left: 4px solid nth($colors, $i);
    .fa{
      color: nth($colors, $i);
    }
    &:hover {
        background: nth($colors, $i);
        color: white;
      .fa{
        color: white; 
      }
    }
  }
}

.animate{
     
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;  
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden; /* Chrome and Safari */
  -moz-backface-visibility:hidden; /* Firefox */
  -ms-backface-visibility:hidden; /* Internet Explorer */
}
dropdown   a li{
    display:block;
    text-align: center;
    font-size:0.9em;
}
/*左边竖着导航end*/