.news-banner {
	padding-top: 44px;
}
.news-banner img {
	width: 100%;
}
.main-content {
	background-color: white;
	padding: 0;
}
.main-content .tab-bar {
	width: 100%;
	height: 44px;
}
.tab-bar ul {
	overflow-x: auto;
	display: flex;
	box-shadow: 0 2px 4px 0 rgba(225,225,225,0.5);
	padding: 0 10px;
	justify-content: space-around;
}
.tab-bar ul li {
	line-height: 44px;
	white-space: nowrap;
}
.tab-bar ul .cur {
	border-bottom: 3px solid #52acc7;
}
.main-content .press-content {
	padding: 10px;
}
.press-content .news-item {
	height: 100px;
}
.press-content a {
	margin-top: 10px;
	display: block;
}
.press-content a:first-child {
	margin-top: 0;
}
.news-item .cover {
	float: left;
	width: 150px;
	height: 100px;
	object-fit: cover;
}
.news-item .detail {
	padding-top: 4px;
	padding-left: 14px;
	float: left;
	width: 200px;
}
.news-item .detail .title {
	font-weight: bold;
	height: 64px;
}
.news-item .detail .description {
	font-size: 10px;
	color: #8A8A8A;
	margin-top: 10px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.news-item .detail .time {
	margin-top: 10px;
	color: #52acc7;
}
.news-item .detail .detail-icon {
	position: absolute;
	right: 16px;
	margin-top: -16px;
}
.footer-content {
	margin-top: 0;
}
