body {
    background-color: #fff;
}

a {
    text-decoration: none;
}

.policy .list,
.case .list{
    padding: 0 .36rem;
}

.channel-title {
    display: flex;
    justify-content: space-between;
    margin: .4rem .36rem;
}

.channel-title span {

    font-size: .36rem;
    font-family: PingFang SC, PingFang SC-Semibold;
    font-weight: 700;
    text-align: center;
    color: #191717;
    line-height: .5rem;
    letter-spacing: 0.02px;
    display: block;
    padding-left: .18rem;
    position: relative;
}

.channel-title span::before {
    width: .04rem;
    height: .32rem;
    background: linear-gradient(95deg, #00c3dc 4%, #08dd8b 96%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    top: 50%;
    margin-top: -.16rem;
}

.channel-title a {

    font-size: .28rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: center;
    color: #5b5b5b;
    line-height: .5rem;
    padding-right: .18rem;
    display: block;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.01px;
}

.channel-title a::after {
    width: .1rem;
    height: .18rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.09rem;
    background: url(../images/right_arrow.png) no-repeat;
    background-size: 100% 100%;
    content: "";
}

.policy .list-item {
    margin-bottom: .24rem;
    display: block;
    border-bottom: 1px solid #f1f1f1;
}

.policy .list-item h2 {
    font-weight: 400;
    font-size: .32rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: left;
    color: #171719;
    line-height: .45rem;
    letter-spacing: 0.01px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制在两行内 */
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .2rem;
}

.policy .list-item p {

    font-size: .24rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: left;
    color: #9d9d9d;
    line-height: .33rem;
    margin-bottom: .2rem;
    letter-spacing: 0.01px;
}

.case .list-item {
    margin-bottom: .24rem;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
}

.case .list-item img {
    width: 2rem;
    min-width: 2rem;
    height: 1.32rem;
    border-radius: .1rem;
    display: block;
    margin-right: .26rem;
    margin-bottom: .25rem;
}

.case .list-item h2 {
    height: .88rem;
    font-size: .32rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #171719;
    line-height: .45rem;
    letter-spacing: 0.01px;
    margin-top: .24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制在两行内 */
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .2rem;
}
.case .list-item.initial,.policy .list-item.initial{
    display: none;
}

.case{
    padding-top:.24rem ;
}