.my-phone {
	margin-left: 100px;
	color: #797593;
	font-weight: 700;
}

.news-wrapper {
	margin: 0 100px;
	display: none;
}
.first-news-wrapper {
	margin: 0 100px;
	display: block;
}

.news-box {
	padding: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* background-color: red; */
	height: 150px;
	border-top: 1px solid #dedede;
	/* border-bottom: 1px solid #dedede; */
}

.news-box-right .news-box-title:hover {
	color: #0096e3;
}
.news-box-right .news-box-content:hover {
	color: #0096e3;
}

.last-box {
	border-bottom: 1px solid #dedede;
}

.news-box-left {
	/* width: 20%; */
	/* background-color: #bfa; */
}
.news-box-right {
	/* width: 80%; */
	margin-top: 10px;
}

.news-box-content {
	margin: 10px 0;
	font-size: 15px;
	color: #666666;

	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-box-footer {
	font-size: 15px;
	color: #666666;
	float: right;
}

/* .service-list :nth-child(1) {
	color: red;
} */
.justify-content-center {
	width: 100%;
	display: flex;
	justify-content: center;
}

.pagination .page-item .page-link {
	margin-top: 10px;
	color: #3f3a64;
}

.news-content {
	margin: 0 50px;
}

.news-content p {
	margin: 10px 0;
	line-height: 2em;
}

.hide {
	opacity: 0;
}
