/* 移动端样式 */
@media only screen and (max-width: 768px) {
	.content-list {
		background-color: #fff;
		/*padding: 0.625rem;*/ 
		margin-top: 0.625rem;
		margin-left: 0.625rem;
		margin-right: 0.625rem;
		border-radius: 0.313rem;
	}
	.content-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px;
		border-bottom: 1px solid #eee;
	}
	.content-header-title-container {
		display: flex;
		justify-content: start;
		align-items: center;
	}
	.content-header-divider {
		width: 0.25rem;
		height: 1.25rem;
		background: #3193D8;
		border-radius: 0.13rem;
	}
	.content-header-title {
		font-size: 1.25rem;
		font-weight: bold;
		color: #3193D8;
		margin-left: 0.625rem;
	}
	.content-more-link {
		color: #999;
		text-decoration: none;
		font-size: 1rem;
	}
	.content-news-list {
		padding: 0 0.938rem;
	}
	.content-news-item {
		padding: 0.938rem 0;
		border-bottom: 0.06rem dashed #979797;
	}
	.content-news-item:last-child {
		border-bottom: none;
	}
	.content-news-title {
		font-size: 1.25rem;
		color: #333;
		flex-grow: 1;
		margin-right: 0.625rem;
	}
	.content-news-date {
		font-size: 1rem;
		color: #999;
		text-align: right;
	}
}
