.comTitle{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.comTitle_l{
    width: 90%;
    padding-bottom: 20px;
}
.comTitle_l h3{
    width: 100%;
    font-weight: bold;
    font-size: 30px;
    color: #3E3A39;
}
.comTitle_l p{
    width: 100%;
    margin-top: 23px;
}
.comTitle_l p i{
    color: #898989;
    font-size: 14px;
    border-right: 1px solid #898989;
    padding-right: 10px;
    margin-right: 10px;
}
.comTitle_l p i:last-child{
    border-right: unset;
}
.comTitle_l li{
    width: 100%;
    margin-top: 15px;
}
.comTitle_l li a{
    color: #898989;
    font-size: 13px;
}
.comTitle_l li a img{
    margin-right: 5px;
}
.comTitle_r{
    width: 8%;
    text-align: right;
    padding-top: 20px;
}
.comTitle_r h3{
    width: 100%;
    font-weight: bold;
    font-size: 40px;
    color: #3E3A39;
    line-height: 31px;
}
.comTitle_r p{
    width: 100%;
    font-size: 14px;
    color: #3E3A39;
    margin-top: 10px;
}

/*公司简介*/
.comPro{
    margin-top: 40px;
}
.comPro ul{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 18px;
}
.comPro ul li{
    font-size: 18px;
    color: #3E3A39;
    margin-right: 24px;
    cursor: pointer;
}
.comPro ul li:hover,
.comPro ul li.comNavAct{
    font-weight: bold;
    font-size: 18px;
    color: #3E3A39;
    position: relative;
}
.comPro ul li:hover::after,
.comPro ul li.comNavAct::after{
    position: absolute;
    left: 30%;
    bottom: -18px;
    content: "";
    width: 24px;
    height: 2px;
    background-color: #119542;
}
.comProBox{
    width: 100%;
    padding: 20px 0 40px 0;
    background-color: #F7F8F8;
}
.comProCon{
    display: flex;
    justify-content: space-between;
}
.comProCon_l{
    width: 894px;
}
/*公司介绍*/
.comProInt{
    width: 100%;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 0px rgba(4,0,0,0.14);
    border-radius: 5px;
}
.comProInt h3{
    font-weight: bold;
    font-size: 18px;
    color: #3E3A39;
}
.comProInt h3::after{
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background-color: #119542;
    margin-top: 12px;
}
.comProInt li{
    width: 100%;
    margin-top: 20px;
}
.comProInt li p{
    font-size: 14px;
    color: #3E3A39;
    line-height: 30px;
    text-indent: 26px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/*在招职位*/
.openJobs{
    margin-top: 20px;
}
.intEveScreen{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #C9CACA;
}
.intEach{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.intEach:last-child{
    margin-bottom: 0;
}
.intEach p{
    font-size: 14px;
    color: #3E3A39;
    margin-right: 20px;
}
.intEach ul{
    width: 94%;
    display: flex;
    align-items: center;
}
.intEach ul a{
    font-size: 14px;
    color: #595757;
    display: block;
    padding: 0 8px;
    height: 23px;
    line-height: 25px;
    margin-right: 8px;
    border-radius: 2px;
}
.intEach ul a.default, .intEach ul a:hover{
    background-color: #07913A;
    color: #fff;
}
.intEach_r{
    width: 94%;
    display: flex;
    align-items: center;
}
.intEach_r a{
    font-size: 14px;
    color: #595757;
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.intEach_r a:last-child{
    margin-right: 0;
}
.intEach_r a span{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #3E3A39;
    margin-left: 5px;
}
.comProIntEve{
    width: 100%;
    padding: 35px 0;
    border-bottom: 1px solid rgba(201,202,202,0.5);
    cursor: pointer;
    position: relative;
}
.intEve_t{
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.intEve_t ul{
    display: flex;
    align-items: center;
}
.intEve_t ul h1{
    font-size: 15px;
    color: #595757;
    margin-right: 20px;
    font-weight: bold;
    font-family: SourceHanSansCN;
}
.intEve_t ul h1:hover{
    color: #07913A;
}
.intEve_t ul i{
    font-size: 14px;
    color: #07913A;
    margin-right: 15px;
}
.intEve_t ul a{
    padding: 3px 8px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #3E3A39;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.intEve_t ul a img{
    margin-right: 5px;
}
.intEve_t span{
    font-size: 14px;
    color: #595757;
    opacity: 1;
    transition: opacity 0.5s ease;
}
.intEve_b{
    margin-top: 20px;
}
.intEve_b i{
    color: #898989;
    font-size: 14px;
    border-right: 1px solid #898989;
    padding-right: 10px;
    margin-right: 10px;
}
.intEve_b i:last-child{
    border-right: unset;
}
.applyPos{
    background-color: #07913A;
    font-size: 14px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 35px;
    transition: opacity 0.5s ease;
}
.applyPos a{
    color: #FFFFFF;
    display: inline-block;
    padding: 7px 26px;
}
.comProIntEve:hover .applyPos{
    opacity: 1;
}
.comProIntEve:hover .intEve_t span{
    opacity: 0;
}

/*公司地址*/
.comProCon_r{
    width: 290px;
}
.comAddress{
    width: 100%;
    padding: 30px 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 0px rgba(4,0,0,0.14);
    border-radius: 5px;
}
.comAddress h3{
    font-weight: bold;
    font-size: 18px;
    color: #3E3A39;
}
.comAddress h3::after{
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background-color: #119542;
    margin-top: 12px;
}
.comAddressCon{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.comAddressCon ul img{
    margin-top: 5px;
}
.comAddressCon p{
    width: 90%;
    font-size: 14px;
    color: #3E3A39;
    line-height: 28px;
}
.comAddress li{
    margin-top: 25px;
    text-align: center;
}
.comAddress li a{
    padding: 10px 20px;
    font-size: 14px;
    color: #3E3A39;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}

.pages{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages strong, .pages a, .pages_inp, .pages_btn{
    color: #ffffff;
    box-sizing: border-box;
    background: #f87a1e;
    min-width: 40px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 2px;
}

.posterBox{
    width: 100%;
    padding: 40px 0;
}
.posterCon{
    display: flex;
    justify-content: space-between;
}
.posterCon p{
    width: 13%;
}
.posterCon p img{
    width: 100%;
}
.hotMore{
    width: 120px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    margin-top: 30px;
}
.hotMore a{
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    color: #999;
}
.hotMore a:hover{
    background-color: #07913A;
    color: #fff;
}