* {
  margin: 0;
  padding: 0;
}

article,section,time,aside{display:block;}

body {
  color: #9f9f9f;
  background: #fff;
  font-size: 1.16em;
  font-family: 'Lato', Calibri, Arial, sans-serif;
}

.point-time {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 17px;
  left: 5%;
  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-gray {
  background-color: #bbbaba;
}

.point-yellow {
  background-color: #ffb902;
}

.point-purple {
  background-color: #d32d93;
}

.content {
  width: 100%;
  /* margin: 30px auto; */
}
.content article {
  position: relative;    
}
.content article > section{
  min-height: 37px;
}
.content article > section> h3 {
  width: 24%;
  height: 20px;
  line-height: 20px;
  text-align: right;
  font-size: 1.4em;
  color: #1d1d1d;
  padding: 10px 0 20px;
}
.content article > section> h3 >span{
      color: #3DB982;
  position: absolute;
  left: 16%;
  display: block;
  width: 65px;
  height: 63px;
  float: right;
  background-color: #D3F5E6;
  line-height: 60px;
  border-radius: 50%;
  text-align:center;
}

.content article section {
  padding: 0 0 17px;
  position: relative;
}
.content article section:before {
  content: "";
  width: 5px;
  top: 17px;
  bottom: -17px;
  left: 5%;
  background: #e6e6e6;
  position: absolute;
}
.content article section:last-child:before {
  display: none;
}
.content article section time {
  width: 15%;
  display: block;
  position: absolute;
  top: 16px;
  left: 50px;
}
.content article section time > span {
  display: block;
  text-align: left;
}
.content article section aside {
  color: #3a3a38;
  margin-left: 16%;
  padding: 15px;
  border-radius:9px;
}
.content article section .brief {
  color: #9f9f9f;
}


/* 表格样式 */
.tableStyle tr> td:nth-child(odd),th:nth-child(odd){
  background-color: #F2F9FC;
}
.width-600{
  max-width:800px !important;
}

.width-210{
  width:210px !important;
}
.width-100{
  width:100px !important;
}
.width-80{
  width:80px !important;
}
.width-170px{
  width:170px !important;
}

.aside-timeline h2{
  
}