@charset "utf-8";
/* CSS Document */
.ssxy_box {width:700px;margin:0px auto;}
.ssxy_main {background:url('/resource/img/ssxy_bg.jpg') repeat-x;height:720px;}
.ssxy {width:700px;}
.title {padding:20px;overflow: hidden;}
.title_l {float:left;width:50%;font-size:60px;font-family:fantasy;}
.title_r {float:right;width:50%;text-align:right;padding-top:40px;}
#body {
  overflow: hidden;
  width:700px;
  margin:0px auto;
}
#body ul {
  position: relative;
  display: block;
  width: 700px;
  height: 484px;  
  list-style: none;
  background-color: #FAFAFA;
  padding:0px;
  margin:0px;
}
.bgyear {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 80px;
  width: 100%;
  height: 334px;
  text-align: center;
  line-height: 334px;
  color: #333;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
#body ul li {
  position: relative;
  float: left;
  width: 100px;
  height: 90px;
  color: #444;
  font-size:34px;
  text-align: center;
  border:1px #fff solid;
  box-sizing:border-box;
  cursor: pointer;
}
#body ul li span {display: block;margin: 0 auto;margin-top: 10px;}
#body ul li i {
  display: block;
  font-size: 12px;
  font-style: normal;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
}
#body ul li u {
  font-size: 9px;
  font-style: normal;
  text-decoration: none;
  position: absolute;
  right: 4px;
  top: 0;
  color: #333;
}
#body ul li.week {
  height: 34px;
  line-height: 33px;
  font-size: 12px;
  color: #333333;
  border-bottom: 1px solid #E3E3E3;
}
#body ul li.rest u {
  color: #5CB85C;
}
#body ul li.festival i {
  color: #D02F12;
}
#body ul li.today {
  font-weight: bold;
  color: #f00;
  background-color:#ffcccc;
}
#body ul li.today i {
  color: #1f80a9;
}
#body ul li.other {
  opacity: 0.3;
  cursor: default;
}

.active {width:50px;height:50px;border:#6ea4fb 3px solid;border-radius:50%;cursor:pointer;}
.active:hover {background:#6ea4fb;} 
.tips {text-align:center;padding-top:30px;font-size:24px;color:#1f64a4;}
.tips span{background:url('/resource/img/hand.png') no-repeat left top;padding-left:30px;background-size:auto 100%;}

.list_box {background:#fff;padding:20px;}
.list_box li {padding-bottom: 20px;margin-bottom: 20px; border-bottom: 1px #ccc solid;}
.list_box li img {width:100%;}
.list_box li p {text-indent:24px;font-size:14px;line-height:30px;color:#666;}
.list_box .list_tit {font-size:24px;font-weight:bold;line-height:35px;padding:10px 0px;}
.loading {text-align: center;}
.list-data {display:none;}

