.project-list{display:flex;align-items:center;flex-wrap:wrap;position:relative;margin-top:-80px;z-index:99}
.project-list.project-item-col6 .project-item:not(:nth-of-type(6n)){margin-right:18px}
.project-list .project-item{display:flex;flex-direction:column;justify-content:center;width:167px;height:167px;border-radius:20px;opacity:1;background:#fff;box-shadow:0 -2px 10px rgba(35,97,252,.2);margin-bottom:20px;padding:0 20px;box-sizing:border-box}
.project-list .project-item .item-title{display:flex;align-items:baseline}
.project-list .project-item .item-title .title-number{font-size:36px;font-weight:700;line-height:36px;color:#003de6}
.project-list .project-item .item-title .title-name{font-size:20px;font-weight:700;color:#003de6}
.project-list .project-item .item-description{text-align:left;font-size:14px;font-weight:400;color:#4d4d4d;margin-top:14px;line-height:18px;white-space:pre-line}
.project-content{margin-top: 30px;}
.project-content .project-box{width: 100%;padding-bottom: 50px;}
.project-content .project-box.bgColor{background: rgba(242, 245, 247, 1);padding: 50px 0 0;}
.project-content .project-box:nth-last-of-type(1){padding-bottom: 50px;}
.project-content .item-title{position:relative;display:flex;align-items:baseline;font-size:26px;font-weight:700;color:#1f1f1f}
.project-content .item-title::after{content:"";position:absolute;bottom:0;left:0;width:192px;height:6px;background:#003de6;z-index:99}
.project-content .item-title .main-number{font-size:72px;font-weight:600;color:#003de6}
.project-content .item-title .main-name{display:flex;align-items:center;margin-left:5px;font-weight:700;}
.project-content .item-images{margin-top:40px;display:flex;flex-wrap:wrap}
.project-content .item-images img{display:block;object-fit:cover;margin-bottom:20px;box-shadow: 0px 5px 20px rgba(112, 144, 176, 0.1);}
.project-content .content-clo1 img{width:100%;height:auto}
.project-content .content-clo2 img{width:540px;height:auto}
.project-content .content-clo2 img:not(:nth-child(2n)){margin-right:20px}
.project-content .content-clo4 img{width:260px;height:auto}
.project-content .content-clo4 img:not(:nth-child(4n)){margin-right:20px}
.project-content .content-clo5 img{width:260px;height:auto}
.project-content .content-clo5 img:not(:nth-child(4n)){margin-right:20px}
