@font-face {
    font-family: 'HELVETI1';
    src: url('../images/HELVETI1.eot');
    src: url('../images/HELVETI1.otf')format('otf'), url('../images/HELVETI1.eot?#iefix') format('embedded-opentype'), url('../images/HELVETI1.woff') format('woff'), url('../images/HELVETI1.woff2') format('woff2'), url('../images/HELVETI1.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "button";
    src: url('../images/iconfont.ttf') format('truetype');
}
.calender-button {
    font-family: "button" !important;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.program {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.program-list {
    list-style: none;
    height: 328px;
    overflow-x: hidden;
    overflow-y: scroll;
    flex-grow: 1;
    margin: 0 0 0 20px;
    padding: 0 5px;
}
.program-list::-webkit-scrollbar, .program-list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    width: 6px;
    border-radius: 5px;
}
.program-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #878b2b;
}
.program-list::-webkit-scrollbar-thumb:hover {
    background-color: #656905;
}
.program-item {
    display: block;
    height: 60px;
    border-top: 1px dashed #dedede;
    padding: 5px 0;
}
.program-item:last-child {
    border-bottom: 1px dashed #dedede;
}
.program-item a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    display: flex;
}
.program-item a span {
    color: #a7a7a7;
}
.program-time, .program-detail{
	line-height: 30px;
}
.program-time {
	font-weight: bold;
	white-space: nowrap;
    margin-right: 30px;
    font-family: "HELVETI1";
    font-size: 16px;
}
.program-detail {
	overflow: hidden;
}
.program-detail h4 {
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
}
.program-detail .space{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.program-detail .space span{
	margin-right: 10px;
}
.program-detail .space span:last-child{
	margin-right: 0;
}
table#calender {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}
table#calender thead {
    background-color: #008cfa;
    color: #ffffff;
    font-weight: bold;
}
table#calender thead tr:first-child th {
    height: 45px;
    font-size: 20px;
}
table#calender th, table#calender td {
    /* width: 80px; */
    height: 30px;
    text-align: center;
}
table#calender td {
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px;
    text-align: right;
}
table#calender tbody td {
    color: #365752;
    font-weight: bold;
    font-size: 16px;
    font-family: "HELVETI1";
}
table#calender tbody td[onclick] {
    cursor: pointer;
}
table#calender tbody tr:last-child td {
    border-bottom: none;
}
table#calender tbody tr td:last-child {
    border-right: none;
}
table#calender tbody tr td:nth-child(6), table#calender tbody tr td:nth-child(7) {
    /* background-color: #daeceb; */
    border-color: #f5f5f5;
}
table#calender a {
    color: #365752;
    text-decoration: none;
}
table#calender #year, table#calender #month{
    font-family: "HELVETI1";
}
table#calender #year {
    margin-right: 15px;
}
table#calender #year:after {
    content: "\5e74";
    font-weight: normal;
}
table#calender #month:after {
    content: "\6708";
    font-weight: normal;
}
table#calender .prev:before {
    content: "\e63b";
}
table#calender .next:before {
    content: "\e638";
}
table#calender .prev, table#calender .next {
    cursor: pointer;
    transition: .5s ease;
}
table#calender .prev:hover, table#calender .next:hover {
    color: #fff;
}
table#calender td .detail {
    cursor: pointer;
    display: inline-block;
}
.star-mark {
    min-height: 20px;
}
.star-mark .blue:after {
    content: "";
    background: url(../images/x-blue.png) no-repeat center / 10px 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.star-mark .red:after {
    content: "";
    background: url(../images/x-red.png) no-repeat center / 10px 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.star-mark .yellow:after {
    content: "";
    background: url(../images/x-yellow.png) no-repeat center / 10px 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.star-mark .cyan:after {
    content: "";
    background: url(../images/x-cyan.png) no-repeat center / 10px 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.star-mark .green:after {
    content: "";
    background: url(../images/x-green.png) no-repeat center / 10px 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.star-mark span {
    width: 10px;
    height: 10px;
}
table#calender tbody td.tt_active {
    background-color: #4cbfb9;
}