* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    background-color: #fff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: #333;
    text-decoration: none;
    
}
a:hover{
    color: inherit;
    text-decoration: none;
}
p {
    line-height: 1.8em;
    margin: 0;
    color: #333;
}

a:active,
a:link {
    text-decoration: none;
}


ul {
    margin: 0;
}

li {
    list-style: none;
}

button {
    cursor: pointer;
}

.table>tbody>tr>td {
    vertical-align: baseline;
}

.table>thead>tr>th {
    vertical-align: inherit;
    text-align: center;
}

a:hover {
    text-decoration: none;
}
.jusc {
    justify-content: center;
}

.jusb {
    justify-content: space-between;
}

.alic {
    align-items: center;
}
.bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dis-flex {
    display: flex;
}

.section-margin {
    margin-bottom: 100px;
}

/* 多行超出部分显示…*/
/* 多行超出部分显示…*/
.pm2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pm3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.pLimiteMore-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.pLimiteMore-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.pLimiteMore-8 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.pLimiteMore-10 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.pLimiteMore-12 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
}