    @media only screen and (min-width: 320px) and (max-width: 740px) {
    	.banner .wenzi{position: absolute;top: 10%;left: 15.6%;}
         .content .news li .tu,.content .news li .wen{width: 100%;}
		 .content .news li .wen{padding: 0.2rem;}
    			}					
    @media only screen and (min-width: 741px) and (max-width:1200px) {	
    	.banner .wenzi{position: absolute;top: 25%;left: 15.6%;}
		.content .news li .tu{width: 37.44%;}
		.content .news li .wen {width: 54.08%;padding-right: 0.21rem;}
    			}
    @media only screen and (min-width: 1200px)  {					
    	.banner .wenzi{position: absolute;top: 37%;left: 18.5%;}
		.content .news li .tu{width: 37.44%;}
		.content .news li .wen {width: 54.08%;padding-right: 0.21rem;}
    			}	
	.banner {position: relative;}
	.banner img{width: 100%;height: auto;}
	.banner h1{font-size: 0.5rem;color: #fff;}
	.banner .crumbs{font-size: 0.15rem;color: #D8842A;}
	.banner .crumbs a{color: #fff;}
	
	.content .news li a{display:flex;flex-wrap: wrap;justify-content: space-between;background: #f9f9f9;
	align-items: center;margin-bottom: 0.33rem;padding: 0.1rem;}
	.content .news li .tu img{width: 100%;height: auto;margin-bottom: -4px;}
	.content .news li .wen h1{font-size: 0.28rem;font-weight: bold;color: #292929;line-height: 0.3rem;}
	.content .news li:hover h1{color: #D8842A;}
	.content .news li .wen p{font-size: 0.18rem;color: #292929;margin: 0.38rem 0 0.25rem 0;line-height: 0.24rem;}
	.content .news li .wen .riqi{display: flex;justify-content: space-between;align-items: center;}
	.content .news li .wen .riqi .more{font-size: 0.2rem;color: #D8842A;border: 1px solid #D8842A;padding: 3px 0.48rem;}
	.content .news li .wen .riqi .times span{ font-size: 0.16rem;color: #292929;}
	.content .news li .wen .riqi .times i{font-size: 0.24rem;margin-right: 0.11rem;color: #292929;}
	.content .news li:hover .riqi .more{color: #FFFFFF;background: #D8842A;}
	.content{padding: 0.72rem 0;}
	.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 #008148;color:#008148;padding:6px 10px;text-decoration:none;}
	.pagination a:hover{background:#008148;color:#fff;}
	.pagination .current{background:#008148;border:1px solid #008148;color:#fff;font-size:14px;padding:6px 10px;}

   