.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.main-bg {
    position: absolute;
    top: 140px;
    left: 0px;
    width: 100%;
    z-index: -1;
}

.shadow-wrap {
    -moz-box-shadow: 1px 3px 9px #666;
    -webkit-box-shadow: 1px 3px 9px #666;
    box-shadow: 1px 3px 9px #666;
    background: #fff;
    border-radius: 6px;
    margin-top: 60px;
    margin-bottom: 40px;
    /* max-height: 1900px; */
}

.banner-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

.banner-text {
    color: #fff;
    background-color: #68d3cd;
    padding: 10px 70px;
    font-size: 18px;
    display: inline-block;
    border-radius: 4px;
}

.banner-wrap a .banner-text {
    background-color: #b5b5b5;
}

.banner-wrap a .active {
    background-color: #68d3cd;
}

.banner .more {
    color: #68d3cd;
    margin-right: 8%;
    margin-bottom: 10px;
}

.page {
    padding-top: 30px;
    padding-bottom: 40px;
}

.layui-laypage-allPage .layui-laypage-curr .layui-laypage-em {
    background-color: #68d3cd;
}

.layui-laypage-allPage>* {
    margin-right: 10px !important;
    border: 1px solid #000000 !important;
    border-radius: 4px !important;
}

/* 标准 start */
.layui-card {
    border-radius: .1rem;
    background-color: #f3f3f3;
}

.center-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    padding: .5rem .3rem 0;
}

.block-title {
    color: #fff;
    background-color: #68d3cd;
    font-size: 24px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: .1rem;
    line-height: 2;
    padding: 0 12%;
}

.list-type2,
.list-type {
    padding: 0 .45rem;
    border: 0;
}

.list-type2 dl {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.list-type dl {
    width: 100%;
    padding: 0 60px;
}

.list-type dl::before {
    content: ' ';
    position: absolute;
    left: 50px;
    top: 19px;
    width: 4px;
    height: 4px;
    background-color: #595959;
    border-radius: 4px;
}

.list-type2 dt,
.list-type dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 64%;
    font-weight: normal;
    line-height: 3;
    color: #000000;
}

.list-type dt {
    width: 100%;
    color: #595959;
}

.list-type2 dt:hover,
.list-type dt:hover {
    cursor: pointer;
    color: #1f5bf1;
}

.list-type2 dd,
.list-type dd {
    white-space: nowrap;
    color: #707070;
    line-height: 3;
}

.grey-card-wrap {
    padding: 20px 60px;
}

.grey-card-wrap:last-child {
    padding-bottom: 40px;
}

.layui-card .more {
    color: #68d3cd;
    margin-right: 8%;
    margin-bottom: 10px;
}

.layui-card {
    padding: 0 .8rem .4rem;
}

.layui-card-body {
    padding-top: 0;
    margin-top: 20px;
}

.layui-card-body .list {
    padding: 0;
}

/* 标准 end */