/*专业类别内容*/
.major{
    border-top:1px solid #dcdddd;
    padding-top:20px;
}
.major_left{
    width: 855px;
    padding-right: 20px;
    border-right: 1px solid #dcdddd;
    /*margin-left: -90px;*/
}
.major_left.blur{
    margin-left: 0;
}
.item>p{
    /*width:835px;*/
    /*height:30px;*/
    /*line-height:30px;*/
    /*background-color:#efefef;*/
    /*border-bottom:1px solid #dcdddd;*/
    /*padding-left:20px;*/
    /*width:242px;*/
    /*padding:0 10px;*/
    /*height:35px;*/
    /*line-height: 35px;*/
    /*background: url(/static/images/money_plan/title_bg1.png) no-repeat;*/
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.item>p .course{
    display: block;
    font-size:18px;
    /*font-weight:bold;*/
    color:#fff;
    padding:0 10px;
    height:35px;
    line-height: 35px;
    background:#00b7ee;
    float:left;
}
.item>p i{
    display: inline-block;
    width:100px;
    height:35px;
    background: url(/static/images/money_plan/title_bg2.png) no-repeat right center;
    float:left;
}
.item>p .course_other{
    font-size:15px;
    color:#727171;
}
.major_cont_1{
    margin-top:30px;
    /*padding-bottom:22px;*/
    border-bottom:1px dotted #dcdddd;
}
.major_cont_1 ul{
    overflow: hidden;
    margin-left: 25px;
}
.major_cont_1>span,.major_cont_1>i{
    display:inline-block;
    margin-bottom:30px;
    font-size:16px;
    color:#666;
    padding-left: 25px;
    background: url(/static/images/money_plan/arrow3.png) no-repeat 0 5px;
}
.major_cont_1 li{
    float:left;
    /*margin-left:70px;*/
    /*margin-right: 70px;*/
    margin-bottom: 25px;
    width:200px;
}
/*.major_cont_1 li:first-child{*/
    /*margin-left:0;*/
/*}*/
.major_cont_1 li a{
    /*display:inline-block;*/
    /*height:30px;*/
    /*line-height:30px;*/
    /*padding:0 25px;*/
    /*border:1px solid #dcdddd;*/
    font-size:14px;
    color:#999;
}
.major_cont_1 li a:hover,.major_cont_1 li a:hover span,.major_cont_1 li a:hover i{
    /*background: #0bb0f8;*/
    color:#f39800;
}
.major_cont_1 li a i,.major_cont_1 li a span{
    font-size:14px;
    color:#9fa0a0;
}
.major_right{
    width:300px;
    /*margin-top: 20px;*/
}
.major_type li{
    float:left;
    border:1px solid #dcdddd;
    margin:0 0 8px 20px;
    width:82px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-size:14px;
    color:#9fa0a0;
    cursor:pointer;
}
.major_type li:hover{
    background-color:#0bb0f8;
    color:#fff;
}

/*.major_type li:nth-child(1) a{*/
    /*background-color:#0bb0f8;*/
    /*color:#fff;*/
/*}*/
.major_type{
    margin-top:20px;
}
.major_type p{
    color:#595757;
    font-size:15px;
    margin:0 0 15px 20px;
}
.go_top{
    display:block;
    width:30px;
    height:75px;
    background: #fff;
    position:fixed;
    bottom: 85px;
    left:50%;
    margin-left: 615px;
    font-size: 12px;
    color:#999;
    border:1px solid #e6e6e6;
    padding:5px;
    text-align: center;
}

.go_top:hover{
    background: #f8941f;
    color:#fff;
}