
body{background:#fafafa}.container{margin:50px auto}


                          /* Pagination links */
                      .pagination a {
                          color: black;
                          float: left;
                          padding: 8px 12px;
                          text-decoration: none;
                          transition: background-color .3s;
                          font-size:12px;
                      }

/* Style the active/current link */
.pagination a.active {
    background-color: dodgerblue;
    color: white;
}
.tablesorter-header-asc::after {
    content: '\2191';
    top: calc(50% - 0.75em);
    float: right;
}

.tablesorter-header-desc::after {
    content: '\2193';
    top: calc(50% - 0.75em);
    float: right;
}
/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {background-color: #ddd;}



 .cx form{
     display: flex
 }
.cx input{
    width:30%;margin-left:10px
}
.cx button{
    background-color: #a1a1a1;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}
.cx h1{
    color: #3d3d3d;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
 a {
    text-decoration: none !important;
}

     
        /* 主要信息区域 */
        .main-info {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }
          /* 信息表格 */
        .info-table {
            flex: 1;
            background-color: #fff;
            border-radius: 4px;
            padding: 20px;
        }
        
        .info-table table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .info-table th,
        .info-table td {
            padding: 12px 15px;
            text-align: left;
            border-bottom: 1px solid #f0f0f0;
        }
        
        .info-table th {
            background-color: #f5f7fa;
            color: #666;
            font-weight: 600;
            width: 120px;
        }
        
        /* 地图区域 */
        .map-container {
            flex: 1;
            background-color: #fff;
            border-radius: 4px;
            padding: 20px;
        }
        
        .map-container img {
            width: 100%;
            height: auto;
            border-radius: 4px;
        }
        
        /* 港口介绍 */
        .port-intro {
            background-color: #fff;
            border-radius: 4px;
            padding: 20px;
            margin-bottom: 20px;
        }
        
        .port-intro h2 {
            font-size: 18px;
            font-weight: 600;
            color: #333;
            margin-bottom: 15px;
            padding-left: 10px;
            border-left: 3px solid #1E9FFF;
        }
        
        .port-intro p {
            line-height: 1.8;
            color: #666;
        }
        #search-results-container .container {
            box-shadow: none;
        }
 