.content {
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}


/* content 部分 */

.p1 li {
    height: 200px;
    margin-bottom: 29px;
    text-align: center;
}

.p1 .imgbox {
    padding: 0 30px 45px 30px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.p1 img {
    margin-top: 20px;
    width: 100%;
    height: 135px;
    transition: all .3s;
}

.p1 a:hover img {
    transform: scale(1.1, 1.1);
}

.p1 .more {
    display: block;
    width: 115px;
    height: 30px;
    margin: -25px auto;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    background-color: #2688f8;
    color: #fff;
    border-radius: 100px;
}

.p2 h3 {
    font-size: 24px;
    color: #1b65b9;
    margin-left: 20px;
    font-weight: bold;
}

.p2 .libox {
    margin-top: 15px;
    height: 130px;
    background: url(/material/images/zt_background.png) center/cover no-repeat;
    border-radius: 5px;
}

.p2 .libox p {
    position: relative;
    padding-top: 30px;
    padding-left: 62px;
    color: #333333;
    font-size: 20px;
}

.p2 .libox p::before {
    content: '';
    position: absolute;
    background: url(/material/images/zt_before.png);
    top: 30px;
    left: 30px;
    width: 23px;
    height: 23px;
}

.p2 .libox span {
    float: right;
    width: 100px;
    height: 35px;
    border: 1px solid #caddea;
    border-radius: 25px;
    text-align: center;
    line-height: 32px;
    margin-top: 20px;
    margin-right: 22px;
}

.p2 .libox span a {
    font-size: 14px;
    color: #71abd0;
}

.grid {
    box-shadow: none;
}