.mod-panel {
    width: 100%;
    max-width: 740px;
    margin: 0 auto 30px;
    _width: 690px;
}
.mod-panel .hd{
    padding-top: 25px;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: center;
}
.mod-panel .hd h1{
    font-size: 24px;
    color:#212121;
}
.mod-panel .hd .description{
    line-height: 50px;
}
.mod-panel .bd{
    overflow: hidden;
    padding: 24px 0 16px;
    margin: 0 auto;
    border: solid 1px #A2CDEA;
}
.mod-panel .bd .tabs{
    overflow: hidden;
    width: 700px;
    padding: 4px 0 20px;
    margin: 0 auto;
}
.mod-panel .bd .tabs dl{
    overflow: hidden;
    margin-bottom: 1px;
}
.mod-panel .bd .tabs dt{
    float: left;
    width: 80px;
    height: 70px;
    overflow: hidden;
    background: url("season.png") no-repeat;
}
.mod-panel .tabs .chun dt{
    background-position: 0 0;
}
.mod-panel .tabs .xia dt{
    background-position: 0 -71px;
}
.mod-panel .tabs .qiu dt{
    background-position: 0 -142px;
}
.mod-panel .tabs .dong dt{
    background-position: 0 -213px;
}
.mod-panel .bd .tabs dd{
    float: left;
    width: 615px;
    height: 66px;
    padding-top: 4px;
}
.mod-panel .tabs .chun dd{
    background-color: #edfacd;
}
.mod-panel .tabs .xia dd{
    background-color: #fce8e5;
}
.mod-panel .tabs .qiu dd{
    background-color: #fcf3d8;
}
.mod-panel .tabs .dong dd{
    background-color: #dbf2e4;
}
.mod-panel .bd .tabs dd a{
    float: left;
    width: 92px;
    height: 52px;
    padding:10px 0 0;
    margin-right: 5px;
    background: url("season.png") no-repeat;
    text-align: center;
}
.mod-panel .tabs .chun dd a{
    background-position: -88px -4px;
    color: #690;
}
.mod-panel .tabs .xia dd a{
    background-position: -88px -75px;
    color: #c30;
}
.mod-panel .tabs .qiu dd a{
    background-position: -88px -146px;
    color: #f60;
}
.mod-panel .tabs .dong dd a{
    background-position: -88px -217px;
    color: #53aa85;
}
.mod-panel .tabs dd a.active{
    background: url("season.png") no-repeat;
    color: #000;
}
.mod-panel .tabs .chun dd a.active{
    background-position: -186px -4px;
}
.mod-panel .tabs .xia dd a.active{
    background-position: -186px -75px;
}
.mod-panel .tabs .qiu dd a.active{
    background-position: -186px -146px;
}
.mod-panel .tabs .dong dd a.active{
    background-position: -186px -217px;
}
.mod-panel .bd .tabs strong,
.mod-panel .bd .tabs span{
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
}
.mod-panel .bd .tabs span{
    font-size: 12px;
}

.mod-panel .bd .panels{
    overflow: hidden;
}
.mod-panel .bd .panel{
    display: none;
}
.mod-panel .bd .panel .timer{
    position: relative;
    height: 40px;
    padding: 13px 0 0 20px;
    margin-bottom: 22px;
    background: url("calendar.png") repeat-x;
}
.mod-panel .panels .spring .timer{
    background-position: 0 -70px;
}
.mod-panel .panels .summer .timer{
    background-position: 0 -130px;
}
.mod-panel .panels .autumn .timer{
    background-position: 0 -190px;
}
.mod-panel .panels .winter .timer{
    background-position: 0 -250px;
}
.mod-panel .panel .timer .name{
    position: absolute;
    width: 72px;
    height: 26px;
    background: url("season.png") no-repeat;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}
.mod-panel .panels .spring .name{
    background-position: -300px 0;
}
.mod-panel .panels .summer .name{
    background-position: -300px -80px;
}
.mod-panel .panels .autumn .name{
    background-position: -300px -150px;
}
.mod-panel .panels .winter .name{
    background-position: -300px -220px;
}
.mod-panel .bd .panel .timer p{
    padding-left: 82px;
    line-height: 24px;
}
.mod-panel .bd .panel .timer em{
    padding-left: 10px;
    font-style: italic;
}
.mod-panel .panels dl{
    overflow: hidden;
    margin: 0 20px 20px 20px;
}
.mod-panel .panels dt{
    height: 30px;
    margin-bottom: 16px;
    border-bottom: solid 1px #d6e0b6;
}
.mod-panel .panels dt h2{
    position: relative;
    bottom: -1px;
    width: 94px;
    height: 30px;
    margin: 0;
    background: url("season.png") no-repeat;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.mod-panel .panels .spring h2{
    background-position: -300px -30px;
    color: #030;
}
.mod-panel .panels .summer h2{
    background-position: -300px -110px;
    color: #972600;
}
.mod-panel .panels .autumn h2{
    background-position: -300px -180px;
    color: #d25f00;
}
.mod-panel .panels .winter h2{
    background-position: -300px -250px;
    color: #34655e;
}
.mod-panel .panel .time{
    color: #666;
    line-height: 22px;
}
.mod-panel .panel .time table{
    width: 100%;
}
.mod-panel .panel .time th,
.mod-panel .panel .time td{
    height: 28px;
    padding: 0 6px;
    border: solid 1px #c2d4ec;
    color: #333;
    text-align: center;
}
.mod-panel .panel .time th{
    width: 120px;
    background-color: #eaf0fe;   
    color: #006497;
}
.mod-panel .panels dd p{
    text-indent: 2em;
    text-align: justify;
    line-height: 24px;
}
.mod-panel .panels .active{
    display: block;
}