.list_title{
    padding-bottom: 36px;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    color: #333;
}
.list_title p{
    display: inline-block;
}
.list_title img{
    top: 20px;
    display: inline-block;
}
.column_list_b li{
    padding:0 24px 0;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.column_list_b_title{
    margin-top: 24px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.column_list_b_title a{
    color: #333;
}
.column_list_b_intro{
    margin-top: 14px;
    color: #333;
    font-size: 14px;
    line-height: 25px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.column_list_b_time{
    text-align : right;
    margin: 8px 0 24px;
}
.column_list_b .li_red{
    background-color: #fff6f6;
    border: 1px solid #f9bdc0;
}
.column_list_b .li_red .column_list_b_title a{
    color: #ec232f;
}

.hot_recommend{
    border: 1px solid #ddd;
    position: relative;
}
.hot_recommend_title{
    height: 49px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    line-height: 49px;
    color: #333;
    padding-left: 13px;
}
.hot_recommend_title_redrect{
    content: " ";
    position: absolute;
    height: 18px;
    width: 4px;
    top: 16px;
    background-color: #ec232f;
}
.hot_recommend_list{
    padding: 5px 16px 10px;
}
.hot_recommend_list li{
    font-size: 14px;
    line-height: 50px;
    height: 50px;
}
.hot_recommend_list li:not(:last-child){
    border-bottom: 1px dashed #ddd;
}
.hot_recommend_list li .hot_recommend_list_class{
    display: inline-block;
    width: 66px;
    color: #ec232f;
}
.hot_recommend_list li span{
    display: inline-block;
    color: #ddd;
}
.hot_recommend_list li .hot_recommend_list_title{
    display: inline-block;
    padding-left: 10px;
    width: 166px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.picture_ad{
    margin-top: 20px;
}
.hot_college{
    position: relative;
    margin-top: 15px;
}
.hot_college_title{
    height: 49px;
    font-size: 18px;
    line-height: 49px;
    color: #333;
    padding-left: 13px;
}
.hot_college_title_redrect{
    content: " ";
    position: absolute;
    height: 18px;
    width: 4px;
    top: 16px;
    background-color: #ec232f;
}
.hot_college_badge{
    height: 230px;
    width: 260px;
    margin: 14px 10px 0;
}

.hot_college_badge .swiper-container {
    padding: 0 30px 0 30px;
    --swiper-navigation-color: #999;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}
.hot_college_badge .swiper-container .swiper-button-prev {
    left: 0;
    width: 30px;
    height: 60px;
    top: 41px;
    color: #fff;
    background-color: #ececec;
    border-radius:3px;
}
.hot_college_badge .swiper-container .swiper-button-next {
    right: 0;
    width: 30px;
    height: 60px;
    top: 41px;
    color: #fff;
    background-color: #ececec;
    border-radius:3px;
}
.hot_college_badge img {
    width: 140px;
    height: 140px;
    margin: 0 30px 0;
    text-align: center;
}

.hot_college_name {
    width: 200px;
    height: 31px;
    margin-top: 12px;
    font-size: 16px;
    text-align: center;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.hot_college_badge_submit{
    margin-top: 15px;
    text-align: center;
}
.hot_college_badge_submit a{
    display: inline-block;
    width: 155px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    background-color: #ec232f;
    border-radius: 15px;
}