body{
    background: #fff;
}
.navBox{
    box-shadow: 0px 0px 20px 0px rgba(11,24,46,0.06);
}
.nav{
    width: 78%;
    position: fixed;
    margin: 10px 0;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    cursor: pointer;
    z-index: 9999999;
    background: #fff;
    height: 40px;
}

.dongtaitop{
    margin-top: 92px;
    position: relative;
}
.dongtaitop img{
    width: 100%;
    height: 560px;
    border: none; vertical-align: top;
}
.dongtaitopDetail{
    position: absolute;
    top: 50%;
    left: 36%;
    color: #fff;
    transform: translate(-50%, -30%); /* 实现水平和垂直居中 */
    text-align: left; /* 文本水平居中 */
    width: 750px;
    z-index: 1;
}
.dongtaitopDetail_title{
    height: 50px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: left;
    font-style: normal;
}
.dongtaitopDetail_des{
    margin-top: 20px;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    font-style: normal;

}

.contentBox{
    width: 100%;
    display: flex;
    justify-content: center;

}
.cardListBox{
    width: 62%;
    cursor: pointer;
}
.cardListTitle{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1A1A1A;
    margin: 20px 0;
    text-align: center;
}
.cardListsubTitle{
    /* font-size: 14px; */
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8A8F99;
    text-align: center;
}
.searchBox{
    width: 78%;
    justify-content: flex-start;
    flex-wrap: wrap; /* 添加此属性使内部元素自动换行 */
    background: #F9FAFB;
    padding: 10px 15px;
    border-radius: 10px;
}
.btnList{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; /* 添加此属性使内部元素自动换行 */
}
.btn-item{
    height: 25px;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 10px;
    padding: 5px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
    border-radius: 20px; /* 添加圆角效果 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    text-align: center; /* 文本居中 */
    min-width: 85px;
    
}
.btn-title{
    height: 25px;
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0px;
    padding: 5px 0px;
    text-align: right; 
    width: 80px;
    
}
.btn-item img{
    margin: 4px 4px;
    width: 16px;
    height: 16px;
   
}
.btnList button{
    background: #f5f7fa;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1A1A1A;
    border-radius: 4px;
}
.activeBtn{
    color: #fff !important;
    background: #06A14D !important;
}
.lunboDetail_btn{
    margin-top: 50px;
}
.leftBox{
    width: 400px;
    height: 336px;
    background: #F5F7FA;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 30px;
}
.bgImg{
    position: absolute !important;
    width: 333px;
    height: 168px;
    top: 30px;
    left: 34px;
}
.rightBox{
    /* flex: 1; */
    width: calc(100% - 400px);
}
.rigthTitle{
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1A1A1A;
}
.flexsb{
    display: flex;
    justify-content: space-between;
}
.seq{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #367CF5;
    margin-right: 5px;
}
.rightDetail{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8A8F99;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #E6E8EB;
    
}
.rightDetail_text{
    font-size: 17px;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    max-height: calc(2 * 1.5em); /* 设置最大高度为三行文字的高度 */
    -webkit-box-orient: vertical; /* Safari */
    -webkit-line-clamp: 2; /* Safari and Chrome */
}
.rightDetail span{
    margin: 10px 0 20px 0;
}
.checkBox{
    margin: 10px 0 5px 0;
}
.checkBox span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1A1A1A;
    margin-left: 10px;
}
.rightBtn{
    margin-top: 40px;
}
.rightBtn button{
    width: 110px;
    height: 36px;
    background: #367CF5;
    border-radius: 4px;
    border: none;
    color: #fff;
}
.secendBox{
    margin: 40px 0;
    background: #F5F7FA;
    padding: 20px 0;
}
.secendBox_leftBox{
    width: 400px;
    height: 336px;
    background: #F5F7FA;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 30px;
}
.describe{
    padding: 10px 20px;
    background: #FFFFFF;
    box-shadow: 8px 9px 16px 0px rgba(23,61,128,0.12);
    border-radius: 4px;
}


.centerBox{
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
}
.content{
    width: 78%;
    text-align: center;
}
.centerBox_title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 56px;
    color: #1A1A1A;
    margin-top: 40px;
}
.centerBox_synopsis{
    font-size: 18px;
    font-family: Source Han Sans CN;
    color: #4E5562;
    line-height: 25px;
    margin-top: 20px;
}
.cardListTitle{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #101827;
    line-height: 30px;
    font-style: normal;
    text-align: left;
}
.cardList{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cardExpert{
    width: calc(33.333333% - 12px);
    border-radius: 15px;
    margin: 15px 6px;
    padding: 15px 5px;
    display: flex;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
}
.cardExpert_img{
    width: 32%;
    height: 105px;
    padding: 10px 20px 20px 20px;
    border-radius: 50%;
    /* 隐藏超出容器的内容 */
    overflow: hidden;
    object-fit: cover; /* 保持图片宽高比填充容器，裁剪超出部分 */
    object-position: top; /* 将图片顶部对齐容器顶部 */
}
.cardExpert_type{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cardExpert_typeitem{
    margin: 3px 3px 0px 0px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #35BA7A;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    border-radius: 10px;
    background: #EEFBF5;
    padding: 6px; /* 添加内边距 */

}
.topExpert_text{
    width: 68%;
}
.topExpert_title{
    text-align: left;
    margin:10px 0;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #101827;
    line-height: 28px;
    font-style: normal;
}
.topExpert_employer{
    margin:10px 0;
    font-style: normal;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 15px;
    color: #4D535C;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
.topExpert_level{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #969BA2;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
.topExpert_level img{
    width: 14px;
    height: 12px;
    margin: 5px 10px 5px 0px;
}
.ExpertdetailText{
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #4E5663;
    
    display: -webkit-box;
    /* 限制显示的行数，根据行高和内容大致估算显示 100 字需要的行数 */
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    /* 超出容器的内容隐藏 */
    overflow: hidden; 
    /* 文本溢出时显示省略号 */
    text-overflow: ellipsis; 
    /* 允许换行 */
    white-space: normal; 
}

.topContent_text{
    margin: 0px 10px 0px 20px;
}

.topContent_more{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #1CC06F;
    line-height: 22px;
    font-style: normal;
    text-align: left;
    margin-top: 15px;
}
/* 使用伪元素添加箭头 */
.topContent_more::after {
    content: "→"; /* 直接使用箭头符号 */
    margin-left: 2px;
    color: #1CC06F;
  }
.detail_property{
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
}
.detail_property img{
    width: 300px;
    height: 374px;
    margin: 5px 10px 5px 0px;
    border-radius: 20px;
}
.detail_property_right{
    width: calc(100% - 300px);
    margin: 50px 0px 15px 25px;   
}
.detail_property_title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    line-height: 42px;
    text-align: left;
    font-style: normal;
}
.detail_property_position{
    margin: 20px 0px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
.detail_property_des{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin: 35px 0px;
}
.detail_property_desitem{
    min-width: 50%;
    margin: 15px 0px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #828282;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}
.detail_content{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.detail_content_title{
    width: 100px;
    margin-top: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    padding-top: 15px; /* 为三角形留出空间 */
    position: relative; /* 为伪元素定位 */
}

.detail_content_title::before {
    content: '';
    position: absolute;
    left: 85%;
    top: 28px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #000; /* 设置三角形颜色和形状 */
}
.detail_content_des{
    width: calc(100% - 160px);
    margin: 15px 5px 5px 25px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}
