html,
body {
    /* overflow: hidden;  */
}

.activity-calendar-box .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.2em;
}


/* .activity-calendar-box .fc-daygrid-day.fc-day-today {
    background: #ff4c3b;
} */

.activity-calendar-box .fc-daygrid-day {
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.activity-calendar-box .fc-daygrid-day.curSelected .fc-daygrid-day-number {
    color: #fff;
}

.activity-calendar-box .calendar-tip {
    font-size: 12px;
    color: #999;
    line-height: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

.activity-calendar-box .calendar-tip::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e72e41;
    margin-right: 5px;
    vertical-align: middle;
}

.fc .fc-toolbar-title {
    color: #333;
}

.activity-calendar-box {
    width: 1200px;
    background: #fafafa;
    z-index: 9;
    padding: 15px 30px;
    margin: 0 auto;
    position: relative;
}

.activity-calendar-box .calendar-box-left {
    margin-right: 30px;
}

.activity-calendar-box .tabs {
    display: table;
    height: 30px;
    line-height: 30px;
}

.activity-calendar-box .tabs-item {
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin-right: 50px;
    cursor: pointer;
}

.activity-calendar-box .tabs-item.active {
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #da2d1f;
}

.activity-calendar-box .news-list {
    margin-top: 10px;
    width: 740px;
    height: 265px;
    overflow-y: auto;
}

.activity-calendar-box .news-list::-webkit-scrollbar {
    width: 5px;
    background: #ececec;
}


/*定义滑块 样式*/

.activity-calendar-box .news-list::-webkit-scrollbar-thumb {
    border-radius: 3px;
    height: 100px;
    /* 滚动条滑块长度 */
    background-color: #ccc;
}

.activity-calendar-box .news-item {
    font-size: 14px;
    color: #333;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.activity-calendar-box .news-item.no-data {
    text-align: center;
    height: auto;
    margin-top: 52px;
}

.activity-calendar-box .news-item.no-data::before {
    content: '';
    display: block;
    width: 175px;
    height: 161px;
    margin: 0 auto;
    background: url(../images/no-data.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.news-time-div {
    width: 25%;
    float: left;
    overflow: hidden;
    white-space: nowrap
}

.news-title-div {
    width: 65%;
    float: left;
    font-size: 14px;
    color: #333;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    white-space: nowrap
    
}

.news-hb-div {
    width: 10%;
    float: left;
}

.news-hb {
    font-size: 12px;
    text-decoration: none;
    color: #007aff;
    border-radius: 24px;
    border: 0px;
    padding: 3px 8px;
    background-color: #fff;
}

.activity-calendar-box .fc-theme-standard td,
.activity-calendar-box .fc-theme-standard th,
.activity-calendar-box .fc-theme-standard .fc-scrollgrid {
    border-color: #fff;
}

.activity-calendar-box .fc-theme-standard th {
    background: #007FFF;
}

.activity-calendar-box .fc-theme-standard th .fc-col-header-cell-cushion {
    color: #fff;
}

.activity-calendar-box .fc-daygrid-day-frame {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
}

.activity-calendar-box .fc .fc-daygrid-day-top {
    flex-direction: row;
    z-index: 99;
    opacity: 1;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 100%;
}

.activity-calendar-box .fc .fc-daygrid-day-top .fc-daygrid-day-number {
    text-align: center;
    width: 100%;
    font-size: 16px;
}

.activity-calendar-box .fc .fc-non-business {
    background: none;
}

.activity-calendar-box .fc .fc-daygrid-day-bg .fc-highlight {
    background: transparent;
}

.activity-calendar-box .fc .curSelected {
    position: relative;
}

.activity-calendar-box .fc .curSelected::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #007FFF;
    z-index: 9;
}

.activity-calendar-box .fc .curSelected .fc-bg-event {
    background: transparent !important;
}


/* .activity-calendar-box .fc .fc-day.fc-day-today .fc-bg-event {
    background: transparent !important;
} */

.activity-calendar-box .fc .fc-daygrid-day.fc-day-today {
    background: rgba(215, 215, 215, .3) !important;
}

.activity-calendar-box .fc .fc-day .fc-bg-event {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e72e41;
    opacity: 1;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 100%;
    margin-top: -11px;
    z-index: 99;
}

@media screen and (max-width: 1024px) {
	.news-time-div {
        width: 35%;
        float: left;
        overflow: hidden;
        white-space: nowrap
    }
    
    .news-title-div {
        width: 55%;
        float: left;
        font-size: 14px;
        color: #333;
        height: 36px;
        line-height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 10px;
        white-space: nowrap
        
    }
    
    .news-hb-div {
        width: 10%;
        float: left;
    }
}