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

/* 面包屑导航开始 */
.majorDetail_nav{
    width: 100%;
    height: 46px;
    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: #B34746;
}
.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: #B34746;
    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 #B34746;
    border-radius: 4px;
    padding: 3px 10px;
    display: block;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #B34746;
}
.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: 1160px;
    height: 189px;
    margin: 20px auto;
    background:url(/statics/theme/img/content/bg_majorDetail_inform.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.NoMargin{
    margin: 0;
}
.inform_center_left{
    margin-left: 31px;
}
.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: #B34746;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    margin-left: 18px;
    border-radius: 5px;
    text-align: center;
}
.inform_detail{
    display: flex;
    justify-content: space-between;
    width: 400px;
    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 20px 0 0;
}

/* 星空体育官网登录入口信息结束 */

/* 政策文件开始 */
.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: #B34746;
    font-size: 14px;
}
/* 政策文件结束 */

/* 星空体育官网登录入口介绍开始 */
.majorDetail_introduce{
    width: 100%;
    background: #FFFFFF;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.introduce_type,.module_title{
    width: 1156px;
    height: 66px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
}
.introduce_type>p,.module_title>p{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-left: 14px;
    position: relative;
}
.introduce_type>p::before,
.module_title>p::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 22px;
    background: #B34746;
    left: -15px;
    top:6px;
}
.introduce_type>ul{
    margin-left: 255px;
    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: #B34746;
    position: relative;
    border-bottom: 2px solid  #B34746;
}
.introduce_detail{
    width: 100%;
    box-sizing: border-box;
    padding: 35px 37px;
}
.introduce_detail>span{
    font-size: 14px;
    color: #999999;
}
/* 星空体育官网登录入口介绍结束 */

/* 开设院校开始 */
.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 30px;
    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(/statics/theme/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: #B34746;
    border-radius: 0px 4px 4px 0px;
    border: transparent;
    position: relative;
}
.searchSchool_condition_clickSearch::after{
    content: '';
    width: 16px;
    height: 17px;
    position: absolute;
    background: url(/statics/theme/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: 1140px;
    margin: 20px 30px 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: 111px;
}
.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 #B34746;
    border-radius: 4px;
    color: #B34746; 
    margin: 0 0 5px 0;
}
.table_tag>div>span:not(:first-child){
    margin-left: 12px;
}
.table_watch>a{
    text-decoration: underline;  
    color: #B34746;
}
/* 开设院校结束 */

/* 报名流程开始 */
.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: #B34746;
    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: 18px;
    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: #B34746;
    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(/statics/theme/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: #B34746;
    margin-left: 11px;
}
.index_mian_hotTools_toolList>a:hover{
     font-size: 20px;
     transition: all .2s;
     text-decoration: underline;
}
.tool_marginLeft{
    margin-left: -15px;
}
/* 热门工具结束 */