body {
	background: #f4f6f9;
}
li{
	list-style: none;
}
.block {
	width: 350px;
	margin: 15px auto;
	padding: 25px;
	box-shadow: 0 2px 24px 0px rgba(175, 175, 175, 0.2);
	background: #fff;
	border-radius: 15px;
}
.title {
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
}
.latest {
	position: relative;
	height: auto;
	margin: 0 auto;
	margin-top: -30px;
	padding: 50px 0 50px;
}
.ball {
	position: absolute;
	top: -100px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.ball1 {
	left: 0px;
}
.ball2 {
	left: 150px;
}
.ball3 {
	right: 0;
}

.latest .num{
	position: absolute;
	right: 0;
	width: 100px;
	height: 50px;
	line-height: 50px;
	text-align: right;
	font-size: 22px;
	color: red;	
}

.red {
	background: radial-gradient(circle, #fff, #d32300, #000000);
}
.yellow {
	background: radial-gradient(circle, #fff, #8a8a00, #000000);
}
.green {
	background: radial-gradient(circle, #fff, #008339, #000000);
}
.list {
	margin: auto;
	padding: 0;
}
.list li {
	margin: 15px auto;
	padding: 15px 15px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	border-radius: 10px;
}
.list li .tit {
	padding: 10px 0;
	border-bottom: 1px dotted #dedede;
}
.list li .color {
	display: flex;
	justify-content: space-between;
	margin: 15px auto 0
}
.list li .color span {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.list li .color_text{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px auto 0;
}
.list li .color_text span {
	display: inline-block;
}
.list li .color_text span.circle{
	width: 25px;
	height: 25px;
	border-radius: 50%;
}
.list li .color_text span.num{
	font-size: 14px;
}
.section-text{
	line-height: 30px;
}
