
.main-content {
    display: flex;
    padding: 30px 0;
    align-items: flex-start;
}

.lxwm-sidebar {
    width: 250px;
    background-color: #f8feff;
    margin-right: 15px;
    text-align: center;
    flex: 1;
}

.sidebar-title {
    font-size: 20px;
    color: #1577ce;
    margin: 0;
    margin-bottom: 1px;
    border-bottom: 1px solid #d4a915;
    padding: 10px;
}

.lxwm-sidebar ul {
    list-style-type: none;
    padding: 15px;
}

.lxwm-sidebar li {
    margin-bottom: 20px;
    padding: 7px;
    cursor: pointer;
    border-radius: 5px;
    background: linear-gradient(to bottom, #fefdfd, #dedfde);
}

.contact-section {
    flex: 3.5;
    padding: 20px 30px;
    background: #f8feff;
}

.contact-section h2 {
    color: #333;
    text-align: center;
    font-size: 25px;
    padding: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #abadae;
}

.con-us{
    color: #d1d5d7;

}

.contact-bj{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wxgzh {
    text-align: center;
    margin-right: 150px;
}

.wxgzh img {
    width:188px;
    height:185px;
}

.wxgzh p{
    margin: 0;
}


.contact-details p {
    margin: 30px 0;
}

.contact-details p a{
    color: black;
    text-decoration: none;
}

.contact-details p:nth-last-child(2)  {
    margin-bottom: 0;
}

.contact-details p:last-child  {
    margin-top: 5px;
}

.map-container {
    margin-top: 60px;
}

.map {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.site-footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}

.site-footer p {
    margin: 5px 0;
}


.contact-map {
    width: 100%;
    height: 420px;
    margin-top: 50px;
}