body,html{
  background-color: #F7F8FC;
}
.header{
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #666666;
}
.baogao-list{
  height: 500px;
  padding-right: 20px;
}
.baogao-list-body{
  width: 100%;
  padding: 20px;
  padding-top: 40px;
  height: 500px;
  margin-right: 20px;
  background-color: #fff;
}

.list-body-head{
  width: 100%;
  height: 120px;
  background-image: url("https://fangxinqian.cn/webgw/imagegw/jiejuefangan/image/hangyebaogao/bj2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  text-align: left;
  padding-left: 50px;
  padding-top: 23px;
  position: relative;
}
.list-body-head h1{
  font-size: 30px;
  font-weight: bold;
  width: auto;
}
.list-body-head p{
  font-size: 20px;
  margin-top: 6px;
  width: auto;
}
.list-body-head img{
  position: absolute;
  right: 3%;
  top: -17px;
  display: inline-block;
  width: 219px;
}

.baogao-list-main{
  width: 100%;
}
.baogao-list-main li{
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.list-item-img{
  width: 20%;
  margin-right: 40px;
}
.list-item-img img{
  width: 100%;
}
.list-item-msg{
  width: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.list-item-msg h2{
  width: 100%;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}
.list-item-msg .list-item-read{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.list-item-msg .list-item-read >div{
  color: #666666;
  font-size: 16px;
  line-height: 16px;
}
.list-item-msg .list-item-read >div img{
  width: 16px;
  vertical-align: top;
}
.list-item-msg .list-item-read >div:nth-child(2) img{
  vertical-align: middle;
}







.bg-block-list{
  height: auto;
  padding: 0 5px;
}

.bg-block-item{
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
}
.block-item-head{
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  align-items:flex-end
}
.block-item-head h2{
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  border-bottom: 2px solid #317DFF;
}
.block-item-head span{
  color: #666666;
  font-size: 16px;
  height: 25px;
}
.block-item-img{
  margin-top: 20px;
}
.block-item-img img{
  width: 100%;
}
.block-item-title{
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.block-item-desc{
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.block-item-time{
  color: #317DFF;
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width: 986px){
  .baogao-list-body{
    padding-top: 20px;
  }
  .list-item-img{
    width: 30%;
    height: 90px;
    margin-right: 20px;
    overflow: hidden;
  }
  .list-item-img img{
    width: auto;
    height: 90px;
  }
  .list-item-msg{
    width: calc(70% - 20px);
  }
  .list-item-msg h2{
    font-size: 14px;
  }

}