.class_time {
    width: 100%;
  margin-top: 0px;
    margin-bottom:0;
    overflow: hidden;
    height: auto;
}
.class_time a{
   display: block;
    height:40px;
}
.class_time_table {
    border-bottom: #d6d6d6 1px solid;
    border-left: #d6d6d6 1px solid;
    border-right: #d6d6d6 1px solid;
    width: 248px;
    height: auto;
    margin: 0px auto 0px auto
}
.class_time_title{
   width:250px;
   margin-top: 33px;
}
.class_time_title ul li {
    width: 84px;
    text-align: center;
    float: left;
    font-size: 14px;
    background: #a20000;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
.class_time_title ul li:hover {
    background: #fff;
    color: #a20000;
    cursor: pointer;
    border-top: #d6d6d6 2px solid;
}
.class_time_title ul li:nth-child(1):hover{
    border-left:  #d6d6d6 1px solid;
    width: 82px;
}
.class_time_title ul li:nth-child(3):hover{
    border-right:  #d6d6d6 1px solid;
    width: 82px;
}
.class_time_title ul li.active{
    background: #fff;
    color: #a20000;
    cursor: pointer;
    border-top: #d6d6d6 2px solid;
}
.class_time_title ul li:nth-child(1).active{
    border-left:  #d6d6d6 1px solid;
    width: 82px;
}
.class_time_title ul li:nth-child(3).active{
    border-right:  #d6d6d6 1px solid;
    width: 82px;
}
.class_time_title ul li:nth-child(1) {
   
    width: 83px;
}
.class_time_title ul li:nth-child(3) {
    
    width: 83px;
}
.class_time_title ul {
    height: 30px;
    line-height: 30px;
}
.class_time_table dl{
    padding:2px 10px;
    margin: 0px;
    height:158px;
}
.class_time_table dl dt {
    width: 90%;
    margin: 0 auto;
    color: #444;
    height: 40px;
    line-height: 40px;
    border-bottom: #d6d6d6 1px solid;
    font-size: 12px;
}
.class_time_table dl dt img {
    margin: 0 20px -2px 10px
}
.class_time_table dl dt:nth-child(4) {
    border: 0
}