@media (min-width:520px) {
	.md-sp{
		display: none;
	}
	#pagination{
		width: 6.35rem;margin: .1rem auto;text-align: right;
	}

}

@media (max-width:520px) {
	.box1{
		display: none;
	}
	.Biaoqian {
		display: none;
	}
	.qbck{

		margin-left: .3rem;
		margin-right: .3rem;
	}

	.box4-qbkc{
		display: flex!important;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: .3rem!important;
		
	}

	.box4tw-qbkc{

	}
	
	
	.box4tw-qbkc img{
		width: 4.1rem;
		height: 2rem;
		margin-bottom:.3rem; 
	}
	
	.box4tw-qbkc p{
		width: 4.1rem;
		font-size: 12px;
		margin-left: 3px;
		margin-right: 3px;
		overflow: hidden;
        text-overflow: ellipsis; /* 文本溢出时显示省略号来代表被修剪的文本 */
        display: -webkit-box; /* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 */
        -webkit-box-orient: vertical; /* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 */
        -webkit-line-clamp: 1; /* 文本需要显示多少行 */
	}
		.ven-4{
		display: flex;
		justify-content: center;
		margin-bottom: .3rem;
	}
	
	.ven-button {
		display: inline-block;
		font-size: 12px;
		padding: 10px 20px;
		background-color: #25c74b;
		color: white;	
		text-decoration: none;	
		border-radius: 5px;
		border: 2px solid #25c74b;
		transition: background-color 0.3s, color 0.3s;
	} 
	
	.ven-button:hover {
		background-color: #37d663;
		color: #ffffff;
	}

	#pagination{
		margin-left: .5rem;
		margin-right: .5rem;
		margin-bottom:.2rem; 
		line-height: 1rem; /* 行高可调整 */
	}

}