/*---------新闻标题---------*/
.xue_new{
    margin-top: 0.1rem;
    background: #ffffff;
    padding-bottom: 0.5rem;
}
.xue_new_list{
    margin-top: 0.2rem;
}
.xue_new h2{
    font-size: 0.3rem;
    color: #121314;
    border-left: 0.08rem solid #ff3838;
    height: 0.27rem;
    padding-left: 0.1rem;
    line-height: 0.27rem;
    margin-top: 0.22rem;
}
.xue_new a img{
    width: 2.26rem;
    height: 2.12rem;
}
.xue_new a{
    float: left;
    position: relative;
    margin-left: 0.35rem;
}
.xue_new a:first-child{
    margin-left:0;
}
.xue_new h3{
    width: 2.16rem;
    line-height: 0.5rem;
    font-size: 0.22rem;
    overflow:hidden;
    position: absolute;
    text-overflow:ellipsis;
    white-space:nowrap;
    background:rgba(0,0,0,0.3);
    bottom: 0rem;
    z-index: 99;
    color: white;
    padding-left:0.1rem;
    height: 0;
}
.xue_new a:hover h3{
    height: 0.5rem;
    transition: all 1s;
}
 .xue_new_list .swiper-pagination{
    margin: 0.1rem 3.5rem;
}
.xue_new_list .swiper-pagination span{
    margin-left: 0.1rem;
}
.xue_new_list .swiper-pagination-bullet-active{
    background: #930000;
}


/*------新闻列表------------*/
.new_list{
    margin-top: 0.1rem;
    background: #ffffff;
    padding-bottom: 0.2rem;
}
.new_title li{
    margin-top: 0.2rem;
    margin-left: 0.4rem;
    float: left;
    text-align: center;
}
.new_title li:first-child{
    margin-left: 0;
}
.new_title li a{
    font-size: 0.24rem;
    color: #242424;

}
.new_cont li a{
    font-size: 0.2rem;
    color: #5f5f5f;
    line-height: 0.38rem;
}
.new_cont>ul{
    display: none;
    margin-top: 0.2rem;
}
.new_cont ul li a{
    width: 7.1rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
    letter-spacing: 0.02rem;

}
.new_cont ul li a:first-letter{
    color: #b7b7b7;
    margin-right: 0.2rem;
}
.new_cont>ul:first-child{
    display: block;
}
.new_title .new_on{
    border-bottom: 0.02rem solid #ffb4b4;
    padding-bottom: 0.05rem;
    width: 1.5rem;
    display: inline-block;
    font-weight: bold;
}

@media (max-width: 768px) {
    .xue_new a {
        margin-left: 0.25rem;
    }
   .xue_new_list .swiper-pagination {
        margin: 0.1rem 3.45rem;
    }
}

@media (max-width: 420px) {
    .xue_new a {
        margin-left: 0.24rem;
    }
    .xue_new a img {
        width: 2.2rem;
    }
    .xue_new_list .swiper-pagination {
        margin: 0.1rem 3.35rem;
    }
}

@media (max-width: 360px) {
    .xue_new a {
        margin-left: 0.22rem;
    }
}