@charset "UTF-8";

.entry-header {
    text-align: center;
}

.page-module {
    padding: 24px;
    background: #ffffff;
}
/*关于我们*/
.about-menu {
    background: #ffffff;
    padding: 24px;
    margin-bottom: 16px;
}

.about-menu li{
    padding: 10px 0;
    color: #666666;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-menu li:hover a{
    color: #333333;
}

.about-menu li:before {
    content: '';
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 256 256'><g><g><polygon points='79.093,0 48.907,30.187 146.72,128 48.907,225.813 79.093,256 207.093,128'/></g></g></svg>") no-repeat center;
    background-size: contain;
    width: 8px;
    height:  8px;
    margin-top: 4px;
    opacity: .3;
    display: block;
    color: #ccc;
    float: right;
    transform: rotate(0);
    transition: all .3s;
}



@media only screen and (max-width: 768px) {
    .aside-layout {
        width: 100%;
        margin: 0;
    }
}