@charset "utf-8";

/* ================== Reset & Base ================== */
body {
    background: #f5f7fa;
    font-family: "Microsoft YaHei", "Heiti SC", Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
}

ul, li, h1, h2, h3, p, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #555;
    text-decoration: none;
    transition: all 0.2s;
}

a:hover {
    color: #3266A0;
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
}

/* ================== Layout Wrappers ================== */
#main, #content, .newInfo {
    width: 1200px;
    margin: 0 auto;
}

/* ================== Top Navigation (#smallnav) ================== */
#smallnav {
    width: 100%;
    height: 35px;
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
}

#smallnav #cont {
    width: 1200px;
    height: 35px;
    line-height: 35px;
    color: #666;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#smallnav #cont .l {
    color: #666;
    font-size: 13px;
}

#smallnav #cont .r {
    font-size: 13px;
}

#smallnav #cont a {
    color: #666;
    transition: color 0.2s;
    text-decoration: none;
}

#smallnav #cont a:hover {
    color: #ff5a00;
    text-decoration: none;
}

/* ================== Header Wrapper ================== */
.head-wrapper {
    width: 100%;
    background: #fff;
}

/* ================== Header (.head) ================== */
.head {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.head h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
    width: 235px;
    padding-right: 20px;
    border-right: 1px solid #eef2f7;
}

.head h1 a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
}

.head img {
    height: 50px;
    width: 195px;
    margin-top: 0;
    margin-bottom: 5px;
}

.head h1 span {
    font-size: 12px;
    color: #053158;
    font-weight: normal;
    line-height: 1.4;
    display: inline-block;
}

/* Search Bar Utils */
.searchbar {
    margin: 15px 0 0 0;
}

.searchbar form {
    display: flex;
    align-items: center;
}

.searchbar .kw {
    border: 2px solid #3266A0;
    height: 32px;
    padding: 0 10px;
    width: 300px;
    outline: none;
    font-size: 14px;
    border-right: none;
    color: #333;
    border-radius: 4px 0 0 4px;
    box-sizing: content-box;
}

.searchbar .submit {
    background: #3266A0;
    color: #fff;
    border: none;
    height: 36px;
    width: 80px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
    font-weight: normal;
    transition: background 0.2s;
}

.searchbar .submit:hover {
    background: #2557a0;
}

/* ================== Search/Intro Area (#citysear) ================== */
#citysear {
    background: #fff;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef2f7;
    margin: 20px auto;
    padding: 30px;
    text-align: center;
}

#citysear p {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.8;
    padding: 0;
    letter-spacing: 0.5px;
}

#hotCity {
    margin: 20px 0 15px;
    padding-top: 15px;
    border-top: 1px dashed #eee;
    color: #666;
    font-size: 14px;
    height: auto;
    line-height: 1.5;
}

#hotCity h2 {
    display: inline;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-right: 5px;
}

#hotCity a {
    color: #3266A0;
    margin: 0 5px 8px 0;
    display: inline-block;
    padding: 4px 12px;
    background: #f4f8ff;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.2s ease;
}

#hotCity a:hover {
    color: #fff;
    background: #3266A0;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(50, 102, 160, 0.3);
    text-decoration: none;
}

/* Button: Enter City Site */
#gotoCity {
    display: inline-block;
    width: 220px;
    height: 44px;
    line-height: 44px;
    background: linear-gradient(135deg, #3266A0 0%, #2557a0 100%);
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(50, 102, 160, 0.3);
    margin: 10px auto 0;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    outline: none;
}

#gotoCity:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(50, 102, 160, 0.4);
    font-weight: bold;
}

/* ================== Map/City List Content (#content) ================== */
#content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef2f7;
    padding: 20px 40px;
    margin-bottom: 30px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}



#content h2 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-left: 4px solid #3266A0;
    padding-left: 15px;
    margin: 20px 0 10px 0;
    height: 24px;
    line-height: 24px;
}

#content dl {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #f0f0f0;
    padding: 15px 0;
    margin: 0;
    align-items: baseline;
}

#content dl:last-child {
    border-bottom: none;
}

#content dt {
    width: 60px;
    font-size: 15px;
    color: #3266a0;
    font-weight: bold;
    text-align: center;
    margin-right: 20px;
    flex-shrink: 0;
    line-height: 28px;
    padding: 0 10px;
    background: #eef4fc;
    border-radius: 4px;
    box-sizing: content-box; 
}

#content dd {
    width: calc(100% - 100px); /* 60px width + 20px padding + 20px margin = 100px */
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

#content dd a {
    color: #3266A0;
    font-size: 13px;
    margin: 0 12px 10px 0;
    display: inline-block;
    white-space: nowrap;
}

#content dd a:hover {
    color: #FF5A00;
}

/* ================== New Info Section (.newInfo) ================== */
.newInfo {
    padding: 0;
    background: transparent;
    overflow: visible;
    margin: 0 auto;
}

/* Section Title */
.newInfo h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-left: 4px solid #3266A0;
    padding-left: 15px;
    margin: 35px 0 20px 0;
    height: 24px;
    line-height: 24px;
    border-bottom: none;
    display: flex;
    align-items: center;
}

/* List Style (Card) */
.newInfo ul {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef2f7;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.3s ease;
}

.newInfo ul li {
    width: calc(20% - 16px);
    height: auto;
    line-height: 1.5;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-bottom: 0;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.newInfo ul li:hover {
    background-color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(50, 102, 160, 0.15);
    border-color: #3266A0;
}

.newInfo ul li a {
    display: block;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    height: 100%;
    padding: 0;
}

.newInfo ul li a::before {
    content: none;
}

.newInfo ul li a:hover {
    text-decoration: none;
    transform: none;
}

/* Card Image Styles */
.newInfo .img-box {
    width: 100%;
    height: 140px;
    background: #f4f6f8;
    overflow: hidden;
    position: relative;
}

.newInfo .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.newInfo ul li:hover .img-box img {
    transform: scale(1.08);
}

.newInfo .txt-box {
    padding: 12px;
}

.newInfo .title {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}

.newInfo ul li:hover .title {
    color: #3266A0;
}

.newInfo .meta {
    font-size: 12px;
    color: #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newInfo .price {
    color: #ff5a00;
    font-weight: bold;
}

/* ================== Footer & Links ================== */
#links {
    width: 1200px;
    margin: 30px auto;
    padding: 20px 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef2f7;
    box-sizing: border-box;
    text-align: left;
}

#links h3 {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

#links a {
    color: #888;
    margin-right: 15px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 22px;
}

#links a:hover {
    color: #3266A0;
    text-decoration: underline;
}

/* ================== Footer ================== */
#footer {
    width: 100%;
    background: #fff;
    border-top: 1px solid #e7e7e7;
    padding: 15px 0 40px 0;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

#footer #cont {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

#footer .c1 {
    margin-bottom: 15px;
}

#footer .c1 .sep {
    color: #dcdcdc;
    margin: 0 8px; 
    font-family: Arial, sans-serif;
}

#footer .c1 a {
    margin: 0 8px;
    color: #555;
    text-decoration: none;
}

#footer .c1 a:hover {
    color: #FF5A00;
    text-decoration: none;
}

#footer .c2 {
    color: #999;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

#footer .c2 a {
    color: #999;
    text-decoration: none;
    margin: 0 5px;
}

#footer .c2 a:hover {
    color: #FF5A00;
    text-decoration: none;
}

/* .redLink utility */
.redLink { 
    color: #FF5A00 !important; 
}

/* SEO Text Section */
#seoText {
    background: #fff;
    padding: 25px 40px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef2f7;
}

#seoText h2 {
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 0 0 15px 0;
    font-weight: bold;
}

#seoText .desc {
    color: #666;
    line-height: 1.8;
    font-size: 14px;
    text-align: justify;
}
.b{
	font-weight: bold;
}

/* ================== Mobile Responsiveness ================== */
@media screen and (max-width: 1200px) {
    /* Containers */
    .head, #main, #footer #cont, #smallnav #cont,
    #content, .newInfo, #citysear, #seoText, #links {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    /* Header & Search */
    .head {
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    
    .head h1 {
        width: auto;
        border-right: none;
        padding-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .head h1 a {
        align-items: center;
    }
    
    .searchbar .kw {
        width: 60vw;
    }

    /* Content Cards */
    #content, #typeNav, #seoText, #links, .newInfo ul {
        padding: 15px;
    }

    /* Definition List (City Map) */
    #content dt {
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
        background: none;
        padding: 0;
    }
    
    #content dd {
        margin-left: 0;
        margin-bottom: 15px;
    }

    /* Lists */
    .newInfo ul li {
        width: calc(50% - 10px);
    }
    
    /* Footer */
    #footer {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .newInfo ul li {
        width: 100%;
        border-bottom: 1px dashed #eee!important;
    }
    
    .searchbar .kw {
        width: 50vw;
    }
}