@CHARSET "UTF-8";

.show_pictures {
    width: 1170px;
    margin-top: 20px;
}

.show_pictures img {
    width: 100%;
}

#left {
    width: 242px;
    margin-top: 20px;
    min-height: 100px;
    display: inline-block;
    vertical-align: top;
}

#right {
    width: 908px;
    margin: 20px 10px 20px 0;
    min-height: 550px;
    /*background-color: #FFFFFF;*/
    /*border: 1px #000 solid;*/
    display: inline-block;
    /*border-radius: 4px;*/
}


.left_title {
    width: 100%;
    border-radius: 4px;
}

.left_titleT {
    margin-bottom: 18px;
    border-bottom: 1px var(--gb-color) dashed;
    padding-bottom: 10px;
}

.left_titleT span {
    font-size: 22px;
}

.right_top {
    width: 100%;
    border-bottom: 1px #000 solid;
    height: 40px;
    line-height: 43px;
    padding: 0 20px;
    background-color: #ededed;
}

.right_top img {
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: text-bottom;
    margin-right: 6px;
}

#right > ul {
    width: 700px;
    margin: 1rem auto;
    min-height: 350px;
    padding-top: 2rem;
}

#right > ul > li {
    width: 100%;
    display: block;
    height: 35px;
    line-height: 35px;
    list-style: none;
    background-image: url(/home/image/label.png);
    background-position-x: 0;
    background-position-y: 8px;
    background-repeat: no-repeat;
    background-size: 18px;
    border-bottom: 1px #dddddd dashed;
    padding-left: 30px;
}

.left_tab {
    height: auto;
    width: 100%;
    margin: 20px auto 30px auto;
    background-color: #FFFFFF;
    border: 1px #000 solid;
    border-radius: 4px;
}

.left_tab a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    /*border-bottom: 1px #000 solid;*/
    /*text-align: center;*/
    font-size: 18px;
}

.left_tab a .circular {
    font-size: 30px;
}

.left_tab a.active, .left_tab a:hover {
    color: var(--gb-color);
    font-weight: 600;
}


.left_tab a > img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    vertical-align: text-top;
}

.big_menu {
    transition: all .6s;
}

.big_menu a {
    border-bottom: 1px #000 solid;
}

.big_menu .children_tab {
    display: none;
    border-bottom: 1px #000 solid;
}

.big_menu .children_tab a {
    border-bottom: none;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.big_menu:hover .children_tab {
    display: block;
}

.left_tab .big_menu:last-child a {
    border: none;
}


.map {
    width: 80%;
    height: 500px;
    margin: 1rem auto;
}

.search {
    padding: 10px;
    text-align: center;
}

.search input {
    width: 500px;
    padding: 10px;
    border: 1px solid var(--gb-color);
    font-size: 16px;
}

.search button {
    cursor: pointer;
    border-radius: 4px;
    width: 100px;
    padding: 10px 0;
    border: 1px solid var(--gb-color);
    font-size: 16px;
    background: var(--gb-background);
    color: #fff;
}

