/* 全局格式 */

* {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


/* 最外层盒子 */

.bigbox {
    position: relative;
    width: 1500px;
    margin: 0 auto;
}


/* 头部导航 */

#title {
    margin: 0 auto;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: center;
}

#title span {
    background-color: rgb(236, 236, 236);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#title span:last-child {
    border-right: 1px solid #ccc;
}

#title span i {
    font-size: 12px;
    margin-right: 5px;
}

#title span:first-child {
    background-color: rgb(0, 122, 204);
    color: #fff;
}

#title span:hover {
    background-color: rgb(0, 122, 204);
    color: #fff;
}


/* 预约会议头部内容 */

#mainbox {
    width: 1500px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #ccc;
}

#mainbox_title {
    width: 100%;
    display: flex;
    padding: 0px 0px 10px 0px;
}

#mainbox_title_left {
    width: 300px;
}

#mainbox_title_left_list {
    width: 300px;
    background-color: rgb(233, 233, 233);
    height: 50px;
    padding-top: 10px;
}

#huiyishi li {
    height: 60px;
    /* background-color: blue; */
    display: flex;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
}

#huiyishi div {
    width: 50%;
}

#huiyishi_one {
    line-height: 60px;
    margin-left: 10px;
    font-size: 12px;
    color: rgb(97, 97, 97);
}

#huiyishi_two {
    width: 150px;
}

#huiyishi_two span {
    display: inline-block;
    width: 150px;
    text-align: center;
    height: 27px;
    font-size: 14px;
    line-height: 22px;
    background-color: rgb(0, 122, 204);
    color: #fff;
    margin-top: 2px;
}

#huiyishi_two i {
    line-height: 22px;
    color: #fff;
    margin-top: 2px;
    font-size: 11px;
    margin-right: 5px;
}

#mainbox_title_right_one {
    position: relative;
    width: 1160px;
    height: 50px;
    background-color: rgb(233, 233, 233);
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    padding-right: 20px;
}

.clear {
    width: 1160px;
    height: 2px;
    background-color: rgb(80, 193, 190);
    position: absolute;
    top: 30px;
}

#clear2 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgb(80, 193, 190);
}

.time_list {
    position: absolute;
    display: flex;
    top: 28px;
}

.time_list li {
    width: 45px;
}

.time_list li p {
    display: inline-block;
    width: 50px;
    position: relative;
    margin-left: -21px;
    text-align: center;
    font-size: 12px;
}

.mainbox_title_right_list {
    width: 1160px;
    height: 40px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.timediv {
    width: 100%;
    position: relative;
    display: flex;
}

.timediv_list {
    width: 44.3px;
    height: 45px;
    margin-top: -4px;
    border-left: 1px solid rgb(231, 231, 231);
    border-bottom: 2px solid rgb(80, 193, 190);
    background-color: #fff;
}

.timediv_list:hover {
    background-color: rgb(80, 193, 190);
}

.time_list2 {
    position: absolute;
    display: flex;
    top: 53px;
    left: 18px;
}

.time_list2 li {
    width: 45.3px;
}

.time_list2 li .clear3 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgb(80, 193, 190);
}


/* 底部翻页模块 */

#footer {
    width: 1500px;
    margin: 0 auto;
    height: 20px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(233, 233, 233);
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#footer span {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
}

#footer span:nth-child(2) {
    background-color: rgb(0, 122, 204);
    color: #fff;
}

#footer span:hover {
    background-color: rgb(0, 122, 204);
    color: #fff;
}