.C-nav0 {
    padding-top: 10px;
    width: 100%;
    background-color: #f5f5f5;
}
.C-nav{
    width:650px;
    height: 30px;
    line-height: 30px;
}
.C-nav div{
    width: 20%;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: .2rem;
    border-right: 1px solid #7aac4b;
}
.C-nav span{
    color: #7AAC4B;
}
.C-nav>div:last-child{
    border: none;
}
.C-main{
    width:100%;
    /*background-color: white;*/
    /*height: 40vw;*/
    padding: 20px 0;
}
.t-t{
    width: 100%;
    text-align: center;
    font-size: .18rem;
}
.t-t td{
    width: 16%;
}
.t-t .zhai{
    width: 10%;
}
.list1{
    background-color: white;
    margin: 20px 0;
}
.bh{
    padding: 20px;
    width: 100%;
    text-align: right;
    font-size: .16rem;
}
.nr{
    width: 100%;
}
.nr td{
    width: 16%;
    text-align: center;
    font-size: .18rem;
}
.nr td:first-child{
    font-size: .2rem;
    font-weight: bold;
}
.nr .zhai{
    width: 10%;
}
.nr td:nth-last-child(2){
    color: #ff774d;
}
.cz{
    float: right;
}
.czb{
    height: 60px;
    line-height: 30px;
    padding: 20px;
}
.cz a{
    color: #7aac4b;
    font-size: .16rem;
    margin-right: 20px;
}
.ssd{
    width: 100%;
    text-align: center;
    height: 40px;
    margin: 40px 0;
}
.ssd *{
    margin: 0 10px;
    font-size: .16rem;
}
#gjz{
    width: 100px;
    height: 30px;
    text-align: center;
}
#ssb{
    width: 60px;
    height: 30px;
    background-color: #7AAC4B;
    color: white;
}
.page{
    text-align: center;
    padding: 0 0 20px 0;
}
#not-read{
    background-color: #ff774d;
    color: white;
    width: fit-content;
    height: auto;
    min-width: 17px;
    min-height: 17px;
    border-radius: 20px;
    font-size: .12rem;
    text-align: center;
    position: relative;
    top:-37px;
    right: 79px;
}