.none{
    display: none;
}
.majorDetail_mian{
    width: 100%;
    background: #F0F0F0;
}
.majorDetail_mian_center{
    width: 1200px;
    margin: 0 auto;
}

/* 面包屑导航开始 */
.majorDetail_nav{
    width: 100%;
    height: 46px;0    display: flex;
    align-items: center;
    background-color: #fff;
}
.majorDetail_nav>span,.majorDetail_nav>a{
    font-size: 14px;
    color: #333333;
}
.majorDetail_nav>a:first-child{
    margin-left: 20px;
}
.majorDetail_nav>span.nav_curPath{
    color: #F15645;
}
.majorDetail_nav>a:not(:first-child),.majorDetail_nav>span{
    margin-left: 3px;
}
/* 面包屑导航结束 */

/* 学校详情 */
.maximum .majorDetail_mian .school{
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 20px 20px 14px 20px;
    margin-top: 10px;
}
.maximum .majorDetail_mian .school .top{
    width: 100%;
}
.maximum .majorDetail_mian .school .top .top_one{
    display: flex;
    justify-content: space-between;
}
.maximum .majorDetail_mian .school .top .left{
    width: 815px;
}
.maximum .majorDetail_mian .school .top .left .zhongxue{
    display: flex;
}
.maximum .majorDetail_mian .school .top .left .zhongxue .badge img{
    width: 130px;
    height: 130px;
}
.maximum .majorDetail_mian .school .top .left .zhongxue .message{
    margin-left: 13px;
}
.maximum .majorDetail_mian .school .top .left .zhongxue .message .bold{
    display: flex;
}
.maximum .majorDetail_mian .school .top .left .zhongxue .message .bold span{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.maximum .majorDetail_mian .school .top .left .zhongxue .message .bold .open{
    padding: 0 15px 0 25px;
    background-image: url(/statics/theme/img/content/bg_juxing3.png);
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    background-repeat: no-repeat;
    margin: 5px 0 0 15px;
    background-size: cover;
}
.maximum .majorDetail_mian .school .top .left .zhongxue .message .switchover{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #0060CC;
}
.maximum .majorDetail_mian .school .top .left .zhongxue .message .switchover a{
    font-size: 16px;
    font-weight: 400;
    color: #0060CC;
    text-decoration:underline;
}
.maximum .majorDetail_mian .school .top .left .zhongxue .message .quality{
    display: flex;
    margin: 10px 0 15px 0;
}
.maximum .majorDetail_mian .school .top .left .zhongxue .message .quality span:nth-child(n+2){
    padding: 3px 10px;
    display: block;
    background: #F15645;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 8px;
}
.maximum .majorDetail_mian .school .top .left .zhongxue .message .quality span:first-child{
    border: 1px solid #F15645;
    border-radius: 4px;
    padding: 3px 10px;
    display: block;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #F15645;
}
.maximum .majorDetail_mian .school .top .left .zhongxue .message ul{
    display: flex;
    flex-wrap: wrap;
   line-height: 22px;
}
.maximum .majorDetail_mian .school .top .left .zhongxue .message ul li{
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}
.maximum .majorDetail_mian .school .top .left .zhongxue .message ul li:nth-child(2n){
    margin: 0 20px;
}
.maximum .majorDetail_mian .school .top .left .zhongxue .message ul li span{
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}
.maximum .majorDetail_mian .school .top .right{
    display: flex;
    align-items: center;
    margin: 0 19px 0 0;
}
.maximum .majorDetail_mian .school .top .right .program{
    display: flex;
    text-align: center;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
}
.maximum .majorDetail_mian .school .top .right .program img{
    width: 134px;
    height: 134px;
}
.maximum .majorDetail_mian .school .top .right .sweep{
        background-image: url(/statics/theme/img/content/bg_heng.png);
    background-repeat: no-repeat;
    padding: 12px 0;
    width: 33px;
    line-height: 39px;
    font-size: 12px;
    font-weight: 400;
    color: #E36907;
    text-orientation: mixed;
    writing-mode: vertical-lr;
    margin-left: 5px;

}
.dotted_line{
    border-top: 1px dashed #CCCCCC;
    margin: 19px 0;
}
/* 专业信息开始 */
.majorDetail_inform{
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
    overflow: hidden;
}
.inform_center{
    width: 1182px;
    min-height: 189px;
    margin: 18px auto;
    background:url(../../img/content/bg_majorDetail_inform.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}
.NoMargin{
    margin: 0;
}
.inform_center_left{
    padding: 15px;
}
.inform_center_left_Two>div.inform_name{
    display: flex;
    align-items: center;
}
.inform_center_left>div.inform_name{
    display: flex;
    align-items: center;
}
.inform_name>p{
    font-weight: bold;
    color: #333333;
    font-size: 24px;
}
.inform_name>a{
    width: 110px;
    height: 32px;
    background: #F15645;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    margin-left: 18px;
    border-radius: 5px;
    text-align: center;
}
.specialty_name{
    display: flex;
}
.specialty_name .specialty_left p{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.specialty_left .specialty_code{
    font-size: 14px;
font-weight: 400;
color: #999999;
}
.specialty_left .specialty_code:nth-child(2){
    margin: 25px 0 10px;
}
.specialty_left .specialty_code span{
    color: #333333;
}
.specialty_right{
        margin-left: 67px;
}
.specialty_right p{
        width: 120px;
    height: 32px;
    background: #FF9B4A;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    padding: 0 5px;
}
.specialty_right p a{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.specialty_right p img{
        vertical-align: middle;
    margin-left: 5px;
}
.specialty_right .broad{
    font-size: 14px;
font-weight: 400;
color: #999999;
}
.specialty_right .broad:nth-child(2){
    margin: 15px 0 12px;
}
.specialty_right .broad span{
    color: #333333;
}
.inform_detail{
    display: flex;
    justify-content: space-between;
    width: 920px;
    flex-wrap: wrap;
    margin-top: 17px;
}
.inform_detail div.marginTop{
    margin-top: 7px;
}
.inform_detail>div span{
    font-size: 14px;
}
.inform_detail>div span:nth-child(1){
    color: #999999;
}
.inform_detail>div span:nth-child(2){
    color: #333333;
}
.bg_picture{
    height: 150px;
    width: 200px;
    background-image: url('/statics/theme/img/content/bg_img.png');
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
}
.bg_picture img{
     width: 190px;
    height: 140px;
}
.inform_center>img{
    width: 190px;
    height: 140px;
        margin: 0 39px 0 29px;
}

/* 专业信息结束 */

/* 政策文件开始 */
.majorDetail_notice{
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.majorDetail_notice>img{
    width: 18px;
    height: 14px;
    margin-left: 20px;
}
.majorDetail_notice>a{
    margin-left: 14px;
    color: #F15645;
    font-size: 14px;
}
/* 政策文件结束 */

.particulars{
    display: flex;
    justify-content: space-between;
}
.particulars .particulars_left{
    width: 890px;
}

/* 专业介绍开始 */
.majorDetail_introduce{
    width: 100%;
    background: #FFFFFF;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.introduce_type,.module_title{
    width: 98%;
    height: 66px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
}
.introduce_type>p,.module_title>p{
    margin-left: 14px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #F15645;
}
.introduce_type>p::before,
.module_title>p::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 22px;
    background: #F15645;
    left: -15px;
    top:0px;
}
.introduce_type>ul{
    margin-left: 76px;
    display: flex;
}
.introduce_type>ul>li{
    font-size: 14px;
    color: #333333;
    height: 100%;
    height: 66px;
    line-height: 66px;
}
.introduce_type>ul>li:not(:first-child){
    margin-left: 60px;
}
.introduce_type>ul>li:hover{
    cursor: pointer;
}
.introduce_typeSelect{
    color: #F15645 !important;
    position: relative;
    border-bottom: 2px solid  #F15645;
}
.introduce_detail{
    width: 100%;
    box-sizing: border-box;
    padding: 35px;
    min-height: 150px;
}
.introduce_detail>span{
    font-size: 16px;
    white-space: pre-wrap;
    color: #666;
    line-height: 2em;
}
/* 专业介绍结束 */

/* 开设院校开始 */
.no_result {
    display: none;
    text-align: center;
    width: 100%;
    padding: 40px 0;
    font-size: 26px;
    color: #CACACA;
    background: #fff;
    margin-bottom: 18px;
    }

.majorDetail_searchSchool{
    width: 100%;
    background: #FFFFFF;
    margin-top: 10px;
    padding: 0 0 20px 0;
}
.searchSchool_condition{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 23px;
    display: flex;
}
.searchSchool_condition_city,.searchSchool_condition_select{
    width: 320px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 15px;
    color: #333333;
    font-size: 14px;
    appearance: none;
    /* ie不支持 */
    -webkit-appearance: none;   /*去除chrome浏览器的默认下拉图片*/
    -moz-appearance: none;  /*去除Firefox浏览器的默认下拉图片*/
    background:url(../../img/content/icon_majorDetail_option.png) no-repeat center; 
    background-size: 18px 10px;
    background-position-x: 288px;
}
.searchSchool_condition_select{
    margin-left: 20px;
}
.searchSchool_condition>div{
    margin-left: 20px;
    display: flex;
}
.searchSchool_condition_search{
    width: 410px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 15px;
    color: #333;
    font-size: 14px;
}
.searchSchool_condition_clickSearch{
    width: 50px;
    height: 40px;
    background: #F15645;
    border-radius: 0px 4px 4px 0px;
    border: transparent;
    position: relative;
}
.searchSchool_condition_clickSearch::after{
    content: '';
    width: 16px;
    height: 17px;
    position: absolute;
    background: url(../../img/content/btn_majorDetail_search.png) no-repeat;
    background-size: 100% 100%;
    left:17px;
    top:12px;
}
.searchSchool_condition_search::placeholder{
    font-size: 14px;
    color: #B2B2B2;
}
.searchSchool_table{
    width: 98%;
    margin: 13px 10px 0;
}
.searchSchool_table th,.searchSchool_table td{
    padding: 12px 0;
    border-color: #dedede;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}
.table_type>th:first-child{
    width: 76px;
}
.table_type>th:nth-child(3){
    width: 109px;
}
.table_type>th:nth-child(2){
    width: 350px;
}
.table_type>th:last-child{
    width: 168px;
}
.mediate{
    text-align: center;
}
.table_tag>div{
    width: 100%;
    box-sizing: border-box;
    padding: 0 17px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    top:5px;
}
.table_tag>div>span{
    padding: 3px 9px;
    background: #FFFFFF;
    border: 1px solid #F15645;
    border-radius: 4px;
    color: #F15645; 
    margin: 0 0 5px 0;
}
.table_tag>div>span:not(:first-child){
    margin-left: 12px;
}
.table_watch>a{ 
    color: #F15645;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    color: #333333;
}
.table_watch>.consult{
    display: inline-block;
    width: 130px;
    height: 32px;
    background: linear-gradient(-90deg, #EE441F 0%, #F15645 100%);
    border-radius: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
}
/* 开设院校结束 */

/* 报名流程开始 */
.majorDetail_process{
    width: 100%;
    background-color: #fff;
    height: 264px;
    margin-top: 10px;
}
.process_allProcess{
    width: 100%;
    box-sizing: border-box;
    padding: 0 120px 0 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 27px;
}
.process_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 139px;
}
.process_item>img{
    width: 60px;
    height: 60px;
}
.process_item>p{
    font-weight: bold;
    color: #333333;
    font-size: 18px;
    position: relative;
    margin-top: 7px;
}
.process_item>p::before{
    content: '';
    position: absolute;
    width: 3px;
    height: 16px;
    background: #F15645;
    top:5px;
    left:-10px;
}
.process_item>span{
    font-size: 14px;
    color: #999999;
    width: 97px;
    margin-top: 10px;
    position: relative;
    left: 13px;
}
.process_allProcess>img{
    width: 26px;
    height: 20px;
    position: relative;
    top:-40px;
}
/* 报名流程结束 */

/* 增技课程开始 */
.majorDetail_subjects{
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
}
.subjects_list{
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px;
}
.subjects_list>a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.subjects_list>a:not(:first-child){
    margin-left: 20px;
}
.subjects_list>a img
,.subjects_list>a a{
    display: block;
    width: 212px;
    height: 122px;
}
.subjects_list>a>span{
    font-size: 14px;
    color: #333333;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
/* 增技课程结束 */

/* 大赛信息开始 */
.majorDetail_raceNews{
    width: 100%;
    margin-top: 10px;
    background-color: #FFFFFF;
    padding-bottom: 10px;
}
.raceNews_list{
    margin-top: 23px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 49px 0 75px;
}
.raceNews_list>li{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 0 26px ;
}
.raceNews_list>li::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #F15645;
    border-radius: 50%;
    left:-12px;
    top:9px;
}
.raceNews_list a{
    font-size: 16px;
    color: #333333;
}
.raceNews_list span{
    font-size: 16px;
    color: #999999;
}
/* 大赛信息结束 */

/* 热门工具 */
.majorDetail_hotTools{
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 30px 20px;
}
.index_mian_hotTools{
    width: 100%;
    height: 145px;
    background: url(../../img/content/bg_index_NinthBg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    
}
.index_mian_hotTools>p{
    width: 48px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    margin-left: 45px;
}
.index_mian_hotTools>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 155px;
    margin-top: 28px
}
.index_mian_hotTools>div>div{
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    width: 804px;
    justify-content: space-between;
}
.index_mian_hotTools_toolList{
    display: flex;
    align-items: center;
}
.index_mian_hotTools_toolList>img{
    width: 34px;
    height: 34px;
}
.index_mian_hotTools_toolList>a{
    font-size: 18px;
    font-weight: 400;
    color: #F15645;
    margin-left: 11px;
}
.index_mian_hotTools_toolList>a:hover{
     font-size: 20px;
     transition: all .2s;
     text-decoration: underline;
}
.tool_marginLeft{
    margin-left: -15px;
}
/* 热门工具结束 */
/*右侧相关专业推荐*/
.related_profession{
    height: 176px !important;
}
.related_profession .education{
    padding: 20px 10px 0;
    box-sizing:border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.related_profession .education a{
    display: inline-block;
    width: 134px;
    height: 40px;
    background: #F7F7F7;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 40px;
    margin-bottom: 11px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*右侧相关专业推荐结束*/
/*右侧推荐院校*/
.particulars_right{
    margin-top: 10px;
}
.recommend_school{
    width: 300px;
    /*height: 513px;*/
    background-color: #fff;
    margin-bottom: 10px;
    /*overflow: hidden;*/
    padding-bottom: 1px;
}
.ckgd{
    display: block;
    width: 150px;
    height: 40px;
    margin: 30px auto 20px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: #FFF1EF;
    /* border: 1px solid #F0A49B; */
    border-radius: 20px;
    background: linear-gradient(-90deg, #EE441F 0%, #F15645 100%);
}
.recommend_school .recommend_school_title{
        width: 100%;
    height: 40px;
    background: #F15645;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recommend_school .recommend_school_title .left_title {
    height: 100%;
    display: flex;
    align-items: center;
}
.recommend_school .recommend_school_title img {
    margin: 0 10px;
}
.recommend_school .recommend_school_title h2 {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.recommend_school ul{
    padding: 20px 13px 0;
    box-sizing: border-box;
}
.recommend_school ul li{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.recommend_school ul li .number{
    font-size: 16px;
    font-weight: bold;
    color: #FF9B4A;
    display: inline-block;
    width: 20px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

.recommend_school ul li:nth-child(-n+3) .number {
    display: inline-block;
    width: 20px;
    height: 24px;
    background: linear-gradient(180deg, #F85F68, #ED4844);
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    flex-shrink: 0;
}
.recommend_school ul li:nth-child(2) .number{
    background: linear-gradient(180deg, #FB9504, #FF7D00);
}
.recommend_school ul li:nth-child(3) .number{
    background: linear-gradient(180deg, #EFB76F, #E3AB72);
}
.recommend_school ul li a{
    display: flex;
    align-items: center;
}
.recommend_school ul li a .school_logo{
    height: 27px;
    width: 27px;
    margin: 0 9px 0 15px;
}
.recommend_school ul li:nth-child(1) a .school_logo{
    height: 50px;
    width: 50px;
}
.recommend_school ul li a>div>p{
    font-size: 14px;
    font-weight: bold;
    color: #F15645;
}
.recommend_school ul li a>div>span{
    font-size: 12px;
    font-weight: 400;
    color: #B5B5B5;
}
.recommend_school ul li a>div>span>img{
        vertical-align: middle;
    margin-right: 7px;
}
.recommend_school ul li a>span{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
/*右侧推荐院校结束*/