.course_list table,.tujilist table{
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
.course_list table tr,.tujilist table tr{
    border: 1px solid #ddd;
}
.course_list table tr th,.tujilist table tr th{
    height: 48px;
    font-size: 16px;
    color: #333;
    background: #fef4f5;
    text-align: center;
}
.course_list table tr td,.tujilist table tr td{
    height: 20px;
    font-size: 16px;
    
    padding: 10px 0;

}
.course_list table tr td a,.tujilist table tr td a{
    color: #666;
}
.course_list table tr td a:hover,.tujilist table tr td a:hover{
    color: #e70012;
}
.course_list table tr:hover,.tujilist table tr:hover {
    background: #eee;
}
.zhuanyeName {
    margin-bottom: 20px;
}
.zhuanyeName h1 {
    font-size: 20px;
    color: #666666;
    padding-left: 38px;
    background: url(../css/nameIcon.png) left center no-repeat;
    line-height: 40px;
    border-bottom: 2px solid #ef2d36;
}
.zhuanyeName h1 span {
    color: #ef2d36;
}
.zyNameCont {
    box-shadow: 0 5px 5px #e5e5e5;
    padding: 10px 0 0 0;
}
.zyNameItem {
    margin-top: 20px;
    position: relative;
}
.zyNameItemTit {
    font-size: 16px;
    color: #333333;
    margin-left: 20px;
}
.zyNameItemTit span {
    display: block;
    float: left;
    height: 17px;
    width: 3px;
    background: #ef2d36;
    margin-right: 8px;
}
.zyNameTxt {
    margin: 0 20px 0 23px;
    line-height: 32px;
    font-size: 14px;
    color: #666666;
    margin-top: 12px;
}
.zyNameTxtTit i {
    margin-right: 50px;
}
.zyNameLinks {
    padding: 13px 0 28px 20px;
}
.zyNameLinks a {
    display: block;
    width: 242px;
    line-height: 32px;
    font-size: 14px;
    color: #666666;
    float: left;
    padding-left: 11px;
    background: url(../css/bkGrayCircle.png) left center no-repeat;
}

.course_list h2{
    font-size: 20px;
    color: #666666;
    padding-left: 38px;
    background: url(../css/nameIcon.png) left center no-repeat;
    line-height: 40px;
    border-bottom: 2px solid #ef2d36;
}
.course_list h2 span {
    color: #ef2d36;
}
.kaishe {
    padding: 18px 0;
    box-shadow: 0 2px 5px #e5e5e5;
    margin-bottom: 20px;
}
.kaisheAll {
    display: block;
    float: left;
    width: 74px;
    margin-left: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #ef2d36;
    padding-right: 6px;
    height: 28px;
    overflow: hidden;
}
.kaisheCity {
    float: left;
    width: 790px;
}
.kaisheCity a {
    display: block;
    float: left;
    line-height: 28px;
    font-size: 14px;
    color: #000;
    width: 80px;
    padding-right: 6px;
    height: 28px;
    overflow: hidden;
}
.kaisheCity a:hover{
    color: red;
}