
.chevron-right {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

.major-hot-title {
    height: 33px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 24px;
    color: #1D2129;
    letter-spacing: 0;
}

.major-hot-list {
    margin-top: 17px;
}

.major-hot-item {
    padding: 18px 23px;
    position: relative;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 12px;
}

.major-hot-num {
    font-family: CloudZongYiGBK;
    font-size: 24px;
    color: #0000001a;
    letter-spacing: 0;
}

.major-hot-name {
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 14px;
    color: #1D2129;
    letter-spacing: 0;
    line-height: 13px;
}

.major-hot-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8px;
}

.major-hot-tag {
    font-weight: 400;
    font-size: 13px;
    color: #4E5969;
    letter-spacing: 0;
    line-height: 13px;
    position: relative;
    margin-right: 12px;
}

.major-hot-tag:not(:last-child):after {
    content: "";
    height: 8px;
    width: 1px;
    background: #E9E9E9;
    position: absolute;
    right: -5.5px;
    top: 2.5px;
}


.rmzy-inner-1 {
    background: #E8F7FF;
    background-image: linear-gradient(180deg, #ffffff00 0%, #F9F9F9 100%);
}

.rmzy-inner-2 {
    background: #FFE8F1;
    background-image: linear-gradient(180deg, #ffffff00 0%, #FFFFFF 100%);
}

.rmzy-inner-3 {
    background: #F5E8FF;
    background-image: linear-gradient(180deg, #ffffff00 0%, #FFFFFF 100%);
}

.rmzy-inner-4 {
    background: #FFECE8;
    background-image: linear-gradient(180deg, #ffffff00 0%, #FFFFFF 100%);
}

.rmzy-inner-5 {
    background: #E8FFEA;
    background-image: linear-gradient(180deg, #ffffff00 0%, #FFFFFF 100%);
}


.articl-right-box {
    min-width: 384px;
    width: 384px;
    margin-left: 24px;
}

.hot-major {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 18px 24px;
}

.more {
    background: #FFFFFF;
    border: 0.5px solid #E5E6EB;
    border-radius: 40px;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #4E5969;
    letter-spacing: 0;
    text-align: center;
}

.major-title{
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 32px;
    color: #1D2129;
    letter-spacing: 0;
}
/* 热门专业结束 */

.hot-pints {
    border-radius: 16px;
    padding: 20px 25px;
    /*margin-top: 24px;*/
    background: #FFECE8;
    background-image: linear-gradient(180deg, #ffffff00 0%, #FFFFFF 100%);
    position: relative;
}

.hot-pints-title {
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 24px;
    color: #1D2129;
    letter-spacing: 0;
}

.hot-icon {
    background-image: linear-gradient(270deg, #FFBAAD 0%, #FF5050 100%);
    border-radius: 9.5px;
    font-family: CloudZongYiGBK;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin-left: 2px;
    font-weight: 600;
    padding: 1px 8px 2px 5px;
}

.hot-icon-img {
    width: 16px;
    height: 16px;
}

.included-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 53px;
    height: 53px;
}

.hot-pints-list {
    margin-top: 16px;
}

.hot-pints-item {
    margin-bottom: 24px;
    cursor: pointer;
}

.hot-pints-num {
    font-family: CloudZongYiGBK;
    font-size: 24px;
    color: #FBACA3;
    letter-spacing: 0;
}

.hot-pints-num2 {
    font-family: CloudZongYiGBK;
    font-size: 24px;
    color: #C9CDD4;
    letter-spacing: 0;
}

.hot-pints-name {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #4E5969;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 12px;
}

.hot-pints-more{
    width: 100%;
    height: 32px;
    background: #FFFFFF;
    border: 0.5px solid #E5E6EB;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #4E5969;
    letter-spacing: 0;
    cursor: pointer;
}
/*热点资讯*/
