* {
  margin: 0;
  padding: 0;
}



article,section,time,aside{display:block;}



.content {

  color: #666;
  background: #fff;
  padding:20px;
  border-radius: 10px;

  /* font-family: "cni","Helvetica Neue",Helvetica,Arial,sans-serif ; */
  

}



.point-time {

  content: "";

  position: absolute;

  width: 12px;

  height: 12px;

  top: 24px;

  left: 18px;

  background: #1c87bf;

  margin-left: -4px;

  border-radius: 6px;
  background-color: #9f9f9f;

  box-shadow: 0 0 0 2px #fff;
  top:4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

}


.point-yellow {

  background-color: #ccc;
  

}

#timeline_detail section:first-child .point-yellow{
  background-color: #ff542c;
  z-index: 100;
  box-shadow: 0 0 0 2px #fff;
}

/* #timeline_detail section:first-child:after{
  content: "";

  position: absolute;

  width: 26px;
  left:20px;
  height: 26px;

  top: 24px;
  background: #ffe7ba;

  margin-left: -12px;
  box-shadow: 0 0 0 2px #fff;
  border-radius: 50%;
  top:-4px;
  z-index: 10;
} */

.content article section:before {

  content: "";

  width: 1px;
  bottom: -17px;

  left: 20px;

  background: #ccc;

  position: absolute;

  top:7px;

}

.content article section:last-child:before {

  display: none;

}




.content {

  width: 100%;
  font-size: 14px;

}

.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 20px;

}

.content article section {

  padding: 0;

  position: relative;

}



.content article section time {

  width: 250px;
  display: block;
  position: absolute;
  left: 136px;
}

.content article section time > span {
  text-align: left;
  padding-right: 10px;
}
.content section:first-child time{
  /* font-family: "cniB","Helvetica Neue",Helvetica,Arial,sans-serif;  */
  font-size: 18px;
  color:#333;
}

.content article section aside {

  color: #3a3a38;

  margin-left: 50px;

  padding-bottom: 15px;

}

.content article section aside span{
  display: inline-block;
}
.content section:first-child aside span{
  /* font-family: "cniB","Helvetica Neue",Helvetica,Arial,sans-serif;  */
  font-size: 18px;
  color:#333;
}
.content section:first-child aside span:first-child{
  
  color:#000;
  font-weight: 500;
}

.content article section .brief {

  color: #9f9f9f;

}


@media(max-width: 910px){
  .point-time{
    left:18px;

  }
  #timeline_detail section:first-child:after{
    left:18px;
  }
  .content article section:before{
    left:18px;
  }

  .content article section time {
    margin-left: 50px;
    position: static;
  }

  .content section:first-child time{
    font-size: 16px;
  }

  .content article section aside {

   display: block;
    margin-left: 50px;
  }
  .content section:first-child aside p{
    font-size: 16px;
  }
  .content article section {
    padding: 0 0 10px;
  }

  .content article section aside {

    padding-bottom: 6px;
  
  }

}