@charset "utf-8";
/* CSS Document */


* {
    margin: 0;
    padding: 0;
}
article, section, time, aside {
    display: block;
}
body {
}
.point-time {
    background: #1c87bf none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #ffffff;
    content: "";
    height: 13px;
    left: 20%;
    margin-left: -4px;
    position: absolute;
    top: 17px;
    width: 13px;
}
.text-red {
    color: #f6393f;
}
.text-blue {
    color: #1c87bf;
}
.text-green {
    color: #95c91e;
}
.text-yellow {
    color: #ffb902;
}
.text-purple {
    color: #d32d93;
}
.point-red {
	background-color: #666666;
}
.point-blue {
	background-color: #666666;
}
.point-green {
	background-color: #666666;
}
.point-yellow {
	background-color: #666666;
}
.point-purple {
    background-color: #d32d93;
}


.content {
    margin: 40px auto 0;
    width: 1200px;
}
.content article {
    position: relative;
}
.content article > h3 {
	color: #1d1d1d;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	padding: 10px 0 20px;
	text-align: right;
	width: 15%;
}
.content article section {
    padding: 0 0 17px;
    position: relative;
}
.content article section::before {
    background: #e6e6e6 none repeat scroll 0 0;
    bottom: -17px;
    content: "";
    left: 20%;
    position: absolute;
    top: 17px;
    width: 5px;
}
.content article section:last-child::before {
    display: none;
}
.content article section time {
    display: block;
    position: absolute;
    width: 15%;
}
.content article section time > span {
	display: block;
	text-align: right;
	font-size: 15px;
}
.content article section aside {
    color: #3a3a38;
    margin-left: 25%;
    padding-bottom: 15px;
}
.content article section .brief {
    color: #9f9f9f;
}
