.normal-list{
   padding:40px 15px;
}
.normal-list img{
   width:100%;
   max-height: 250px;
   object-fit: cover;
}
.normal-list .title,
.normal-row-list .title{
   display: inline-block;
   font-size: 26px;
   color:var(--theme);
   padding:30px 0;
   border-bottom: 2px solid var(--theme);
}
.normal-list .detail,
.normal-row-list .detail{
   color:#777;
   font-size: 14px;
   line-height: 30px;
}
.normal-row-list img{
   width: 100%;
   max-height: 300px;
   object-fit: cover;
}
.normal-row-list{
   padding: 40px 0;
   border-bottom:1px solid #ddd;
}
#videos .container .video{
   width:100%;
   height:auto;
}
#videos .detail{
   color:#666;
   line-height: 24px;
   margin-top:20px;
   margin-bottom:40px;
}

/* 建筑开发-荣誉资质 */
#build_honor .title,
#build_honor .tit{
   width:100%;
   text-align: center;
}
#build_honor .title{
   font-size: 26px;
   color:var(--theme);
   font-weight: bold;
   margin-top:20px;
}
#build_honor .tit{
   text-transform: uppercase;
   margin-top:10px;
   margin-bottom:20px;
   color:#d4d5d2;
}
#build_honor .itembox{
   position: relative;
   height:280px;
   margin:10px 0;
   border:1px solid #ddd;
   overflow: hidden;
}
#build_honor .itembox .imgbox{
   width:100%;
   height:100%;
}
#build_honor .imgbox img{
   width:100%;
   height:100%;
   object-fit: cover;
   transition: all 1.2s;
}
#build_honor .imgbox img:hover{
   transform:scale(1.1);
}
#build_honor .imgtit{
   width:100%;
   height:40px;
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   bottom:0;
   background:var(--theme);
   color:#fff;
   opacity: .95;
}
/* 建筑开发-荣誉资质 */