/* show */

.p_banner,
.content_title,
.table_select,
.pagination_info {
	display: block;
}

/* hide */

.m_p_banner,
.m_nav,
.m_content_title,
.m_search_ftt,
.m_search_ft_time,
.m_pagination {
	display: none;
}



/* .m_content{ 

	width: 80%;

} */

.main_content {

	flex: 1;

	width: 78%;

	padding: 0.3750rem 0.8313rem 0.5625rem 0.5625rem;

}

/* 数据中有空的p标签，导致换行，对不齐 */

#tableDate tbody tr td p {

	line-height: 0;

}



@media screen and (max-width: 750px) {

	/* show */

	.p_banner,
	.pagination_info,
	.content_btn,
	.side_menu,
	.content_title,
	.table_select,
	.pagination_info {
		display: none;
	}

	/* hide */

	.m_p_banner,
	.m_nav,
	.m_content_title,
	.m_search_ftt,
	.m_search_ft_time,
	.m_pagination {
		display: block;
	}



	.content {

		width: 100%;

	}

	.content .m_content {

		/* padding: 0 0.15rem; */

		overflow: hidden;

		width: 3.45rem;

	}

	.m_top_img,
	.m_top_img img {

		width: 100%;

	}

	.m_nav {
		width: 3.45rem;
		margin: 0 auto;
		font-size: 0.13rem;
	}

	.main_content {

		padding: 0;

	}

	.table_main_content {

		padding: 0;

		background: unset;

	}

	#tableDate thead tr th:first-child {

		width: 30%;

	}

	#tableDate thead tr th:last-child {

		width: 70%;

	}

	#tableDate tbody tr td:first-child {

		width: 30%;

		line-height: 0.2rem;

	}

	#tableDate tbody tr td:last-child {

		width: 70%;

		line-height: 0.2rem;

	}



	.m_content .m_member_cont {

		margin-bottom: 0;

	}

	.detail_content {

		width: 3.45rem;

		margin: 0 auto;

	}



	.table_content .table_item_info .info_item_title {

		width: 75%;

	}

	.table_content .table_item_info .info_item_title::before {
		width: 0.03rem;
		height: 0.03rem;
		border-radius: 0.03rem;
		position: absolute;
		top: 0.09rem;
		left: 0.0187rem;
		content: '';
		background-color: #666;
	}

	.table_content .table_item_info .info_item_date {

		width: 25%;

		text-align: right;

	}
/* 
	.m_pagination {
		display: flex;
		text-align: right;
		font-size: 0.15rem;
	}

	.m_content .m_pagination .el-pagination .el-pager li {
		font-size: 0.15rem !important;
		padding: 0 !important;
		min-width: 0.2rem !important;
		background-color: unset;
	}
 */


	.m_indexP_content {

		width: 3.45rem;

		margin: 0 auto;

	}

/* 	.m_pagination .el-pagination .btn-next .el-icon,
	.m_pagination .el-pagination .btn-prev .el-icon {
		font-size: 0.15rem;
	}

	.m_pagination .m_content .m_pagination .el-pagination .el-pager li {
		font-size: 0.15rem !important;
		padding: 0 !important;
		min-width: 0.2rem !important;
		background-color: unset;
	} */
}