majorDetail.css 3.4 KB
/* 整体 */

.major_detail {
    background-color: #F2F5FA;
    width: 100%;
    color: #8c9198;
    font-size: 14px;
}

.major_det_box {
    width: 1200px;
    margin: 0 auto;
}

.major_det_msg {
    width: 1200px;
}


/* 左侧专业详情 */

.major_det_l {
    width: 822px;
    float: left
}

h1 {
    font-weight: 400;
    color: #34485E;
    font-size: 36px;
}


/* 学科介绍 */

.subject_induction {
    margin: 20px 0 35px;
    color: #8C9198;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    width: 770px;
}

h2 {
    font-size: 20px;
    color: #34485E;
    position: relative;
    margin-left: 10px;
    line-height: 26px;
    margin-bottom: 16px;
}

h2::before {
    content: '';
    display: block;
    height: 14px;
    width: 4px;
    border-radius: 2px;
    background-color: #409eff;
    position: absolute;
    left: -10px;
    top: 5px;
}

h2::after {
    content: '';
    display: block;
    width: 755px;
    height: 1px;
    background-color: #eee;
    position: absolute;
    bottom: -16px;
    left: 0
}


/* 热门专业 */

.link_hot_major {
    margin-bottom: 20px;
}


/* 上层标题 */

.hot_major_top {
    width: 363px;
    height: 52px;
    border-radius: 3px 3px 0px 0px;
    background-image: url('../assets/img/major1.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.white_h2 {
    color: #fff;
    margin: 0 0 0 36px;
}

.white_h2::before {
    background-color: #fff;
}

.white_h2::after {
    height: 0;
}


/* 下层内容 */

.hot_major_bot {
    padding: 20px 26px;
    background-color: #fff;
    border-radius: 0px 0px 3px 3px;
}

.bot_content {
    padding: 6px 22px;
    border: 1px solid #8C9198;
    border-radius: 3px;
    color: #8C9198;
    text-align: center;
    margin: 0 24px 15px 0;
    float: left;
    font-size: 14px;
}

.bot_content:hover {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff
}


/* 相近部门 */

.similar_box {
    margin: 24px 0 0 10px;
    width: 100%;
}

.similar {
    padding: 6px 22px;
    background: #fff;
    border: 1px solid #8C9198;
    border-radius: 3px;
    text-align: center;
    margin-right: 24px;
    color: #8C9198;
    font-size: 14px;
    float: left;
    margin-bottom: 15px;
}

.similar:hover {
    background-color: #409eff;
    color: #fff;
    border-color: #409eff;
}


/* 兴趣类型 */

.type_box {
    margin-bottom: 13px
}

.type_li {
    color: #8C9198;
    font-size: 14px;
    margin-bottom: 17px;
    list-style-type: disc;
    margin-left: 14px;
    text-align: left;
}


/* 包含的专业类别 */

.include_category {
    width: 173px;
    height: 34px;
    border: 1px solid #BDC4CE;
    border-radius: 3px;
    float: left;
    margin-right: 20px;
    margin-bottom: 17px;
    font-size: 14px;
    padding: 10px 20px;
}

.include_category:hover {
    background-color: #409eff;
    border-color: #409eff;
    color: #fff;
}


/* 专业名称 */

.include_name {
    font-weight: 600;
    color: #5B5E63;
}


/* 专业数量 */

.cate_num {
    color: #8C9198;
}

.include_category:hover .include_name,
.include_category:hover .cate_num {
    color: #fff
}


/* 专业数量 */


/* 右侧跳转链接 */

.major_link_r {
    width: 363px;
    float: right
}


/* 图片 */

.link_img {
    margin-bottom: 20px;
    height: 116px;
}

.link_img img {
    width: 100%;
    height: 100%;
    display: block
}