	body {
		margin: 0px;
		width: 100vw;
		height: 100vh;
		overflow: hidden;
		position: relative;
	}

	.header,
	#floatbtn {
		display: none;
	}

	.group-page {
		padding-top: 0px;
	}

	.m-newlist {
		width: 100vw;
		height: 100vh;
		background: url('../img/bg-index.jpg') center no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
		padding: 0 60px;
	}

	.m-newlist a {
		color: #ffffff;
		text-decoration: none;
	}

	.m-newlist .container {
		width: auto;
		margin: 0 80px;
	}

	.m-newlist .container.last {
		width: auto;
		margin: 24px 60px 0;
		min-height: 755px;
	}

	.m-newlist .bg-tit-news {
		width: 100%;
		height: 60px;
		margin-top: 20px;
		background: url('../img/bg-tit-news.png') center no-repeat;
	}

	.m-newlist .wrap {
		width: 100%;
		height: calc(100% - 140px);
		/* background: #ffefda; */
		border-radius: 16px;
		position: relative;
		overflow: hidden;
	}

	.m-newlist .wrap:before {
		width: 100%;
		height: 100%;
		content: "";
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		z-index: 2;
		border-radius: 8px;
		display: block;
		background: linear-gradient(to right, #f0a36d, #ff4144);
		opacity: .8;
	}

	.m-newlist .wrap_in {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		margin: 10px;
		border-radius: 8px;
		background: #ffefda url('../img/bg-page.png') center bottom no-repeat;
		position: relative;
		z-index: 3;
	}

	.m-newlist .back {
		width: 60px;
		height: 30px;
		position: absolute;
		cursor: pointer;
		top: 10px;
		right: 10px;
		color: #ffffff;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		border-radius: 10px;
		background: linear-gradient(to right, #f0a36d, #ff4144);
	}

	.m-newlist .back:hover {
		background: linear-gradient(to right, #ff4144, #f0a36d);
	}



	.m-newlist .top-bar {
		height: 70px;
		border-bottom: 1px solid #b10202;
		text-align: center;
		overflow: hidden;
		position: relative;
	}



	.m-newlist .classify {
		position: absolute;
		bottom: 0px;
		left: 0px;
	}

	.m-newlist .classify a {
		width: 60px;
		height: 30px;
		display: inline-block;
		color: #4d4d4d;
		font-size: 16px;
		padding: 0 10px;
		line-height: 30px;
		text-align: center;
		border-radius: 10px 10px 0 0;
		border: 1px solid #f5d66a;
	}

	.m-newlist .classify a.active {

		background: linear-gradient(to right, #f0a36d, #ff4144);
		color: #ffffff;
	}

	.m-newlist .classify a.all {
		background: #b10202;
		color: #ffffff;
		border: 1px solid #b10202;
	}



	.m-newlist .top-bar .title {
		width: 300px;
		height: 70px;
		color: #b10202;
		line-height: 70px;
		font-size: 28px;
		font-weight: bold;
		position: absolute;
		text-align: center;
		top: 50%;
		left: 50%;
		margin: -35px 0 0 -150px;
	}

	.m-newlist .sort {
		position: absolute;
		cursor: pointer;
		top: 34px;
		right: 300px;
		display: none;

	}

	.m-newlist .sort a {
		color: #4c4c4c;
		font-size: 16px;
		margin-right: 10px;
	}

	.m-newlist .sort a:hover {
		color: #b10202;

	}


	.m-newlist .sort a.active {
		font-size: 18px;
		font-weight: bold;
	}

	.m-newlist .title {
		line-height: 90px;
	}

	.m-newlist .search {
		width: 257px;
		height: 38px;
		background: #f5dbb8;
		border-radius: 19px;
		overflow: hidden;
		color: #4c4c4c;
		float: right;
		margin-top: 27px;
		position: relative;
	}

	.m-newlist .search input[type="search"] {
		background: none;
		border: 0px;
		height: 38px;
		padding: 0 30px;
	}

	.m-newlist .search button {

		width: 24px;
		height: 24px;
		position: absolute;
		top: 7px;
		right: 15px;
		background: url('../img/search.svg') center no-repeat;
		border: 0px;
		opacity: .8;
	}

	.m-newlist .cont {
		/* height: 340px; */
		height: calc(50vh - 190px);
	}

	.m-newlist .cont .pic {
		width: 100%;
		/* height: 230px; */
		height: calc(50vh - 300px);

	}

	.m-newlist .cont img {
		width: 100%;
		/* height: 230px; */
		height: calc(50vh - 300px);
		object-fit: cover;
	}

	.m-newlist .cont .article-title {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.m-newlist .cont .article-title a {
		color: #4d4d4d;
		font-size: 18px;
	}

	.m-newlist .cont .article-title a:hover {
		color: #b10202;
	}

	.m-newlist .cont .article-tag span {
		color: #7f8699;
		font-size: 14px;
	}

	.m-newlist .container::before,
	.m-newlist .row::before {
		display: none !important;
	}

	.m-newlist .row {
		overflow: hidden;
		min-height: calc(100vh - 400px);
	}



	@media (min-width: 1000px) and (max-width: 1400px) {
		.m-newlist .container.last {
			margin-top: 10px;
		}

		.m-newlist .cont {
			height: 200px;

		}

		.m-newlist .cont .pic {
			width: 100%;
			height: 120px;


		}

		.m-newlist .article-title,
		.m-newlist .article-title a {
			margin-top: 6px;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
			display: block;
			font-size: 16px;
		}

		.m-newlist .cont img {
			width: 100%;
			height: 120px;
			object-fit: cover;
		}
	}


	@media (min-width: 648px) and (max-width: 999px) {


		.m-newlist {
			background: #fbbb28 url(../img/bg-long.png) center no-repeat;
			background-size: 100% 100%;
		}

		.m-newlist .top-bar .title {
			margin-top: -50px;
		}

		.m-newlist .top-bar {
			height: 90px;
		}

		.m-newlist .search {
			width: 150px;
			position: absolute;
			right: 0px;
			bottom: 6px;
		}

		.m-newlist .container {
			margin: 0 15px;
		}

		.m-newlist {
			overflow: scroll;
		}

		.m-newlist .wrap {
			height: auto;
		}

		.m-newlist .wrap_in {
			height: auto;
		}

		.m-newlist .row {
			min-height: 600px;
		}


		.m-newlist .container.last {
			margin: 10px 0px;
		}

		.m-newlist .cont {
			height: 200px;

		}

		.m-newlist .cont .pic {
			width: 100%;
			height: 120px;


		}

		.m-newlist .article-title,
		.m-newlist .article-title a {
			margin-top: 6px;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
			display: block;
			font-size: 16px;
		}

		.m-newlist .cont img {
			width: 100%;
			height: 120px;
			object-fit: cover;
		}

.m-newlist .pager{
	margin-bottom: 40px;
}

	}