



.jigou-card {
    padding: 30px 50px;
}

.jigou-list {
    display: flex;
    flex-flow: wrap;
    justify-content: start;
    border-bottom: 1px solid var(--text-gray-lighter);
    margin: 50px 0;
}

.jigou-item {
    width: 330px;
    margin-bottom: 55px;
}
.jigou-item:nth-child(3n){
    margin-right:0 ;
}
.jigou-item:nth-child(3n-1),.jigou-item:nth-child(3n-2){
    margin-right:55px ;
}

.jigou-item .img-box {
    width: 330px;
    height: 200px;
    border-radius: var(--sm-border-radius);
    overflow: hidden;
    background: rgba(111, 165, 227, 1);
    position: relative;
}

.jigou-item .img-box>p {
    font-size: 40px;
    color: var(--text-white);
    width: 6em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.jigou-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.jigou-item h2 {
    padding-top: 25px;
    font-size: 20px;
    line-height: 28px;
}

.jigou-item>a>p {
    padding-top: 15px;
    font-size: 16px;
}

.jigou-item>a>p:nth-of-type(1) {
    color: var(--text-gray-deeper);
    line-height: 24px;
}

.jigou-item>a>p:nth-of-type(2) {
    color: var(--text-gray);
}

.lastest-content-card {
    padding: 30px 50px;
}

.lastest-content-card h4 {
    font-size: 16px;
    font-weight: 400;
}

.lastest-content-title {
    font-size: 24px;
    margin: 0px 0 30px;

}

.lastest-content-title img {
    width: 28px;
    height: 25px;
    margin-left: 0;
}

.lastest-content-card h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.DNA-wenda-box {
    margin-right: 60px;
}

.DNA-wenzhang-box,
.DNA-wenda-box {
    max-width: 520px;

}

.bgImg-box {
    display: block;
    height: 200px;
    width: 520px;
    border-radius: var(--sm-border-radius);
    background-size: 100%;
    background-position: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.DNA-wenda-box .bgImg-box {
    background-image: url(../image/pic_005.png);
}

.DNA-wenzhang-box .bgImg-box {
    background-image: url(../image/pic_004.png);
}

.bgImg-box::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(7px);
    background: rgba(12, 26, 54, 0.6);
}

.bgImg-box p {
    color: var(--text-white);
    font-weight: 300;
    font-size: 24px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.bgImg-box i {
    height: 147px;
    width: 154px;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    opacity: 0.3;
}



.circle-block {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--bg-gray-s4);
    position: relative;
}

.circle-block i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px
}

.lastest-wenda-list-first .circle-block {
    margin-right: 16px;
}

.lastest-wenda-list-first>li {
    margin-bottom: 20px;
}

.lastest-wenda-list-first>li h4 {
    line-height: 28px;
}

.lastest-wenda-list-first>li p {
    color: var(--text-gray);
    margin-top: 10px;
    line-height: 22px;
}

.lastest-wenda-list-first>li .doctor-name {
    color: var(--text-gray-deeper);
}

.lastest-wenda-list-second {
    padding: 20px 0;
}

.lastest-wenda-list-second>li {
    position: relative;
    margin-bottom: 20px;
}

.lastest-wenda-list-second>li::before {
    position: absolute;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: var(--bg-gray-s3);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.lastest-wenda-list-second>li a::before {
    position: absolute;
    content: '';
    display: block;
    height: 10px;
    width: 2px;
    background-color: var(--bg-gray-s3);
    top: calc(50% - 5px);
    left: 3px;
    transform: translateY(-100%) scaleX(0.5);
}

.lastest-wenda-list-second>li a::after {
    position: absolute;
    content: '';
    display: block;
    height: 30px;
    width: 2px;
    background-color: var(--bg-gray-s3);
    top: calc(50% + 5px);
    left: 3px;
    transform: scaleX(0.5);
}

.lastest-wenda-list-second>li:nth-last-child(1) a::after {
    height: 0;
}

.lastest-wenda-list-second>li a {
    line-height: 30px;
    display: flex;
}

.lastest-wenda-list-second>li h4 {
    margin-right: 40px;
    text-indent: 24px;

}

.lastest-wenda-list-second .info-line>span {
    margin-right: 18px;
}

.lastest-wenzhang-list-first h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
}

.lastest-wenzhang-list-first p:nth-child(2) {
    margin: 10px 0;
}

.lastest-wenzhang-list-first p {
    color: var(--text-gray);
}

.wenzhang-first-content {
    position: relative;
    line-height: 22px;

}

.wenzhang-first-content .content {
    display: -webkit-box;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 44px;
    font-size: 14px;
    word-break: break-all;
    color: var(--text-gray);
}

.wenzhang-first-content .content:after {
    content: "...";
    text-indent: 2em;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 7.2em;
    padding-left: 4px;
    background: linear-gradient(to right, transparent 0%, #fff 2.5em);
}

.wenzhang-first-content .more {
    position: absolute;
    bottom: 0;
    right: 4px;
    color: var(--button-bg2);
    z-index: 9;
    cursor: pointer;
}

.lastest-wenzhang-list-second {
    margin: 40px 0 20px;

}

.lastest-wenzhang-list-second li {
    line-height: 30px;
}

.lastest-wenzhang-list-second h4>i {
    height: 14px;
    width: 14px;
    margin-right: 16px;
}

.lastest-wenzhang-list-second li>a>span {
    color: var(--text-gray);
}

.lastest-wenzhang-list-second li+li {
    margin-top: 17px;
}

.city-group-list {
    top: 0;
    height: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.city-list {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 23px 34px;
    background-color: var(--bg-white);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.city-list .point {
    position: absolute;
    left: 0;
    top: -9px;
    width: 18px;
    height: 18px;
    border-radius: var(--xs-border-radius);
    z-index: 1;
    background-color: var(--bg-white);
    transform: rotate(45deg);
    box-sizing: border-box;
    box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.05);

}

.city-list.active {
    display: block;
}

.city-list>li{
    color: var(--text-gray);
    display: inline-block;
    margin-right: 28px;
    margin-bottom: 10px;
}
.city-list>li a{
    color: var(--text-gray);
}
.city-list>li:hover,.city-list>li:hover a {
    color: var(--red);

}