
.contents .sub-content {
		float: none;
		width: 100%;
	}
	.news-list {
		border-bottom: none;
	}
	.news-list:hover {
		background-color: #fff;
	}
	.news-list > ul.list {
		display: inline-block;
		width: 100%;
	}
	.news-list > ul.list > li {
		display: inline-block;
		float: left;
		margin-right: 4%;
		width: 22%;
		text-align: center;
	}
	.news-list > ul.list > li:nth-child(4n) {
		margin-right: 0;
	}
	.news-list > ul.list > li .image {
		position: relative;
		display: inline-block;
		width: auto;
		min-width: unset;
		height: auto;
		margin: 0 auto;
	}
	.news-list > ul.list > li .image > .tit {
		position: absolute;
		display: flex;
		align-items: center;
		width: 100%;
    bottom: 41px;
    min-height: 120px;
    line-height: 19px;
    padding: 62px 20px 0px;
    text-align: left;
    border-radius: 0px;
    background: linear-gradient(360deg, rgb(73 81 75 / 80%), rgb(73 81 75 / 0%) 70.71%);

		color: #fff;	
	}
	.news-list > ul.list > li .image > .day {
		font-size: 14px;
	}
	.news-list .image > img {
		border: none;
		height: 154px;
	}
	.pagingWap {
		clear: both;
		padding-top: 20px;
	}
	


	/****************************** responsive code ******************************/
	
	@media (max-width: 1280px) {
		.news-list > ul.list > li {
			margin-right: 5%;
			width: 30%;
		}
		.news-list > ul.list > li:nth-child(4n) {
			margin-right: 5%;
		}
		.news-list > ul.list > li:nth-child(3n) {
			margin-right: 0;
		}
	}
	@media (max-width: 1020px) {

	}