*{padding: 0;margin: 0;}
::-webkit-scrollbar{display: none;}
.w_news_top{background: #ffffff;width: 100%;}

.w_news_header{height: 1rem;display: flex;align-items: center;box-sizing: border-box;padding: 0 .3rem;font-family: "Noto Sans SC";background: #F6F6F6;}
.w_news_header .back{height: .7rem;display: flex;align-items: center;width: 1rem;}
.w_news_header .back img{width: .16rem;height: .3rem;margin: .05rem .2rem 0 0;}
.w_news_header .back span{font-size: .3rem;font-weight: 400;color: #666666;}
.w_news_header .center{font-size: .36rem;font-weight: 500;color: #333333;text-align: center;flex: 1;display: flex;align-items: center;justify-content: center;}
.w_news_header .right{display: flex;width: 1rem;display: flex;align-items: center;}
.w_news_header .right img:nth-child(1){width: .34rem;height: .35rem;margin-top: .03rem;margin-left: auto;}

.w_news_header2{height: 1rem;display: flex;align-items: center;box-sizing: border-box;font-family: "Noto Sans SC";background: #F6F6F6;}
.w_news_header2 .back{height: .99rem;display: flex;align-items: center;padding-left: .3rem;}
.w_news_header2 .back img{width: .16rem;height: .3rem;margin: 0 .2rem 0 0;}
.w_news_header2 .back span{font-size: .3rem;font-weight: 400;color: #666666;margin-right: .2rem;margin-top: -.04rem;}
.w_news_header2 .searchs{height: .59rem;background: #ffffff;border-radius: .3rem;flex: 1;margin-left:0rem;margin-right: .3rem;display: flex;align-items: center;padding: 0 .4rem;box-sizing: border-box;}
.w_news_header2 .searchs input{flex: 1;background: none;font-size: .26rem;font-weight: 400;color: #666666;border: 0;outline: none;}

.w_news_nav{width: 100%;display: flex;box-sizing: border-box;font-family: "Noto Sans SC";white-space: nowrap;align-items: center;box-sizing: border-box;flex-wrap: wrap;}
.w_news_nav .item{flex: none;display: inline-block;margin-left: 10px;font-size: .28rem;color: #333333;height: .56rem;line-height: .56rem;box-sizing: border-box;}
.w_news_nav .item.active{color: #FF6C00;font-weight: 500;}
.w_news_nav .item.active::after{content: "";display: block;width: 0.6rem;height: 0.06rem;background: #FF852B;border-radius: 0.03rem;margin: 0 auto;}
/* .w_news_nav .item:first-child{margin-left: .3rem;} */
.w_news_nav .item:last-child{padding-right: .3rem;}

/* .w_news_list{font-family: "Noto Sans SC";margin-top: 1.72rem;} */
.w_news_list .item{border-top: 1px solid #EEEEEE;box-sizing: border-box;padding: .2rem .3rem;}
.w_news_list .item .top{display: flex;}
.w_news_list .item .top .left{flex: 1;overflow: hidden;box-sizing: border-box;}
.w_news_list .item .top .left .title{font-family: "Noto Sans SC";font-size: .3rem;font-weight: 400;color: #333333;line-height: .4rem;max-height: .84rem;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;line-clamp: 2;}
.w_news_list .item .top .left .title.one{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
.w_news_list .item .top .left .title.two{overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;line-clamp: 2;}
.w_news_list .item .top .left .desc{font-family: "Noto Sans SC";font-size: .24rem;font-weight: 300;color: #666666;margin-top: .08rem;}
.w_news_list .item .top .left .desc.one{height: .24rem;line-height: .24rem;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
.w_news_list .item .top .left .desc.two{height: .54rem;line-height: .28rem;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;line-clamp: 2;}
.w_news_list .item .top .right{width: 2rem;height: 1.3rem;border-radius: .1rem;margin-left: 0.08rem;}
.w_news_list .item .top .right img{width: 100%;height: 100%;border-radius: .1rem;}
.w_news_list .item .bottom{height: .24rem;display: flex;align-items: center;margin-top: .16rem;}
.w_news_list .item .bottom .tips{font-size: .24rem;font-weight: 300;color: #F8BA46;height: .24rem;overflow: hidden;line-height: .24rem;flex: 1;}
.w_news_list .item .bottom .tips span{margin-left: .15rem;}
.w_news_list .item .bottom .tips span:first-child{margin-left: 0;}
.w_news_list .item .bottom .time{font-size: .24rem;font-weight: 300;color: #999999;width: 2.1rem;height: 100%;margin-left: auto; display: flex;justify-content: flex-end;align-items: center;}
.w_news_list .item:first-child{border: none;margin-top: .1rem;}
.w_news_list .item .top .right img{vertical-align: top!important;}
.w_news_list .item .bottom .tips a{color: #F8BA46;}