* { margin: 0; padding: 0; }
body { background-color: #333333; }
img { border: 0; vertical-align: top; }
ul, li { list-style: none; }

.shutter {
  overflow: hidden;
  width: 100%;
  height: 358px;
  position: relative;
  float: left;
}
.shutter-img {
  z-index: 1;
}
.shutter-img,
.shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shutter-img a {
  cursor: default;
}
.shutter-img a > img {
  width: 100%;
  height: 100%;
}
.shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.shutter-btn {}
.shutter-btn li {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 49px;
  height: 49px;
  margin-top: -25px;
  cursor: pointer;
}
.shutter-btn li.prev {
  left: 20px;
  background: url(edu2025_shutter_prevbtn.png) no-repeat 0 -49px;
}
.shutter-btn li.next {
  right: 20px;
  background: url(edu2025_shutter_nextbtn.png) no-repeat 0 -49px;
}
.shutter-desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: url(edu2025_shutter_shadow.png) repeat;
}
.shutter-desc p{
  padding-left: 20px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}
.notice{
  margin-left: 0;
}
span.date,.notice .list ul li a{
  font-size: 14px;
}
.notice .title h1{
  width: auto;
}
.main .left .column_l .title h1{
  font-size: 1.8em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.6em;
}
.main .left .column_l .title{
  height: auto;
}
.main .left .column_l{
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.main .right,.main .left{
  margin:0;
}