﻿#divHead {
    background: url(/3g/images/getJobApp/head_bg.jpg) center no-repeat #de1411;
    height: 533px;
    width: 100%;
}

#divDescription {
    position: absolute;
    top: 220px;
    left: 368px;
    width: 265px;
    height: 92px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    overflow: hidden;
}

.desItem {
    width: 265px;
    float: left;
    position: relative;
}

    .desItem .desTitle {
        color: #ffd100;
        font-size: 20px;
        font-weight: bold;
    }

        .desItem .desTitle .desLeftLine {
            position: absolute;
            left: 0;
            top: 15px;
        }

        .desItem .desTitle .desRightLine {
            position: absolute;
            right: 0;
            top: 15px;
        }

    .desItem .desText {
        font-size: 18px;
        line-height: 28px;
        margin-top: 7px;
    }

#page .pageNormal {
    background: url(/3g/images/getJobApp/pageBar.png) -51px -1px no-repeat;
    width: 16px;
    height: 22px;
    display: inline-block;
    margin: 0 9px;
    cursor: pointer;
}

#page .pageActive {
    background: url(/3g/images/getJobApp/pageBar.png) -67px -1px no-repeat;
    width: 16px;
    height: 22px;
    display: inline-block;
    margin: 0 9px;
}

.pageChange {
}

#divIPhone {
    width: 168px;
    height: 306px;
    overflow: hidden;
    position: absolute;
    left: 137px;
    top: 109px;
}

    #divIPhone img {
        float: left;
    }

#divAndroid {
    width: 170px;
    height: 306px;
    overflow: hidden;
    position: absolute;
    left: 704px;
    top: 98px;
}

    #divAndroid img {
        float: left;
    }

.detail {
    width: 320px;
    color: #3d3d3d;
    position: relative;
}

    .detail .logo {
        position: absolute;
        top: 0;
        left: 0;
    }

    .detail .title {
        font-size: 36px;
        font-weight: bold;
        margin: 0 10px 0 50px;
    }

    .detail .info {
        font-size: 12px;
        line-height: 25px;
        margin-top: 10px;
        border-bottom: 1px dotted #3d3d3d;
        height: 65px;
    }

    .detail .updateInfo {
        margin: 15px 0 0 10px;
        font-size: 14px;
        line-height: 25px;
    }

    .detail .otherDown {
        border: 1px solid #ff9a32;
        padding: 5px 8px;
        text-decoration: none;
        color: #3d3d3d;
    }

.prev {
    background: url(/3g/images/getJobApp/arrow.png) no-repeat;
    width: 33px;
    height: 52px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.next {
    background: url(/3g/images/getJobApp/arrow.png) -33px 0 no-repeat;
    width: 33px;
    height: 52px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.UpdateContent {
    padding-left: 30px;
}

    .UpdateContent li {
        list-style: decimal;
        float: none;
        height: auto;
        line-height: 26px;
    }
