.znmessage-cont-top{
    padding-left: 20px;
    padding-top: 20px;
}
.znmessage-cont-top button{
    margin-right: 20px;
    height: 22px;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    background: #4f5fb0;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.znmessage-cont-top button:hover{
    background: #3a3c95;
}
.znmessage-cont-top>input{
    margin-left: 60%;
    margin-right: 20px;
    border: 1px solid #d2d2d2;
    background: #eeeeee;
    border-radius: 10px;
    height: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    width: 200px;
    color: #3D3D3D;
}
.list-right-blue-bt{
    background: none;
    border: none;
    color: #0d8dd6;
    text-align: right;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.list-right-red-bt{
    color: #c62222;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.list-right-gray-bt{
    color:#A0A0A0;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.zn-message-right-list:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;


}
.znmes-list-box{
    border-bottom: 1px solid #d0d0d0;
}
.zn-message-right-list>div{

    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    box-sizing: border-box;
}

.znmes-right-list{
    width: 100%;
}
.znmes-right-list li:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.znmes-left-num h3{
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    color: #4e6a99;
    margin-top: 40px;
}

.znmes-right-list ul{
    margin-top: 10px;
    padding-bottom: 20px;
}
.znmes-right-list ul li{
    line-height: 34px;
}
.znmes-right-list li > p,.right-list li > span,.right-list li > button{
    display: block;
    float: left;
    font-size: 12px;
    box-sizing: border-box;
}
.znmes-right-list li > p{
    width: 60%;
    text-align: left;
    box-sizing: border-box;
    padding-right: 80px;
}
.znmes-right-list li > p a{
    color: #333;
}
.znmes-list-date{
    color: #a9a9a9;
}
.znmes-right-list li > span{
    width: 20%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 30px;
    display: inline-block;
}
.znmes-right-list ul li > button{
    width: 5%;
    text-align: center;
    box-sizing: border-box;

}
.zn-message-right-box:last-child{
    border: none;
}