.title{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.line{
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #d1d1d1;
}
.title>p:nth-child(1){
    font-size: 18px;
    font-weight:400;
    padding-bottom: 5px;
}
.title>span:nth-child(3){
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    color: #494a4b;
}
.showcase-box>div{
    width: 22%;
    margin-left: 4%;
    border: solid 1px #c9c9c9;
    float: left;
    margin-top: 40px;
}
.showcase-box>div:nth-child(1),.showcase-box>div:nth-child(5){
    margin-left: 0px;
}
.showcase-box>div:nth-child(5){
    clear: both;
}
.showcase-box>div>p{
    text-align: center;
    height: 50px;
    line-height: 60px;
}
.showcase-box>div:hover{
    border: solid 1px #00a4c0;
}
.showcase-box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.pagination > li > a:hover{
    background-color: #00a4c0;
    color: #ffffff;
}
.fenye{
    width: 28.5%;
    margin-left: 35.75%;
    margin-bottom: 40px;
}
.pagination > li > a{
    padding: 15px 20px;
}