/* 标题 */
.titleL{
    margin-top:20px;
    font-size: 20px;
    text-align: left;
}

.bodyL{
    padding:5px 30px;
}

/* 分割线 */
.split{
    width: 100%;
    color:rgb(150, 150, 150);
    margin:0px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0,0.25);
}

