.meetingcontent {
    display: flex;
    padding-bottom: 176px;
}

.meetingleft {
    width: 870px;
}

.typeitem {
    font-size: 18px;
    color: #8E8E8E;
    cursor: pointer;
}

.meetingright {
    width: 318px;
    padding-left: 18px;
    margin-top: 20px;
}

.rightlistitem {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.92);
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 318px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.meetingitem {
    display: flex;
    align-items: center;
    margin: 18px 0;
    cursor: pointer;
}

.meetleft img {
    border-radius: 8px;
    margin-right: 10px;
}

.meettitle {
    font-size: 22px;
    color: #292929;
    font-weight: 600;
}

.meettime {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6E6E6E;
    margin-top: 15px;
}

.meettime img {
    margin-right: 10px;
}

.detailetime {
    font-size: 14px;
    color: #232323;
}

.detailetext {
    font-size: 16px;
    color: #232323;
    text-align: justify;
}

.btn-style {
    margin-bottom: -70px;
    margin-top: 50px;
    margin-left: 357px;
    cursor: pointer;
    border-radius: 100px;
    width: 150px;
    height: 50px;
    color: #000000;
    background: rgb(210 210 210 / 25%);
    text-decoration: none;
    display: block;
    line-height: 50px;
    text-align: center;
    /*font-size: "Î¢ÈíÑÅºÚ";*/
}
