.po-base {
    height: 200px;
    background-image: url('../../Images/Web/banner-bg.png');
}

    .po-base .po-base-content {
        width: 1200px;
        margin: 0 auto;
    }

        .po-base .po-base-content .po-name {
            font-size: 30px;
            padding-top: 20px;
            color: #017bc4;
            text-shadow: 2px 2px 3px #bbb;
        }

        .po-base .po-base-content .po-info {
            margin-top: 20px;
        }

            .po-base .po-base-content .po-info .info-item {
                float: left;
                margin-right: 20px;
                font-size: 16px;
                border-left: 1px #666 solid;
                padding-left: 20px;
                height: 30px;
                line-height: 30px;
            }

            .po-base .po-base-content .po-info .salary {
                float: left;
                color: #ffa000;
                font-size: 22px;
                margin-right: 20px;
                text-shadow: 1px 1px 3px #999;
            }

        .po-base .po-base-content .po-salary-other {
            width: 1200px;
            height: 28px;
            overflow: hidden;
            margin-top: 10px;
        }

            .po-base .po-base-content .po-salary-other .sitem {
                float: left;
                margin-right: 10px;
                border: 1px #ccc solid;
                padding: 5px 5px;
                font-size: 12px;
                border-radius: 3px;
                background-color: #f5f5f5;
            }

        .po-base .po-base-content .po-btn {
            float: right;
            margin-top: 10px;
            position: relative;
        }

            .po-base .po-base-content .po-btn .btn-item {
                float: left;
                height: 40px;
                line-height: 40px;
                margin-left: 20px;
            }

            .po-base .po-base-content .po-btn .apllyPoBtn {
                height: 35px;
                line-height: 35px;
                padding: 0 8px;
                color: #fff;
                background-color: #f08e00;
                border-radius: 5px;
                cursor: pointer;
            }

            .po-base .po-base-content .po-btn .savePoBtn {
                border: 1px #f08e00 solid;
                height: 35px;
                line-height: 35px;
                padding: 0 8px;
                border-radius: 5px;
                cursor: pointer;
                color: #f08e00;
            }

                .po-base .po-base-content .po-btn .savePoBtn img {
                    height: 20px;
                    width: 20px;
                    position: relative;
                    top: 4px;
                    margin-right: 3px;
                }

            .po-base .po-base-content .po-btn .ewm-details {
                border: 1px #ccc solid;
                position: absolute;
                padding: 5px;
                background-color: #fff;
                top: 35px;
                right: 0px;
                display: none;
            }

                .po-base .po-base-content .po-btn .ewm-details img {
                    width: 160px;
                    height: 160px;
                }

#content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
}

    #content .content-left {
        width: 860px;
        float: left;
        background-color: #fff;
    }

    #content .content-left-top {
        padding: 0 20px;
        border: 1px #ccc solid;
    }

    #content .content-left-share {
        margin-top:20px;
    }

        #content .content-left-share .share-left {
            font-size: 16px;
            color: #666;
            float: left;
            text-align: right;
            line-height: 45px;
            color: #017bc4;
        }

            #content .content-left-share .share-left img {
                height: 15px;
                width: 15px;
                position:relative;
                top:2px;
            }

        #content .content-left-share .share-right {
            float:left;
            margin-left:10px;
        }

            #content .content-left-share .share-right .share-right-icon {
                float:left;
            }
            #content .content-left-share .share-right .share-right-icon img{
                width:10px;
                height:15px;
                float: left;
                position:relative;
                right:-1px;
                top:17px;
                z-index:99999;
            }

            #content .content-left-share .share-right .share-right-img {
                border: 1px #d2d2d2 solid;
                padding: 8px;
                padding-bottom: 4px;
                float: left;
            }

                #content .content-left-share .share-right .share-right-img img {
                    height: 30px;
                    width: 30px;
                    cursor: pointer;
                }

    #content .content-left .other-po {
    }

    #content .content-left .other {
        margin-top: 20px;
    }

            #content .content-left .other .other-title {
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                border-left: 2px #ffa000 solid;
                background-color: #eeeeee;
                padding-left: 10px;
            }

                #content .content-left .other .other-title img {
                    position: relative;
                    top: 2px;
                    margin-left: 5px;
                }

            #content .content-left .other .other-info {
                text-indent: 2em;
                line-height: 28px;
                padding: 20px 0;
            }

    #content .content-left .one-title {
        margin-top: 20px;
        height: 40px;
        line-height: 40px;
        border: 1px #ccc solid;
        border-bottom: 0px;
        padding: 0 10px;
        font-size: 16px;
        font-weight: 500;
        background: -webkit-linear-gradient(top,#ffffff 0,#ebebeb 100%);
        background: -moz-linear-gradient(top,#ffffff 0,#ebebeb 100%);
        background: -o-linear-gradient(top,#ffffff 0,#ebebeb 100%);
        background: linear-gradient(to bottom,#ffffff 0,#ebebeb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5a7b98,endColorstr=#8a72a4,GradientType=0);
    }

        #content .content-left .one-title img {
            position: relative;
            top: 4px;
            margin-right: 5px;
        }

    #content .content-right {
        width: 320px;
        float: right;
        background-color: #fff;
    }

        #content .content-right .content-right-top {
            border: 1px #ccc solid;
        }

        #content .content-right .unit-name {
            line-height: 30px;
            border-bottom: 2px #017bc4 solid;
            padding: 10px 10px;
            font-size: 16px;
            color: #017bc4;
            background: -webkit-linear-gradient(top,#ffffff 0,#ebebeb 100%);
            background: -moz-linear-gradient(top,#ffffff 0,#ebebeb 100%);
            background: -o-linear-gradient(top,#ffffff 0,#ebebeb 100%);
            background: linear-gradient(to bottom,#ffffff 0,#ebebeb 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5a7b98,endColorstr=#8a72a4,GradientType=0);
        }

        #content .content-right .intro {
            padding: 0 10px;
        }

        #content .content-right .logo {
            text-align: center;
            margin: 20px 0;
        }

        #content .content-right .info {
            padding: 0 10px;
        }

            #content .content-right .info .item {
                height: 25px;
                line-height: 25px;
                color: #666;
            }

        #content .content-right .intro {
            margin-top: 10px;
        }

            #content .content-right .intro .intro-title {
                height: 40px;
                line-height: 40px;
                border-bottom: 1px #ccc solid;
                font-size: 16px;
            }

            #content .content-right .intro .intro-info {
                padding: 10px 0;
                line-height: 25px;
            }
    /*Ö°Î»ÉêÇë*/
    #content .content-left .app-positon {
        padding-top: 20px;
        font-size: 24px;
        margin-bottom: 20px;
        border-bottom: 1px #e4e4e4 solid;
        padding-bottom: 10px;
    }

    #content .content-left .app-positon-name {
        color: #ffa000;
    }

    #content .content-left .input-box {
    }

        #content .content-left .input-box .input-label {
            font-size: 18px;
            padding-bottom: 10px;
        }

        #content .content-left .input-box .input-value {
        }

            #content .content-left .input-box .input-value select {
                height: 35px;
                width: 400px;
                background-color: #fff;
                border: 1px #ccc solid;
            }

    #content .content-left .app-submit {
        height: 35px;
        width: 400px;
        line-height: 35px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        background-color: #f08e00 !important;
        margin: 20px 0;
        cursor: pointer;
    }

    #content .success-text {
        line-height: 80px;
        font-size: 26px;
        text-align: center;
        border-bottom: 1px #ccc dotted;
        padding-top: 60px;
        padding-bottom: 40px;
    }

        #content .success-text img {
            position: relative;
            top: 30px;
            margin-right: 20px;
        }

    #content .success-other .item {
        font-size: 18px;
        padding-top: 40px;
        text-align: center;
    }

.no-position {
    padding:40px;
    border:1px #ccc solid;
    background-color:#fff;
}