@charset "utf-8";
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1366px) {}
@media screen and (max-width: 1280px) {
	.pagination{ margin-top:calc(100vw * 35 / 1280);}
	.pagination a{ width:calc(100vw * 45 / 1280); margin: 0 calc(100vw * 6 / 1280); text-align: center; line-height:calc(100vw * 45 / 1280);}
	.pagination .pn{ width: calc(100vw * 100 / 1280);}
}
@media screen and (max-width: 1160px) {}
@media screen and (max-width: 900px) {
	/****列表样式****/
	.dq-lm span{ font-size: 0.25rem;}
	.dq-zlm ul li { width:calc(100% / 2);}
	.dq-zlm ul li a span{ font-size: 0.25rem;}
	
	.pagination{ margin-top: 0.35rem; font-size: 0.18rem;}
	.pagination a { display: none;}
	.pagination .pn { width: calc(100vw * 150 / 800); line-height: calc(100vw * 50 / 800); display: inline-block;}
	
	/****内用页面样式****/
	.content{ padding: calc(100vw * 10 / 800);}
	.content .wznr { font-size: 0.28rem !important; line-height: calc(100vw*35 / 800);}
	.content .wznr p,
	.content .wznr span,
	.content .wznr i{ font-size: 0.28rem !important;}
	.content .bd ul li{}
	.content .bd ul li a{ max-height: calc(100vw * 80 / 800); margin-right: 0; padding-left: 0; font-size: 0.25rem; line-height: calc(100vw * 40 / 800); background-image: none; white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
}
@media screen and (max-width: 750px) {
	/****列表样式****/
	.list-lm i{  height: 0.23rem;}
	.list-lm span{ font-size: 0.23rem;}
	.pagination{ font-size: 0.21rem;}
	.pagination .pn { width: calc(100vw * 150 / 500); line-height: calc(100vw * 50 / 500);}
	
	/****内用页面样式****/
	.content .title{ font-size: 0.23rem; line-height: calc(100vw* 38 / 500);}
	.content .date{ margin: calc(100vw* 15 / 500) 0; font-size: 0.21rem; line-height: calc(100vw* 30 / 500);}
	.content .date span{ font-size: 0.2rem;}
	.content .wznr { font-size: 0.21rem !important; line-height: calc(100vw* 35 / 500);}
	.content .wznr p,
	.content .wznr span,
	.content .wznr i{ font-size: 0.21rem !important;}
	.content .bd ul li a{ max-height: calc(100vw * 64 /500); font-size: 0.21rem; line-height: calc(100vw * 32 / 500);}
}