.contact {
    width: 100%;
}
.column {
    overflow: hidden;
    width: 68.3%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.column img {
    width: 100%;
    height: 350px;
}
.column .headerLsit {
    display: flex;
    justify-content: space-between;
    height: 35px;
    border-bottom: 1px solid #026cb1;
    background: url(/Content/img/pulic/headerGround1.png) no-repeat;
    background-size: 100% 100%;
    background-position: 115px 10px;
}
.column .headerLsit .headerTitle {
    width: 123px;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: #026cb1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.headerLsit .headerTitle img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.bodyLsit {
    display: flex;
    justify-content: space-between;
}
.bodyLsit .bodyLeft {
    padding-top: 26px;
    padding-left: 17px;
}
.bodyLsit .bodyLeft h2 {
    line-height: 54px;
    color: #026cb1;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 26px;
}
.bodyLsit .bodyLeft p {
    line-height: 30px;
    font-size: 18px;
    color: #026cb1;
}
.bodyLsit .bodyLeft .span1 {
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
    width: 80px;
    font-weight: bold;
}
.bodyLsit .bodyLeft .span2 {
    color: #585858;
    font-size: 18px;
}
.bodyLsit .bodyRight iframe {
    width: 650px;
    height: 280px;
    border-radius: 10px;
    margin-top: 60px;
}
@media (max-width: 1700px) {
    .column {
        width: 90%;
    }
    .bodyLsit {
        justify-content: space-around;
    }
}
@media (max-width: 1320px) {
    .bodyLsit {
        display: block;
    }
    .bodyLsit .bodyLeft,
    .bodyLsit .bodyRight {
        display: block;
        width: 100%;
    }
    .bodyLsit .bodyRight iframe {
        width: 100%;
    }
}
@media (max-width: 1174px) {
    .column img {
        max-height: 200px;
    }
}
