.jiazhi-img-box {
    /*height: 300px;*/
    /* width: 70%;*/
    margin: 0 auto;
    text-align: center;
    padding-bottom: 150px;
}

.jiazhi-img-box ul {
    list-style: none;
    text-align: center;
    /*text-align: justify;*/
    /*text-align-last: justify;*/
    /*margin: 0 auto;*/
    /*padding-bottom: 50px;*/
}

.jiazhi-img-box ul li {
    text-align: center;
    display: inline-block;
    width: 15%;
    height: auto;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 15px;
}

.jiazhi-img-box ul li img {
    /*position: relative;
    margin: 10px 10px 10px 10px;

    float: left;
    clear: both;*/

    /*transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 15px;
    padding: 5px;*/
    /*width: 40%;
    height: 90%;*/
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.jiazhi-img-box ul li img:hover {
    /*transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;*/
    /*content:" ";
    display:block;
    border-radius:50%;
    width:0;
    height:0;
    margin:6px;
    box-sizing:border-box;
    border:36px solid #ff8686;
    border-color:#ffabab transparent #35999e;
    animation:lds-hourglass 1.2s 2s;*/
    /*animation: my-rotate 3s infinite linear;*/
}
/* 旋转特效 */
@keyframes my-rotate {
    to {
        transform: rotateY(360deg);
    }
}

.jiazhi-img-box ul li a {
    text-decoration: none;
}

.jiazhi-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: PingFangSC-Regular;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}

.jiazhi-content {
    margin: 0 10px 10px 10px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
}