.JGBlog {
    position: relative;
    padding: 80px 0;
}
.JGBlog__tree {
    position: relative;
    max-width: 1210px;
    margin: 80px auto 0;
    padding: 0 20px;
}
.JGBlog__box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.JGBlog__box:not(:last-child) {
    margin-bottom: 150px;
}
.JGBlog__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.JGBlog__text > h3 {
    position: relative;
    font-size: 25px;
    margin-bottom: 50px;
    padding-top: 10px;
    z-index: 1;
}
.JGBlog__text > h3:after {
    position: absolute;
    content: '';
    background-color: #d7ccb5;
    top: 0;
    left: 0;
    width: 10%;
    height: 1px;
    z-index: -1;
}
.JGBlog__box:nth-child(even) .JGBlog__text > h3 {
    text-align: right;
}
.JGBlog__box:nth-child(even) .JGBlog__text > h3:after {
    left: initial;
    right: 0;
}
.JGBlog__text > h3 + p {
    color: #707070;
    font-size: 17px;
	margin-bottom: 20px;
}
.JGBlog__box:nth-child(even) .JGBlog__text > h3 + p {
    text-align: right;
}
.JGBlog__icon {
    width: 400px;
    height: 250px;
}
.JGBlog__icon > img {
    width: 100%;
    height: 100%;
}
.JGBlog__box:nth-child(odd) .JGBlog__icon {
    margin-left: 50px;
}
.JGBlog__box:nth-child(even) .JGBlog__icon {
	-ms-flex-order: -1;
	order: -1;
	margin-right: 50px;
}
@media screen and ( max-width: 1280px ){
	.JGB__bg > span {
		left: 5%;
	}
}
@media screen and ( max-width: 1024px ){
	.JGBlog__text > h3 + p {
		font-size: 17px;
	}
}
@media screen and ( max-width: 991px ){
	.JGB__bg {
		display: none;
	}
	.JGBlog__text > h3 {
		font-size: 27px;
	}
	.JGBlog__icon {
		width: 350px;
		height: 220px;
	}
}
@media screen and ( max-width: 800px ){
	.JGBlog__tree {
		padding-left: 40px;
		padding-right: 40px;
	}
	.JGFrx__colum {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.JGBlog__icon {
		width: 0;
		height: 0;
		margin: 0;
		display: none;
	}
}
@media screen and ( max-width: 600px ){
	.JGBlog > h2 {
		display: none;
	}
	.JGBlog__text > h3 {
		font-size: 23px;
		margin-bottom: 20px;
	}
	.JGBlog__text > h3 + p {
		font-size: 13px;
	}
	.JGBlog__text > h3 + p + a {
		margin-right: 20px;
	}
}
@media screen and ( max-width: 480px ){
	.JGBlog {
		padding-top: 0;
		padding-bottom: 0;
	}
	.JGBlog__box:not(:last-child) {
		margin-bottom: 80px;
	}
	.JGBlog__text > h3 {
		font-size: 17px;
	}
	.JGBlog__box:nth-child(odd) > .JGBlog__text h3 {
		padding-left: 0;
	}
}