.banner{
    position: relative;
}
.box_content{
    margin-top: 0.3rem;
}
.box_nav{
    background: #fff;
  border-bottom: 1px solid #c9c9c9; 
  border-top: 1px solid #c9c9c9; 
  padding-bottom: -0.1rem;
}
.box_nav ul{
    padding: 0.08rem;
    display: flex;
}
.box_nav li{
    text-align: center;
    width: 1.4rem;
    border-right: 1px solid #c9c9c9;
    height: 0.55rem;
    font-size: 0.28rem;
    color: #000000;
    flex: 1;
}
.box_nav li a{
    width: 1.2rem;
    margin: 0 auto;
    font-size: 0.28rem;
    color: #000000;
    font-weight: bold;
    line-height: 0.5rem;
    padding-bottom: 0.15rem;
}
.box_nav li a.on{ color:#0d41b9 !important}

.pActive{
    height: 0.55rem; 
    border-bottom: 2px solid #0d41bb !important;
    color: #0d41bb !important;
}
.body_top{
    padding: 0.2rem;
    box-sizing: border-box;
}
.news_body{
    
    box-sizing: border-box;
}
.top_title{
    width: 100%;
    white-space: nowrap;
    color: #303030;
    font-size: 0.30rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newDate{
    color: #929292;
    font-size: 0.25rem;
    text-align: right;
    padding: 0.1rem 0rem;
}
.body_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dotted  #adadad;
    border-bottom: 1px dotted  #adadad;
    padding:0.3rem 0.2rem;
}
.body_text{
    color: #303030;
    font-size: 0.30rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    color: #494949;
    height: 0.9rem;
}
/*
.footer_jz{
    margin-top: 0.2rem;
    text-align: center;
    color: #0d41b9;
    font-size: 0.25rem;
    font-weight: bold;
}
*/

