

.content .cure{width: 836px;float:right;}
.content .cure .method{padding-bottom:40px;border-bottom:1px solid #ccc;}
.content .cure .method .intro{font-size:36px;padding:30px 0;}
.content .cure .method p{font-size: 16px;line-height:180%;margin-bottom:20px;}
.content .health{padding-top:30px;}
.content .health dl{width: 235px;margin-right:65px;float:left;}
.content .health dl:nth-last-of-type(1){margin-right: 0;}
.content .health dl span{font-size:24px;color:#3f3d3d;margin-bottom:20px;display: inline-block;}
.content .health dl dt{margin-bottom:20px;}
.content .health dl dd{margin-bottom:20px;line-height:160%;}
.content .health dl p a:hover{border-bottom:1px dashed #777;}


@media screen and (max-width:768px){
  
  	.banner {display: none;}
	.report_title,.report_intro ul,.content .cure .method{display: none;}

	.content .cure{width: 100%;float:none;}
	.content .cure .method{padding-bottom:10px;border-bottom:1px solid #ccc;}
	.content .cure .method .intro{font-size:18px;padding:20px 0;}
	.content .cure .method p{font-size: 16px;line-height:180%;margin-bottom:20px;}


	.content .health dl{width: 96%;margin-right:0;float:none;margin:0 auto 20px;}
	.content .health dl:nth-last-of-type(1){margin-right: auto;}
	.content .health dl span{font-size:18px;color:#3f3d3d;margin-bottom:10px;display: inline-block;}
	.content .health dl dt{margin-bottom:10px;}
	.content .health dl dt img{display: block;width: 100%;height: auto;}
	.content .health dl dd{margin-bottom:10px;line-height:160%;}
	.content .health dl p a:hover{border-bottom:1px dashed #777;}

}