/**轮播图样式-start**/
/*  所有样式以jsl-swipe开头*/
.jsl-swipe .van-swipe__indicators {
    bottom: 24px !important;
}
.c-swipe img{
    width: 100vw;
    height: 50vw;
    object-fit: cover;
}
/**轮播图样式-end**/

/**新闻列表样式-start*/
/*  所有样式以jsl-news-开头*/
.jsl-news {
    border-top: 1px solid #EDEDED;
    padding: 10px;
    transition: opacity, margin-top 1s linear;
    animation: jsl-news 300ms cubic-bezier(0.1, 0.5, 0.5, 1.0);
}

@keyframes jsl-news {
    0% {
        -webkit-transform: translate(0, 60px);
        transform: translate(0, 60px);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

.jsl-news-left {
    float: left;
    height: 90px;
    width: 130px;
}

.jsl-news-img {
    width: 130px;
    height: 90px;
    border: 0.1px solid #EEEEEE;
    border-radius: 8px;
    overflow: hidden;
}

.jsl-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jsl-news-right {
    float: left;
    height: 90px;
    margin-left: 10px;
    width: calc(100% - 130px - 10px);
    position: relative;
    color: #232323;
}

.jsl-news-text {
    font-size: 15px;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.jsl-news-other {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.jsl-news-other div {
    font-size: 12px;
    color: #9A9A9A;
}

.jsl-news-other div:nth-child(1) {
    float: left;
}

.jsl-news-other div:nth-child(2) {
    float: right;
    padding-right: 5px;
}

@media screen and (max-width: 300px) {

    .jsl-news-left {
        height: 70px;
        width: 100px;
    }

    .jsl-news-img {
        width: 100px;
        height: 70px;
        border-radius: 6px;
    }

    .jsl-news-right {
        height: 70px;
        margin-left: 10px;
        width: calc(100% - 100px - 10px);
    }

    .jsl-news-text {
        font-size: 12px;
        height: 40px;
        line-height: 20px;
    }
}

@media screen and (min-width: 300px)and (max-width: 320px) {

    .jsl-news-left {
        height: 80px;
        width: 115px;
    }

    .jsl-news-img {
        width: 115px;
        height: 80px;
        border-radius: 6px;
    }

    .jsl-news-right {
        height: 80px;
        margin-left: 10px;
        width: calc(100% - 115px - 10px);
    }

    .jsl-news-text {
        font-size: 14px;
    }
}

/**新闻列表样式-end*/


/**活动列表样式-start*/
/*  所有样式以jsl-activity-开头*/
.jsl-activity {
    border-top: 1px solid #EDEDED;
    padding: 10px;
    transition: opacity, margin-top 1s linear;
    animation: jsl-activity 300ms cubic-bezier(0.1, 0.5, 0.5, 1.0);
}

@keyframes jsl-activity {
    0% {
        -webkit-transform: translate(0, 60px);
        transform: translate(0, 60px);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

.jsl-activity-left {
    float: left;
    height: 90px;
    width: 130px;
}

.jsl-activity-img {
    width: 130px;
    height: 90px;
    border: 0.1px solid #EEEEEE;
    border-radius: 8px;
    overflow: hidden;
}

.jsl-activity-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jsl-activity-right {
    float: left;
    height: 90px;
    margin-left: 10px;
    width: calc(100% - 130px - 10px);
    position: relative;
    color: #232323;
}

.jsl-activity-text {
    font-size: 15px;
    -webkit-box-orient: vertical;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.jsl-activity-status {
    padding: 3px 0;
}

.jsl-activity-address i{
    -webkit-box-orient: vertical;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.jsl-activity-address {
    padding: 4px 0;
    font-size: 10px;
}

.jsl-activity-number {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #9A9A9A;
}

.jsl-activity-sign {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #9A9A9A;
}

@media screen and (max-width: 300px) {
    .jsl-activity-left {
        height: 65px;
        width: 94px;
    }

    .jsl-activity-img {
        width: 94px;
        height: 65px;
        border-radius: 6px;
    }

    .jsl-activity-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .jsl-activity-right {
        height: 65px;
        margin-left: 5px;
        width: calc(100% - 94px - 5px);
    }

    .jsl-activity-text {
        font-size: 12px;
        height: 18px;
        line-height: 18px;
    }

    .jsl-activity-status {
        margin-top: 5px;
        padding: 0;
        float: left;
    }

    .jsl-activity-status span {
        font-size: 6px !important;
    }

    .jsl-activity-address {
        margin-top: 5px;
        float: left;
        padding: 4px 0 3px 5px;
        font-size: 10px;
    }

    .jsl-activity-number {
        font-size: 8px;
    }

    .jsl-activity-sign {
        font-size: 8px;
    }
}

@media screen and (min-width: 300px)and (max-width: 320px) {
    .jsl-activity-left {
        height: 70px;
        width: 100px;
    }

    .jsl-activity-img {
        width: 100px;
        height: 70px;
        border-radius: 6px;
    }

    .jsl-activity-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .jsl-activity-right {
        height: 70px;
        margin-left: 8px;
        width: calc(100% - 100px - 8px);
    }

    .jsl-activity-text {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
    }

    .jsl-activity-status {
        /*margin-top: 5px;*/
        padding: 0;
        /*float: left;*/
    }

    .jsl-activity-status span {
        font-size: 6px !important;
    }

    .jsl-activity-address {
        /*margin-top: 5px;*/
        /*float: left;*/
        padding: 0;
        font-size: 8px;
    }

    .jsl-activity-number {
        font-size: 8px;
    }

    .jsl-activity-sign {
        font-size: 8px;
    }
}

/**活动列表样式-end*/


/**服务列表样式-start*/
/*  所有样式以jsl-service-开头*/
.jsl-service {
    border-bottom: 1px solid rgba(170, 170, 170, 0.6);
    padding: 10px;
    transition: opacity, margin-top 1s linear;
    /*animation: jsl-service 300ms cubic-bezier(0.1, 0.5, 0.5, 1.0);*/
}

@keyframes jsl-service {
    0% {
        -webkit-transform: translate(0, 60px);
        transform: translate(0, 60px);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

.jsl-service-img-three {
    width: 100%;
    text-align: center;
}

.jsl-service-img-three img {
    border-radius: 6px;
    border: 0.1px solid #EEEEEE;
    width: 115px;
    height: 80px;
    object-fit: cover;
}

.jsl-service-text-three {
    font-size: 15px;
    line-height: 24px;
}

.jsl-service-other-three {
    color: #9A9A9A;
    margin-top: 8px;
    font-size: 12px;
}

.jsl-service-other-three > div:nth-child(1) {
    float: left;
}

.jsl-service-other-three > div:nth-child(2) {
    margin-left: 10px;
    margin-top: 3px;
    float: left;
}

.jsl-service-other-three > div:nth-child(3) {
    margin-top: 3px;
    float: right;
}

.jsl-service-left {
    float: left;
    height: 90px;
    width: 130px;
}

.jsl-service-img {
    width: 130px;
    height: 90px;
    border: 0.1px solid #EEEEEE;
    border-radius: 8px;
    overflow: hidden;
}

.jsl-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jsl-service-right {
    float: left;
    height: 90px;
    margin-left: 10px;
    width: calc(100% - 130px - 10px);
    position: relative;
    color: #232323;
}

.jsl-service-text {
    font-size: 15px;
    /*font-weight: bold;*/
    -webkit-box-orient: vertical;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    padding-left: 10px;
}

.jsl-service-other {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.jsl-service-other div {
    font-size: 12px;
    color: #9A9A9A;
}

.jsl-service-other > div:nth-child(1) {
    padding-bottom: 5px
}

.jsl-service-other > div:nth-child(2) {
    float: left;
}

.jsl-service-other > div:nth-child(3) {
    float: right;
    padding-right: 5px;
}

@media screen and (max-width: 300px) {
    .jsl-service-img-three {
        width: 100%;
        text-align: center;
    }

    .jsl-service-img-three img {
        border-radius: 5px;
        width: 87px;
        height: 60px;
    }

    .jsl-service-text-three {
        font-size: 13px;
        line-height: 24px;
    }

    .jsl-service-other-three {
        color: #9A9A9A;
        margin-top: 2px;
        font-size: 12px;
    }

    .jsl-service-other-three > div:nth-child(1) {
        float: none;
        padding-bottom: 5px;
    }

    .jsl-service-other-three > div:nth-child(2) {
        margin-top: 0;
        margin-left: 0;
        float: left;
    }

    .jsl-service-other-three > div:nth-child(3) {
        margin-top: 0;
        float: right;
    }


    .jsl-service-left {
        height: 65px;
        width: 94px;
    }

    .jsl-service-img {
        width: 94px;
        height: 65px;
        border-radius: 6px;
    }

    .jsl-service-right {
        height: 65px;
        margin-left: 5px;
        width: calc(100% - 94px - 5px);
    }

    .jsl-service-text {
        font-size: 12px;
        height: 15px;
        line-height: 15px;
        -webkit-line-clamp: 1;
    }

    .jsl-service-other div, .jsl-service-other span {
        font-size: 6px !important;
        color: #9A9A9A;
    }

    .jsl-service-other > div:nth-child(1) {
        padding-bottom: 1px;
    }

    .jsl-service-other > div:nth-child(3) {
        float: none;
        padding-right: 0;
    }
}

@media screen and (min-width: 300px)and (max-width: 320px) {
    .jsl-service-img-three {
        width: 100%;
        text-align: center;
    }

    .jsl-service-img-three img {
        border-radius: 5px;
        width: 94px;
        height: 65px;
    }

    .jsl-service-text-three {
        font-size: 14px;
        line-height: 20px;
    }

    .jsl-service-other-three {
        color: #9A9A9A;
        margin-top: 4px;
        font-size: 12px;
    }

    .jsl-service-other-three > div:nth-child(1) {
        float: none;
        padding-bottom: 5px;
    }

    .jsl-service-other-three > div:nth-child(2) {
        margin-top: 0;
        margin-left: 0;
        float: left;
    }

    .jsl-service-other-three > div:nth-child(3) {
        margin-top: 0;
        float: right;
    }


    .jsl-service-left {
        height: 70px;
        width: 100px;
    }

    .jsl-service-img {
        width: 100px;
        height: 70px;
        border-radius: 6px;
    }

    .jsl-service-right {
        height: 70px;
        margin-left: 10px;
        width: calc(100% - 100px - 10px);
    }

    .jsl-service-text {
        font-size: 14px;
        height: 18px;
        line-height: 18px;
        -webkit-line-clamp: 1;
    }

    .jsl-service-other div, .jsl-service-other span {
        font-size: 8px !important;
        color: #9A9A9A;
    }

    .jsl-service-other > div:nth-child(1) {
        padding-bottom: 4px;
    }

    .jsl-service-other > div:nth-child(3) {
        padding-right: 0;
    }
}

/**服务列表样式-end*/

