<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
p{
    padding: 0;
    margin: 0;
}




/*课程内容*/
.ztcon1 h2 {width:100%; font-size:40px; text-align:center; line-height:120px; color:#2C3859;font-weight: bold}
.kcmc_t{text-align: left; line-height: 25px;width:1200px;margin:0 auto; margin-bottom:15px;}
.kcmc_t span{color: #ec112e;}



.tit_1{
    display:none;
}


/*什么样的人，适合学大数据开发*/
#people{
    
    padding:30px 0;
}
#people&gt;p{
    font-size: 40px;font-weight: bold;text-align: center;color:#2C3859;
    margin:40px;
}
#people&gt;p span{
    color:#e7141a;
}
#people ul{
    width:1200px;
    margin:30px auto;
}
#people ul li{
    float:left;
    width:260px;
    margin:20px 40px;
    height:125px;
    border-radius: 20px;
    background:blue;
    padding:20px;
    color:#fff;
    text-align: center;
    font-size: 15px;
    line-height: 2;
}
#people ul li div{
    border-radius: 20px;
    background:#fff;
    height:60px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 60px;
    font-weight:bold ;
    font-size: 24px;
}

/*课程大纲上*/
.kc_top{
    width: 1200px;
    margin: 40px auto;
    overflow: hidden;
    margin-bottom: -10px;
}
.kc_top ul li{
    padding: 10px 0;
    width: 228px;
    border-right: 2px solid #0096E1;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.kc_top ul li p b{
    font-size: 36px;
    color: #FF8A00;
}
/*课程大纲*/
.kc_con{
    width:1200px;
    margin:20px auto 0;
}
.kc_con .kc_con_lt{
    float:left;
    width:335px;
    margin-right: 20px;
    background:#F2F0F0;
}
.kc_con .kc_con_lt&gt;p{
    background:#0096E1;
    font-size: 26px;
    color:#fff;
    height:50px;
    line-height: 50px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.kc_con .kc_con_lt li{
    height:50px;
    width:295px;
    border-left: 10px solid #F2F0F0;
    padding-right: 10px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 20px;
    cursor: pointer;
}
.kc_con .kc_con_lt li.active{
    font-weight: bold;
    background:#fff;
    border-left: 10px solid #0096E1;
    color:#0096E1;
}
.kc_con .kc_con_rt{
    float:left;
    width:845px;
    height:770px;
}
.kc_con .kc_con_rt&gt;div{
    display:none;
}
.kc_con .kc_con_rt&gt;div.active{
    display:block;
}
.kc_con .kc_con_rt&gt;div&gt;p{
    background:#0096E1;
    font-size: 26px;
    color:#fff;
    height:50px;
    line-height: 50px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.kc_con .kc_con_rt&gt;div .kc_con_top{
    padding-left: 20px;
    font-size: 18px;
}
.kc_con .kc_con_rt&gt;div .kc_con_top&gt;p{
    font-weight: bold;
    margin:10px 0;
}
.kc_con .kc_con_rt&gt;div .kc_con_top&gt;div{
    margin-top: 10px;
    height:199px;
}
.kc_con .kc_con_rt&gt;div .kc_con_top&gt;div img{
    margin-right: 20px;
}
.kc_con .kc_con_rt&gt;div .kc_con_bot{
    height:325px;
    padding:10px;
    background:#F2F0F0;
}
.kc_con .kc_con_rt&gt;div .kc_con_bot&gt;p{
    margin-left: 10px;
    font-size: 18px;
    margin-top: 10px;
}
.kc_con .kc_con_rt&gt;div .kc_con_bot ul{
    width:190px;
    height:250px;
    background:#fff;
    float:left;
    margin-right: 20px;
    margin-top: 20px;
}
.kc_con .kc_con_rt&gt;div .kc_con_bot ul p{
    height:40px;
    background:#0096E1;
    text-align: center;
    color:#fff;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
}
.kc_con .kc_con_rt&gt;div .kc_con_bot ul li{
    margin:11px;
    font-size: 14px;
    margin-left: 10px;
    width:100%;
}
.kc_con .kc_con_rt&gt;div .kc_con_bot div{
    width:190px;
    height:125px;
    margin-top: 20px;
    float:left;
    background:#0096E1;
    text-align: center;
    font-size: 18px;
    color:#fff;
    line-height: 125px;
    margin-right: 20px;
}

/*更多课程按钮*/
a.more{
    width:100%;
    height:50px;
    line-height: 50px;
    text-align: center;
    background:#0096E1;
    color:#fff;
    font-size: 18px;
    margin:30px auto 0;
    display: block;
}
.more:hover{
    background: rgba(0, 92, 139, 0.99);
}
</pre></body></html>