.list {
    padding-top: 60px;
}

.port1con {
    font-size: 16px;
    color: #232323;
    line-height: 30px;
}

th {
    background: #F4FAFF;
    font-size: 16px;
    font-weight: bold;
    color: #3772E8;
}

table {
    border-color: #F2F2F2;
    /* border-collapse: collapse; */
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

th,
td {
    padding: 10px 0;
    width: 20%;
    line-height: 30px;
}

td {
    font-size: 16px;
    color: #232323;
}

.port2 {
    margin: 60px 0;
}

.jsmap-svg-container {
    width: 100% !important;
    height: 100% !important;
}

.port2r {
    width: 26.66%;
    margin-right: 5.4%;
}

.port2addinfoo {
    background: #3772E8;
    border-radius: 4px;
    padding: 0 28px;
    min-height: 280px;
    padding-bottom: 20px;
}

.port2title {
    font-size: 20px;
    color: #FFFFFF;
    padding: 24px 0;
}

.port2title img {
    width: 20px;
    margin-right: 10px;
}

.addres {
    border-top: 1px solid rgba(255, 255, 255, .4);
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    padding: 20px 0;
    margin-bottom: 20px;
}

.addli {
    margin-bottom: 15px;
    font-size: 14px;

    color: #FFFFFF;
}
.addli:nth-last-of-type(1){
    margin-bottom: 0;
}