.news-info-wrap img{
  display: block;
  width: 100%;
  min-height:135px;
  margin:0 auto;
}
.news-info-wrap .mobile-pic{
  display: none;
}
.news-info-content{
  padding:30px 0;
}
.cgal-details{
  padding-top:45px;
}
.cgal-list-wrap{
  min-height:240px;
  background:url(/images/2019bzy_cgal_bg1_03.png) repeat;
  position: relative;
}
.cgal-list-wrap .cgal-img{
  width:34%;
  height:100%;
  box-shadow: 1px 1px 10px #aaa;
  position: absolute;
  top:-10%;
  right:3%;
}
.cgal-list-wrap .cgal-img img{
  display: block;
  width:100%;
  height: 100%;
}
.cgal-list .cgal-desc{
  width:60%;
  padding:20px 0 0 20px;
}
.cgal-list .cgal-desc .cgal-title{
  font-size: 14px;
}
.cgal-list .cgal-desc .cgal-text{
  padding-top:18px;
  font-size: 28px;
  color:#323232;
  line-height: 36px;
}
.cgal-list .step-next{
  display: block;
  width:14px;
  height:12px;
  background:url(/images/2019bzy_cgal_icon1_03.png) no-repeat;
  position: absolute;
  left:20px;
  bottom:15px;
  z-index: 1;
}
.project-details .item{
  padding:25px 0 10px;
  border-bottom:1px solid #e6e6e6;
}
.project-details .item .project-title{
  width:12%;
  min-width: 100px;
  height:30px;
  line-height: 30px;
  padding-left:10px;
  margin-bottom:10px;
  display: inline-block;
  vertical-align: top;
  color:#fff;
  font-size: 14px;
  background:#005da2;
  border-radius: 100px;
}
.item .project-title i{
  display: inline-block;
  vertical-align: middle;
  width:16px;
  height:16px;
  margin-right:4px;
}
.item .project-title img{
  display: block;
  width:100%;
  height:100%;
}
.project-details .item .project-desc{
  width:87%;
  display: inline-block;
  vertical-align: top;
  padding-left:10px;
}
.item .project-desc p{
  margin-bottom:15px;
  line-height: 30px;
  font-size: 14px;
}
@media(max-width: 769px){
  .news-info-wrap .mobile-pic{
    display: block;
  }
  .news-info-wrap .pc-pic{
    display: none;
  }
  .news-info-content{padding-top:0;}
  .cgal-details{
    padding-top:65px;
  }
  .cgal-list-wrap{
    min-height:700px;
  }
  .cgal-list-wrap .cgal-img{
    width:94%;
    height:72%;
    top:-6%;
  }
  .cgal-list .cgal-desc{
    width:100%;
    padding:0 5%;
    text-align: center;
    position: absolute;
    bottom:9%;
  }
  .cgal-list .cgal-desc .cgal-title{
    font-size: 20px;
  }
  .cgal-list .step-next{
    left:50%;
    margin-left:-7px;
    bottom:3%;
  }
  .project-details .item .project-desc{
    width:100%;
    padding-left:0;
  }
}
@media(max-width: 480px){
  .cgal-list-wrap{
    min-height:400px;
  }
  .cgal-list-wrap .cgal-img{
    width:94%;
    height:70%;
    top:-6%;
  }
  .cgal-list .cgal-desc .cgal-title{
    font-size: 16px;
  }
  .cgal-list .cgal-desc .cgal-text{
    font-size: 20px;
    padding-top:10px;
    line-height: 27px;
  }
}<!--0.00018095970153809-->