.list{
     width: 100%;
     overflow: hidden;
     background: #f0f0f0;
}
.listBox{
     width: 1220px;
     margin: 0 auto;
}
.listMenu{
     width: 100%;
     height: 60px;
     border-radius: 15px;
     background: white;
     margin-bottom: 30px;
}
.listMenuLi{
     height: 60px;
     overflow: hidden;
     margin-left: 30px;
     font-size: 14px;
     font-weight: bold;
     line-height: 60px;
     float: left;
     cursor: pointer;
     user-select: none;
}
.listMenuLiDh{
     border-bottom: 3px solid #3b5da6;
     color: #3b5da6;
}
.listSx{
     width: 100%;
     overflow: hidden;
     margin-bottom: 20px;
     background: white;
     border-radius: 15px;
     margin-bottom: 30px;
}
.listSxLi{
     width: 100%;
    padding: 10px 30px;
    overflow: hidden;
}
.listSxLeft {
     float: left;
     width: 75px;
     overflow: hidden;
     color: black;
     font-size: 14px;
     line-height: 35px;
     user-select: none;
 }
 .listSxRight {
     float: left;
     width: 1000px;
     overflow: hidden;
     cursor: pointer;
     user-select: none;
     font-size: 14px;
 }
 .listSxRightLi {
     float: left;
     color: #949697;
     padding: 5px 12px;
     margin: 5px 0;
 }
 .listSxRightLiOne {
     padding: 5px 12px;
     color: #fff;
     background-image: linear-gradient(to right, #3560ee, #71a6fc);
     border-radius: 12px;
     float: left;
     margin-top: 5px;
 }
 .listZx{
     width: 100%;
     overflow: hidden;
     margin-bottom: 70px;
 }
 .listLi{
     /* height: 175px; */
     width: 100%;
     margin-bottom: 30px;
     border-radius: 15px;
     background: white;
     overflow: hidden;
 }
 .listLiNew{
    width: 100%;
    height: 80px;
    background: white;
    overflow: hidden;
 }
 .listLiTop{
     height: 80px;
     border-bottom: 1px solid #fbfbfb;
     background: white;
 }
 .listLiTopZc{
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: white;
 }
 .listLiTopP1{
     height: 80px;
     line-height: 80px;
     margin-left: 30px;
     float: left;
     font-size: 18px;
     font-weight: bold;
     color: black;
 }
 .listLiTopZcP1{
    height: 60px;
    line-height: 60px;
    margin-left: 30px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: black;
 }
 .listLiTopP2{
     height: 30px;
     padding: 0 10px;
     float: left;
     background: #f5f6f7;
     margin-left: 15px;
     font-size: 14px;
     border-radius: 15px;
     line-height: 30px;
     margin-top: 25px;
     color: #495bb5;
 }
 .listLiTopBtn{
     float: right;
 }
 .listLiTopBtn1{
     float: left;
     font-size: 16px;
     margin-right: 30px;
     height: 40px;
     margin-top: 20px;
     line-height: 40px;
     width: 120px;
     text-align: center;
     border-radius: 20px;
     border: 1px solid #6577aa;
     color: #6577aa;
     cursor: pointer;
     user-select: none;
 }
 .listLiTopZcBtn1{
    float: left;
     font-size: 16px;
     margin-right: 30px;
     height: 40px;
     margin-top: 10px;
     line-height: 40px;
     width: 120px;
     text-align: center;
     border-radius: 20px;
     border: 1px solid #6577aa;
     color: #6577aa;
     cursor: pointer;
     user-select: none;
 }
 .listLiTopBtn2{
     float: left;
     font-size: 16px;
     margin-right: 30px;
     height: 40px;
     margin-top: 20px;
     line-height: 40px;
     width: 120px;
     text-align: center;
     border-radius: 20px;
     color: white;
     background-image: linear-gradient(to right, #325fed, #6daaf9);
     cursor: pointer;
     user-select: none;
 }
 .listLiBot{
     height: 95px;
     width: 100%;
     /* box-shadow: -10px 0px 15px 1px rgba(0, 0, 0, 0.05); */
 }
 .listLiBot1{
     float: left;
     height: 95px;
     width: 300px;
     /* box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.1); */
     border-right: 1px solid rgba(0, 0, 0, 0.1);
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .listLiBot1 img{
     width: 135px;
     display: block;
 }
 .listLiBot2{
     float: left;
     height: 95px;
     width: 230px;
     border-right: 1px solid rgba(0, 0, 0, 0.1);
     /* box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.1); */
     color: #a6a6a6;
 }
 .listLiBot3{
    float: left;
    height: 35px;
    width: 300px;
    color: #a6a6a6;
}
.listLiBot4{
    width: 100%;
    height: 60px;
    font-size: 12px;
    float: left;
    line-height: 60px;
    color: #a6a6a6;
}
 .listLiBotP1{
     margin-top: 20px;
     margin-left: 20px;
     height: 15px;
     font-size: 14px;
     line-height: 14px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
 }
 .listLiBotP2{
     margin-left: 20px;
     font-size: 14px;
     line-height: 14px;
 }
 .list{
    width: 100%;
    overflow: hidden;
    background: #f0f0f0;
}
.listBox{
    width: 1220px;
    margin: 0 auto;
}
.details{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.detailsQyHead{
    width: 100%;
    background: white;
    height: 50px;
    border-radius: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.detailsQyHeadLi{
    height: 55px;
    float: left;
    color: black;
    line-height: 55px;
    font-size: 16px;
    margin-left: 30px;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
}
.detailsQyHeadLiDj{
    color: #00a6a7;
    border-bottom: 2px solid #00a6a7;
}
.detailsQyText{
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    background: white;
    padding: 15px 25px;
    margin-bottom: 25px;
}
.detailsQyTextNew{
    width: 100%;
    overflow: hidden;
    background: white;
    padding: 15px 25px;
    margin-bottom: 25px;
}
.dtCenter{
    font-size: 15px;
   font-weight: 400;
   color: #333;
   line-height: 28px;
   overflow: hidden;
   margin-bottom: 25px;
}
.dtCenter img{
    width: 100%;
}
.dtImg{
    width: 100%;
    height: 250px;
    margin-bottom: 25px;
    overflow: hidden;
}
.dtImgLi{
    width: 200px;  
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 4px;
    cursor: pointer;
    flex-shrink: 0;
    float: left;
    position: relative;
    margin-left: 28px;
    margin-bottom: 15px;
}
.dtImgLi:nth-child(5n+1){
    margin-left: 0px;
}
.dtImgLi img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s linear;
}
.dtInformation{
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}
.business-detail {
    border: 1px #d9dadf solid;
    padding: 15px 25px;
    padding-right: 12px;
    height: 46px;
}
.business-detail {
    position: relative;
    border-radius: 12px;
    border: none;
    background: #f8f8f8;
    padding: 20px;
    height: auto;
}
.business-detail ul {
    overflow: hidden;
    max-height: 158px;
}
.business-detail li {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    font-size: 14px;
    padding: 10px 0;
}
.business-detail li {
    font-size: 15px;
    color: #333;
    line-height: 21px;
    padding: 0 5px 0 0;
    margin-bottom: 30px;     
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.business-detail li span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-bottom: 8px;
}
.dtAddress{
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}
.job-location {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin-top: 15px;
}
.job-location {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin-top: 20px;
    font-size: 13px;
    position: relative;
}
.job-location {
    border-radius: 12px;
    border: 1px solid #ededed;
    box-shadow: none;
    margin-top: 0;
}
.location-item {
    position: relative;
}
.job-location .location-address {
    position: relative;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 20px 12px 46px;
    border: none;
    background: 0 0;
    transition: all .2s linear;
}
.job-location .location-address {
    position: relative;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 20px 12px 46px;
    border: none;
    background: 0 0;
    transition: all .2s linear;
}
.job-location .location-address:before {
    content: " ";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 20px;
    top: 14px;
    z-index: 1;
    background: url(https://img.bosszhipin.com/static/file/2022/1q7iss9wuz1664171121020.png) 0 0/18px auto no-repeat;
}
.job-location .location-item .location-address:hover:before,.job-location .location-item.show-map .location-address:before {
    background: url(https://img.bosszhipin.com/static/file/2022/1q7iss9wuz1664171121020.png) 0 -18px/18px auto no-repeat;
}
.company-info-box .job-sec .more-view {
    display: none;
    background: linear-gradient(270deg,#fff 65%,rgba(255,255,255,0) 100%);
    width: 80px;
    text-align: right;
    font-size: 15px;
    color: #00a6a7;
    line-height: 21px;
    padding: 4px 14px 4px 0;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 6px;
    transition: font-weight .2s linear;
    box-sizing: border-box;
}
.job-location .location-address {
    position: relative;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 20px 12px 46px;
    border: none;
    background: 0 0;
    transition: all .2s linear;
}
.company-new .job-box .map-container {
    height: 172px;
}
.job-location img, .location-item .amap-icon img {
    width: 100%;
    vertical-align: top;
}
.job-location p {
    cursor: pointer;
    position: absolute;
    right: 12px;
    bottom: 12px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 2px 10px 2px 40px;
    background: url(../images/map-icon.png) no-repeat 8px center #fff;
}
.job-location p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    padding: 8px 16px 8px 40px;
    background: url(https://img.bosszhipin.com/static/file/2022/oqp2zomui31661947170536.png) 12px 7px/21px 21px no-repeat,#fff;
    box-shadow: 0 3px 40px 0 rgba(153,153,153,.3);
    border-radius: 12px;
}
.job-location .location-address {
    position: relative;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 20px 12px 46px;
    border: none;
    background: 0 0;
    transition: all .2s linear;
}
.job-location .location-address:before {
    content: " ";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 20px;
    top: 14px;
    z-index: 1;
    background: url(https://img.bosszhipin.com/static/file/2022/1q7iss9wuz1664171121020.png) 0 0/18px auto no-repeat;
}
.job-location .location-address:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #ededed;
}
.detailsZwGt{
   width: 150px;
   height: 45px;
   font-size: 18px;
   color: white;
   background: #00d1d0;
   text-align: center;
   line-height: 45px;
   margin-top: 15px;
   user-select: none;
   cursor: pointer;
   border-radius: 10px;
}
.dtZg{
   width: 100%;
   overflow: hidden;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dtZgImg{
   width: 56px;
   height: 56px;
   overflow: hidden;
   border-radius: 25px;
   float: left;
   margin-top: 20px;
}
.dtZgP{
   float: left;
   margin-left: 15px;
   width: 600px;
   margin-top: 20px;
}
.dtZgP1{
   width: 100%;
   height: 35px;
}
.dtZgP1 p:nth-child(1){
   font-size: 18px;
   color: black;
   line-height: 18px;
   float: left;
}
.dtZgP1 p:nth-child(2){
   float: left;
   font-size: 14px;
   color: rgba(0, 0, 0, 0.4);
   line-height: 18px;
   margin-left: 25px;
}
.dtZgP2{
   font-size: 15px;
   color: #666;
   align-items: center;
}
.detailsLeft{
    width: 845px;
    float: left;
}
.detailsLeftNew{
    width: 100%;
    float: left;
}
.detailsRight{
    float: right;
    background: white;
    border-radius: 15px;
    width: 345px;
    padding: 15px 25px;
}
.detailsRightLi{
    width: 100%;
    margin-bottom: 35px;
    /* height: 120px; */
    overflow: hidden;
}
.detailsRightLiHead{
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    user-select: none;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;	
}
.dtHead{
    width: 100%;
    height: 25px;
    margin-bottom: 15px;
    /* color: #222222; */
    font-size: 18px;
    font-weight: bold;
    user-select: none;
    color: #1f5ac9;
}
.detailsRightLiHead a{
    color: #4e80dd;
}
.detailsRightLi1{
    width: 50%;
    float: left;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detailsRightLi1 img{
    width:120px;
    max-height: 90px;
}
.detailsRightLi2{
    width: 50%;
    float: left;
}
.detailsRightLi3{
    width: 100%;
    float: left;
}
.detailsRightLiP1{
    margin-left: 20px;
    height: 28px;
    font-size: 14px;
    line-height: 14px;
}
.detailsRightLiP2{
    margin-left: 20px;
    font-size: 14px;
    line-height: 14px;
}
.listZc{
    width: 100%;
    line-height: 80px;
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: black;
    text-align: center;
}
.newboxRightLi{
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); */
}
.nbrLeft{
    height: 180px;
    float: left;
    width: 30%;
    position: relative;
}
.nbrLeftTips{
    position: absolute;
    top: 0px;
    left: 20px;
    padding: 15px 10px;
    color: white;
    background: #1777cb;
    font-size: 12px;
}
.nbrRight{
    height: 180px;
    width:70%;
    float: left;
    background: white;
}
.nbrRightTxt{
    width: 96%;
    margin: 0 auto;
    margin-top: 25px;
}
.nbrRightHead{
    height: 30px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    line-height: 18px;
}
.nbrRightP{
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-indent: 2em;
    height: 90px;
}
.nbrRightP1{
    width: 100%;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #999999;
}
.listZxBox{
    overflow: hidden;
    width: 100%;
}
.listZxBox .listZx{
    display: none;
}
.listZxBox .show{
    display: block;
}
.ListSs{
    width: 200px;
    float: right;
    height: 40px;
    margin-right: 15px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 10px;
}
.ListSsInt{
    width: 150px;   
    height: 40px;
    background: none;
    border: none;
    outline: none;
    padding-left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    float: left;
    border-radius: 15px;
}
.ListSsBtn{
    float: left;
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}