	@media only screen and (min-width: 320px) and (max-width: 750px) {
	.content ul li img{width: 100%;height: auto;margin-bottom: 0.29rem;}
					}					
	@media only screen and (min-width: 751px) and (max-width:1200px) {	
	.content ul li a{display: flex;}
	.content ul li img{display: block;margin-right: 0.29rem;flex-shrink: 0;}		
				}
	@media only screen and (min-width: 1200px)  {
	.content ul li a{display: flex;}
	.content ul li img{display: block;margin-right: 0.29rem;flex-shrink: 0;}	
				}
	.content h1{font-weight: 900;font-size: 0.48rem;color: #596D7E;margin: 0.32rem 0 0.13rem 0;}
	.content .heng{width: 100%;height: 2px;background: #F4F4F4;position: relative;}
	.content .heng::after{content: "";display: block;width: 35%;height: 2px;background: #596D7E;position: absolute;left: 0;top: 0;z-index: 99;}
	.content ul li{padding: 0.6rem 0;border-bottom: 2px solid #F4F4F4;}
	.content ul li:last-of-type{border-bottom: none !important;}
	.content ul li h2{font-size: max(16px, 0.2rem);color: #596D7E;margin-bottom: 0.11rem;}
	.content ul li P{color: #999999;font-size: max(14px, 0.16rem);}
	.content ul li .text{display: flex;flex-direction: column;justify-content: space-between;align-items: flex-end;}
	.content ul li .text span{display: block;width: 110px;height: 46px;text-align: center;line-height: 46px;
	background: #596D7E;border-radius: 23px;font-size: 16px;color: #FFFFFF;}
	.pagination{text-align:center;margin:3% 0;line-height:23px;}
	.pagination span, .pagination a{font-size:14px;margin:2px 6px 2px 0;background:#fff;border:1px solid #D8B663;color:#D8B663;padding:6px 10px;text-decoration:none;}
	.pagination a:hover{background:#D8B663;color:#fff;}
	.pagination .current{background:#D8B663;border:1px solid #D8B663;color:#fff;font-size:14px;padding:6px 10px;}
	