.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: 20%;
}
.list1{
    background-color: white;
    margin: 20px 0;
}
.bh{
    padding: 20px;
    font-size: .16rem;
    color: #7AAC4B;
}
.nr{
    width: 100%;
}
.nr td{
    width: 20%;
    text-align: center;
    font-size: .18rem;
}
/*.nr td:first-child{
    font-size: 1vw;
    font-weight: bold;
}*/
.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;
}
.bh-right{
    float: right;
    color: black;
}
.show-name{
    font-size: .2rem;
    font-weight: bold;
}
.tu{
    width: 80%;
}
#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;
}
.update{
    font-size: .16rem;
}
.update li{
    min-height: 50px;
    overflow: hidden;
}
.update label{
    width: 80px;
}
.update>li:nth-last-child(2) label{
    float: left;
}
.update input{
    width: 100px;
    height: 30px;
}
.update>li:first-child input{
    width: 200px !important;
}
.update textarea{
    width: 300px;
    height: 90px;
    resize: none;
}
.update span{
    color: #ff774d;
}
#my{
    margin-left: 30px;
    width: auto !important;
    height: auto !important;
}
#myl{
    margin: 0;
    width: auto !important;
}
.up-img{
    font-size: .16rem;
}
.up-div{
    width: 170px;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.up-div>input{
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: Alpha(opacity=0);
    position: absolute;
    z-index: 1;
}
.up-div>img{
    width: 100%;
    height: 100%;
}