/*调研顶部*/
.page1 {
    padding: 15px;
    height: auto;
}

.page1 .uni-header {
    background-image: -webkit-linear-gradient(90deg, #000 0%,#000 100%);
    border-radius: 0px;
    background-size: cover;
    box-shadow:none;
    position: relative;
    width: 100%;
    height: 180px;
    z-index: 19;
    box-sizing: border-box;
    padding:0;
}

.page1 .uni-header .uni-header-huawen2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 382px;
    height: 180px;
    background-image: url("../../../../images/huawen2.png");
}

.page1 .uni-header .uni-header-logo-header{
    width: 150px;
    height: 40px;
    margin: 0 auto;
    background: #FFFFFFC4;
    border-radius: 0 0 100px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    box-sizing: border-box;
}

.uni-header-logo-header img{
    height: 30px;
    width: auto;
    max-width: 110px;
    object-fit: contain;
}

.page1 .uni-header .title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 52px;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 26px;
    padding:  0 15px;
    margin-top: 20px;
}

.page1 .uni-header .time-desc{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding:  0 15px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    font-family: PingFangSC-Regular, PingFang SC;
}

.page1 .uni-header .my-agenda-link-btn{
    position: absolute;
    right: 0px;
    top: 5px;
    border-radius: 13px 0px 0px 13px;
    background: #FFFFFFC4;
    color: #000;
    padding: 3px 5px 3px 15px;
    font-size: 13px;
}