@charset "utf-8";
/*------------------------------------------------------栏目标题------------------------------------------------------*/
.list_menu{
    min-width: 980px;
    background: #f5f5f5;
}
.list_menu ul{
    width: 63%;
    min-width: 980px;
    margin: 0 auto;
    text-align: center;
    padding:20px 0;
}
.list_menu ul li{
    display: inline-block;
    margin-right:3px;
}
.list_menu ul li a{
    display: block;
    background: #e0efd7;
    padding:15px 30px;
    font-size:16px;
    font-weight: bold;
    color: #333;
}
.list_menu ul li a:hover{
    background: red;
    color: white;
}
.list_menu ul .this a{
    background: red;
    color: white;
}
/*------------------------------------------------------栏目列表------------------------------------------------------*/
.list{
    width: 63%;
    min-width: 980px;
    margin: 0 auto;

}
.list li{
    float: left;
    width: 32%;
    background: #f2f2f2;
    margin:20px 0;
}
.list li:hover{
    background: rgba(72,192,0,0.4);
}
.list li:first-child+li{
    margin:20px 2%;
}
.list li:first-child+li+li+li+li{
    margin:20px 2%;
}
.list li a{
    display: block;
    width:95%;
    padding:8px 2.5%;
}
.list li a img{
    width:100%;
    height:250px;
}
.list li a h3{
    font-size: 15px;
    font-weight: bold;
    color: black;
    padding:10px 0;
}
.list li a span{
    font-size:14px;
}
.list li a p{
    padding:10px 0;
    font-size:14px;
}
.list li a h4{
    color: #48c000;
}