.content-six-body{
    width: 1200px;
    margin: auto;
    text-align: center;
    padding:50px 0 96px 0; 
}
.content-six-body ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-six-body li{
    width: 222px;
    height: 294px;
    background: #fff;
}
.content-six-body li .content-six-img{
    width: 55px;
    height: 49px;
    background-size: 100% 100% !important;
    margin:36px auto 22px;
}
.content-six-body li:nth-child(1) .content-six-img{
    background: url("../img/fxy/content6-1.png") no-repeat center;
}
.content-six-body li:nth-child(2) .content-six-img{
    background: url("../img/fxy/content6-2.png") no-repeat center;
}
.content-six-body li:nth-child(3) .content-six-img{
    background: url("../img/fxy/content6-3.png") no-repeat center;
}
.content-six-body li:nth-child(4) .content-six-img{
    background: url("../img/fxy/content6-4.png") no-repeat center;
}
.content-six-body li:nth-child(5) .content-six-img{
    background: url("../img/fxy/content6-5.png") no-repeat center;
}
.content-six-body li:hover{
    box-shadow: 0px 2px 21px 0px #E4E4E4;
    border-radius: 4px;
}
.content-six-body li h5{
    font-size: 16px;
    color: #666666;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.content-six-body li p {
    font-size: 14px;
    color: #666666;
    line-height: 27px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}
.content-six-body li:hover h5{
    color: #1C56A0;
    font-weight: bold;
}
