.shijianzhou{
padding-top: 0px;
padding-bottom: 50px;
background-color: #fff;

}
.shijianzhou .time-line-box {
  margin-top: 40px;
}
.shijianzhou .time-line-box ul:after {
  content: '';
  background: url(../images/line.png) repeat-x left bottom;
  height: 52px;
  width: 1000%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.shijianzhou .time-line-box ul li {
  float: left;
  width: 280px;
  position: relative;
  padding-top: 176px;
  padding-bottom: 0;
  padding-left: 0;
  z-index: 2;
}
.shijianzhou .time-line-box ul li:after {
  content: '';
  height: 124px;
  border-left: #d3d3d2 2px solid;
  position: absolute;
  top: 52px;
  left: 0;
}
.shijianzhou .time-line-box ul li dl {
  padding-left: 25px;
}
.shijianzhou .time-line-box ul li dl dt {
  font-size: 22px;
  color: #294782;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.shijianzhou .time-line-box ul li dl dt:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #294782;
  position: absolute;
  left: -30px;
  top: 0;
  border: #294782 4px solid;
}
.shijianzhou .time-line-box ul li dl dd {
  color: #333;
  font-size: 13px;
  line-height: 1.8;
  /* padding-left: 15px; */
  position: relative;
}
/* .shijianzhou .time-line-box ul li dl dd:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #294782;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
} */
.shijianzhou .time-line-box ul li:first-child {
  margin-left: 95px;
}
.shijianzhou .time-line-box ul li:last-child {
  margin-right: 40px;
}
.shijianzhou .time-line-box ul li:nth-child(2n) {
  padding-top: 0;
}
.shijianzhou .time-line-box ul li:nth-child(2n):after {
  top: auto;
  bottom: -51px;
  height: 76px;
  z-index: 2;
}
.shijianzhou .time-line-box ul li:nth-child(2n) dt:after {
  left: -34px;
}
.shijianzhou .time-line-box ul li:nth-child(2n) .layui-text {
  position: absolute;
  left: 0;
  bottom: 10px;
  border-left: #d3d3d2 2px solid;
}
.shijianzhou .time-line-box ul .item-this:after {
  border-left: #294782 2px solid;
}
.shijianzhou .time-line-box ul .item-this .layui-text {
  border-left: #294782 2px solid !important;
}


/* 分支机构
 */
 .jg-item{
  padding: 50px;
  padding-top: 0;
 }
 .jg-item:hover{
  cursor: pointer;
 }
 .jg-item .jg-bt{
  background-color: #eee;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  padding-left: 20px;
  margin-bottom: 35px;
 }
.jg-item .jg-cnt{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.jg-item .jg-cnt>div{
  width: 50%;
  padding: 35px 40px;
  box-sizing: content-box;

}
.jg-item .jg-jianjie{
 
  box-sizing: border-box;
  border-right: 1px solid #eee;
}

.jg-item p{
  line-height: 32px;
  font-size: 16px;
  margin-top: 30px;

}.jg-cnt h3{
  font-size: 24px;
  line-height: 40px;
color: #294782;  
}.jg-item .jg-pic{
  margin-top: 20px;
}.jg-item .jg-pic img{
  width: 100%;
  height: auto;
}