@import '../common/variable';
.c-a033__imgbox,
.c-a033__index{
    -webkit-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    -ms-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
    opacity: 0;    
}
.c-a033__imgbox--end,
.c-a033__index--end{
    opacity: 1;
}
html.pc {
    .c-a033 {
        padding: @padding_pc_1 0;
    }
    .c-a033__frame {
//      margin-top: 53px;
    }
    .c-a033__imgbox {
        width: 516px;
        height: 318px;
        float: left;
    }
    .c-a033__body {
        float: left;
        width: 1150px-516;
        height: 318px;
        border-bottom: 10px solid #f0f0f0;
        border-right: 10px solid #f0f0f0;
        padding-left: 42px;
        padding-right: 100px;
    }
    .c-a033__label {
        color: #888888;
        font-size: 16px;
        margin-top: 27px;
    }
    .c-a033__namejob {
        margin-left: 54px;
        // margin-left: 0px;
        padding-top: 10px;
    }
    .c-a033__namejob2 {
        margin-left: 0px;
        padding-top: 10px;
    }
    .c-a033__name {
        color: #353535;
        font-size: 24px;
    }
    .c-a033__job {
        font-size: 16px;
        color: #888888;
        margin-top: 6px;
    }
    .c-a033__title {
        margin-top: 20px;
        font-weight: 500;
        font-size: 30px;
        color: @theme_color_less;
        * {
            line-height: 38px;
        }
    }
    .c-a033__other {
        position: absolute;
        left: 42px;
        bottom: 30px;
    }
    .c-a033__datetime,
    .c-a033__address {
        font-size: 14px;
        color: #353535;
    }
    .c-a033__address {
        margin-left: 30px;
    }
    .c-a033__lefticon,
    .c-a033__righticon {
        position: absolute;
        top: 136px;
        font-size: 36px;
        color: rgba(0, 0, 0, 0.4);
        cursor: pointer;
    }
    .c-a033__lefticon {
        left: 30px;
    }
    .c-a033__righticon {
        right: 30px;
    }
    .c-a033__indexs {
        margin: 0 auto;
        margin-top: 33px;
    }
    .c-a033__index {
        width: 124px;
        height: 76px;
        margin-right: 10px;
        cursor: pointer;
        opacity: 0.5;
    }
    .c-a033__index--active {
        opacity: 1;
    }
    .c-a033__divide {
        transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        /* IE 9 */
        -moz-transform: rotate(12deg);
        /* Firefox */
        -webkit-transform: rotate(12deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(12deg);
        /* Opera */
       border-left: 1px solid #d8d8d8;
       height: 70px;
       width: 1px;
       position: absolute;
       left: 60px;
       top: 0;
    }
}
html.mobile{
    .c-a033 {
        padding: @padding_mobile_1 0.3rem;
    }
    .c-a033__frame {
//      margin-top: 0.5rem;
    }
    .c-a033__imgbox {
        width: 6.3rem;
        height: 3.89rem;
    }
    .c-a033__body {
        width: 6.3rem;
        height: 3.18rem;
        border-bottom: 0.1rem solid #f0f0f0;
        border-right: 0.1rem solid #f0f0f0;
        padding: 0.3rem;
        margin-top: 0.13rem;
    }
    .c-a033__label {
        color: #888888;
        font-size: 0.2rem;
        margin-top: 0.23rem;
    }
    .c-a033__namejob {
        margin-left: 0.46rem;
        padding-top: 0.1rem;
    }
    .c-a033__name {
        color: #353535;
        font-size: 0.24rem;
    }
    .c-a033__job {
        font-size: 0.2rem;
        color: #888888;
        margin-top: 0.06rem;
    }
    .c-a033__title {
        margin-top: 0.05rem;
        font-weight: 500;
        font-size: 0.2rem;
        color: @theme_color_less;
        * {
            line-height: 0.38rem;
        }
    }
    .c-a033__other {
        position: absolute;
        left: 0.3rem;
        bottom: 0.3rem;
    }
    .c-a033__datetime,
    .c-a033__address {
        font-size: 0.2rem;
        color: #353535;
        width: 100%;
    }
    .c-a033__address {
        margin-top: 0.1rem;
    }
    .c-a033__lefticon,
    .c-a033__righticon {
        position: absolute;
        top: 3.61rem;
        font-size: 0.36rem;
        color: rgba(0, 0, 0, 0.4);
        cursor: pointer;
    }
    .c-a033__lefticon {
        left: -0.2rem;
    }
    .c-a033__righticon {
        right: -0.2rem;
    }
    .c-a033__indexs {
        margin: 0 auto;
        margin-top: 0.39rem;
    }
    .c-a033__index {
        width: 1.24rem;
        height: 0.76rem;
        margin-right: 0.1rem;
        cursor: pointer;
        opacity: 0.5;
    }
    .c-a033__index--active {
        opacity: 1;
    }
    .c-a033__divide {
        transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        /* IE 9 */
        -moz-transform: rotate(12deg);
        /* Firefox */
        -webkit-transform: rotate(12deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(12deg);
        /* Opera */
       border-left: 1px solid #d8d8d8;
       height: 0.7rem;
       width: 1px;
       position: absolute;
       left: 0.6rem;
       top: 0;
    }    
}
