.contactUs {
    
}
iframe {
    width: 100%;
    height: 36.458vw;
    min-height: 400px;
}
.contactUs-title {
    color: #015196;
    font-size: 20px;
}
.contactUs-line {
    width: 26px;
	height: 3px;
	background-color: #106aa4;
    margin: 19px 0 27px;
}
.contactUs-list {
    display: flex;
    justify-content: space-between;
}
.contactUs-item {
    color: #666666;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.contactUs-item img {
    width: 36px;
    height: 36px;
    margin-right: 14px;
}
@media (max-width:600px){
    .contactUs-list {
        display: block;
    }
    .contactUs-item {
        margin-bottom: 20px;
    }
}