.news{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 4% 0;
}
.title{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}
.title h3{
    color: #222222;
    font-size: 36px;
    letter-spacing: 11px;
}
.title span{
    width: 50px;
    height: 2px;
    background: #222222;
    display: inline-block;
}
.n-top{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
.n-top ul{
    text-align: center;
    margin: 0 auto;
    width: 40%;
    position: absolute;
    left: 37%;
    margin-top: 2%;
}
.n-top li{
    float: left;
    margin-right: 13%;
    font-size: 15px;
    letter-spacing: 1px;
}
.n-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 6%;
}
.n-box ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.n-box li{
    width: 46%;
    float: left;
    border: 1px solid#eee;
    padding: 15px 16px;
    margin-right: 2%;
    margin-bottom: 2%;
}
.n-box li:nth-child(2n) {
    margin-right: 0;
}
.n-box li img{
    width: 31%;
    float: left;
}
.n-right{
    width: 66%;
    float: right;
}
.n-right h3{
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.n-right span{
    font-size: 15px;
    color: #9a9a9a;
    padding: 8px 0;
    display: block;
}
.n-right p{
    color: #9a9a9a;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .title h3 {
        color: #222222;
        font-size: 27px;
        letter-spacing: 11px;
    }
    .n-box li {
        width: 90%;
        float: left;
        border: 1px solid #eee;
        padding: 15px 16px;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .n-box li img {
        width: 100%;
        float: left;
    }
    .n-right {
        width: 100%;
        float: right;
        margin-top: 5%;
    }
}