/*about*/
.about__content>p {
	font-family: UTMYenTu;
	font-size: 3.5rem;
	color: #0065ad;
}

.about__content>h3 {
	margin-bottom: 1rem;
	font-size: 2rem;
	color: #FF3B45;
	font-family: mainBlack;
	text-align: center;
}

.about__content>article {
	display: -webkit-box;
	width: 100%;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1rem;
	color: #5d5d5d;
}

.about__btn {
	text-align: center;
}

.about__photo {
	width: calc(580/var(--ctn-per));
}

/*end about*/
.loadMore__btn {
	text-align: center;
}

.loadMore__btn button {
	border: 1px solid #ccc;
	background: #fff;
	padding: 0.5rem 1rem;
}

/*================================*/
@media (max-width:1200px) {
	.contact__box {
		margin-bottom: 1rem;
	}

}

@media (max-width:992px) {
	.about__content {
		width: 100%;
		margin-bottom: 2rem;
	}

	.about__photo {
		margin: 0 auto;
	}

}

@media (max-width:768px) {
	.about__photo {
		width: 100%;
		text-align: center;
	}

	.news__wrap, .news__title {
		width: 100%;
	}

	.news__content>p {
		display: none;
	}

}

@media (max-width:580px) {
	.contact__content>h3, .contact__title h3, .about__content>h3 {
		font-size: 1.5rem;
	}

	.about__content>h3:first-line {
		font-size: 1.15rem;
	}

	.about__content>p {
		font-size: 2.5rem;
	}

	.system__col {
		width: 50%;
	}

	.system__content {
		padding: 10px;
	}

	.system__content>article {
		-webkit-line-clamp: 3;
	}

	.news__title p, .news__title h3 {
		font-size: 1rem;
	}

	.news__title::after {
		height: 45px;
	}

}

@media (max-width:450px) {
	.main_title h2, .main_title h3 {
		font-size: 1rem;
	}

	.difference__title h3 {
		padding-left: 0.75rem;
	}

}
