.banner{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: -4px;
}
.banner img{
    width: 100%;
}
.news{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 4%;
}
.news ul{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 5%;
}
.news li{
    width: 100%;
    margin-bottom: 3%;
    border: 1px solid#dddddd;
    padding: 15px 15px;
    display: inline-block;
}
.news-left{
    width: 17%;
    float: left;
}
.news-left img{
    width: 100%;
}
.news-right{
    width: 81%;
    float: right;
    position: relative;
}
.nr-top{
    width: 100%;
    height: auto;
    display: inline-block;
}
.nr-top h3{
    width: 90%;
    float: left;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-right span{
    font-size: 14px;
    float: right;
    color: #333333;
    position: absolute;
    right: 0px;
    bottom: -42px;
}
.nr-bottom{
    color: #707070;
    font-size: 16px;
    line-height: 25px;
    width: 92%;
    letter-spacing: 1px;
    margin-top: 1%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .news li {
        width: auto;
        border: 1px solid #dddddd;
        padding: 15px 15px;
        display: inline-block;
    }
    .news-left {
        width: 100%;
        float: left;
    }
    .news-right {
        width: 100%;
        float: right;
        margin-top: 6%;
    }
    .nr-top h3 {
        width: 100%;
        float: left;
        font-weight: normal;
        letter-spacing: 1px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 16px;
        margin-bottom: 4%;
    }
    .nr-top span {
        font-size: 14px;
        float: left;
        color: #333333;
    }
    .nr-bottom {
        color: #707070;
        font-size: 14px;
        line-height: 23px;
        width: 100%;
        letter-spacing: 1px;
        margin-top: 1%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .news-right span {
        font-size: 14px;
        float: right;
        color: #333333;
        position: absolute;
        right: 0px;
        bottom: -42px;
        display: none;
    }
}