/***
 职称晋升论文要求一览表
 */
#promotionThesisRequirements {
    margin: 0 auto;
    width: 1200px;
    height: 288px;
    *height: 188px;
    margin-top: 30px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    padding: 50px 46px 50px 90px;
    position: relative;
    background: #fff url("../img/claim.png") no-repeat center -170%;
}

#promotionThesisRequirements .pub-claim-flag {
    position: absolute;
    padding: 0 4px 6px 4px;
    top: 0;
    left: 20px;
    width: 32px;
    *width: 24px;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #56b282;

}

#promotionThesisRequirements .pub-claim-flag i {
    display: block;
    width: 40px;
    height: 12px;
    position: absolute;
    top: -12px;
    left: -4px;
    background: url("../img/gflaghead.png") no-repeat;
}

#promotionThesisRequirements .pub-claim-flag span {
    display: block;
    width: 32px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: url("../img/greenflag.png") no-repeat;
}

#promotionThesisRequirements .provinces {
    width: 304px;
    height: 123px;
}

#promotionThesisRequirements .provinces li {
    float: left;
    width: 60px;
    height: 30px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

#promotionThesisRequirements .provinces li span {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../img/triflag.png") no-repeat;
}

#promotionThesisRequirements .provinces li:hover {
    color: #56b282;
}

#promotionThesisRequirements .provdetail > ul > li {
    margin-bottom: 15px;
    font-size: 0;
    clear: both;
}

#promotionThesisRequirements .provul {
    display: none;
}

#promotionThesisRequirements #BJi {
    display: block;
}

#promotionThesisRequirements .provtitle {
    display: inline-block;
    *display: block;
    *float: left;
    width: 50px;
    height: 22px;
    background-color: #f06541;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-size: 13px;
    vertical-align: top;
}

#promotionThesisRequirements .provcon {
    display: inline-block;
    width: 476px;
    *display: block;
    *float: left;
}

#promotionThesisRequirements .provcon li {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    padding: 0 10px;
    background-color: #f0f0f0;
    margin-bottom: 4px;
}