﻿.city_contant_1 {
    background: #5e5e5e;
    min-height: 700px;
    margin: 20px 0 30px 0;
    padding: 0px;
}
.city_contant_2 {
    width: 50%;
    min-height: 1055px;
    background: #fff;
    position: relative;
    background: #f3f3f3;
    padding-top: 82px;
    margin-bottom:65px;
}
.city_button_top {
    position: absolute;
    right: -20px;
    top: 20px;
    color: #ffffff;
    border-radius: 19px;
    background: #aaaaaa;
    padding: 10px 13px;
}
.city_main {
    width: 500px;
}
.city_item {
    width: 439px;
    height: 263px;
    margin-bottom: 40px;
    float:left;
}
    .city_item > div {
        position: absolute;
    }
        .city_item > div > img {
            width: 439px;
            height: 263px;
        }
    .city_item .mark {
        width: 240px;
        height: 240px;
        background: url(../images/bg_list_1.png);
        position: absolute;
        top: 18px;
        right: -187px;
        padding: 0 20px
    }
.mark h6 {
    color: #810101;
    font-size: 14px;
    font-weight: bolder;
    width: 138px;
    margin-top: 24px;
}
.mark p {
    color: #6e6e6e;
    font-size: 12px;
    margin-top: 35px;
}
.mark a.mores {
    position: absolute;
    right: 17px;
    bottom: 10px;
}
.city_button_bottom {
    position: absolute;
    right: -20px;
    bottom: 20px;
    color: #ffffff;
    border-radius: 19px;
    background: #aaaaaa;
    padding: 10px 13px;
}

#canvas_layer {
    position: absolute;
    width: 1000px;
    margin: 0 auto;
    right: -50%;
    overflow: hidden;
    height: 900px;
    padding-left: 186px;
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    #canvas_layer {
        position: absolute;
        width: 1000px;
        margin: 0 auto;
        right: -50%;
        overflow: hidden;
        height: 900px;
        padding-left: 355px;
    }

    .city_button_top {
        position: absolute;
        right: -23px;
        top: 20px;
        color: #ffffff;
        border-radius: 19px;
        background: #aaaaaa;
        padding: 10px 13px;
    }

    .city_button_bottom {
        position: absolute;
        right: -20px;
        bottom: 20px;
        color: #ffffff;
        border-radius: 19px;
        background: #aaaaaa;
        padding: 10px 13px;
    }
} 