		.rl {
			width: 100%;
		}
		
		.zx-all {
			margin-bottom: 0vh !important;
		}
		
		.zp {
			margin: 2vh auto !important;
		}
		
		.grid {
			width: 100% !important;
		}
		
		.grid #figure {
			width: 100% !important;
		}
		
		.grit-div {
			width: 31% !important;
			float: left !important;
			margin: 0 1% !important;
		}
		
		.grit-div>p {
			width: 100% !important;
			margin: 0 0 5px 15px;
			font-size: 14px;
		}
		
		.grit-div h2 {
			width: 100% !important;
			margin: 0 0 5px 15px;
			font-size: 16px;
		}
		
		@media only screen and (max-width: 800px) {
			.grit-div {
				width: 90% !important;
				margin-left: 10% !important;
			}
			.grid {
				width: 90% !important;
			}
		}
		
		.pag {
			width: 60%;
			margin: auto;
			text-align: center;
			margin-bottom: 2%;
		}
		
		.pag>a {
			border: 1px solid gainsboro;
			font-size: 15px;
			padding: 5px 10px;
		}
		/*新闻详情代码*/
		
		.xq-all {
			width: 70%;
			margin: auto;
			overflow: hidden;
			font-family: "微软雅黑" !important;
		}
		.xq-all h2{
			font-size: 18px;
			font-weight: normal;
			margin: 3vh 0 1vh 0;
		}
		
		.now {
			display: inline-block;
			margin: 30px 0;
		}
		
		.xq {
			text-align: center;
		}
		
		.xq-all>img {
			display: inline-block;
			width: 90%;
			margin: 5vh 0;
		}
		
		.xq-all>div>p {
			font-size: 16px;
			padding: 10px 0;
			line-height: 30px;
			text-indent: 2em;
			color: RGB(194,194,194);
		}
		
		.xwxq{
			float: left;
			margin: 4vh 0;
		}
		
		.xwxq>p {
			display: block !important;
			font-size: 13px !important;
			width: 300px !important;
			border: 1px solid gainsboro;
			color: RGB(194,194,194);
		}
		
		.xq-all> .fan {
			border: 1px solid gainsboro !important;
			border-radius: 20px;
			width: 100px;
			padding: 5px;
			text-align: center;
			line-height: 20px;
			float: right;
			margin: 2vh;
			
		}
		
.xwxq>p:hover{
	color: RGB(153,170,241);
	border: 1px solid RGB(153,170,241);
}
.xwxq>p>a:hover{
	color: RGB(153,170,241);
	
}

.xq-all> .fan :hover{
	color: RGB(153,170,241);

}
@media only screen and (max-width:500px ) {
	.xq-all{
		width: 90% !important;
	}
	
}