
.part2 .return{margin-top: .2rem;  font-size: .2rem;}
.part2 .return a{color: #0c3c40;font-size: .23rem;}
.part2 .newslist_title{width: 100%; margin: .4rem auto 0; display: flex; justify-content: space-around; align-items: center; border-bottom: 1px solid #b2b2b2;}
.part2 .newslist_title span{width: 100%;display: block;height: 0.6rem;text-align: center;line-height: 0.6rem;font-size: .28rem;color: #000;cursor: pointer;}
.part2 .newslist_title span.on{color: #613119;border-bottom: 2px solid #613119; font-weight: bold; }
.part2 .newslist_con{width: 100%; margin: .05rem auto 0;padding: 0 0.2rem;
    box-sizing: border-box;}
.part2 .newslist_con ul {}
.part2 .newslist_con ul li{display: flex; width: 100%; height: .7rem; line-height: .7rem; font-size: .26rem; color: #000; border-bottom: 1px solid #c6c9c7;justify-content: space-between;}
/* .part2  .newslist_con ul li:last-child{border-bottom: none} */
.part2 .newslist_con ul li:hover{color:#613119;}
.part2 .newslist_con ul li a{display: inline-block;width: 60%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: .4s cubic-bezier(.215,.61,.355,1); color: #000;}
.part2 .newslist_con ul li a:hover{color: #613119;}
.part2 .newslist_con ul li span{padding-right: .4rem;}