img {
	height: auto;
	max-width: 100%;
}

@media screen and (min-width: 1024px) {
	.show {
		margin: 32px 0;
		padding: 0 8%;
		text-align: center;
	}

	.shows {
		width: 100%;
	}

	.show-tit {
		color: #ca0800;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.show-date {
		color: #000000;
		font-size: 12px;
		font-family:"microsoft yahei" ;
	}
	.show-cont{
		margin-top: 10px;
		color:#555555;	
		font-size: 17px;
		line-height: 30px;
		font-family: "仿宋_GB2312";
	}
	.show-cont p{
		color:#555555;	
		font-size: 17px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.show {
		margin: 32px 0;
		padding: 0 8%;
		text-align: center;
	}
	
	.shows {
		width: 100%;
	}
	
	.show-tit {
		color: #ca0800;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.show-date {
		color: #000000;
		font-size: 12px;
		font-family:"microsoft yahei" ;
	}
	.show-cont{
		margin-top: 10px;
		color:#555555;	
		font-size: 17px;
		line-height: 30px;
		font-family: "仿宋_GB2312";
	}
	.show-cont p{
		color:#555555;	
		font-size: 17px;
	}
}

@media screen and (max-width: 767px) {
	.show {
		margin: 32px 0;
		padding: 0 8%;
		text-align: center;
	}
	
	.shows {
		width: 100%;
	}
	
	.show-tit {
		color: #ca0800;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.show-date {
		color: #000000;
		font-size: 12px;
		font-family:"microsoft yahei" ;
	}
	.show-cont{
		margin-top: 10px;
		color:#555555;	
		font-size: 17px;
		line-height: 30px;
		font-family: "仿宋_GB2312";
	}
	.show-cont p{
		color:#555555;	
		font-size: 17px;
	}
}
