/*  图片展示区域的样式  */
.bg-img {
    width: 100%;
    max-height: 400px;
    height: 400px;
    background: url("../images/top_zhuanye.png") no-repeat center center;
}

/* 专业列表 */
.main {
    padding: 0 0 50px 0;
}

.main .container-fluid .col-lg-10 .text-center {
    height: 40px;
    color: #ccc;
    margin-top: 20px;
}

.main .container-fluid .col-lg-10 .text-center span {
    font-size: 25px;
    padding: 10px;
    color: #299efb;
}

.main .list-group {
    font-size: 14px;
}

.main .list-group .list-group-item {
    border: none;
}

.main .list-group .list-group-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
}

.main .list-group .list-group-item .more {
    position: absolute;
    right: 25px;
    bottom: 15px;
    font-size: 14px;
    color: #666;
}

.main .list-group .list-group-item .container-fluid {
    border: 1px solid #ccc;
    padding: 20px 0;
}