@charset "utf-8";
.main{
    width: 100%;
    /* height: 100vh; */
    background-color: #fff;
    overflow-x: hidden;
}
/* 中间 */
.news{
    display: flex;
    flex-direction: column;
    padding:0 0.45rem;
}
.news-Top{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0.5rem 0;
}
.news-Top_yw{
    position: absolute;
    text-align: center;
    top: -0.14rem;
    left: 34%;
    font-size: 0.8rem;
    line-height: 1;
    color: #eaeaea;
    font-family: "CenturyGothicStd-Bold";
}
.news-Top——zw{
    font-size: 0.36rem;
    color: #333333;
    padding-top: 0.3rem;
    z-index: 2;
    font-weight: bold;
}
.news_list{
    display: flex;
    flex-direction: column;
}
.news_item{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e5e5e5; 
    margin-bottom: 0.5rem;
}
.news_item_img{
    width: 100%;
    height: 4rem;
    object-fit: cover;
}
.news_item_title{
    width: 100%;
    font-size: 0.32rem;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    margin: 0.3rem 0;
    font-weight: 800;
}
.news_item_more{
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}
.news_item_more a{
    font-size: 0.25rem; 
    color: #333;
    opacity: 0.6;

}
.div-page{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0.5rem;
}
.div-page a {
    color: white;
    background-color: black;
    padding: 0 0.2rem;
    font-size: 0.3rem;
}
.bt {
    display: flex;
    justify-content: space-around;
    font-size: 0.2rem !important;
    margin: 0.2rem 0 0.5rem 0;
}
.bt-left {
    border: 0.01rem solid #dfd6d6;
    border-radius: 0.2rem;
    text-align: center;
    background: #fff !important;
    padding: 0.1rem 0.25rem;
}