@charset "utf-8";

/* CSS Document */
.couseMain {
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
    height:880px;
    display: block;
    padding: 20px;
    background-color: #ffffff;
   
}
.courseTitle {
    height: 46px;
    background-image:url(/res/xj/images/coursetitle.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 10px;
}
.courseTitle span.tz-icon {
    background-image: url(/res/xj/images/course_tz_iocn.png);
    background-position: 5px center;
}

.courseTitle span {
    width: 130px;
    display: block;
    float: left;
    height: 40px;
    font-size: 19px;
    line-height: 44px;
    color: #07438a;
    text-align: center;
    font-weight: bold;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

a:hover {
    text-decoration: none;
    color: #900;
}
a:active, a:focus {
    outline: none;
}
.courseTitle a.year:hover{
    border:0;
    background-color: #D01617;
    color:#ffffff;
}


.courseTitle a.year {
    
    display: block;
    width:100px;
    height: 44px;
    float:left;
    text-align:center;
    font-size: 16px;
    line-height: 44px;
  
    border-left:1px solid #E3E3E3;
    border-top:1px solid #E3E3E3;
}
.active{
    border:0;
    background-color: #D01617;
    color:#ffffff;
    display: block;
    width:100px;
    height: 44px;
    float:left;
    text-align:center;
    font-size: 16px;
    line-height: 44px;
}
.courseTitle a:last-child{
    border-right:1px solid #E3E3E3
}
.courseTitle span.more {
    height: 44px;
    float: right;
    font-size: 18px;
    line-height: 44px;
    color: #4a4a4a;
}
.courseTable{

    height:785px;
   overflow-y: auto;
}
table { 
    border-collapse:collapse; 
    border-spacing:0; 
   } 
   th,td { 
    padding: 0; 
   }
table tr th.gxkm{
    background-color: #DDEFFD;
    color: #000000;
    font-size:16px;
    font-weight:bold;
    height:40px;
    line-height: 40px;
}
table tr.row1{
    margin-top:10px;
    width:150px;
    height:40px;
    line-height: 40px;
    height:auto;
   background-color: #E3E3E3;
}
table tr.row1 td{
    border-right:1px solid #ffffff;
    text-align: center;
}
table.rowItem{
   
    border-left:1px solid #5EA5D9;
}
table.rowItem:last-child{
    border-bottom:1px solid #5EA5D9;
}
table.rowItem tr td{
    border-right:1px solid #5EA5D9;
    border-top:1px solid #5EA5D9;
    text-align: center;
}
