@charset "utf-8";

.map-title {
    margin-top: 35px !important;
    margin-bottom: 21px !important;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.map-title2 {
    margin-top: 60px !important;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.map-container .goods-title {
    margin-top: 60px;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.split-line {
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
}

.map-list .map-content {
    /* display: flex;
    flex-wrap: wrap; */
    column-count: 3;
    column-gap: 20px;
    margin-bottom: 60px !important;
}

.map-list .map-content .map-section {
    display: flex;
    flex-direction: column;
    /* width: 33%; */
    break-inside: avoid; 
    /* margin-bottom: 20px; */
}

.map-list .map-content .map-section h2 {
    margin-top: 45px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.map-list .map-content .map-section ul {
    margin-top: 20px;
}

.map-list .map-content .map-section ul li a{
    font-weight: 400;
    font-size: 14px;
    color: #686868;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: inline-block;
}

.map-list .map-content .map-section ul li a:hover {
    text-decoration: underline;
}

.map-list .map-content .map-section ul li {
    margin-bottom: 15px;
}

.map-list .map-content .map-section ul li:last-child {
    margin-bottom: 0;
}

.map-list h3 {
    margin-top: 35px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.map-list .map-cn {
    margin-top: 25px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.map-list .map-en {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #686868;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.map-list .map-cn:hover,.map-list .map-en:hover {
    text-decoration: underline;
}

.map-container .new-list{
    margin-top: 45px;
    margin-bottom: 60px;
}

.new-list .new-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.new-list .new-item a {
    font-weight: 400;
    font-size: 14px;
    color: #686868;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.new-list .new-item a:hover {
    text-decoration: underline;
}

.new-list .new-item:last-child {
    margin-bottom: 0;
}

.new-list .new-item img {
    width: 18px;
    margin-right: 10px;
}