*{
    padding: 0;
    margin: 0;
}

body {
    background-color: #fafafa;
}

#app {
    font-size: 0;
}

.appdiv {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

.meeting_list_header {
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px var(--main-shadow-color);
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 20px 0 0 22px;
    box-sizing: border-box;
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.meeting_list_header .search_criteria {
    margin-bottom: 20px;
}

.meeting_list_header .search_criteria .change_zzjg {
    display: inline-block;
    flex: 1;
}

.gaoducss {
    height: 32px;
    overflow: hidden;
}

.meeting_list_header .search_criteria .change_zzjg .el-radio {
    margin-bottom: 15px;
}

.relative_div {
    position: relative;
    padding-right: 110px;
    display: flex;
}

.open_btn {
    width: 64px;
    height: 32px;
    border: 1px solid var(--main-color);
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 20px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -40px;
}

.open_btn span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: var(--main-color);
    line-height: 32px;
}

.open_btn img {
    width: 12px;
    height: 12px;
}

.meeting_list_header .search_criteria .title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #505050;
    margin-right: 40px;
}

.meeting_list_header .search_criteria .el-input {
    display: inline-block;
    width: 269px;
    height: 32px;
}

.meeting_list_header .search_criteria .el-input input {
    height: 32px;
}

.meeting_list .fourth_part_header {
    margin-bottom: 20px;
}

.meeting_list .fourth_part_header .fourth_part_header_left {
    display: inline-block;
}

.meeting_list .fourth_part_header .fourth_part_header_left .dian {
    width: 4px;
    height: 18px;
    background: var(--main-color);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.meeting_list .fourth_part_header .fourth_part_header_left span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: var(--font-color);
    vertical-align: middle;
}

.pagination_div {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

.pagination_div .number {
    width: 36px;
    height: 36px;
    background: #F0F0F0;
    border-radius: 2px;
}

.pagination_div .el-pager li {
    line-height: 36px;
}

.pagination_div .btn-prev,
.pagination_div .btn-next,
.pagination_div .btn-quicknext {
    width: 36px;
    height: 36px;
    background: #F0F0F0;
    border-radius: 2px;
}

.el-radio.is-bordered {
    border: none;
    padding: 7px 10px 0 0px;
    height: 28px;
}

.el-radio.is-bordered {
    padding: 9px 20px 0 10px;
    height: 32px;
}

.el-range-editor.el-input__inner {
    width: 269px;
    height: 32px;
}

.el-date-editor .el-range-separator,
.el-date-editor .el-range__icon {
    line-height: 26px;
}

.el-radio__input.is-checked + .el-radio__label {
    color: #fff !important;
}

.el-radio.is-bordered.is-checked {
    border-color: var(--main-color);
    background: var(--main-color);
}

.el-radio__input {
    display: none;
}

.meeting_list_header .sousuo_btn {
    width: 64px;
    height: 32px;
    background: var(--main-color);
    border-radius: 2px;
    float: right;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
}

.meeting_list .meeting_list_body .one_side_list {
    width: 588px;
    height: 720px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px var( --main-shadow-color);
    border-radius: 4px;
    display: inline-block;
    padding: 10px 0;
    box-sizing: border-box;
    vertical-align: top;
}

.meeting_list_body .one_side_list .the_one_meeting {
    border-bottom: 1px solid #E5E5E5;
    margin-top: 20px;
    padding-bottom: 20px;
}

.one_side_list .the_one_meeting .the_one_meeting_right {
    width: 170px;
    height: 128px;
    border: 1px solid #E5E5E5;
    display: inline-block;
    box-sizing: border-box;
}

.the_one_meeting .the_one_meeting_left {
    padding-left: 20px;
    width: 347px;
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
}

.the_one_meeting .the_one_meeting_left .the_one_meeting_title {
    font-size: 16px;
    height: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #505050;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.the_one_meeting .the_one_meeting_left .the_one_meeting_title span:hover {
    cursor: pointer;
    color: var(--main-color);
}

.the_one_meeting .the_one_meeting_left .the_one_meeting_address {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-bottom: 16px;
}

.the_one_meeting .the_one_meeting_left .the_one_meeting_time {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.one_side_list .the_one_meeting:nth-child(4) {
    border-bottom: none;
}
.one_side_list:nth-child(1) {
    margin-right: 19px;
}

.conferencearea {
    margin-bottom: 20px;
}
.conferencearea .title {
    vertical-align: top;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #505050;
    line-height: 30px;
}
.conferencearea .el-radio-group {
    margin-left: 29px;
    overflow: hidden;
}
.conferencearea .gaoducss {
    height: 30px;
}
.conferencearea .el-radio-group .el-radio-button {
    margin-right: 30px;
    margin-bottom: 20px;
}
.conferencearea .el-radio-group .el-radio-button .el-radio-button__inner {
    border-left: 1px solid #DCDFE6;
    border-radius: 4px;
}
.conferencearea .el-row {
    display: inline-block;
    width: 90%;
}

.el-radio-button__inner:hover {
    color: var(--main-color);
}

.el-input.is-active .el-input__inner,.el-input__inner:focus {
    border-color: var(--main-color);
    outline: 0
}
.el-pagination.is-background .el-pager li:not(.disabled):hover{
    color: var(--main-color);
}