@charset "UTF-8";
@import url(./wapheader.css);
@import url(./wappublic.css);
@import url(./wapfot.css);
.main{
    width: 100%;
    overflow-x: hidden;
    background-color: #F8F8F8;
}
/* 头部 */
/* 轮播图 */
.top{
    width:100%;
    position: relative;
}


/* 中间 */
.news{
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}
.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: #4F2926;
    padding-top: 0.3rem;
    z-index: 2;
    font-weight: bold;
}
.news_tab{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.news_tab_list{
    width: 100%;
    margin-bottom: 0.43rem;
}
.news_tab_list ul{
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.news_tab_list ul li{
    width: 22%;
    height: 0.63rem;
    background: #fff;
    line-height: 0.63rem;
    text-align: center;
    font-size: 0.3rem;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #000000;
    margin-right: 0.2rem;
    margin-bottom: 0.25rem;
}
.news_current{
    width: 1.71rem;
    height: 0.63rem;
    background: #4F2926 !important;
    color: #FFFFFF !important;
}
.news_tab_con{
    width: 100%;
}
.news_itema{
    width: 100%;
    display: none;
}
.news_list{
    display: flex;
    flex-direction: column;
}
.news_item{
    display: flex;
    /* align-items: center; */
    border-bottom:0.01rem solid #e5e5e5;
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
}
.news_item_img{
    width:40%;
    height: 1.9rem;
    object-fit: cover;
}
.news_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_right{
    width: 60%;
    display: flex;
   flex-direction: column;
   padding-left: 0.2rem;
}
.news_item_title{
    width:100%;
    font-size: 0.3rem;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.news_right p{
    text-align: justify;
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 0.35rem;
    min-height: 0.42rem;
    letter-spacing: 0;
    color: #707481;
    margin: 0.2rem 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_item_time{
    display: flex;
    align-items: center;
    font-size: 0.25rem; 
    color: #333;
    opacity: 0.6;
}

.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;
}

/* 分页 */
.Fymax {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    margin:0.15rem auto;
    padding-bottom: 0.2rem;
}
.Fymax a:nth-child(1) {
    margin-left: 0;
    width:0.78rem !important;
    border: none;
}
.Fymax a {
    font-size: 0.25rem;
    color: #444;
    display: block;
    margin: 0 0.05rem;
    width: 0.53rem;
    text-align: center;
    border: 0.01rem solid #eee;
    border-radius: 0.1rem;
    padding: 0.04rem 0.1rem;
}
.Fymax a:last-child {
    margin-right: 0;
    width:1rem!important;
    border: none;
}


