
.special-item{
    width:100%;
    height:auto;
}
.special-title{
    width:100%;
    height:100px;
    text-align: center;
}
.special-title h3{
    display:block;
    width:100%;
    height:100%;
    text-align: center;
    line-height: 50px;
    font-size:30px;
}
.special-list{
    width:100%;
    height:280px;
    margin-bottom: 50px;
}
.special-box{
    width: 31%;
    height: 280px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    transition: all 220ms;
}
.special-box a{
    display:block;
    width:100%;
    height:100%;

}
.special-box a:hover{
    border-top: none;
    border-right:none;
    border-left:none;
    border-bottom: solid 2px #00A040;
    color:#00A040;
}
.special-box img{
    width:100%;
    height:75%;
}
.special-box span{
    display:block;
    width:100%;
    height:22%;
    font-size:20px;
    text-align: center;
    line-height: 35px;
}