@CHARSET "UTF-8";
#left {
    width: 242px;
    margin-top: 28px;
    min-height: 100px;
    display: inline-block;
    vertical-align: top;
}

#right {
    width: 908px;
    margin-top: 28px;
    min-height: 550px;
    background-color: #FFFFFF;
    border: 1px #dddddd solid;
    display: inline-block;
    margin-left: 16px;
    border-radius: 4px;
}

.left_title {
    width: 100%;
    border: 1px #dddddd solid;
    border-radius: 4px;
}

.left_titleT {
    margin: 18px;
    border-left: 4px #FF9900 solid;
    padding-left: 10px;
}

.left_titleT span {
    font-size: 22px;
    color: #FF9900;
}

.guide {
    width: 100%;
    min-height: 315px;
    background-color: #FFFFFF;
    border: 1px #dddddd solid;
    margin-top: 6px;
    border-radius: 4px;
}

.guide_top {
    height: 35px;
    line-height: 35px;
    text-indent: 2em;
    color: #CC3300;
    font-size: 15px;
    font-weight: bold;
    background-color: #fafafa;
    border-bottom: 1px #dddddd solid;
}

.guide ul {
    padding: 8px 8px 0 20px;
}

.guide ul li {
    line-height: 30px;
}

.login {
    margin-top: 8px;
    display: block;
}

.right_top {
    width: 100%;
    border-bottom: 1px #dddddd 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(../images/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: 6px auto 12px auto;
    background-color: #FFFFFF;
    border: 1px #dddddd solid;
    border-radius: 4px;
}

.left_tab a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 40px;
    border-bottom: 1px #dddddd solid;
}

.left_tab a.active, .left_tab a:hover {
    color: #DF7041;
    font-weight: 600;
}

.left_tab a:last-child {
    border: none;
}

.left_tab a>img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    vertical-align: text-top;
}
.map{
    width: 80%;
    height: 500px;
    margin:1rem auto;
}