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;
   
}

.policy .list-item .tags {
    margin-top: .2rem;
    height: .36rem;
    background: #eaf3fd;
    border-radius: .04rem;
    box-sizing: border-box;
    padding: 0 .12rem;
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #559aff;
    line-height: .36rem;
    letter-spacing: 0.01px;
    display: inline-block;
    margin-left: .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;
}

.articleSelect {
    width: 100%;
    height: .74rem;
    background: #f8fbff;
    text-align: center;
}

.articleSelect span {
    display: inline-block;
    height: .74rem;

    padding-left: .4rem;
    background: no-repeat left center;
    background-size: .27rem;
    line-height: .74rem;
    font-size: .3rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: left;
    color: #5b5b5b;
    letter-spacing: 0.01px;
    background-image: url(../images/icon_shaixuan@2x.png);
}

.noData {
    box-sizing: border-box;
    padding: 4.6rem 0 2rem;
    background: no-repeat center;
    background-position-y: 2rem;
    background-image: url(../images/noData.png);
    background-size: 3rem auto;

    font-size: .3rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: center;
    color: #5b5b5b;
    line-height: .42rem;
    letter-spacing: 0.01px;
}

.links {
    padding: .2rem .36rem;
    display: flex;
    justify-content: space-between;
}

.links a {
    width: 3.23rem;
    height: .84rem;
    border: 0.5px solid #dfdfdf;
    border-radius: .06rem;
    display: block;

    font-size: .26rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: center;
    color: #9d9d9d;
    line-height: .84rem;
    letter-spacing: 0.01px;
}

.links a.current {
    background: rgba(8,200,150,0.10);
    border-color: #08c896;
    color: #08c896;
}

.solutions .list-item .tagsBox{
    margin-bottom: .36rem;
}
.solutions .list-item .tags{
    margin-right: .2rem;
    margin-left: 0;
}