.rongyi{
    margin-top:  24px;
}

.rongyi .channel-item{
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    padding-bottom: 24px;

}

.rongyi .channel-item .title{
    font-size: 28px;
    padding-top: 34px;
    padding-left: 30px;
    color: rgba(0,127,216, 1);
    font-weight: normal;
}
.rongyi .items{
    margin-top: 24px;
}
.rongyi .items .item{
    padding-right: 30px;
    padding-left: 30px;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 400;
}
.rongyi .items .item .imgicon{
    width: 24px !important;
}
.rongyi .imageopen{
    cursor: pointer;
}
.rongyi  .wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
}