* {
    font-family: SimSun, sans-serif !important;
    font-size: 18px;
}

body {
    margin: 0;
    padding: 0;
}

.map-background {
    position: relative;
    background-image: linear-gradient(transparent, white 75%), url('/static/img/map.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.map-container {
    position: absolute;
    height: 408px;
    width: 100%;
    top: 0;
    left: 0;
}

.map-container img {
    width: 180px;
    height: 60px;
    object-fit: contain;
}

@media only screen and (max-width: 1440px) {
    .map-container img {
        width: 80px;
        height: 50px;
      
    }
}

@media only screen and (max-width: 768px) {
    .map-container img {
        width: 40px;
        height: 30px;
    }
}

.main-title-1 {
    font-size: 40px;
    font-weight: bold;
}

.blue-color-1 {
    color: #001871;
}

.gray-color-1 {
    color: #B8B8B8
}

.banner {
    background-image: url('/static/img/header.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 308px;
    width: 100%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(156, 156, 156, 1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(156, 156, 156, 1);
    box-shadow: 0px 5px 5px 0px rgba(156, 156, 156, 1);
}

.institution-wrapper img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    border: 1px solid #cfcfd4;
    padding: 5px;
    margin: 5px;
}

.institution-logo {
    width: 100%;
    max-width: 250px;
    max-height: 200px;
    object-fit: contain;
    padding: 10px;
}

.block-content {
    min-height: 100px;
}

a {
    text-decoration: none ;
}