.artic__page {
	padding-bottom: 112px
}
.artic__page-title {
	margin-bottom: 42px
}
.artic__page-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: -16px -14px 59px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.artic__page-cardwrap {
	width: 50%;
	padding: 16px 14px
}
.artic__page-card {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	padding-bottom: 42px;
	-webkit-box-shadow: 2px 0 45px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 2px 0 45px rgba(0, 0, 0, 0.07);
	box-shadow: 2px 0 45px rgba(0, 0, 0, 0.07)
}
.artic__page-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 220px
}
.artic__page-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.artic__page-txt {
	padding: 39px 35px 0 35px;
    line-height: 1.7em;
}
.artic__page-tit {
	font-weight: 700;
	font-size: 18px;
	color: #242424;
	margin-bottom: 15px;
	height: 22px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	text-decoration: none
}
.artic__page-date {
	font-size: 14px;
	color: #9a9797;
	margin-bottom: 20px;
	display: block
}
.artic__page-txt p {
	line-height: 1.85em;
	margin-bottom: 30px;
	height: 80px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3
}
.news__page-link {
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
	.artic__page-cardwrap {
		width: 100%
	}
}
@media screen and (max-width: 576px) {
	.artic__page-date {
		margin-bottom: 10px
	}
	.artic__page-txt p {
		margin-bottom: 14px;
		height: 128px;
		-webkit-line-clamp: 5
	}
	.artic__page-wrap {
		margin: -16px -14px 24px
	}
	.artic__page {
		padding-bottom: 60px
	}
}