
/***** 证书列表 开始 *****/
.yangben-list-content{
    padding-top: 40px;
    min-height: calc(100vh - 200px);
    background: #F5F5F5;
    padding-bottom: 100px;
}

.yangben-list-content img{
    max-width: 100%;
}
.yangben-list-content  .yangben-list{
    display: flex;
    flex-direction: column; 
    align-items: center;
}
.yangben-list-content  .img-box{
    /* width: 50%; */
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
}
.yangben-list-content  .content-title{
    width: 100%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 40px;
}

/***** 证书列表 结束 *****/