/*选择企业地区*/

/*外边框样式开始*/
.outside {
    box-shadow: 0 0 20px #cccccc;
    border: 1px solid #cccccc;
}
/*外边框样式结束*/

/*搜索开始*/

.gion-sear {
    padding: 5px 10px;
    border-bottom: 1px solid #cccccc;
}
.gion-sear .text {
    width: 100px;
    height: 20px;
    line-height: 20px;
    border: 0;
    background: #f2f2f2;
    text-indent: 5px;
}
.gion-sear.clearfix img {
    margin-top:2px;
}
.gion-sear .pre {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/region/pre.png) no-repeat center center;
}
.gion-sear .pre:hover {
    background: url(../images/region/pre_hover.png) no-repeat center center;
}
.gion-sear .close {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/region/close.png) no-repeat center center;
}
.gion-sear .close:hover {
    background: url(../images/region/close_hove.png) no-repeat center center;
}
.gion-sear .btnbj,
.gion-sear .btnbj1 {
    display: block;
    width: 45px;
    height: 18px;
    line-height: 18px;
    margin-left: 15px;
}
/*搜索结束*/

/*搜索内容开始*/
.region .all-gion {
    width: 170px;
    height: 285px;
    background: #f2f2f2;
}
.gion-con {
    height: 244px;
    overflow-y: auto;
    overflow-x: hidden;
}
.gion-con ul li {
    display: block;
    width: 170px;
    height: 30px;
    line-height: 30px;
    /*border-top:1px solid #cccccc;*/
    font-size: 14px;
    text-indent: 30px;
    color: #555555;
}
.gion-con ul li a {
    display: block;
}
.gion-con ul li a.max {
    display: block;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gion-con ul li:first-child {
    border-top: none;
}
.gion-con ul li:hover {
    background: #e9e9e9 url(../images/region/next.png) no-repeat 120px center;
}
.gion-con ul li:hover a {
    text-decoration: none;
}
.gion-con ul li.click:hover, 
.gion-con ul li.hover {
    background: #e9e9e9 url('../images/region/click.png') no-repeat 120px center;
}
.wai-gion {
    width: 200px;
}
.wai-gion2 {
    width: 210px;
}
/*搜索内容结束*/

/*选定的地区开始*/
.make {
    width: 30px;
    height: 265px;
    background: #cbcaca;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    box-shadow: #d3d3d3 0 0 10px;
}
.make-mini {
    background: #bfbfbf;
    width: 10px;
    background-color: #A9A9A9;
    padding-top: 20px;
    height: 265px;
}

/*选定的地区结束*/
