#content,
#table_of_broadcasting tr,
.table-container {
    background-color: #fff
}

#page_dashboard {
    color: #585858
}

#page_dashboard a {
    color: #2AB5E2;
    text-decoration: none
}

#main header {
    line-height: 70px
}

.hidden {
    display: none
}

.data-block,
.data-block .num-with-img>img {
    display: inline-block
}

#content {
    width: 1280px;
    margin-top: 20px;
    padding: 0;
    border-radius: 5px
}

#main {
    width: 1024px;
    padding: 20px;
    background-color: #E6E6E9
}

.data-block-container {
    height: 120px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.data-block {
    position: relative;
    height: 120px;
    padding: 15px 35px;
    border-radius: 5px;
    margin-right: 45px;
    color: #fff;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.data-block:last-of-type {
    margin-right: 0
}

.data-block:last-of-type:hover {
    cursor: pointer
}

.data-block h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    border-bottom: 2px solid #fff
}

.data-block .num-with-img {
    font-size: 30px;
    line-height: 58px;
    vertical-align: bottom
}

.data-block .num-with-img>span {
    line-height: 58px
}

#main header {
    height: 55px;
    background-color: #e8faff;
    width: 100%;
    border-bottom: 2px solid #eaeaea
}

#main header h1 {
    margin-left: 35px;
    font-size: 18px;
    line-height: 55px;
    font-weight: 400;
    font-family: "Microsoft Yahei";
}

.table-container {}

#table_of_broadcasting tr {
    cursor: pointer;
}

#table_of_broadcasting tr>td {
    vertical-align: middle;
    border-top: none;
    color: #585858;
    font-size: 16px;
    padding-left: 35px;
    padding-right: 24px
}

#table_of_broadcasting .col-of-date {
    color: #A4A4A4;
    text-align: right;
}

/***************************/

#table_of_broadcasting {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    min-height: 645px;
}

.title-of-notice {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #f1f1f1
}

.title-of-notice.is-opened {
    border-bottom: none
}

#table_of_broadcasting li:hover {
    background-color: #f5f5f5
}

#table_of_broadcasting li div {
    display: inline-block;
    border-top: none;
    color: #585858;
    font-size: 15px;
    vertical-align: middle;
    padding: 8px
}

#table_of_broadcasting .col-of-title {
    max-width: 960px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 35px;
    cursor: pointer;
}

#table_of_broadcasting .col-of-date {
    color: #A4A4A4;
    position: absolute;
    right: 35px;
    top: 0;
    width: 200px
}

#table_of_broadcasting .right-align {
    text-align: right;
    margin-right: 15px;
}

.toggle-dropdown-detail {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px
}

.toggle-dropdown-detail:hover {
    cursor: pointer
}

.toggle-dropdown-detail .caret {
    position: relative;
    border-top: 5px solid #ccc;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.detail-of-notice {
    padding: 8px 16px;
    line-height: 20px;
    background-color: #f2f2f2;
    padding-left: 53px;
}

