@media only screen and (min-width: 320px) and (max-width: 740px) {
	.content ul li{margin-bottom: 0.2rem;}
					}					
@media only screen and (min-width: 741px) and (max-width:1400px) {	
	.content ul{display: grid;grid-template-columns: repeat(auto-fill,minmax(calc(33.33% - 0.85rem),1fr));
	    grid-gap: 0.9rem 0.85rem;}
					}
@media only screen and (min-width: 1400px)  {
	.banner p{width: 45%;}
	.content ul{display: grid;grid-template-columns: repeat(auto-fill,minmax(calc(33.33% - 0.85rem),1fr));
	    grid-gap: 0.9rem 0.85rem;}
					}	
	.banner {background: url(../images/newsbanner.jpg) no-repeat;background-size: cover;padding: 1.42rem 0 1.1rem 0;}
	.banner h1{font-size: 0.64rem;font-family: Source Sans Variable;color: #fff;}
	.banner p{font-size: 0.16rem;font-weight: 800;color: #fff;}
	.banner .heng{width: 48px;height: 5px;background: #fff;margin: -0.07rem 0 0.21rem 0;}
	.crumbs {font-size: 0.12rem;font-weight: 500;color: #999;margin-bottom: 0.59rem;}
	.crumbs .bx{border-bottom: 1px solid #ebebeb;padding: 0.14rem 0;}
	.crumbs a{color: #999;}
	.content h1{font-family: Bahnschrift;font-size: 0.36rem;position: relative;}
	.content h1::before{content: "NEWS";font-size: 0.87rem;font-family: Myriad Variable Concept;font-weight: bold;color: #f2f2f2;
	position: absolute;left: 0;top: -0.4rem;z-index: -1;}
	.content ul{margin: 0.68rem 0 0 0;}
	.content ul li a{display: block;padding: 0.15rem 0.16rem 0.5rem 0.16rem;background: #f2f2f2;}	
	.content ul li img{width: 100%;height: auto;}
	.content ul li h2{font-size: 0.2rem;color: #333;margin: 0.1rem 0;}
	.content ul li span{font-size: 0.14rem;color: #999999;float: right;}
	.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 #006ec5;color:#006ec5;padding:6px 10px;text-decoration:none;}
	.pagination a:hover{background:#006ec5;color:#fff;}
	.pagination .current{background:#006ec5;border:1px solid #006ec5;color:#fff;font-size:14px;padding:6px 10px;}