/* 热门专业推荐 */

.major-recommand {
    margin-top: 56px;
}

.major-recommand header {
    text-align: center;
    margin-bottom: 10px;
}

.major-recommand header .title {
    font-size: 28px;
    color: #000;
}

.major-recommand header .sub-title {
    font-size: 14px;
    color: #aaaaaa;
}

.major-recommand .major-list {
    margin-bottom: 25px;
}

.major-recommand .major-list .major {
    width: 390px;
    background: #eee;
    box-sizing: border-box;
    /* text-align: center; */
    position: relative;
    transition: all .2s linear;
}


.brick-item-active {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}


.major-recommand .major-list .major .major-intro {
    padding: 10px 10px 0 10px;
}

.major-recommand .major-list .major .major-intro .left .major-name {
    font-size: 16px;
    color: #5a5a5a;
    margin: 0;
}

.major-recommand .major-list .major .major-intro .left .major-time {
    font-size: 15px;
    color: #ce0000;
}

.major-recommand .major-list .major .major-intro .right {
    font-size: 16px;
    background: #ce0000;
    color: #fff;
    line-height: 34px;
    padding: 0 10px;
    margin-top: 10px;
}

.major-recommand .major-list .major .icon-hot {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 40px;
    color: #f00;
}

.major-recommand .major-list .margin {
    margin: 0 15px;
}

.major-recommand .more-buttons {
    text-align: center;
    font-size: 18px;
    color: #007cf0;
    width: 220px;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 60px;
    border: 3px solid #007cf0;
    border-radius: 3rem;
}

.major-recommand .more-buttons:hover{
    color: #fff;
    background: #007cf0;
}

.tabs-section00 .tab-container00 {
    box-sizing: border-box;
    width: 527px;
    margin: 0 auto;
    padding-bottom: 30px;
    /* padding: 0 80px; */

}

.tab-container00 .tab-select {
    float: left;
    font-size: 18px;
    /* color: #2562b3; */
    color: #000;
    border: 1px solid #000;
    width: 220px;
    text-align: center;
    cursor: pointer;
    line-height: 47px;
    border-radius: 0.3rem;

}
/* 240318 */
.tab-container00 .margin-right {
    margin-right: 10px;
}

.news_nav_zy {
    line-height: 50px;
    height: 50px;
}

.news_nav_zy li {
    box-sizing: content-box;
    float: left;
    border-radius: 1px;
    font-size: 16px;
    margin-right: 0px;
    margin-left: 11px;
    height: 48px;
    width: 72px;
    text-align: center;
    padding: 0 14px;
    background: #fff;
    color: #000;
    font-weight: bold;
}

.news_nav_zy li.on {
    border-bottom: 1px solid #0077DD;
    background: #0263b7;
    color: white;
}
.news_nav_zy li.on a {
    border-bottom: 1px solid #0077DD;
    background: #0263b7;
    color: white;
}