.dd-main{
    padding:0px;
    background: #f7f7f7;
}
.dd-main>div{
    display: inline-block;
    width: 23%;
    background: #f7f7f7;
    height: auto;
    text-align: right;
    vertical-align: middle;
}

.dd-main>div:last-child{
    width: 76%;
    background: #fff;
}

.dd-main .dd-item{
    padding-right: 4rem;
    padding-top: 2.5rem;
    float: right;
}

.dd-main .dd-item:first-child{
    padding-top: 2rem;
}

.dd-main .dd-item .dd-title{
    width: 10rem;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    padding-bottom: 1rem;
    border-bottom: 1px solid #CA0413;
    padding-right: 1rem;
    cursor: pointer;
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.dd-main .dd-item .dd-title:hover{
    color: #CA0413;
}

.dd-main .dd-item .dd-title>.xiaoyicon,.dd-main .dd-item .dd-title>.shehicon{
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../images/xiaoyuan-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: sub;
    margin-right: 1rem;
}

.dd-main .dd-item .dd-title>.shehicon{
    background-image: url(../images/renyuan-cion.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dd-main .dd-item .dd-joblist{
    margin-top: 1rem;
}

.dd-main .dd-item .dd-joblist p{
    height: 2.5rem;
    line-height: 2.5rem;
    padding-right: 1rem;
    color: #0d0d0d;
    font-size: .8rem;
    cursor: pointer;
}

.dd-main .dd-item .dd-joblist>p:hover{
    color: #CA0413;
}

.dd-main .dd-body{
    text-align: left;
    vertical-align: top;
    padding-top: 0rem;
}

.dd-main .dd-body .dd-body-div{
        padding-left: 3rem;
        margin-top: 3rem;
 
    padding-right: 5rem;
}

.dd-main .dd-body .dd-body-div:first-child{
    margin-top: 0px;
}

.dd-main .dd-body  .dd-body-div .dd-body-title{
    color: #0d0d0d;
    font-weight: bold;
    font-size: 24px;
    cursor: default;
}

.dd-main .dd-body  .dd-body-div .dd-body-title>.shehicon,.dd-main .dd-body  .dd-body-div .dd-body-title>.xiaoyicon{
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../images/xiaoyuan-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: sub;
    margin-right: 1rem;
}

.dd-main .dd-body  .dd-body-div .dd-body-title>.shehicon{
    background-image: url(../images/renyuan-cion.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gw-item{
    cursor: default;
}

.gw-item h1{
    cursor: pointer;
}

.cityicon{
        width: 48px;
    vertical-align: text-bottom;
}

.dd-stitle{
    font-size: .9rem;
    font-weight: bold;
    border-bottom: 1px solid #CA0413;
    padding-bottom: 20px;
    margin-left: 80px;
    margin-top: 40px;
    padding-right: 1rem;
}

.dd-stitle.dd-nrtitle{
    margin-left:0px;
}

.lefticonred{
    
    width: 1.2rem;
    vertical-align: middle;
    margin-left: 1rem;
    transition: all .3s;
}

.cityjobs{
    transition: all .3s;
    max-height: 0px;
   
    opacity: 0;
    pointer-events: none;
}

.cityjobs.show{
    max-height: 900px;
     height: auto;
     opacity: 1;
    pointer-events:all;
}


.openjobtype.show .lefticonred,shehuizpbtn.show .lefticonred{
        transform: rotate(90deg);
}



.shehuizp-list.show{
    max-height: 1000px;
     height: auto;
     opacity: 1;
    pointer-events:all;
}

.shehuizp-list{
     transition: all .3s;
    max-height: 0px;
   
    opacity: 0;
    pointer-events: none;
}

p.openjob:hover{
    color: #CA0413 !important;
}

div.openjobtype:hover{
    color: #CA0413 !important;
}

.hometitlediv {
    width: 70%;
    top: 27vh !important;
}

.homesubtitle{
    font-size: 2rem !important;
    color: #fff !important;
    margin-left: 30%;
    
   
}

.hometitle{
        margin-bottom: 4rem;
        font-size: 3rem !important;
        letter-spacing: .7rem;
}

@media screen and (max-width:600px){

    .hometitle{
        font-size: 1.3rem !important;
    }

    .homesubtitle{
        font-size: 1.2rem !important;
    }

    .hometitlediv {
        top:13vh !important;
    }

    .dd-main>div,.dd-main>div:last-child{
        width: 100%;
    }
    .dd-main .dd-body .dd-body-div{
        padding: 0rem;
        width: 90%;
        margin-left: 5%;
    }

    .dd-main .dd-item{
        padding-top: 0rem;
    }

    .dd-stitle{
        margin-top: 1rem;
    }

    .dd-main .dd-item .dd-title{
            width: 11rem;
            margin-right: 0rem;
    }

    .dd-main .dd-item{
        padding-right: calc(50% - 6rem);
    }
    .dd-main .dd-item .dd-title>.xiaoyicon, .dd-main .dd-item .dd-title>.shehicon{
        width: 1.4rem;
        height: 1.4rem;
    }
    .dd-main .dd-item .dd-title{
        font-size: .9rem;
            padding-bottom: .6rem;
    }

    .dd-stitle{
        padding-bottom: .6rem;
        font-size: 0.8rem;
    }
    .cityicon{
        width: 1.5rem;
    }

    .dd-main .dd-item .dd-joblist p{
        height: 2rem;
    line-height: 2rem;
    padding-right: 1rem;
    color: #0d0d0d;
    font-size: .7rem;
    }
}
