body {
    background-color: #f5f5d5;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    /*text-transform: uppercase;*/
    color: #000000;
}

a:hover, a:active {
    color: #009ae1;
}


blockquote {
    margin: 1rem 0px;
    border-left: 4px solid #dfe2e5;
    padding: 0 15px;
    color: #777777;
}

blockquote > :last-child {
    margin-bottom: 0px;
}

blockquote > :first-child, li > :first-child {
    margin-top: 0px;
}


/* 媒体查询：针对小屏幕设备 */
@media (max-width: 768px) {
    .common-container {
    }
}