  .content-box .con-box:nth-of-type(1){display: flex;justify-content: space-between;}
.content-box .con-box:nth-of-type(1) .left-box{width: 73%;word-break: keep-all;}
.content-box .con-box:nth-of-type(1) .left-box .border-box{padding:0 0 0 10px;border-left:1px solid #ddd;}
.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(1){border-left:1px solid #333;}
.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(1) h4{font-size: 24px;line-height: 30px;}
.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(1) h4 span{font-size: 16px;color: #aaa;display: block;}
.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(2) h4{font-size: 32px;line-height: 40px;padding: 20px 0 34px;}

.content-box .con-box:nth-of-type(1) .right-box{width:25%;}
.content-box .con-box:nth-of-type(1) .right-box .img-box{width:100%;border: 1px solid #cdcdcd;padding: 8px;border-radius: 8px;box-sizing: border-box;background-color: #f3f3f3;}
.content-box .con-box:nth-of-type(1) .right-box .img-box img{display:block;width:100%;}
.content-box .con-box:nth-of-type(2) .con-p:last-of-type span{display:block;}
.sign-p{text-align: right;font-size: 18px;font-weight: 500;}
.sign-p span{font-size:22px;display:block}
.border-box {border:0; border-radius:0;}

@media screen and (max-width:768px) {
	
	.content-box .con-box:nth-of-type(1){display: block;}
	.content-box .con-box:nth-of-type(1) .left-box{width:100%;}
	.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(1) h4{font-size: 18px;line-height: 25px;}
	.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(1) h4 span{font-size: 14px;color: #aaa;display: block;}
	.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(2) h4{font-size: 20px;line-height: 24px;padding: 18px 0 30px;}
	.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(2) .con-p{font-size: 14px;line-height: 20px;}
	
	.content-box .con-box:nth-of-type(1) .right-box{width:100%;}
	.content-box .con-box:nth-of-type(1) .right-box .img-box{width:50%;margin:0 auto;}
	
}
@media screen and (max-width:480px) {
	
	.content-box .con-box:nth-of-type(1) .right-box .img-box{width:70%;}
	
}