.newsTitle {
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.newsItems .newsItem {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.newsItems .newsItem a {
    display: block;
}

.newsItems .newsItem .fl {
    width: 275px;
    height: 154px;
    overflow: hidden;
}

.newsItems .newsItem .fl img {
    width: 100%;
    height: 100%;
    transform: scale(1.0);
    transition: all 0.3s;
}

.newsItems .newsItem .fl:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.newsItems .newsItem .fr {
    width: 575px;
}

.newsItems .newsItem .fr .time {
    font-size: 14px;
    color: #c00000;
    font-weight: 550;
    line-height: 1;
}

.newsItems .newsItem .fr .tit {
    font-size: 16px;
    color: #333333;
    font-weight: 550;
    margin: 18px 0;
    line-height: 1.5;
}

.newsItems .newsItem .fr a:hover {
    color: #e0a43d;
}

.newsItems .newsItem .fr .p1 {
    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 1.714;
    text-align: justify;
}

.pageTurn_box {
    text-align: center;
}

.pageTurn {
    display: inline-block;
}
@media screen and (max-width: 1280px) and (min-width: 960px) {
    .newsItems .newsItem .fr{
        width: 360px;
    }
}