@charset "utf-8";
.main{
    width: 100%;
    /* height: 100vh; */
    background-color: #fff;
    overflow-x: hidden;
}
/* 中间 */
.newsDetail{
    display: flex;
    flex-direction: column;
    padding:0 0.45rem;
}
.newsDetail_title{
    font-size: 0.38rem;
    font-weight: 900;
    text-align: left;
    margin: 0.2rem 0 0rem 0;
    line-height: 0.6rem;
}
.newsDetail_list{
    display: flex;
    flex-direction: column;
    border-bottom: 0.01rem solid #e1e1e1;
}
.newsDetail_list h3{
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
}
.newsDetail_text{
    font-family: sans-serif;
    font-size: 0.3rem;
    text-align: justify;
    color: #222222;
    text-indent: 2em;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
}
.newsDetail_img{
    width: 100%;
    height: 4rem;
    object-fit: cover;
    margin-bottom: 0.4rem;
}
.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;
}
.pagin{
    padding: 0.2rem 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    line-height: 0.7rem;
}
.pagin_left{
    width: 70%;
    display: flex;
    flex-direction: column;
}
.pagin_left a{
    width: 100%;
    font-size: 0.28rem;
    color: #333;
    opacity: 0.7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.return{
    vertical-align: middle;
    display: inline-block;
    font-size:0.2rem;
    color: #fff;
    width:1.68rem;
    height:0.51rem;
    text-align: center;
    line-height:0.51rem;
    border-radius:0.2rem;
    border:0.01rem solid #d82128;
    color: #d82128;
    transition: all .4s ease-in;
}