/*surgery*/
.surgery-body {
    background-color: #ffffff;
    overflow: hidden;
    padding-bottom: 0.34rem;
}
.surgery-header {
    font-size: 0;
}
.surgery-header img {
    width: 100%;
}

.surgery-session {
    border-radius: 0.08rem;
    overflow: hidden;
    width: 3.43rem;
    margin: 0 auto 0.175rem;
    box-shadow: 0 0.01rem 0.1rem 0.005rem rgba(0,0,0,0.1);
}
.session-tit {
    background-color: #24a19d;
    height: 0.43rem;;
}
.session-tit img{width: 0.25rem;height: 0.25rem;vertical-align: middle;}
.session-tit p{font-size: 0.2rem;color: #fff;text-align:center;padding: 0.05rem 0 0 0;}


.jte-surgery .session-tit {
    background-image: linear-gradient(to right, #c9b074 , #b9a270);
}
/*.session-tit::before {
    content: '';
    position: absolute;
    height: 0.18rem;
    width: 0.03rem;
    background-color: #fff;
    left: 0.24rem;
    top: 0.13rem;
    border-radius: 0.015rem;
}*/
.session-cont {
    background-color: #fff;
    margin-top: 5%;
}
.session-list {
    padding: .05rem;
    border: 1px solid #24a19d;
    width: 40%;
    margin: 0  5% 5% 5%;
    float:left;
    border-radius:25px;
}
.list-link {
    display: flex;
    flex: 1;
    height: 100%;
    overflow: hidden;
}
.link-pic {
    width: 0.31rem;
    height: 0.31rem;
    padding: 0.01rem;
    margin: 0.15rem 0.15rem 0 0;
    border-radius: 50%;
    overflow: hidden;
}
.link-tit {
    font-size: 0.13rem;
    line-height: 0.21rem;
    color: #474747;
   text-align: center;
	font-weight:600;
}
.link-go {
    font-size: 0.11rem;
    line-height: 0.19rem;
    color: #a7a7a7;
}
.link-box {
    width: 1.2rem;
    height: 0.29rem;
    line-height: 0.29rem;
    font-size: 0.14rem;
    color: #ffffff;
    text-align: center;
    border-radius: 0.04rem;
   /*  border: 1px dotted #4496bd; */
    margin: 0.17rem 0 0 0.06rem;
    font-weight: bold;
	background-color:#24a19d;
}
.jte-surgery .link-box {
    border: 1px dotted #b9a270;
    color: #b9a270;
}
