@media screen and (max-width:768px){
	.enterwarp{border:1px solid #ccc;margin-top: 3px;}
	.menulist dl dt{display: none;}
	.menulist dl dd{width: 100%;height: 2.5rem;}
	.menulist dl dd a{display: block;width: 25%;height: 2.5rem;border-bottom: 1px dotted #ccc;line-height: 2.5rem;text-align: center;float: left;}
	.menulist dl dd a.select{background-color: #ccc;}
	.phone-line{display: none;}
	.content{padding: 0.625rem;}
	.content>div{display: none;}
	.rongyu dl{width: 100%;border: 1px solid #999;float: left;margin-bottom: 1.875rem;}
	.rongyu dl dt{width: 100%;}
	.lishi dl{margin-bottom: 20px;}
	.lishi dl dt{width: 100%;}
}
@media screen and (min-width:769px){
	.menulist{width: 300px;float: left;}
	.menulist dl{padding: 20px;border-radius: 5px;background-color: #fff;margin-bottom: 20px;}
	.menulist dl dt{width: 260px;height: 40px;border-bottom:1px solid green;line-height: 40px;text-align: center;font-weight: bold;color: green;}
	.menulist dl dd{padding: 20px 0;}
	.menulist dl dd a{display: block;width: 260px;height: 45px;border-bottom: 1px dotted #999;line-height: 45px;text-align: center;}
	.menulist dl dd a.select{color: #f60;}
	.content{width: 800px;float: right;}
	.content>div{display: none;}
	.jianjie{background-color: #fff;padding: 20px;border-radius: 5px;}
	.jianjie .con{padding: 20px 0;line-height: 160%;}
	.wenhua dl{margin-bottom: 20px;background-color: #fff;padding: 20px;border-radius: 5px;}
	.wenhua dl dt{font-size: 16px;font-weight: bold;border-bottom: 1px solid #999;line-height:40px;color: #f60;}
	.wenhua dl dd{padding: 10px 0;}
	.rongyu dl{width: 350px;height: 200px;border: 1px solid #999;float: left;margin-bottom: 60px;}
	.rongyu dl dt{width: 350px;height: 200px;padding: 3px;box-sizing: border-box;}
	.lishi dl{margin-bottom: 20px;background-color: #fff;padding: 20px;border-radius: 5px;}
	.lishi dl dt{width: 350px;height: 200px;}
}

	.rongyu dl.right{float: right;}
	.rongyu dl dt img{border-radius: 5px;}
	.rongyu dl dd{line-height: 50px;text-align: center;}
	
	.lishi dl dd.lishidate{font-size: 22px;color: #369;font-weight: bold;}
	.lishi dl dd.lishititle{font-size: 16px;font-weight: bold;}
	.lishi dl dd.lishiinfo{color: #666;}