body,html{
  background-color: #F7F8FC;
}
.header{
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #666666;
}
.fontweight{
  color: #333333;
  font-weight: bold;
}
.baogao-list-title{
  background-color: #fff;
  padding: 20px;
}
.title-top{
  margin-bottom: 20px;
}
.title-top h1{
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.title-img-desc{
  display: flex;
  flex-wrap: wrap;
}
.title-img-desc .title-img{
  width: 36%;
  margin-right: 40px;
}
.title-img-desc .title-img img{
  width: 100%;
}
.title-desc{

}
.title-desc > div{
  width: 100%;
}
.title-desc > div label{
  color: #666666;
  font-size: 16px;
  display: inline-block;
  width: 80px;
}
.title-desc > div span{
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}

.button-down button{
  width: 140px;
  height: 44px;
  background: #317DFF;
  border-radius: 1px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border: none;
  outline: none;
  margin-top: 30px;
}


.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;
}



.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: 1200px){
  .title-top h1{
    font-size: 20px;
  }
  .title-img-desc .title-desc,.title-img-desc .title-img{
    width: 100%;
    margin: 0;
  }
  .title-img-desc .title-desc{
    margin-top: 15px;
  }
}

@media (max-width: 500px){
  .gw-footer {
    margin-bottom: 52px;
  }
}