

.opportunityWrap{
    margin-top: 40px;
    text-align: initial;
}

.opportunityMain{


}

.tp{}

.tp .opportunityInterDesc div{margin-bottom: 15px;}

.opportunitySubContent{
    margin-bottom: 70px;
}
.opportunityTitle{
    font-size: 25px;
    text-transform: uppercase;
    color: #004a87;
    font-weight: bold;
}

.opportunityInter{
    margin-top: 20px;
}
.opportunityInterTitle{
    font-size: 20px;
    text-transform: uppercase;
    color: #004a87;
    margin-bottom: 20px;
    position: relative;
}

.opportunityInterTitle::after{
    content: "";
    position: absolute;
    top: 140%;
    left: 0;
    width: 35px;
    height: 2px;
    background: #99b7cf;
}


.opportunityInterTitle span{
    font-size: 1em;
}


.opportunityInterDesc{
    font-size: 14px;
    color: #010101; 
    line-height: 2em;
}

.viewMoreJobWrap{
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    margin-top: 80px;
    margin-bottom: 80px;
}
.viewMoreJobInner{
    display: inline-block;
    background: #004a87;
    padding: 8px 50px;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
    height: 55px;
    width: 245px;
}
.viewMoreJobBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.viewMoreJobInner div{color: #fff;}
.viewMoreJobWrap .div_1{font-size: 14px;position: relative;transition: 150ms ease all;}
.viewMoreJobWrap .div_2{font-size: 12px;margin-top: 5px;}

.viewMoreJobInner.show .div_1{top: 11px;}
.viewMoreJobInner.show .div_2{display: none;}

.viewMoreJobWrap .div_3{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0,-50%);
}
.viewMoreJobWrap .div_3 img{display: block;width: 100%;}



.opportunityMoreContent{
    display: none;
}
.opportunityContent{margin-bottom: 70px;}
.opportunityContent .opportunityInterTitle{
    border-bottom: 1px solid #000000;
    padding-bottom: 30px;
    color: #000000;
}
.opportunityContent .opportunityInterTitle{
    padding-left: 15px;
}
.opportunityContent .opportunityInterTitle::after{
    width: 3px;
    height: 22px;
    top: 5%;
    background: #004a87;
}
.opportunityContent .opportunityInterDesc{
    margin-left: 1em;
}

.opportunityContent .opportunityInterDesc ul{
    padding-left: 1em;
}

.opportunityContent .opportunityInterDesc ul li{
    margin: 0;
    margin-bottom: 25px;
}

.interDescSubTitle{margin-bottom: 15px;font-size: 16px;font-weight: bold;}


.sh p{font-weight: inherit;}
/* .sh .opportunityContent .opportunityInterDesc ul{padding-left: 0;} */
/* 电脑 */
@media (min-width: 1024px) {
    .opportunityInterDesc{ 
        /* text-align: justify;  */
    }

}


