@charset "utf-8";

/*search start*/
.search{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 10px;
    background: #000;
    position: relative;
    margin-top: -60px;
}
.search input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    background: #1b1b1b;
    color: #ddd;
    border-radius: 20px;
    text-indent: 40px;
    font-size: 14px;
}
.search i{
    display: block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
}
/*search end*/
/*header style*/
header{
    width: 100%;
    position: relative;
    background: #3fb137;
}
.logo a{
    display: block;
    padding: 15px 0;
}
.logo a img{
    display: block;
    height: 40px;
    margin: 0 auto;
}
.menu{
    position: absolute;
    left: 0;
    top: 0;
}
.menu button{
    width: 45px;
    height: 70px;
    padding: 15px 10px;
    border: none;
    background: transparent;
    outline: none;
}
.menu button span{
    width: 100%;
    height: 4px;
    background: #fff;
    display: block;
    margin-bottom: 3px;
    border-radius: 4px;
    transition: all .3s;
}
.menu button.on span{
    margin-bottom: 0;
}
.menu button.on span:nth-child(1){
    transform: rotateZ(45deg);
}
.menu button.on span:nth-child(2){
    margin-top: -4px;
    transform: rotateZ(-45deg);
}
span.searchbar{
    display: block;
    width: 35px;
    height: 35px;
    background-size: 25px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px 5px;
}
nav{
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 70px;
    background: #fff;
    display: none;
}
nav ul li{
    padding: 0 10px;
}
nav ul li a{
    font-size: 16px;
    line-height: 40px;
    display: block;
    border-top: 1px solid #eee;
    color: #666;
    text-indent: 10px;
}
nav ul li:first-child a{
    border: none;
}
/*header end*/
.bimg img{
    width: 100%;
    display: block;
}

/*list start*/
.list{
    margin-top: 10px;
    background: #fff;
    padding: 15px 0 0;
}

.list ul{
    padding: 15px 10px 0;
    overflow: hidden;
}
.list ul li{
    width: 46%;
    float: left;
    margin: 0 8% 15px 0;
}
.list ul li a{
    display: block;
}
.list ul li a img{
    display: block;
    width: 100%;
    border: 1px solid #eee;
}
.list ul li a span{
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list ul li p{
    color: #999;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*list end*/



/*footer start*/
footer{
    background: #3fb137;
}
footer ul{
    padding: 20px 0 10px;
    overflow: hidden;
}
footer ul li{
    width: 24%;
    float: left;
    margin-bottom: 10px;
    border-left: 1px solid #fff;
}
footer ul li a{
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
}
.fcon{
    margin: 0 10px;
    padding-top: 5px;
    border-top: 1px solid #fff;
}
.fcon p{
    font-size: 14px;
    color: #a6e3a2;
    line-height: 20px;
}
.fcon img{
    width: 70%;
    margin: 0 auto;
    display: block;
    padding: 15px 0;
}
/*footer end*/
.pages {padding-top: 10px; line-height:40px; text-align:center; }
.pages A { padding: 2px 5px; border: 1px solid #ccc; margin-right:3px; margin-left: 3px;}