.tt_news.news-list-container .news-list-item {
    float: left;
    width: calc(100% / 3 - 60px / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.tt_news.news-list-container .news-list-item:nth-child(3n+3) {
    margin-right:0;
}

.tt_news.news-list-container .news-list-item img {
    width: 100%;
    height: auto;
}

.tt_news.news-list-container .news-list-item:before {
    padding-top: 100%;
    content: "";
    display:block;
}

.tt_news.news-list-container .news-list-item > a {
    display: block;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tt_news.news-list-container .news-list-item > a .news-list-date {
    font-size: 14px;
    margin-top: 20px;
    display:block;
}

.tt_news.news-list-container .news-list-item > a .theNTitle {
    font-weight: bold;
	margin-top: 20px;
	height: 23%;
}