.header1 .search{
    display: none;
}   
    /* 最新资讯 */
    .news .content{
        margin-top: 20px;
        display: flex;
    flex-wrap: wrap;
    gap: 20px;
    }
    /*  最新资讯：节假日日期等 */
    .news #holidayList{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        gap: 25px;
    }
    .news #holidayList .item{
        width: 220px;
opacity: 1;
border-radius: 10px;
background: rgba(240, 240, 240, 1);
padding: 10px 20px;
display: flex;
justify-content: space-between;
align-items: center;
    }
    .news #holidayList .name{
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 28.96px;
        color: rgba(0, 0, 0, 0.8);
        height: 26px;
    }
    .news #holidayList .weekday{
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 26.06px;
color: rgba(0, 0, 0, 0.5);
    }
    .news #holidayList .daysDiff{
        font-size: 14px;
font-weight: 400;
letter-spacing: 0px;
line-height: 26.06px;
color: rgba(0, 0, 0, 0.5);
    }
    .news  #holidayList .daysDiff span{
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 26.06px;
        color: rgba(0, 0, 0, 0.5);
    }
    .news .hot_news{
        width: 550px;
        opacity: 1;
        border-radius: 10px;
        background: rgba(240, 240, 240, 1);
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-wrap: wrap;
    }
    .news .hot_news .new1{
display: block;
width: 280px;
    }
    .news .hot_news .new1 .img{
        width: 280px;
height: 210px;
opacity: 1;
border-radius: 10px;
    }
    .news .hot_news .new1 .title{
        font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
line-height: 36px;
color: rgba(0, 0, 0, 0.5);
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 15px;
    }
    .news .hot_news .new2{
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 240px;
    }
    .news .hot_news .new2 .img{
        width: 240px;
        height: 100px;
        opacity: 1;
        border-radius: 10px;
    }
    .news .hot_news .new2 .title{
        height: 40px;
        font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
line-height: 38px;
color: rgba(0, 0, 0, 0.5);
white-space: nowrap;
overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 5px;
    }
    .news .tit{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
font-weight: 400;
letter-spacing: 0px;
line-height: 28.96px;
color: rgba(0, 0, 0, 0.8);
height: 30px;
    }
    .news .hot_event{
        width: 285px; 
        border-radius: 10px;
background: rgba(240, 240, 240, 1);
padding: 10px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 10px;
    }
    .news .hot_event a{
        display: block;
        width: 125px;
height: 140px;
opacity: 1;
border-radius: 10px;
    }
    .news .hot_search{
        width: 325px;
border-radius: 10px;
background: linear-gradient(180deg, rgba(255, 224, 238, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
padding: 15px 15px 11px;
    }
    .news .hot_search .tit{
        font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
line-height: 26.06px;
color: rgba(223, 92, 148, 1);
height: 25px;
    }
    .news .hot_search .tit span:nth-child(2){
        color: rgba(236, 167, 198, 1);
    }
    .news .hot_search .list{
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
    .news .hot_search .list li{
        display: flex;
        align-items: center;
     gap: 10px;
     width: 100%;
     flex: 0 0 auto;
     height: 22px;
    }
    .news .hot_search .list li:nth-child(1)::before{
        content: '';
        display: block;
        width: 20px;
height: 20px;
background: url('/images/1.webp') no-repeat;
background-size: 100% 100%;
flex: 0 0 auto;
    }
    .news .hot_search .list li:nth-child(2)::before{
        content: '';
        display: block;
        width: 20px;
height: 20px;
background: url('/images/2.webp') no-repeat;
background-size: 100% 100%;
flex: 0 0 auto;
    }
    .news .hot_search .list li:nth-child(3)::before{
        content: '';
        display: block;
        width: 20px;
height: 20px;
background: url('/images/3.webp') no-repeat;
background-size: 100% 100%;
flex: 0 0 auto;
    }
    .news .hot_search .list li:nth-child(4)::before{
        content: '4';
        display: block;
        width: 20px;
height: 20px;
font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 17px;
color: rgba(0, 0, 0, 0.5);
flex: 0 0 auto;
text-align: center;
vertical-align: center;
    }
    .news .hot_search .list li:nth-child(5)::before{
        content: '5';
        display: block;
        width: 20px;
height: 20px;
font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 17px;
color: rgba(0, 0, 0, 0.5);
flex: 0 0 auto;
text-align: center;
vertical-align: center;
    }
    .news .hot_search .list li:nth-child(6)::before{
        content: '6';
        display: block;
        width: 20px;
height: 20px;
font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 17px;
color: rgba(0, 0, 0, 0.5);
flex: 0 0 auto;
text-align: center;
vertical-align: center;
    }
    .news .hot_search .list li:nth-child(7)::before{
        content: '7';
        display: block;
        width: 20px;
height: 20px;
font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 17px;
color: rgba(0, 0, 0, 0.5);
flex: 0 0 auto;
text-align: center;
vertical-align: center;
    }
    .news .hot_search .list li:nth-child(1)::after{
        content: '';
        display: block;
        width: 16px;
        height: 16px;
background: url('/images/hot_icon.webp') no-repeat;
background-size: 100% 100%;
flex: 0 0 auto;
    }
    .news .hot_search .list li:nth-child(4)::after{
        content: '';
        display: block;
        width: 16px;
        height: 16px;
background: url('/images/hot_icon.webp') no-repeat;
background-size: 100% 100%;
flex: 0 0 auto;
    }
    .news .hot_search .list a{
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 20px;
color: rgba(0, 0, 0, 0.8);
    }
    /* 权威科普 */
    .section-2{
        margin-top: 50px;
    }
     .popular{
        margin-top: 20px;
     }
     .popular .content{
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        justify-content: space-between;
        gap: 30px;
        margin-top: 20px;
     }
     .popular .content .item{
        width: 380px;
opacity: 1;
border-radius: 10px;
     }
     .popular .content .item .img{
        width: 380px;
height: 180px;
     }
     .popular .content .item .info{
margin-top: 15px;
     }
     .popular .content .item .title{
        font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
line-height: 36px;
color: rgba(0, 0, 0, 0.8);
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
     }
     .popular .content .item .time{
        font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 16px;
color: rgba(0, 0, 0, 0.2);
display: flex;
align-items: center;
gap: 30px;
margin-top: 5px;
height: 18px;
     }
     .popular .content .item .expert{
        width: 100%;
height: 75px;
opacity: 1;
border-radius: 10px;
padding: 10px 15px;
background: rgba(240, 240, 240, 1);
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 15px;
        position: relative;
     }
     .popular .content .item .expert .touxiang{
        width: 55px;
height: 55px;
border-radius: 55px;
overflow: hidden;
     }
     .popular .content .item .expert .name{
        display: flex;
        flex-direction: column;
        gap: 1px;
        font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
line-height: 26.06px;
color: rgba(0, 0, 0, 0.5);
     }
     .popular .content .item .expert:after{
        content: '';
        display: block;
        width: 25px;
height: 25px;
background: url('/images/popular_icon.webp') no-repeat;
background-size: 100% 100%;
position: absolute;
        top: -5px;
        right: 30px;
     }
     /* 优孕 */
     .section-3{
        margin-top: 50px;
     }
     .pregnancy .content{
        margin-top: 20px;
        display: flex;
        align-items: start;
        justify-content: space-between;
     }
     .pregnancy .content .preg1{
        display: flex;
        align-items: center;
        gap: 20px;
     }
     .pregnancy .content .preg1 .img{
        width: 270px;
height: 170px;
opacity: 1;
border-radius: 10px;
overflow: hidden;
     }
     .pregnancy .content .preg1 .info{
        width: 360px;
     }
     .pregnancy .content .preg1 .title{
        font-size: 20px;
font-weight: 500;
letter-spacing: 0px;
line-height: 20px;
color: rgba(0, 0, 0, 0.8);
white-space: nowrap;
overflow: hidden;
        text-overflow: ellipsis;
     }
     .pregnancy .content .preg1 .des{
        font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 32px;
color: rgba(0, 0, 0, 0.5);
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0;
     }
     .pregnancy .content .preg1 .time{
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 14px;
color: rgba(16, 16, 18, 0.3);
     }
     .pregnancy .content .preg1 .xq{
        font-size: 20px;
font-weight: 400;
letter-spacing: 0px;
line-height: 20px;
color: rgba(166, 166, 166, 0.8);
     }
     .pregnancy .content .preg2{
        display: flex;
        align-items: start;
        gap: 20px;
     }
     .pregnancy .content .preg2 a{
        display: block;
        width: 260px;
     }
     .pregnancy .content .preg2 a:nth-child(2){
        width: 250px;
     }
     .pregnancy .content .preg2 .img{
        width: 260px;
height: 100px;
opacity: 1;
border-radius: 10px;
overflow: hidden;
     }
     .pregnancy .content .preg2 .title{
        font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
line-height: 36px;
color: rgba(0, 0, 0, 0.8);
margin-top: 8px;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
     }
     /* 优生活 */
     .section-4{
        margin-top: 50px;
     }
     .life .content{
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: start;
        justify-content:center;
        flex-wrap: wrap;
height: 240px;
row-gap: 20px;
column-gap: 30px;
     }
     .life .content a{
        display: block;
        display: flex;
        justify-content: space-between;
        width: 380px;
        gap: 25px;
     }
     .life .content a .img{
        width: 155px;
        height: 105px;
        flex: 0 0 auto;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
     }
     .life .content a .img img{
        width: 150px;
height: 100px;
opacity: 1;
border-radius: 10px;
  border: 1px solid rgba(229, 229, 229, 1);
  position: relative;
  z-index: 1;
     }
     .life .content a .img:after{
        content: '';
        display: block;
        width: 100%;
height: 100%;
opacity: 1;
border-radius: 10px;
background: rgba(229, 229, 229, 1);
position: absolute;
top: 5px;
left: 5px;
     }
     .life .content a .title{
        font-size: 20px;
font-weight: 400;
letter-spacing: 0px;
line-height: 36px;
color: rgba(0, 0, 0, 0.8);
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
     }
     .life .content .info:after{
        content: '';
        display: block;
        width: 20px;
height: 20px;
background: url('/images/turn_right.webp') no-repeat;
background-size: 100% 100%;
     }
     .life .content .info{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: self-start;
     }
     .life .content a:nth-child(3){
        width: 380px;
        flex-direction: column;
        gap: 10px;
     }
     .life .content a:nth-child(3) .img{
        width: 100%;
        height: 170px;
     }
     .life .content a:nth-child(3) .img img{
        width: 375px;
height: 165px;
border-radius: 10px;
     }
     .life .content a:nth-child(3) .img:after{
        width: 370px;
        height: 160px;
        top: 10px;
        left: 10px;
     }
     .life .content a:nth-child(3) .title{
        width: 100%;
        display: block;
        font-size: 20px;
font-weight: 400;
letter-spacing: 0px;
line-height: 36px;
color: rgba(0, 0, 0, 0.8);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
     }
     /* 优更年 */
     .section-5{
        margin-top: 50px;
     }
     .menopause .content{
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content:space-between;
     }
     .menopause .content .meno1{
        display: flex;
        align-items: center;
      gap: 20px;
     }
     .menopause .meno1 a{
        width: 230px;
     }
     .menopause .meno1 a .img{
        width: 230px;
height: 140px;
border-radius: 5px;
overflow: hidden;
     }
     .menopause .meno1 a .title{
        font-size: 20px;
font-weight: 400;
letter-spacing: 0px;
line-height: 30px;
color: rgba(0, 0, 0, 0.8);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 10px;
     }
     .menopause .meno2{
        width: 360px;
        display: flex;
        flex-direction: column;
        gap: 20px;
     }
     .menopause .meno2 li{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
     }
     .menopause .meno2 li a{
        display: block;
        font-size: 24px;
font-weight: 400;
letter-spacing: 0px;
line-height: 28px;
color: rgba(0, 0, 0, 0.6);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
     }
     .menopause .meno2 li:before{
        content:'';
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.6);
        flex: 0 0 auto;
     }
     .menopause .meno2 li:nth-child(1):before{
        background: rgba(0, 0, 0, 1);
     }
     .menopause .meno2 li:nth-child(1) a{
        color: rgba(0, 0, 0, 1);
     }
     .menopause .meno3{
        width:320px;
        display: block;
        
     }
     .menopause .meno3 .img{
        width: 320px;
        height: 145px;
        position: relative;
     }
     .menopause .meno3 .img img{
        width: 315px;
        height: 140px;
        opacity: 1;
        border-radius: 10px; 
        border: 1px solid rgba(229, 229, 229, 1);
        position: relative;
        z-index: 1;
     }
     .menopause .meno3 .img:after{
        content: '';
        display: block;
        width: 315px;
height: 140px;
opacity: 1;
border-radius: 10px;
background: rgba(229, 229, 229, 1);
position: absolute;
top: 5px;
left: 5px;
     }
     .menopause .meno3 .title{
        font-size: 20px;
font-weight: 400;
letter-spacing: 0px;
line-height: 30px;
color: rgba(0, 0, 0, 0.8);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 5px;
     }
     /* 专家达人说 */
     .section-6{
        margin-top: 50px;
     }
     .experts .content{
        margin-top: 50px;
     }
     .experts .list1{ 
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 50px;
        margin-bottom: 50px;
            }
            .experts .list1 a{
                display: block;
        
            }
            .experts .list1 img{
                width: 115px;
        height: 115px;
        border-radius: 115px;
            }
            .experts .list1 .role{
                text-align: center;
                font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 26.06px;
        color: rgba(0, 0, 0,  0.5);
        margin: 10px auto 7px;
        height: 28px;
            }
            .experts .list1 .name{
                text-align: center;
                font-size: 24px;
                font-weight: 400;
                letter-spacing: 0px;
                line-height: 34.75px;
        color: rgba(0, 0, 0,  0.5);
        height: 35px;
            }
            .experts .list2{
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                align-items: start;
                margin-top: 30px;
                row-gap: 30px;
            }
            .experts .list2 li{
                width: 285px;
            }
            .experts .list2 .img{
                width: 285px;
        height: 255px;
        opacity: 1;
        border-radius: 10px;
        overflow: hidden;
            }
            .experts .list2 .title{
                font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 36px;
        color: rgba(0, 0, 0, 0.8);
        margin: 20px 0 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
            }
            .experts .list2 .info{
                display: flex;
                align-items: center;
                gap: 20px;
            }
            .experts .list2 .info img{
                width: 55px;
        height: 55px;
        border-radius: 55px;
        overflow: hidden;
            }
            .experts .list2 .info{
                font-size: 18px;
                font-weight: 400;
                letter-spacing: 0px;
                line-height: 26.06px;
                color: rgba(0, 0, 0, 0.5); 
            }
            .experts .list2 .text div{
                height: 27px;
            }
            /* 入驻机构 */
            .section-7{
margin-top: 50px;
            }
            main .institution .head .topic .title::after {
                content: '';
                display: block;
                width: 1030px;
                height: 18px;
                background: url(/images/hr2.webp) no-repeat;
                background-size: auto;
                background-size: 100% 100%;
              }
            .institution .content{
                margin-top: 20px;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                gap: 30px;
            }
            .institution .item{
                border-radius: 60px;
background: rgba(247, 247, 247, 1);
  border: 1px solid rgba(235, 235, 235, 1);
  padding: 20px 30px;
  overflow: hidden;
            }
            .institution .item img{
                width: 180px;
            }
            main{
                padding-bottom: 30px;
            }
