﻿body
{
    font-size: 0.8em;
    font-family: 微软雅黑;
    color: #000;
    margin: 0px;
    padding: 0px;
}
a
{
    text-decoration: none;
}
p
{
    border: medium none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    outline: none;
}
#logoWrapper1
{
    background-position: 50% 0px;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #CC0000; /*background-image: url('../image/bck.png');*/
}
#logo1
{
    background-position: 0px 10px;
    position: relative;
    margin: 0px auto;
    width: 960px;
    height: 80px;
    background-image: url('../image/logoredbao.png');
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}
#logo1 ul
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 5px;
    right: 0px;
    height: 24px;
    list-style-type: none;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}
#logo1 ul li
{
    padding: 0px 0px 0px 15px;
    float: left;
    display: block;
    color: #FFFFFF;
    cursor: pointer;
}
#logo1 ul li a
{
    padding: 0px 0px;
    float: left;
    display: block;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-family: 微软雅黑;
}

.popuMenu
{
    text-align: right;
    
}

.welcome
{
    color: #0000EE;
    display: inline-block;
    padding: 7px 8px;
}

.setting
{
    display: inline-block;
    position: relative;
    padding: 7px 8px;
    margin: 0 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.setting a
{
    color: #0000EE;
    text-decoration: none;
}
.poplist
{
    width: 120px;
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    background: #BC0F01;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: left;
    padding: 10px;
    line-height: 30px;
    z-index: 3000;
}
.poplist a
{
    color: #ffffff;
    text-decoration: none;
}


.exit
{
    text-align: right;
    color: #0066FF;
    font-size: 14px;
    padding-top: 50px;
    float: right;
    cursor: pointer;
    font-weight: bold;
}

.menuWrapper1
{
    width: 100%;
    padding-top: 5px;
    margin-bottom: 0px;
    height: 35px;
    background-color: #FFFFFF;
    font-family: 微软雅黑;
    font-size: 14px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ff3f71;
}

.WelcomeLab
{
    text-align: right;
    color: #FFFFFF;
    font-size: 14px;
    padding-top: 50px;
    float: right;
}

/*菜单*/
.menu1
{
    margin: 0px auto;
    border: 0px solid #CC3300;
    padding: 0px 0px 0px 0px;
    width: 960px;
    position: relative;
}

.menu1 .talent, .menu .quitBtn
{
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 7px;
    right: 0px;
    display: block;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
    color: #3399FF;
}

.menu1 .talent a
{
    padding: 0px;
    margin: 0px;
    display: block;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
    color: #3399FF;
}
.menu1 .quitBtn a
{
    padding: 0px;
    margin: 0px;
    display: block;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
    color: #3399FF;
}

.menu1 .enterp
{
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 7px;
    right: 80px;
    display: block;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
    color: #3399FF;
}
.menu1 .welcomeBtn
{
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 7px;
    right: 80px;
    display: block;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
    color: #3399FF;
    width: 180px;
    text-align: center;
}
.menu1 .enterp a:link, .menu .enterp a:hover, .menu .enterp a:visited, .menu .enterp a:active
{
    padding: 0px;
    margin: 0px;
    display: block;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
    color: #3399FF;
}
.menu1 .welcomeBtn a:link, .menu .welcomeBtn a:hover, .menu .welcomeBtn a:visited, .menu .welcomeBtn a:active
{
    padding: 0px;
    margin: 0px;
    display: block;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
    color: #3399FF;
    width: 245px;
    text-align: center;
}


.loginEntrace
{
    border: 0px solid #000000;
    color: #777;
    font-size: 16px;
    margin: 0 auto;
    padding-top: 80px;
    width: 640px;
}


.loginEntrace .loginHeader
{
    margin-bottom: 20px;
    position: relative;
    background-color: #CC0000;
    box-shadow: 3px 3px 6px #666;
}

.loginEntrace .loginHeader .logo
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background-image: url('../image/logoredbao.png');
    display: block;
    height: 58px;
    margin: 30px 0 0 20px;
    width: 197px;
    background-repeat: no-repeat;
}


.loginEntrace .loginHeader .loginBox
{
    border: 0px solid #CC0000;
    height: 300px;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 6px #666;
}


.loginEntrace .loginHeader .loginBox .left
{
    margin-top: 20px;
    width: 320px;
    float: left;
    font-family: 微软雅黑;
    font-size: 44px;
    text-align: center;
    height: 260px;
    line-height: 230px;
    border-right-style: dotted;
    border-right-width: 1px;
}
.loginEntrace .loginHeader .loginBox .left a:link, .loginEntrace .loginHeader .loginBox .left a:hover, .loginEntrace .loginHeader .loginBox .left a:visited, .loginEntrace .loginHeader .loginBox .left a:active
{
    cursor: hand;
    color: #FF0000;
}
.loginEntrace .loginHeader .loginBox .right
{
    margin-top: 20px;
    width: 315px;
    float: right;
    font-family: 微软雅黑;
    font-size: 44px;
    text-align: center;
    height: 261px;
    line-height: 230px;
}

.loginEntrace .loginHeader .loginBox .right a:link, .loginEntrace .loginHeader .loginBox .right a:hover, .loginEntrace .loginHeader .loginBox .right a:visited, .loginEntrace .loginHeader .loginBox .right a:active
{
    cursor: hand;
    color: #FF0000;
}

.menu1 ul
{
    background-position: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
    background-image: url('../image/splite.png');
    background-repeat: no-repeat;
}
.menu1 li
{
    background-position: 0px;
    border: 0px;
    float: left;
    margin: 0px;
    padding: 0px 9px 0px 9px;
    border-right-style: solid;
    border-right-color: #999999;
    background-image: url('../image/splite.png');
    text-decoration: none;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    text-align: center;
}

.menu1 a
{
    border-radius: 20px;
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding: 2px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #FFFFFF;
    text-decoration: none;
    display: block;
    text-align: center;
}
.menu1 a:hover
{
    color: #ff0000;
    
}

.menu1 a.on
{
    background-color: #CC0000;
    color: #FFFFFF;
    text-decoration: none;
}
.menu1 a.on:visited
{
    background-color: #CC0000;
    color: #FFFFFF;
    text-decoration: none;
}



.mainContainer
{
    width: 960px;
    margin: 0px auto;
    margin-top: 10px;
    background-color: #FFFFFF;
    border-width: 0px;
    margin-bottom: 10px;
    
}

.mainContainerNews
{
    width: 960px;
    margin: 0px auto;
    margin-top: 10px;
   
    border-width: 0px;
    margin-bottom: 10px;
    
}
.introduction
{
    border: 1px solid #C0C0C0;
    padding: 20px;
    font-family: 微软雅黑;
    font-size: 15px;
    background-color: #FFFFFF;
}

.introduction p
{
    text-indent: 25px;
    line-height: 40px;
    font-family: 微软雅黑;
}

.introduction h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.mainContainerD
{
    width: 960px;
    margin: 0px auto;
    margin-top: 10px;
    background-color: #FFFFFF;
    border-width: 0px;
    margin-bottom: 10px;
    border: 1px solid #C0C0C0;
}
.positionListContainer
{
    width: 960px;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-width: 0px;
}


.singleWrapper
{
    width: 320px;
    float: left;
}

/*职位栏目start*/
.positionLeft
{
    float: left;
    width: 300px;
    margin: 0px;
    padding: 0px;
    line-height: 22px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
}

.positionCenter
{
    float: left;
    width: 300px;
    margin: 0px;
    padding: 0px;
    line-height: 22px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
}
.positionRight
{
    float: left;
    width: 300px;
    margin: 0px;
    padding: 0px;
    line-height: 22px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
/*职位栏目end*/

/*职位明细start*/
.positionLeft li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.positionCenter li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.positionRight li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
/*左栏职位*/

.positionLeft li a.font_show:link
{
    color: #003399;
}

.positionLeft li a.font_show:visited
{
    color: #FF9900;
}
.positionLeft li a.font_show:hover
{
    color: #FF9900;
}
.positionLeft li a.font_show:active
{
    color: #FF9900;
}

.positionLeft li a.position:link
{
    color: #FF5328;
    font-size: .70em;
}
.positionLeft li a.position:visited
{
    color: #003399;
    font-size: .70em;
}
.positionLeft li a.position:hover
{
    color: #FF9900;
    font-size: .70em;
    cursor: hand;
}
.positionLeft li a.position:active
{
    color: #FF9900;
    font-size: .70em;
    cursor: hand;
}
/*左栏end*/

/*中栏start8*/
.positionCenter li a.font_show:link
{
    color: #003399;
}

.positionCenter li a.font_show:visited
{
    color: #FF9900;
}
.positionCenter li a.font_show:hover
{
    color: #FF9900;
}
.positionCenter li a.font_show:active
{
    color: #FF9900;
}

.positionCenter li a.position:link
{
    color: #FF5328;
    font-size: .70em;
}
.positionCenter li a.position:visited
{
    color: #003399;
    font-size: .70em;
}
.positionCenter li a.position:hover
{
    color: #FF9900;
    font-size: .70em;
    cursor: hand;
}
.positionCenter li a.position:active
{
    color: #FF9900;
    font-size: .70em;
    cursor: hand;
}
/*中栏end*/

/*右栏start*/
.positionRight li a.font_show:link
{
    color: #003399;
}

.positionRight li a.font_show:visited
{
    color: #FF9900;
}
.positionRight li a.font_show:hover
{
    color: #FF9900;
}
.positionRight li a.font_show:active
{
    color: #FF9900;
}

.positionRight li a.position:link
{
    color: #FF5328;
    font-size: .70em;
}
.positionRight li a.position:visited
{
    color: #003399;
    font-size: .70em;
}
.positionRight li a.position:hover
{
    color: #FF9900;
    font-size: .70em;
    cursor: hand;
}
.positionRight li a.position:active
{
    color: #FF9900;
    font-size: .70em;
    cursor: hand;
}
/*右栏end*/


/*职位明细end*/

.coCustomerTitle
{
    background-color: #1F6AA2;
    border-width: 1px;
    height: 24px;
    padding-top: 5px;
    padding-left: 10px;
    color: #FFFFFF;
    font-weight: bold;
}
.coCustomer
{
    padding: 5px;
    background-color: #FFFFFF;
}
.coCustomer img
{
    width: 232px;
    padding: 0px;
    border: 1px solid #FF9999;
}
.dcIndustryTitle
{
    background-color: #1F6AA2;
    border-width: 1px;
    height: 24px;
    padding-top: 5px;
    padding-left: 10px;
    color: #FFFFFF;
    font-weight: bold;
}
.dcIndustry
{
    padding-top: 5px;
    width: 100%;
    border: 0px solid #FF0000;
}
.fsIndustryTitle
{
    background-color: #1F6AA2;
    border-width: 1px;
    height: 24px;
    padding-top: 5px;
    padding-left: 10px;
    color: #FFFFFF;
    font-weight: bold;
}
.fsIndustry
{
    padding-top: 5px;
    margin: 0px;
    width: 100%;
    border: 0px solid #FF0000;
    height: 200px;
}
.nyIndustryTitle
{
    background-color: #1F6AA2;
    border-width: 1px;
    height: 24px;
    padding-top: 5px;
    padding-left: 10px;
    color: #FFFFFF;
    font-weight: bold;
}
.nyIndustry
{
    padding-top: 5px;
    margin: 0px;
    width: 100%;
    border: 0px solid #FF0000;
    height: 200px;
}

.threeIndustryTitle
{
    margin: 0px;
    width: 100%;
    height: 30px;
    background-color: #1F6AA2;
}

.threeIndustryTitle .jrIndustryTitle, .itIndustryTitle, .otherIndustryTitle
{
    padding-top: 5px;
    float: left;
    margin: 0px;
    width: 320px;
    height: 30px;
    border-width: 1px;
    height: 24px;
    color: #FFFFFF;
    font-weight: bold;
}
.x-body
{
    background-color: #f0f0f0;
}
.threeIndustry
{
    padding-top: 5px;
    border: 0px solid #0000FF;
    margin: 0px;
    width: 100%;
    padding-bottom: 5px;
}


.clearFloat
{
    clear: both;
    height: 0px;
    margin: 0px;
    padding: 0px;
    margin: 0px;
}
.friendLinkTitle
{
    background-color: #1F6AA2;
    border-width: 1px;
    height: 24px;
    padding-top: 5px;
    padding-left: 10px;
    color: #FFFFFF;
    font-weight: bold;
}
.friendLink
{
    height: 60px;
    margin: 0px;
    width: 100%;
    background-color: #FFFFFF;
}

.friendLink span
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    float: left;
}






.footer1
{
    position: relative;
    background-position: 30px 20px;
    margin: 20px auto 20px auto;
    text-align: left;
    height: 120px;
    padding-left: 70px;
    background-image: url('../image/tel.png');
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}

.footer1 .telno
{
    position: absolute;
    top: 20px;
    left: 70px;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Arial';
}
.footer1 .leftWord
{
    float: left;
    padding-left: 0px;
    padding-top: 40px;
    height: 80px;
    width: 200px;
}

.footer1 .centerWord
{
    width: 200px;
    float: left;
    padding-top: 5px;
    padding-left: 25px;
    line-height: 20px;
    height: 100px;
    border-left-style: dotted;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
}

.footer1 .rightWord
{
    border-left: 1px dotted #C0C0C0;
    float: left;
    padding-top: 5px;
    padding-left: 20px;
    height: 100px;
    width: 352px;
}
.footer1 .rightWord img
{
    float: left;
    width: 80px;
    height: 80px;
    display: inline;
}


.footer1 .rightWord .txt
{
    padding-left: 15px;
    float: left;
    display: inline;
}
/*简历填写样式*/
.titleStyle
{
    height: 0px;
}
.secTitleStyle
{
    height: 10px;
}
/*左边定位*/
.leftNavigate
{
    position: relative;
    width: 150px;
    float: left;
    _position: absolute; /*IE6 用absolute模拟fixed*/
    background-color: #FFFFFF;
    top: 0px;
}
.leftNavigate ul
{
    list-style-type: none;
    line-height: 24px;
}
.leftNavigate ul li
{
    background-position: 5px;
    background-image: url('../../Icon/control_play_blue.png');
    background-repeat: no-repeat;
    padding-left: 27px;
}
.rightContent
{
    width: 800px;
    float: right;
}

/*
.x-panel-header-default
{
    border: 1px none #ff0000;
    font-size: 13px;
    background-color: #99CCFF;
}*/


.companySplit
{
    height: 10px;
    width: 100%;
}


.companyTitle
{
    height: 20px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 20em;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-weight: bold;
}


.introductionWrapper
{
    line-height: 24px;
}

.introductionBody
{
    padding: 0px;
}
.introductionBody p
{
    text-indent: 2em;
}
.position
{
    padding: 0px 20px 0px 20px;
}

.positionTable
{
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #C0C0C0;
    width: 100%;
    background-color: #FFFFFF;
}
.tableTitle1
{
    background-color: #C0C0C0;
    padding-left: 10px;
    font-weight: bold;
    width: 30%;
}
.tableTitle2
{
    background-color: #C0C0C0;
    padding-left: 10px;
    font-weight: bold;
    width: 10%;
}
.tableTitle3
{
    background-color: #C0C0C0;
    padding-left: 10px;
    font-weight: bold;
    width: 15%;
}
.tableTitle4
{
    background-color: #C0C0C0;
    padding-left: 10px;
    font-weight: bold;
    width: 15%;
}
.tableTitle5
{
    background-color: #C0C0C0;
    padding-left: 10px;
    font-weight: bold;
    width: 15%;
}
.tableTitle6
{
    background-color: #C0C0C0;
    padding-left: 10px;
    font-weight: bold;
    width: 15%;
}
.positionTable td
{
    line-height: 35px;
    padding-left: 10px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}




.positionListContent
{
    margin-top: 10px;
    padding: 25px;
    background-color: #ffffff;
    border: 1px solid #C0C0C0;
}
.pageContent
{
    padding: 0px 40px 20px 40px;
}
.position_list
{
    font-size: 16px;
   
}

.companyName_list
{
    font-size: 14px;
}

.layoutList
{
    border: 0px dotted #C0C0C0;
    width: 100%;
    line-height: 25px;
    margin-top: 2px;
    margin-bottom: 12px;
    padding: 0px;
}
.layoutList:hover
{
    border: 0px solid #C0C0C0;
    width: 100%;
    line-height: 25px;
    margin-top: 2px;
    margin-bottom: 12px;
    padding: 0px;
    background-color: #E7E7E7;
}
.layoutList tr
{
    height: 25px;
}

.publishdateStyle
{
    text-align: right;
}

.salary
{
    text-align: right;
    font-size: 16px;
    color: #FF3300;
    font-weight: bold;
}


.wrapperM
{
    border-width: 0px;
    width: 960px;
    margin: 0px auto 0px auto;
}

.slw_topBar
{
    padding: 30px 0px 0px 0px;
    border-bottom: 1px solid #ddd;
    height: 40px;
    position: relative;
}

.qyrz
{
    background-position: 0 0px;
    width: 180px;
    height: 30px;
    background-image: url('../image/qyrz.png');
    background-repeat: no-repeat;
}
.qyrz_link
{
    width: 961px;
}

.qyrz_link ul
{
    overflow: hidden;
    padding-top: 15px;
}

.qyrz_link ul li
{
    display: inline;
    float: left;
    margin-bottom: 20px;
    margin-right: 24px;
    width: 173px;
}
.qyrz_link ul .last
{
    display: inline;
    float: left;
    margin-bottom: 20px;
    margin-right: 0px;
    width: 173px;
}
.qyrz_link ul li .qyLogo
{
    display: block;
}

.qyrz_link ul li a, .qyrz_link ul li a img
{
    display: block;
}

.qyrz_link ul li a img
{
    width: 173px;
    height: 95px;
}
.qyrz_link ul li .qyDesc
{
    background-color: #EAEAEA;
    line-height: 30px;
}
.qyrz_link ul li .qyDesc .position
{
    float: left;
    margin: 0px;
    margin-left: 3px;
    padding: 0px;
    text-align: left;
    overflow: hidden;
}
.qyrz_link ul li .qyDesc .position a:link, .qyrz_link ul li .qyDesc .position a:hover, .qyrz_link ul li .qyDesc .position a:visited
{
    display: block;
    color: #000000;
    text-decoration: none;
}

.qyrz_link ul li .qyDesc .address
{
    float: right;
    margin: 0px;
    margin-right: 3px;
    overflow: hidden;
    text-align: right;
}
.qyrz_link ul li .qyDesc .address a:link, .qyrz_link ul li .qyDesc .address a:hover, .qyrz_link ul li .qyDesc .address a:visited
{
    display: block;
    color: #CC0000;
    text-decoration: none;
}
.gwtj
{
    background-position: 0 0px;
    width: 180px;
    height: 30px;
    background-image: url('../image/gwtj.png');
    background-repeat: no-repeat;
    float: left;
}

.gwtj_link
{
    float: left;
    line-height: 30px;
    overflow: hidden;
    padding: 7px 0 0 10px;
}
.gwtj_link a
{
    color: #666;
    float: left;
    font-size: 12px;
    margin-left: 40px;
}

.gwtjICON
{
    width: 960px;
    height: 200px;
}


.mainAppRec
{
    width: 960px;
    margin: 10px auto 0px auto;
}

.appJfMain
{
    width: 960px;
    margin: 10px auto 0px auto;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
	padding: 70px 0px 50px 0px;
}
.appJfMain h3
{
	font-family: 微软雅黑;
	font-size: 24px;
	padding-left: 40px;
	padding-bottom: 20px;
	color: #0066FF;
}
.appJfMain ul li
{
	border-style: none;
	border-width: 0px;
	padding-left: 60px;
	font-family: 微软雅黑;
	font-size: 24px;
	line-height: 80px;
}

.appJfMain ul li span
{
	font-family: 微软雅黑;
	font-size: 18px;
	color: #0066FF;
}
.leftRecCol
{
    width: 748px;
    float: left;
}

.topSummary
{
    border: 1px solid #C0C0C0;
    line-height: 70px;
    font-size: 25px;
    height: 70px;
    background-color: #FFFFFF;
    font-family: 微软雅黑;
    padding-left: 25px;
}

.appRecGrid {
    margin-top: 10px;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
}



.rightRecCol
{
    width: 198px;
    float: right;
    margin-left: 10px;
}

.daySummary {
    height: 101px;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    padding-left: 15px;
    padding-top: 15px;
    font-size: 14px;
}

.dayCnt {
    padding-top: 10px;
    padding-left: 15px;
    line-height: 15px;
}

.gridTitle
{
    height: 35px;
    background-color: #CCCCCC;
    font-size: 14px;
    font-family: 微软雅黑;
    
    
}

.gridTitle .positionHeader {
    width: 285px;
    text-align: left;
    float: left;
    padding-left: 25px;
    line-height: 35px;
    
    
}
.gridTitle .trackHeader {
    width: 430px;
    text-align: center;
    float: right;
    line-height:35px;
    
}
.gridBody
{
    width: 100%;
    background-color: #FFFFFF;
    
}
.gridBody .row {
    margin-top: 10px;
    margin-bottom: 10px;
}
.gridBody .row .positionInfo
{
    width: 285px;
    float: left;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 70px;
    line-height: 25px;
    font-family: 微软雅黑;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
}
.gridBody .row  .positionInfo .pos
{
    font-size: 15px;
   
    color: #FF6600;
}
.gridBody .row .positionInfo .pos a
{
    color: #0000F7;
}
.gridBody .row .positionInfo .pos a:hover
{
    color: #FF6600;
}
.gridBody .row  .positionInfo .com {
    
}

.gridBody .row .positionInfo .sal {
    
}


.gridBody .row .positionInfo .sal .salLar{
    font-size: 16px;
    color:#FF6600;
}

.gridBody .row .trackInfo
{
    width: 430px;
    float: right;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #C0C0C0;
}

.gridBody  .row .trackInfo .start, .gridBody .trackInfo .query, .gridBody .trackInfo .complete
{
    text-align: center;
    float: left;
    width: 140px;
    
}

.gridBody .row .trackInfo .fact
{
    color: #000000;
}
.gridBody .trackInfo .progress {
    width: 305px;
    padding-left: 55px;
    padding-right:70px
}

.gridBodyFav
{
    width: 100%;
    background-color: #FFFFFF;
    
}
.gridBodyFav .row {
    margin-top: 10px;
    margin-bottom: 10px;
}
.gridBodyFav .row .positionInfo
{
    width: 385px;
    float: left;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 70px;
    line-height: 25px;
    font-family: 微软雅黑;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
}
.gridBodyFav .row  .positionInfo .pos
{
    font-size: 15px;
   
    color: #FF6600;
}
.gridBodyFav .row .positionInfo .pos a
{
    color: #0000F7;
}
.gridBodyFav .row .positionInfo .pos a:hover
{
    color: #FF6600;
}
.gridBodyFav .row  .positionInfo .com {
    
}

.gridBodyFav .row .positionInfo .sal {
    
}


.gridBodyFav .row .positionInfo .sal .salLar{
    font-size: 16px;
    color:#FF6600;
}

.gridBodyFav .row .trackInfo
{
    width: 330px;
    float: right;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #C0C0C0;
}

.gridBodyFav  .row .trackInfo .start, .gridBodyFav .trackInfo .query, .gridBodyFav .trackInfo .complete
{
    text-align: center;
    float: left;
    width: 140px;
    
}

.gridBodyFav .row .trackInfo .fact
{
    color: #000000;
}
.gridBodyFav .trackInfo .progress {
    width: 305px;
    padding-left: 55px;
    padding-right:70px
}



.gridPage {
   
    height: 50px;
    padding-left: 25px;
}

.recPosition {
    height: 100px;
    margin-top: 10px;
    border: 1px solid #C0C0C0;
    line-height: 70px;
    font-size: 25px;
    padding-right: 25px;
    background-color: #FFFFFF;
    font-family: 微软雅黑;
    padding-left: 25px;
}

.recPositionTitle {
    height: 70px;   
}

.recPositionBody
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
}

.footerMenu {
    margin: 0px auto;
    border: 0px solid #CC3300;
    padding: 0px 0px 0px 0px;
    width: 960px;
    text-align: center;
}

.footerMenu ul
{
    background-position: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
    background-image: url('../image/splite.png');
    background-repeat: no-repeat;
}


.footerMenu li
{
    background-position: 0px;
    border: 0px;
    float: left;
    margin: 0px;
    padding: 0px 9px 0px 9px;
    border-right-style: solid;
    border-right-color: #999999;
    background-image: url('../image/splite.png');
    text-decoration: none;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    text-align: center;
}

.footerMenu a
{
    border-radius: 20px;
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding: 2px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #FFFFFF;
    text-decoration: none;
    display: block;
    text-align: center;
}