li {
	list-style: none;
}
.t-over {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 团队介绍 */
.team-intro section {
	box-shadow: 0px 0px 10px 0px rgba(106, 168, 255, 0.5);
}
.team-intro-content img {
	width: 100%;
}

.team-intro .text-content {
	padding: 36px;
	background-color: #ffffff;
}
.team-intro .text-content p {
	margin: 0;
}
.team-intro .text-content p:not(:last-child) {
	margin-bottom: 20px;
}

/* 媒体动态 */
.dynamic-list {
	margin: 0;
	padding: 0;
}
.dynamic-list p {
	margin: 0;
	box-sizing: border-box;
}
.dynamic-list li {
	display: flex;
  align-items: center;
	justify-content: space-between;
	border-bottom: 2px dashed #999;
	padding: 10px 0;
	margin-bottom: 12px;
}
.dynamic-list .title {
  width: 70%;
	color: #277fff;
	cursor: pointer;
}
.media-dynamic .sum {
	height: 38px;
	line-height: 38px;
}
