@media screen and (max-width: 430px){
    body{
        font-size: 10px;
    }
    #contact-section .head{
        display: block !important;
    }
    #contact-section .head .title{
        display: block;
        font-size: 0.3rem;
        line-height: 1.8;
    }
    #contact-section{
        width: 100% !important;
        padding: 0.3rem;
        margin-top: 0 !important;
    }
    #contact-section .content{
        padding: 0 !important;
    }
    #contact-section .content img{
        width: 90%;
    }
    
}

#contact-section{
    width: 60%;
    margin: 100px auto;
    /* margin-bottom: 100px; */
}

#contact-section .head{
    margin-bottom: 50px;
    font-size: 30px;
    /* font-weight: bold; */
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


#contact-section .content{
    padding: 0 50px;
}
#contact-section .content img{
    display: block;
    margin: 60px auto;
}
#contact-section .content p{
    line-height: 1.8;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
#contact-section .head .date{
    font-size: 14px;
    color: #ccc;
}
img{
    width: 70%;
}
.top-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.top-list  .left{
    flex: 1;
    margin-right: 30px;
}
.top-list  .left img{
    width: 100%;
}
.top-list  .left p{
    margin-top: 30px;
    font-size: 30px;
    line-height: 1.7;
}

.top-list .right .item .content h3{

}
.top-list .right .item .img{
    margin-right: 20px;
    width: 80%;
}
.top-list .right .item img{
    width: 100%;
}
.top-list .right .item .content h3{
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.bottom-list{
display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; /* 设置网格项之间的间距 */
  grid-row-gap: 40px;
}
.bottom-list .item{
    
}
.bottom-list .item .content{
    margin-top: 15px;
}
.bottom-list .item .content h3{
    font-size: 18px;
    line-height: 1.8;
}
.bottom-list .item .content span{
    margin-top: 10px;
    display: inline-block;
    color: #666;
}
.bottom-list .item img{
    width: 100%;
}