

.point-time {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 17px;
  left: 10px;
  background: #1c87bf;
  margin-left: -4px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
}

.text-red {
  color: #f6393f;
}

.text-blue {
  color: #1c87bf;
}

.text-green {
  color: #95c91e;
}

.text-yellow {
  color: #ffb902;
}

.text-purple {
  color: #d32d93;
}

.point-red {
  background-color: #f6393f;
}

.point-blue {
  background-color: #1c87bf;
}

.point-green {
  background-color:#009900;
}

.point-yellow {
  background-color: #ffb902;
}

.point-purple {
  background-color: #d32d93;
}

.content {
  width: 100%;
  margin: 10px auto;
}
.content article {
  position: relative;
}
.content article > h3 {
  width: 15%;
  height: 20px;
  line-height: 20px;
  text-align: right;
  font-size: 1.4em;
  color: #1d1d1d;
  padding: 10px 0 0px;
}
.content article section {
  padding: 0 0 0px;
  position: relative;
}
.content article section:before {
  content: "";
  width: 1px;
  top: 17px;
  bottom: -17px;
  left: 12px;
  background: #e6e6e6;
  position: absolute;
}
.content article section:last-child:before {
  display: none;
}
.content article section time {
  width: 15%;
  display: block;
  position: absolute;
 
}
.content article section .things{ color:#ccc; height:30px; line-height:30px;}
.content article section .things span{ position:absolute; right:10px; }
.content article section time > span {
  display: block;
  text-align: right;
}
.content article section aside {
padding-top:8px;
  color: #3a3a38;
  margin-left: 25px;
  padding-bottom: 0px;
}
.content article section .brief {
  color: #9f9f9f;
}
.content article section .beizhu{ line-height:20px; color:#444;}
.content article section .c{ line-height:25px; height:75px; overflow:hidden;}
.content article section .c p { border-bottom:1px dashed #eee; color:#999}
.content article section .c p span{ float:right; padding-right:10px; color:#996600}
.content article section .icon{ color:#999; font-size:17px; text-align:right; padding-right:10px; background:#fff; opacity:0.5; height:50px; line-height:70px; margin-top:-30px;}
