.project-gird{
    margin-bottom: 20px;
}
.gird{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 280px);
    grid-row-gap: 30px;
    grid-column-gap: 13px;
}

.doctor-gird{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 371px);
    grid-row-gap: 20px;
    grid-column-gap: 23px;
}
.doctor-card{
    width: 371px;
    background: #F8FCFC;
    border-radius: 10px;
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.doctor-img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 20px;
}

.content-card{
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
}
.content-card:last-child{
    border-bottom: none;
}
.content-right{
    margin-left: 40px;
    flex: 1;
}
.content-img{
    width: 220px;
    min-width: 220px;
    height: 140px;
    border-radius: 10px;
}
.projectBox{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.projectBox .projectBox_title{
    width: 100%;
    background: linear-gradient(270deg, rgba(182, 219, 172, 0) 0%, #D6F3CE 50%, rgba(182, 219, 172, 0) 100%);
}
.projectBox .projectBox_title img{
    margin: 0 auto;
}
.project_contentBox{
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.content_titleBox{
    flex: 0 0 calc(20% - 20px);
    text-align: center;
    height: 68px;
    background: url("/static/extra/pc/img/project/project_con_title_bg1.png") no-repeat ;
    background-size:cover;
    /* background: #D6F3CE; */
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 4px 6px rgba(67, 67, 67, 0.3);
    margin: 37px 10px 0;
    line-height: 68px;
    border-radius: 16px;
}
.content_titleBox:hover{
    box-shadow: 0px 8px 8px 0px rgba(197, 197, 197, 0.31);
    transform: scale(1.03);
    transition: all 0.5s;
}



.projectCard {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    margin: 37px auto 31px auto;
}
.projectCard .cardHead {
    position: relative;
    width: 100%;
    height: 100px;
}

.projectCard .cardHead {
    background: url("/static/extra/pc/img/project/headSix.png") no-repeat ;
    background-size:cover;
}
.projectCard .cardBody .cardBody_head .img {
    background: url("/static/extra/pc/img/project/sevenLine.png") no-repeat ;
    background-size:cover;
}
.projectCard .cardBody .cardBody_head .bodyHead_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: url("/static/extra/pc/img/project/textUnder6.png") no-repeat ;
    background-size:cover;
    left: 0;
}
.projectCard .cardBody .cardBody_list .bodyList_item {
    background: url("/static/extra/pc/img/project/2nCard.png") no-repeat ;
    background-size:cover;
}
.projectCard .cardBody .cardBody_list .bodyList_item .listItem_left .itemLeft_img {
    background: url("/static/extra/pc/img/project/7nLeftBg.png") no-repeat ;
    background-size:cover;
}
.projectCard .cardBody .cardBody_list .bodyList_item .listItem_right .itemRight_icon {
    background: url("/static/extra/pc/img/project/7nRightIcon.png") no-repeat ;
    background-size:cover;
    color: #65cbd5;
}
.projectCard .cardBody .cardBody_list .bodyList_item:hover .listItem_left .itemLeft_text{
    color: #65cbd5;
}
.projectCard .cardBody .cardBody_list .bodyList_item:hover .listItem_right .itemRight_text{
    color: #65cbd5;
}
.projectCard .cardBody .cardBody_list .bodyList_item:hover {
    background: url("/static/extra/pc/img/project/7nHoverBg.png") no-repeat ;
    background-size:cover;
}

.projectCard .cardHead .headName {
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    font-size: 26px;
    font-weight: normal;
    text-shadow: 0 4px 6px rgba(67, 67, 67, 0.3);
}
.projectCard .cardBody {
    width: 100%;
    position: relative;
    top: -34px;
    z-index: 100;
    background-color: #ffffff;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 28px 40px;
}
.projectCard .cardBody .cardBody_head:first-child {
    margin-top: 0;
}
.projectCard .cardBody .cardBody_head {
    display: flex;
    margin-bottom: 12px;
    margin-top: 28px;
}
.projectCard .cardBody .cardBody_head .img {
    width: 18px;
    margin-right: 12px;
    height: 25px;
}
.projectCard .cardBody .cardBody_head .bodyHead_text {
    position: relative;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    line-height: 22px;
}

.projectCard .cardBody .cardBody_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.projectCard .cardBody .cardBody_list .bodyList_item {
    width: 48%;
    height: 50px;
    display: flex;
    margin-top: 12px;
}
.projectCard .cardBody .cardBody_list .bodyList_item .listItem_left {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 10%;
}
.projectCard .cardBody .cardBody_list .bodyList_item .listItem_left .itemLeft_img {
    width: 19px;
    height: 13px;
    margin-right: 12px;
    flex-shrink: 0;
}
.projectCard .cardBody .cardBody_list .bodyList_item .listItem_left .itemLeft_text {
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 400;
    flex-grow: 1;
}
.projectCard .cardBody .cardBody_list .bodyList_item .listItem_right {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 8%;
    padding-right: 2%;
}
.projectCard .cardBody .cardBody_list .bodyList_item .listItem_right .itemRight_icon {
    width: 60px;
    height: 20px;
    margin-right: 4px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    flex-shrink: 0;
}
.projectCard .cardBody .cardBody_list .bodyList_item .listItem_right .itemRight_text {
    font-size: 16px;
    color: #878787;
    font-weight: 400;
    flex-grow: 1;
}



/*第n个card的样式*/
.projectCard:nth-of-type(2n) .cardHead {
    background: url("/static/extra/pc/img/project/headOne.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(2n) .cardBody .cardBody_head .img {
    background: url("/static/extra/pc/img/project/twoLine.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(2n) .cardBody .cardBody_head .bodyHead_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: url("/static/extra/pc/img/project/textUnder1.png") no-repeat ;
    background-size:cover;
    left: 0;
}
.projectCard:nth-of-type(2n) .cardBody .cardBody_list .bodyList_item {
    background: url("/static/extra/pc/img/project/2nCard.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(2n) .cardBody .cardBody_list .bodyList_item .listItem_left .itemLeft_img {
    background: url("/static/extra/pc/img/project/2nLeftBg.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(2n) .cardBody .cardBody_list .bodyList_item .listItem_right .itemRight_icon {
    background: url("/static/extra/pc/img/project/2nRightIcon.png") no-repeat ;
    background-size:cover;
    color: #FFA529;
}
.projectCard:nth-of-type(2n) .cardBody .cardBody_list .bodyList_item:hover .listItem_left .itemLeft_text{
    color: #FFA529;
}
.projectCard:nth-of-type(2n) .cardBody .cardBody_list .bodyList_item:hover .listItem_right .itemRight_text{
    color: #FFA529;
}
.projectCard:nth-of-type(2n) .cardBody .cardBody_list .bodyList_item:hover {
    background: url("/static/extra/pc/img/project/2nHoverBg.png") no-repeat ;
    background-size:cover;
}

/*3n*/
.projectCard:nth-of-type(3n) .cardHead {
    background: url("/static/extra/pc/img/project/headTwo.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(3n) .cardBody .cardBody_head .img {
    background: url("/static/extra/pc/img/project/ThreeLine.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(3n) .cardBody .cardBody_head .bodyHead_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: url("/static/extra/pc/img/project/textUnder2.png") no-repeat ;
    background-size:cover;
    left: 0;
}
.projectCard:nth-of-type(3n) .cardBody .cardBody_list .bodyList_item {
    background: url("/static/extra/pc/img/project/2nCard.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(3n) .cardBody .cardBody_list .bodyList_item .listItem_left .itemLeft_img {
    background: url("/static/extra/pc/img/project/3nLeftBg.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(3n) .cardBody .cardBody_list .bodyList_item .listItem_right .itemRight_icon {
    background: url("/static/extra/pc/img/project/3nRightIcon.png") no-repeat ;
    background-size:cover;
    color: #3C9DFF;
}
.projectCard:nth-of-type(3n) .cardBody .cardBody_list .bodyList_item:hover .listItem_left .itemLeft_text{
    color: #3C9DFF;
}
.projectCard:nth-of-type(3n) .cardBody .cardBody_list .bodyList_item:hover .listItem_right .itemRight_text{
    color: #3C9DFF;
}
.projectCard:nth-of-type(3n) .cardBody .cardBody_list .bodyList_item:hover {
    background: url("/static/extra/pc/img/project/3nHoverBg.png") no-repeat ;
    background-size:cover;
}

/*4n*/
.projectCard:nth-of-type(4n) .cardHead {
    background: url("/static/extra/pc/img/project/headThree.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(4n) .cardBody .cardBody_head .img {
    background: url("/static/extra/pc/img/project/fourLine.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(4n) .cardBody .cardBody_head .bodyHead_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: url("/static/extra/pc/img/project/textUnder3.png") no-repeat ;
    background-size:cover;
    left: 0;
}
.projectCard:nth-of-type(4n) .cardBody .cardBody_list .bodyList_item {
    background: url("/static/extra/pc/img/project/2nCard.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(4n) .cardBody .cardBody_list .bodyList_item .listItem_left .itemLeft_img {
    background: url("/static/extra/pc/img/project/4nLeftBg.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(4n) .cardBody .cardBody_list .bodyList_item .listItem_right .itemRight_icon {
    background: url("/static/extra/pc/img/project/4nRightIcon.png") no-repeat ;
    background-size:cover;
    color: #a5a5f3;
}
.projectCard:nth-of-type(4n) .cardBody .cardBody_list .bodyList_item:hover .listItem_left .itemLeft_text{
    color: #a5a5f3;
}
.projectCard:nth-of-type(4n) .cardBody .cardBody_list .bodyList_item:hover .listItem_right .itemRight_text{
    color: #a5a5f3;
}
.projectCard:nth-of-type(4n) .cardBody .cardBody_list .bodyList_item:hover {
    background: url("/static/extra/pc/img/project/4nHoverBg.png") no-repeat ;
    background-size:cover;
}

/*5n*/
.projectCard:nth-of-type(5n) .cardHead {
    background: url("/static/extra/pc/img/project/headFour.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(5n) .cardBody .cardBody_head .img {
    background: url("/static/extra/pc/img/project/fiveLine.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(5n) .cardBody .cardBody_head .bodyHead_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: url("/static/extra/pc/img/project/textUnder4.png") no-repeat ;
    background-size:cover;
    left: 0;
}
.projectCard:nth-of-type(5n) .cardBody .cardBody_list .bodyList_item {
    background: url("/static/extra/pc/img/project/2nCard.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(5n) .cardBody .cardBody_list .bodyList_item .listItem_left .itemLeft_img {
    background: url("/static/extra/pc/img/project/5nLeftBg.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(5n) .cardBody .cardBody_list .bodyList_item .listItem_right .itemRight_icon {
    background: url("/static/extra/pc/img/project/5nRightIcon.png") no-repeat ;
    background-size:cover;
    color: #5DC5C3;
}
.projectCard:nth-of-type(5n) .cardBody .cardBody_list .bodyList_item:hover .listItem_left .itemLeft_text{
    color: #5DC5C3;
}
.projectCard:nth-of-type(5n) .cardBody .cardBody_list .bodyList_item:hover .listItem_right .itemRight_text{
    color: #5DC5C3;
}
.projectCard:nth-of-type(5n) .cardBody .cardBody_list .bodyList_item:hover {
    background: url("/static/extra/pc/img/project/5nHoverBg.png") no-repeat ;
    background-size:cover;
}


/*6n*/
.projectCard:nth-of-type(6n) .cardHead {
    background: url("/static/extra/pc/img/project/headFive.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(6n) .cardBody .cardBody_head .img {
    background: url("/static/extra/pc/img/project/sixLine.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(6n) .cardBody .cardBody_head .bodyHead_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: url("/static/extra/pc/img/project/textUnder5.png") no-repeat ;
    background-size:cover;
    left: 0;
}
.projectCard:nth-of-type(6n) .cardBody .cardBody_list .bodyList_item {
    background: url("/static/extra/pc/img/project/2nCard.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(6n) .cardBody .cardBody_list .bodyList_item .listItem_left .itemLeft_img {
    background: url("/static/extra/pc/img/project/6nLeftBg.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(6n) .cardBody .cardBody_list .bodyList_item .listItem_right .itemRight_icon {
    background: url("/static/extra/pc/img/project/6nRightIcon.png") no-repeat ;
    background-size:cover;
    color: #FF767B;
}
.projectCard:nth-of-type(6n) .cardBody .cardBody_list .bodyList_item:hover .listItem_left .itemLeft_text{
    color: #FF767B;
}
.projectCard:nth-of-type(6n) .cardBody .cardBody_list .bodyList_item:hover .listItem_right .itemRight_text{
    color: #FF767B;
}
.projectCard:nth-of-type(6n) .cardBody .cardBody_list .bodyList_item:hover {
    background: url("/static/extra/pc/img/project/6nHoverBg.png") no-repeat ;
    background-size:cover;
}

/*7n*/
.projectCard:nth-of-type(7n) .cardHead {
    background: url("/static/extra/pc/img/project/headSix.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(7n) .cardBody .cardBody_head .img {
    background: url("/static/extra/pc/img/project/sevenLine.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(7n) .cardBody .cardBody_head .bodyHead_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: url("/static/extra/pc/img/project/textUnder6.png") no-repeat ;
    background-size:cover;
    left: 0;
}
.projectCard:nth-of-type(7n) .cardBody .cardBody_list .bodyList_item {
    background: url("/static/extra/pc/img/project/2nCard.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(7n) .cardBody .cardBody_list .bodyList_item .listItem_left .itemLeft_img {
    background: url("/static/extra/pc/img/project/7nLeftBg.png") no-repeat ;
    background-size:cover;
}
.projectCard:nth-of-type(7n) .cardBody .cardBody_list .bodyList_item .listItem_right .itemRight_icon {
    background: url("/static/extra/pc/img/project/7nRightIcon.png") no-repeat ;
    background-size:cover;
    color: #65cbd5;
}
.projectCard:nth-of-type(7n) .cardBody .cardBody_list .bodyList_item:hover .listItem_left .itemLeft_text{
    color: #65cbd5;
}
.projectCard:nth-of-type(7n) .cardBody .cardBody_list .bodyList_item:hover .listItem_right .itemRight_text{
    color: #65cbd5;
}
.projectCard:nth-of-type(7n) .cardBody .cardBody_list .bodyList_item:hover {
    background: url("/static/extra/pc/img/project/7nHoverBg.png") no-repeat ;
    background-size:cover;
}



.ellipsis1 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.ellipsis2 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ellipsis3 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.text-overflow {
    display: block; /* 或 inline-block，取决于你的布局需求 */
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出容器的内容 */
    text-overflow: ellipsis; /* 在文本溢出时显示省略号 */
}