.pc-style .newsList li {
	padding-left: 10px;
	position: relative;
}

.pc-style .newsList li::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #888888;
	position: absolute;
	left: 0px;
	top: 13px;
}

.pc-style .newsList li a {
	display: block;
	padding: 5px 0px;
	line-height: 1.5;
}

.pc-style .newsList li .TitleText {
	padding-right: 1em;
}

.pc-style .newsList li .DateText {
	color: #888888;
}