﻿html, body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0px 0px;
}

.layout-content
{
    margin: 0 auto;
    width: 980px;
    display: block;
}

.layout-line
{
    display: block;
    margin: 10px 0px 0px 0px;
    width: 100%;
    height: 10px;
    background: url('/images/t1_bottom.gif') repeat-x;
    clear: both;
}

.gf-con
{
    display: none;
}

.container
{
    display: block;
    width: 100%;
    margin: 0px auto;
}

.left-layout
{
    display: inline-block;
    position: relative;
    padding-top: 10px;
    width: 775px;
    float: left;
}

.right-layout
{
    display: inline-block;
    position: relative;
    float: right;
}

/* 地图 */

#bdMap
{
    display: inline-block;
    width: 100%;
    height: 500px;
}

/* 地图弹窗内容 */

.map-infowindow-list
{
    display: block;
    width: 100%;
}

.company-recruit-info
{
    display: block;
    padding: 0px 10px;
    margin: 0px 0px;
}

.company-recruit-info a
{
    text-decoration: none;
    font-size: 14px;
}

.company-recruit-name
{
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px #CCCCCC solid;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
}

.company-recruit-info dd
{
    margin-left: 0px;
    margin: 2px 0px;
}

.company-recruit-link
{
    display: block;
    width: 100%;
}

.company-recruit-link span
{
    display: inline-block;
    padding: 0px 1px;
}

.company-recruit-link:hover span
{
    background: #3daafc;
    color: #ffffff !important;
}

.company-recruit-job-name, .company-recruit-job-time
{
    color: #000;
}

.company-recruit-job-name
{
    width: 200px;
}

.company-recruit-more
{
    display: inline-block;
    float: right;
}

/* 自定义控件 */

#control
{
    position: absolute;
    bottom: 15px;
    display: none;
}

.button
{
    margin: 5px;
    padding: 13px 23px;
    border-radius: 10px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    font: 16px/14px Tahoma, Verdana, sans-serif;
    text-align: center;
    color: #fefefe;
    background: #1e90ff;
    cursor: pointer;
}

/* tab内容布局 */
.search-info-layout
{
    clear: both;
    background: #f9f9f9;
    border: 1px solid #FF8214;
    padding: 0px 0px;
    margin: 0 0 10px 0;
    position: relative;
}

/* 右侧企业列表 */

.company-search-list-inner
{
    border: 1px solid #188CE1;
    margin-top: 10px;
    height: auto;
    width: 190px;
}

.company-search-title
{
    line-height: 30px;
    height: 30px;
    color: #FFF;
    font-weight: bold;
    background: url(../images/icons/joblist_title_bg.gif) right center no-repeat #188CE1;
    text-indent: 20px;
}
.company-search-total
{
    letter-spacing: 1px;
    text-decoration: none;
}
.company-search-list
{
    padding: 5px;
}

.company-search-list li
{
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    background: url(../images/Person/Icon4.gif) left center no-repeat;
    border-bottom: 1px dashed #DDD;
    text-indent: 10px;
}

/* 分页样式 */
.company-search-pages
{
    margin: 0 auto;
    width: 90%;
    height: 35px;
    text-align: center;
}
/* 地图按钮 */
.map-tools-layout
{
    display: block;
    position: absolute;
    margin: 10px 0px;
    text-align: center;
    bottom: 30px;
    right: 10px;
}
.map-tools-layout a
{
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #188CE1;
    color: White !important;
    border-radius: 5px;
}

