.news {
    width: 100%;
    height: auto;
    display: inline-block;
    padding-bottom: 4%;
}

.title {
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
    margin: 5% 0;
    position: relative;
}

.title h3 {
    font-size: 33px;
}

.title ul {
    left: 30%;
    width: 56%;
    height: auto;
    margin-top: 2%;
    position: absolute;
}

.title li {
    width: 34%;
    float: left;
    text-align: center;
    margin-right: 5%;
}

.title li a {
    font-size: 16px;
}

.n-box {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}

.n-box ul {
    width: 100%;
    height: auto;
    display: inline-block;
}

.n-box li {
    width: 100%;
    height: auto;
    padding: 25px 20px;
    border: 1px solid#eeeeee;
    display: inline-block;
    margin-bottom: 2%;
}

.n-left {
    width: 26%;
    float: left;
}

.n-left img {
    width: 100%;
}

.n-right {
    width: 72%;
    float: right;
}

.n-right h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.n-right span {
    color: #9a9a9a;
    font-size: 14px;
    margin: 10px 0;
    display: inline-block;
}

.n-right p {
    color: #9a9a9a;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 22px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .title h3 {
        font-size: 28px;
    }
    .n-box li {
        width: 87%;
        height: auto;
        padding: 25px 20px;
        border: 1px solid #eeeeee;
        display: inline-block;
        margin-bottom: 2%;
    }
    .n-left {
        width: 100%;
        float: left;
    }
    .n-right {
        width: 100%;
        float: right;
    }

}