  
					.thpa {
						padding-bottom: 60px;
						margin-bottom: 60px;
						border-bottom: 1px dashed #ccc;
					}

					.thpa p,
					.thpa .txt {
						font-size: 15px;
						line-height: 27px;
					}

					.thpa1 .left {
						float: left;
						width: 60%;
					}

					.thpa1 .right {
						float: right;
						width: 35%;
					}
					
					.thpa2 .left {
						float: left;
						width: 48%;
					}
					
					.thpa2 .right {
						float: right;
						width: 48%;
					}
					
					.thpa2 .con-box {
						background-color: #f5f5f5;
						padding: 45px;
						border-radius: 25px;
					}
					
					.thpa3 .left {
						float: left;
						width: 48%;
					}
					
					.thpa3 .right {
						float: right;
						width: 48%;
					}
					
					.thpa3 * {
						color: #fff;
					}
					
					.thpa3 .con-box {
						background-color: #119466;
						padding: 45px;
						border-radius: 25px;
					}
					
					.thpa4 .left {
						float: left;
						width: 48%;
					}
					
					.thpa4 .right {
						float: right;
						width: 48%;
					}
					
					.thpa4 .right img {
						display: block;
						width: 100%;
					}
					
					.thpa5 .big-tit {
						text-align: center;
					}
					
					.thpa5 .list-box {
						margin-bottom: 25px;
					}
					
					.thpa5 p {
						font-size: 16px;
						font-weight: bold;
					}
					
					.thpa5 .list {
						float: left;
						width: 48%;
						margin-right: 4%;
						padding: 25px;
						background-color: #119466;
						color: #fff;
						border-radius: 25px;
					}
					
					.thpa5 .list:nth-child(2) {
						margin-right: 0;
					}
					
					.thpa5 .list img {
						display: block;
						width: 100%;
					}
					
					.thpa5 .txt {
						height: 350px;
					}
					
					.thpa6 .left {
						float: left;
						width: 33%;
					}
					
					.thpa6 .right {
						float: right;
						width: 60%;
					}
					
					.thpa6 p{
						margin-bottom: 20px;
					}
					
					.thpa7 .left,
					.thpa7 .center,
					.thpa7 .right {
						float: left;
						width: 30%;
						margin-right: 5%;
					}
					
					.thpa7 .center {
						width: 30%;
					}
					
					.thpa7 .right {
						margin-right: 0;
					}
					
					.thpa.thpa8{
						padding-bottom: 0;
						margin-bottom: 0;
						border-bottom: 0;
					}
					
					.thpa8 .img1{
						float: left;
						width: 48%;
					}
					
					.thpa8 .img2{
						float: right;
						width: 48%;
					}
					
					
					@media screen and (max-width:1280px) {
						.thpa{
							padding-bottom: 30px;
							margin-bottom: 30px;
						}
						
						.thpa .txt,.thpa p{
							font-size: 14px;
							line-height: 26px;
						}
					}
					
					
					@media screen and (max-width:1182px) {
						
						.thpa .txt,.thpa p{
							font-size: 13px;
							line-height: 25px;
						}
					}
					
					
					@media screen and (max-width:900px) {
						
						.thpa .left,.thpa .right,.thpa .center,.thpa .txt{
							width: 100% !important;
						}
						
						.thpa2 .con-box,.thpa3 .con-box{
							padding: 15px;
						}
						
						.thpa5 .list{
							width: 100%;
							padding: 15px;
						}
						
						.thpa5 .list:nth-child(1){
							margin-bottom: 15px;
						}
						
						.thpa5 .list .txt{
							height: auto;
						}
						
						.thpa .left,.thpa .center{
							margin-bottom: 15px;
						}
					}