.teaching_calendar{
  width: 530px;
  height: 345px;
  margin: 0 auto 12px;
  background-color: #F4F4F4;
  border-radius: 6px;
  box-shadow: 1px 1px 1px 1px #951c20;
}
.calendar {
  width: 490px;
  height: 300px;
  padding: 10px 20px 0;
  font-size: 12px; color: #888;
}
.calendar-title {
  position: relative;
  height: 35px;
  line-height: 35px;
}
.calendar-title a.title1 {
  display: inline-block;
  font-size: 20px;
  text-indent: 10px;
  margin-left: 7px;
  color: #951C20;
}
#backToday {
  height: 30px;
  line-height: 30px;
  color: #951C20;
  font-size: 18px;
  display: block;
  margin-left: 45px;
}
.title_icon{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-top: 3px;
  width: 30px;
  height: 30px;
  background: url("../image/sprit_pic.png") no-repeat -160px 0;
}
.calendar-title .arrow {
  position: absolute;
  top: 0px;
  right: 0;
  width: 140px;
}
.calendar-title .arrow span {
  color: #951C20;
  font-size: 20px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.calendar-title .arrow span:hover {
  color: #888;
}
.calendar-title .arrow-prev {
  float: left;
}
.calendar-title .arrow-next {
  float: right;
}
.calendar-week,
.calendar-date {
  overflow: hidden;
}
.calendar-week .item,
.calendar-date .item {
  float: left;
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.calendar-week {
  border-bottom: 1px solid #951C20;
  
  font-size: 20px;
  margin: 3px 0 5px;
}
.calendar-date {}
.calendar-date .item {
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
}
.calendar-date .item:hover,
.calendar-date .item-curMonth:hover {
  color: #fff;
  background-color: #951C20;
}
.calendar-date .item-curMonth {
  color: #333;
}
.calendar-date .item-curDay,
.calendar-date .item-curDay:hover {
  color: #fff;
  background-color: #951C20;
}

.calendar-today {
  display: none;
  opacity: .8;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 90px;
  height: 48px;
  padding: 6px 10px;
  background-color: #951C20;
  border-radius: 5px;
}
.calendar-today .triangle {
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #951C20 transparent transparent;
}
.calendar-today p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.dayText{
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.dayText span{color: #951C20;margin: 0 5px;font-weight: bold;font-size: 18px;}
