﻿.lsyg {
  width: 100%;
  margin-left: .5rem;
}

.lsyg .his-r {
  width: 100%;
  margin-left: .1rem;
  margin-top: 1rem;
}

.lsyg .his-r ul {
  padding: 0.1rem 0;
  border-left: 1px solid #cee2f1;
  position: relative;
}

.lsyg .his-r ul::before {
  content: '';
  position: absolute;
  top: -0.84rem;
  left: -0.42rem;
  width: 0.84rem;
  height: 0.85rem;
  background: url(../images/frame/his-top.png) no-repeat;
  background-size: 100% 100%;
}

.lsyg .his-r ul li {
  margin: .5rem 0rem;
}

.lsyg .his-r ul li h3 {
  font-size: 0.18rem;
  line-height: 0.28rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #cee2f1;
  color: #333;
  padding-left: .5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lsyg .his-r ul li h3::before {
  content: '';
  position: absolute;
  top: 0.77rem;
  left: -0.09rem;
  width: 0.15rem;
  height: 0.15rem;
  background: #cee2f1;
  border-radius: 50%;
}

.lsyg .his-r ul li h3 .year {
  font-size: .4rem;
  color: #0f51a9;
  margin-bottom: .2rem;
  font-family: Arial, Helvetica, sans-serif !important;
}

.lsyg .his-r ul li h3 img {
  width: 3rem;
}