.news {
    padding: 50px 0;
    text-align: center;
}

.news a {
    color: #333;
}

.newsDiv {
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 1400px;
    padding: 0 10px;
}

.news .newsItem {
    padding: 50px 0;
    box-sizing: border-box;
    display: inline-block;
    width: 30%;
    margin-left: 5%;
    float: left;
    position: relative;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.news .newsItem:nth-of-type(3n + 1) {
    margin-left: 0;
}

.news .newsItem:hover .title{
    color: #008DFE;
}

.news .newsItem .title {
    font-size: 20px;
    color: #333;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.news .newsItem .words {
    font-size: 14px;
    color: #999;
    height: 28px;
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 10px;
}

.news .newsItem .date {
    font-size: 16px;
}

.news .newsItem .iconfont {
    font-size: 18px;
}

@media screen and (max-width: 650px) {
    .news .newsItem {
        width: 45%;
        margin-left: 5%;
    }

    .news .newsItem:nth-of-type(2n + 1) {
        margin-left: 0;
    }

    .news .newsItem:nth-of-type(2n) {
        margin-left: 5%;
    }
}

@media screen and (max-width: 450px) {
    .news .newsItem {
        width: 100%;
        margin-left: 0;
    }

    .news .newsItem:nth-of-type(2n + 1) {
        margin-left: 0;
    }

    .news .newsItem:nth-of-type(2n) {
        margin-left: 0;
    }
}
.qrdiv {
    margin-top: 8px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.tc {
    text-align: center !important;
}
