.banner{
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
}

.bolg{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: #FFF;
}
.bolg-inner{
  width: 1200px;
  padding: 180px 0 120px;
}
.title{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid #BBBCBD;
}
.title-inner{
  display: flex;
  align-items: baseline;
}
.title-icon{
  width: 38px;
  height: 38px;
  /* margin-right: 10px; */
}
.title-inner > h1{
  font-size: 30px;
  font-family: textbold;
}
.title-inner > label{
  font-size: 30px;
  font-family: textbold;
}
.bolg-time{
  font-family: textlight;
  font-size: 13px;
  color: #262626;
}
.bolg-content{
  margin: 60px 0;
  font-family: textlight;
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  max-width: 1200px;
}
.bolg-content video[width="auto"]{
  width: 1200px;
}
.bolg-img{
  width: 660px;
}
.bolg-footer{
  border-top: 1px solid #BBBCBD;
  padding-top: 15px;
  margin-top: 50px;
}
.bf-item{
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}
.bf-ctrl{
  font-family: textlight;
  font-size: 14px;
  color: #1959a7;
  margin-right: 5px;
}
.bf-title{
  font-family: textlight;
  font-size: 14px;
  color: #262626;
}