body {
	max-width: none !important;
	min-width: 200px !important;
}

/* ========== 响应式 ========== */
@media (max-width: 1000px) {
	.header {
		display: none;
	}

	.nav-bar {
		display: none;
	}

	.main,
	.sidebar {
		width: 100%;
	}

	.penpaifenlei {
		display: none;
	}

	.article-item {
		padding: 10px;
	}

	.thumb {
		width: 110px !important;
		min-width: 100px;
		height: 90px !important;
	}

	.article-item .title {
		font-size: 16px;
		line-height: 23px;
	}

	.article-item .summary {
		color: #333;
	}

	.footer {
		display: none;
	}

	.titles-tl {
		display: none;
	}

	.lists-b {
		display: none;
	}

	.wrap {
		width: 100vw;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.nwxwpadding {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.search-box {
		float: none;
	}

	.footer-ms {
		width: 86vw;
	}

	.footer-chara {
		padding: 0 15px;
	}

	.floatbtn {
		margin-left: -10px;
		width: 100%;
		box-sizing: border-box;
		position: fixed;
		bottom: 0;
		padding: 30px;
		display: flex;
		justify-content: center;
		background-color: #f9f9f9;
		z-index: 999;
		border-top: #e5e5e5 solid 1px;
	}

	.floatbtn a {
		display: flex;
		justify-content: center;
		width: 90%;
		text-align: center;
		box-sizing: border-box;
		background-color: #5276cf;
		border-radius: 50px;
		padding: 30px 0;
		color: #fff;
		font-size: 36px;
	}
}

/* ========== 桌面端 ========== */
@media (min-width: 1001px) {
	.floatbtn {
		display: none;
	}

	.home-box {
		display: none;
	}

	.search-box {
		width: auto;
	}

	.lists-b ul li {
		float: left;
		width: 284px;
		padding: 2px;
		border: 1px solid #e6eef7;
		background: #fff;
		margin: 0 12px 12px 0;
		text-align: center;
		font-size: 18px;
		transition: all 0.3s ease-out 0s;
	}

	.lists-b ul li a {
		z-index: 2;
		position: relative;
		display: block;
		padding: 0 10px;
		height: 48px;
		line-height: 48px;
		background: #fff;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}