﻿body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: PingFang-SC-Regular;
    margin: 0;
    text-align: center;
    background: #fff;
}

.bannerImg {
    width: 100%;
}

.btn {
    width: 9.55rem;
    height: 1.73rem;
    border: 0.05rem solid rgba(16,146,237,1);
    border-radius: 0.2rem;
    color: RGBA(16, 146, 237, 1);
    font-size: 0.8rem;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.73rem;
    margin: 0.77rem auto;
    text-decoration: none;
}

.phoneImg {
    width: 1rem;
    margin-right: 0.4rem;
}

.news-list {
    width: 92%;
    padding: 0 4%;
    background: #fff;
    overflow: hidden;
}

    .news-list li {
        padding: 0.55rem 0;
        overflow: hidden;
    }

        .news-list li span {
            display: blcok;
            float: left;
        }

.img-box {
    width: 40%;
    margin-right: 2%;
   
}

    .img-box img {
        width: 100%;
        display: block;
    }

.right {
    float: right !important;
    width: 57%;
}

.line-deshed {
    border-bottom: 1px #ddd dashed;
}

.news {
    min-height:2.5rem;
}

.title-2 {
    color: #f29f00;
    font-size: 0.85rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.date {
    color: #999;
    text-align: left;
    font-size: 0.65rem;
    margin: 5px auto;
}

.news {
    font-size: 0.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 0.85rem;
    -webkit-box-orient: vertical;
    color: #333;
    text-align: left;
}
