header {
    background-color: #f6f6f6;
}
header a {
    color: #666;
    font-size: 12px;
}
.head_bor {
    display: inline-block;
    width: 1px;
    background: #ccc;
    height: 13px;
    margin: 11px 10px 0px 10px;
}

.jg-infotion a{
    margin-right: 2%;
    margin-bottom: 20px;
}
.jg-infotion a:nth-last-child(1) {
    margin-right: 0px;
}
.courseGroup:nth-child(odd){
    float:left;
}
.courseGroup:nth-child(even){
    float:right;
}
.hotc_city{
    margin-top: 15px;

    font-size: 15px;
}
.hotc_city a{
    padding:0px 10px;
    border-right:1px #eee solid;
    margin-bottom: 10px;
}
.hotc_city a:nth-last-child(1){
    border-right: none;
}
.hotc_city a:hover{
    color: #0b6db6;
}
.all_City_list{
    width:100%;
    margin-top:15px;
}
.all_City_list li{
    margin-bottom: 10px;    
    width: 17.6%;
    margin-right: 3%;
    background: #f7f7f7;
    line-height: 35px;
    text-align: center;
    height: 35px;
    overflow: hidden;

}
.all_City_list li:nth-child(5n+5){
    margin-right: 0px;
}
.all_City_list a{
    font-size: 14px;
    color: #666;

}
/*.jg_focus .container,.jg_focus .container .row{
    background: transparent;
}*/
.courseGroup{
    border:none;
    width: 48%;padding-bottom: 0px;
}
.group-pic{
    width:100%;padding-right: 0px;
}
.index-course-tit{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.input-bd {
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    padding: 0px 10px;
    border-radius: 6px;
    color: #111;
    height: 40px;
    line-height: 40px;
    outline: none;
    margin-top: 15px;
}
.input-bd::-webkit-input-placeholder{
   color:#ccc;
}
.select{
    width: 48%;
    background: white;
    border: 1px solid #ccc;
    padding: 0px 10px;
    border-radius: 6px;
    color: #999;
    height: 40px;
    line-height: 40px;
    outline: none;
    margin-top: 15px;
}
.select:nth-child(1){
    margin-right: 2%;
}
.submitBtn{
    width: 100%;
    margin-top: 15px;
    background: #e24943;
    height: 40px;
    line-height: 40px;
    border:none;
    color: #fff;
    font-size: 16px;
}
.index-course-list{
    margin-top: 0px;
    padding:20px 20px 5px 20px;
    
}
.index-course-list:nth-child(even) .courseCard{
    margin-left: 0px;
}
.index-course-list:nth-child(odd) .courseCard{
    margin-right: 0px;
}
.index-course-list:nth-child(1),.index-course-list:nth-child(2){
    border-bottom:1px #eee solid;
}
.index-course-list:nth-child(1),.index-course-list:nth-child(3){
    border-right: 1px #eee solid;
}
.course-title p{
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}