body{
  /* font-family: PingFangSC-Semibold, PingFang SC; */
  margin: 0;
  padding: 0;
  /* background: #F2F9FF; */
  position: relative;
}

.content{
  background-color: #fff;
  width: 1200px;
  /* min-height: 778px; */
  margin: auto;
  padding: 40px 0;
}
.content-title{
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000F34;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.content-content{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.content-content .content-left{
  width: 380px;
  height: 293px;
  margin-right: 20px;
}

.content-content .content-right{
  flex-grow: 1;
  padding-top: 20px;
  font-size: 17px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000F34;
  line-height: 25px;
}

.content-article{
  text-indent: 2rem;
}

.content-more{
  margin-top: 40px;
  width: 790px;
  height: 35px;
  background: #EFEFEF;
  font-size: 17px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000F34;
  line-height: 35px;
  text-align: center;
}
.content-bottom{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.content-bottom .item{
  width: 286px;
  height: 100px;
  background: #0086D1;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 51px;
  position: relative;
  margin-bottom: 20px;
}

.content-bottom .item span{
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  line-height:100px;
}

.content-bottom .item img{
  margin-right: 20px;
  line-height: 51px;
}
