.h{
	top: 50px;
}

.section-img{
    margin: 0 50px;
    overflow: hidden;
    text-align: center;
}

.section-img img{
    object-fit: cover;
}

.section-desc{
	position: relative;
	margin: 30px 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #c0a470;
}

.section-desc .tp{
	font-size: 1.6rem;
	color: #003825;
}

.section-desc .desc{
	font-size: 1rem;
	width: 90%;
	line-height: 2;
}

.section-desc img{
	position: absolute;
	top: 40px;
	right: 0;
	width: 50px;
}

.wrap1{
	border: 1px solid #003926;
	margin-bottom: 30px;
}

.wrap1 .tp{
    font-size: 1.4rem;
    color: #003825;
    /* line-height: 2; */
    padding: 10px 0 0 0;
    text-align: center;
}

.wrap1 .desc{
    font-size: 1rem;
    color: #595757;
    line-height: 2;
    text-align: center;
}

.wrap1 .icon{
	position: absolute;
	top: 30px;
	right: 30px;
	opacity: .5;
}

.wrap1 .icon img{
	width: 30px;
}

.wrap1 .year{
	color: #c5ac6d;
	display: flex;
	width: 120px;
	margin: auto;
	padding-bottom: 30px;
}

.wrap1 .year .num{
	flex: 0 0 40%;
}

.wrap1 .year .line{
	flex: 0 0 60%;
	/* bottom: 10px; */
	/* padding-bottom: 10px; */
	/* margin-bottom: 10px; */
}

@media (max-width: 576px) {
	.wrap1 .desc {
		font-size: 1rem;
		color: #595757;
		line-height: 1.5;
		text-align: center;
		padding: 10px;
	}
}






