.main{
    min-height: 500px;
    background: #F1F5F9;
    overflow: auto;
}
.main .wrap{
    background-color: #fff;
    margin-top: 36px;
    margin-bottom: 50px;
    padding: 26px 24px;
}
.page-title{
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
    text-align: center;
}
.content-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.content-wrap .content-left{
    margin-right: 20px;
    border: 1px solid #F1F5F9;
    padding: 20px;
}
.content-wrap .content-left .contact{
    border-bottom: 1px solid #F1F5F9;
}
.content-wrap .content-left .contact .contact-list{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.content-wrap .content-left .contact .contact-list .list-icon{
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
.content-wrap .content-left .contact .contact-list .list-icon img{
    width: 100%;
    height: 100%;
    transform: translateY(2px);
}
.content-wrap .content-left .contact .contact-list .info-tip.weight{
    font-weight: bold;
}
.content-wrap .content-left .contact .contact-list .info-tip{
    font-size: 16px;
    color: #2A2A2A;
    white-space: nowrap;
}
.content-wrap .content-left .contact .contact-list .info-desc{
    font-size: 14px;
    color: rgba(42, 42, 42, 1);
}
.content-wrap .content-left .contact .contact-list .info-desc.weight{
    font-weight: bold;
}
.content-wrap .content-left .road{
    margin-top: 10px;
}
.content-wrap .content-left .road .road-title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.content-wrap .content-left .road .road-title .road-icon{
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
.content-wrap .content-left .road .road-title .road-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-wrap .content-left .road .road-title .title-text{
    font-size: 14px;
    color: rgba(42, 42, 42, 1);
}
.content-wrap .content-left .road .plan{
    font-size: 14px;
    color: rgba(42, 42, 42, 1);
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: bold;
    margin-left: 25px;
}
.content-wrap .content-left .road .plan:last-child{
    margin-bottom: 0;
}
.content-wrap .content-right{
    width: 680px;
    height: 517px;
    flex-shrink: 0;
}
.content-wrap .content-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
