.section-1{
	margin-top: 110px;
}
.section-1 .main-content .main-1 {
    margin-top: 114px;
}
.section-1 .main-content .main-1 .top{
	height: 73px;
	width: 100%;
	background-image: url('../images/68.png');
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 5px 20px;
}
.section-1 .main-content .main-1 .top > div{
	display: flex;
	align-items: center;
}
.section-1 .main-content .main-1 .top > div .content h1{
	font-size: 20px;
	font-weight: 600;
	background: linear-gradient(180deg, #FEEC95 0%, #F7CC56 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-bottom: 3px;
}
.section-1 .main-content .main-1 .top > div .content .bread{
	display: flex;
	align-items: center;
}
.section-1 .main-content .main-1 .top > div .content .bread img{
	margin-right: 5px;
}
.section-1 .main-content .main-1 .top > div .content .bread a{
	color: #fff;
	font-size: 12px;
	display: block;
	margin-right: 5px;
}
.section-1 .main-content .main-1 .top > div .content .bread strong{
	color: #fff;
	font-weight: 600;
	font-size: 12px;
}
.section-1 .main-content .main-1 .entry-content{
	background-image: url('../images/70.png');
	background-size: cover;
	background-position: top left;
	min-height: 80vh;
	padding: 20px 25px;
	color: #FFE1B7;
	font-size: 16px;
	line-height: 24px;
}
.section-1 .main-content .entry-content img{
	max-width: 100%;
	height: auto;
}

@media(max-width: 768px){
	.section-1{
		margin-top: 70px;
		flex-direction: column-reverse;
	}
	.section-1 .main-content .main-1{
		margin-top: 10px;
	}
	.section-1 .main-content{
		width: 100%;
		min-width: initial;
	}
	.section-1 .main-content .main-1 .top > div .content h1{
		font-size: 15px;
		line-height: 24px;
	}
	.section-1 .main-content .main-1 .top{
		background-size: cover;
	}
	.section-1 .main-content .main-1 .top > div .content .bread{
		display: none;
	}
	.section-1 .main-content .main-1 .entry-content{
		font-size: 14px;
		line-height: 24px;
	}
	.section-1 .main-content .main-1 .entry-content h1{
		font-size: 22px;
	}
	.section-1 .main-content .main-1 .entry-content h2{
		font-size: 20px;
	}
	.section-1 .main-content .main-1 .entry-content h3{
		font-size: 16px;
	}
	.section-1 .main-content .main-1 .entry-content h4{
		font-size: 14px;
	}
	.section-1 .main-content .main-1 .entry-content img {
	    max-width: 100%;
	    height: auto;
	    margin: auto;
	    display: block;
	}
	.section-1 .main-content .main-1 .entry-content td{
		padding: 10px;
	}

	.section-1 .main-content .main-1 .entry-content p{
		margin-bottom: 10px;
	}
	.entry-content ul li{
		margin-bottom: 10px;
	}
	.section-1 .main-content .main-1 .entry-content .wp-caption.alignnone{
		max-width: 100% !important;
		text-align: center;
	}
}