.p-about-style-box {
    float: left;
    width: 16.6666666%;
}

.p-about-style-box img {
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all 1s ease;
    cursor: pointer;
}

.p-about-style-box img:hover {
    transform: rotatey(180deg);
}

.p-about-infor {
    line-height: 30px;
}


img {
    border: 0;
    vertical-align: middle;
}

.p-lihai-style-box {
    float: left;
    width: 100%;
}

.p-lihai-style-box img {
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all 1s ease;
    cursor: pointer;
}
