.city-banner {
    margin: 0 auto;
    text-align: center;
    height: 300px;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.city-banner .left {
    width: 790px;
    margin-right: 20px;
    height: 100%;
    flex-shrink: 1;
}

.city-banner .right {
    width: 390px;
    height: 100%;
    display: inline-block;
}

.city-banner img {
    width: 100%;
    height: 100%;
}

.city-container>dl {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.city-container>dl>dt {
    font-size: 20px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #1f0000;
    margin-right: 40px;
    font-weight: bold;
}

dl.hot-city {
    margin-top: 80px !important;
    align-items: flex-start;
}

.hot-city div{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.hot-city dt{
    white-space: nowrap;
}

.hot-city dd{
    margin-bottom: 20px;
}

.hot-city dd a{
    font-size: 18px;
    margin: 0 18px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #bb0511;
    white-space: nowrap;
}

.search {
    margin-top: 15px !important;
}

.search dt {
    margin-right: 58px !important;
}

.search dd{
    height: 32px;
    width: 150px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin-right: 10px;
    padding: 4px 10px;
}

.search dd:last-of-type{
    border: none;
    padding: 0;
    margin: 0;
}

select {
    width: 130px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #5c5c5c;
    border: none;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.city{
    cursor: not-allowed;
}

button{
    height: 32px;
    width: 100px;
    background-color: #bb0511;
    border-radius: 2px;
    border: none;
    font-size: 18px;
    color: #fff;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* .province{
    height: 200px;
} */

/* .search .select-box::after {
    content: "";
    width: 8px;
    height: 8px;
    border: solid 1px #5c5c5c;
    border-right: none;
    border-top: none;
    position: absolute;
    right: 10px;
    top: 23%;
    transform: rotate(-45deg)
}

.search>dd {
    position: relative;
    cursor: pointer;
}

.search>dd button {
    height: 28px;
    width: 80px;
    background-color: #bb0511;
    border-radius: 2px;
    border: none;
    font-size: 18px;
    color: #fff;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search dl {
    position: absolute;
    top: 34px;
    left: 0;
    width: 264px;
    height: 375px;
    padding: 20px 0 20px 15px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 51px;
    z-index: 99;

    display: none;
}

.search dl::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 26px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #E5E5E5;
    border-top: 0;
    z-index: 2;
}

.search dl>dt {
    font-size: 16px;
    color: #CCC;
    margin-bottom: 11px;
    flex-shrink: 1;
    position: absolute;
    top: 20px;
}

.search dl>dd {
    cursor: pointer;
    font-size: 12px;
    color: #666;
    display: table;
    box-sizing: border-box;
    min-width: 40px;
    height: 20px;
    padding: 1px 8px;
    margin: 6px 38px 6px 0;
    display: inline-block;
} */


.recommend {
    margin-top: 30px !important;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}

.recommend dd a{
    margin-right: 30px;
    font-size: 16px;
    line-height: 19px;
    color: #5c5c5c;
    cursor: pointer;
}

.recommend dd.more {
    color: #a8a8a8;
}

.city-bottom {
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    width: 1200px;
}

.city-bottom h2 {
    font-size: 22px;
    /* line-height: 30px; */
    color: #2a2a2a;
}

.city-bottom div {
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
}

.city-bottom li {
    font-size: 16px;
    line-height: 30px;
    color: #2a2a2a;
    list-style: inside;
}

.city-bottom .flex{
    width: 100%;
    align-items: flex-end;
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
    padding-right: 0;
}

.city-bottom .flex a{
    color: #9b9b9b;
    font-size: 13px;
}