﻿.meetinglist-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.meetinglist-topsearch {
    width: 900px;
    height: 77px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
}

.mainbody {
    background: #F6F6F6;
}

.meetinglist-section {
    width: 900px;
    height: 228px;
    background: #FFFFFF;
    margin-top: 8px;
    display: flex;
    align-items: center;
    cursor:pointer;
}

.meetinglist-leftsection img {
    width: 292px;
    height: 180px;
    margin-left: 23px;
    margin-right: 20px;
}

.meetfirtitle {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom:12px;
}

.meetapply {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.meetsecinfo {
    font-size: 16px;
    color: #666666;
    width: 522px;
    height: 45px;
    word-wrap: break-word;
    cursor: pointer;
    margin-bottom:11px;
    display: -webkit-box; /* Safari */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.meetword {
    font-size: 16px;
    color: #333333;
}

.applybtn {
    width: 95px;
    height: 30px;
    background: #FF0000;
    border-radius: 18px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
}

.meetinglist-right {
    margin-left: 12px;
}

.meetinglist-rightsection {
    width: 522px;
    position: relative;
}

.meetadtime {
    margin: 5px 0px 8px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tollitem {
    font-size: 16px;
    font-weight: bold;
    color: #F42910;
    padding-left: 16px;
}

.meetinglist-topitem {
    width: 288px;
    /*height: 510px;*/
    background: #FFFFFF;
}

.meetinglist-bottomitem {
    width: 288px;
    height: 605px;
    background: #FFFFFF;
}
.topitem-content ul li:nth-child(1){
    margin-top: 0px !important;
}
 .topitem-content ul li a {
    width: 235px;
    font-size: 14px;
    color: #333333;
    display: -webkit-box; /* Safari */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topitem-content ul li:last-child {
    border-bottom: none;
    padding-bottom: 20px;
}

.topitem-content ul li {
    width: 251px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
    margin-top: 10px;
    border-bottom: 1px solid #EEEEEE;
}

.bdround {
    width: 8px;
    height: 8px;
    background: #DDDDDD;
    border-radius: 50%;
    margin: 5px 11px 2px 1px;
}

.meetinglist-main {
    display: flex;
    margin-top: 8px;
    margin-bottom: 36px;
}

.bottom-content {
    margin-top: 16px;
    /*height: 605px;*/
}

.hylbfirword {
    font-size: 20px;
    font-weight: bold;
    color: #F42910;
}

.hylbsecword {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.hylb {
    display: flex;
    padding-left: 24px;
    padding-right: 196px;
}

.applybtn-abort {
    width: 95px;
    height: 30px;
    background: #BBBBBB;
    border-radius: 18px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
}

.toptitle {
    display: flex;
    padding-left: 6px;
}

.topitem-title {
    display: flex;
    padding: 16px 0px 12px 20px;
}
.searchsteel-meeting {
    width: 430px;
    height: 37px;
    background: #FFFFFF;
    border: 1px solid #F54405;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .searchsteel-meeting input {
        border: none;
        outline: none;
        width: 286px;
        height: 37px;
    }

.leftsearchsteel img {
    padding: 7px 15px 7px 15px;
}

.searchbtn {
    width: 76px;
    height: 37px;
    background: #F54405;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
}

.meetinglist-nodata {
    width: 900px;
    height: 704px;
    background: #FFFFFF;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .meetinglist-nodata img {
        width: 180px;
        height: 180px;
    }

.nodataword {
    font-size: 24px;
    color: #000000;
    margin-left: 20px;
}

.tab_swiper1 {
    width: 1200px;
    /*height: 210px;*/
    overflow: hidden;
    position: relative;
    margin-top: 12px;
}

.el-pagination {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.tooltip {
    width: 520px;
    word-wrap: break-word;
    font-size: 16px;
    color: #FFFFFF;
    background: rgba(0,0,0,0.6);
    border-radius: 4px;
    pointer-events: none;
    z-index: 99;
    padding: 12px;
    position: absolute;
    top: 60px;
}

.btn-prev {
    width: 82px;
    height: 37px !important;
    background: #FFFFFF !important;
    border-radius: 4px !important;
    border: 1px solid #D9D9D9 !important;
}

.btn-next {
    width: 82px;
    height: 37px !important;
    background: #FFFFFF !important;
    border-radius: 4px !important;
    border: 1px solid #D9D9D9 !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background: #F42910 !important;
}

.btn-jump {
    width: 50px !important;
    font-size: 14px !important;
    color: rgba(0,0,0,0.65) !important;
}

.el-input__inner {
    width: 48px;
    height: 37px !important;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
}

.el-pagination button, .el-pagination span:not([class*=suffix]) {
    height: 37px !important;
    line-height: 35px !important;
}

.pagenumber {
    display: flex;
    justify-content: center;
}
.meetadtime-left {
    width: 271px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.applytime {
    width: 412px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.meetscaletoll {
    width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wh22 {
    width:22px;
    height:22px;
}
.disable-pointer {
    cursor: default; /* 当类名为'disable-pointer'时，移除指针样式 */
}