* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
    width: 100%;
}
.common-width {
    width: 1200px;
    overflow: hidden;
    font-size: 16px;
}
.location-style {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    background-color: #f2f2f2;
    border-bottom: 1px dashed #b5b3b3;
}
.content-row {
    margin-top: 10px;
}
.content-row-padding {
    padding-top: 10px;
}
ul li::before {
    content: "· ";
    font-weight: 700;
}
.page-box .layui-nav-img {
    border-radius: 0;
}
