.typical-guide-detail {
				background-color: #fff;
				border-top: 1px solid #d2d2d2;
				padding: 58px 60px 60px 60px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			
			.typical-guide-detail .typical-guide-detail-hd {
				overflow: hidden;
				padding-bottom: 21px;
				border-bottom: 1px solid #d9d9d9;
			}
			
			.typical-guide-detail .typical-guide-detail-hd .typical-guide-detail-hd-lf {
				float: left;
				width: 200px;
			}
			
			.typical-guide-detail .typical-guide-detail-hd .typical-guide-detail-hd-lf img {
				width: 200px;
				height: 200px;
			}
			
			.typical-guide-detail .typical-guide-detail-hd .typical-guide-detail-hd-lf p {
				font-size: 20px;
				color: #000;
				line-height: 30px;
				margin-top: 15px;
				text-align: center;
				width: 200px;
				word-break: break-all;
			}
			
			.typical-guide-detail .typical-guide-detail-hd .typical-guide-detail-hd-rt {
				float: right;
				width: 800px;
			}
			
			.typical-guide-detail .typical-guide-detail-hd .typical-guide-detail-hd-rt p {
				font-size: 15px;
				color: #000;
				line-height: 1.7em;
				word-wrap: break-word;
				/*text-indent: 2em;*/
			}
			
			.typical-guide-detail .typical-guide-detail-ft {
				padding-left: 23px;
			}
			
			.typical-guide-detail .typical-guide-detail-ft .typical-guide-detail-ft-tltle {
				line-height: 55px;
				font-size: 15px;
				color: #bb273f;
				word-wrap: break-word;
			}
			
			.typical-guide-detail .typical-guide-detail-ft .typical-guide-detail-ft-common {
				line-height: 28px;
			}
			
			.typical-guide-detail .typical-guide-detail-ft .typical-guide-detail-ft-common a {
				font-size: 15px;
				color: #000;
				line-height: 28px;
				word-wrap: break-word;
			}
