/*list  淡入效果*/
.readOverBg {
    overflow: auto;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.ROALL{
    position: relative;
    border: 2px solid #7dbfc8;
    padding: 0;
    margin: 0 5%;
    left: 0;
    top: 15%;
    width: 87%;
    height: 55%;
    min-height: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    /*box-shadow: 0 0 2px 2px #545050;*/
}
.ROMain{
    position: relative;
    padding: 0;
    margin: 0;
    left: 0;
    /*top: 10%;*/
    width: 100%;
    height: 83%;
    min-height: 250px;
    /*background-color: #ffffff;*/
}
.readOverTitle{
    color: #37465f;
    font-size: 15px;
    text-align: center;
    position: relative;
    top: 10px;
}
.ROImg{
    position: absolute;
    top: 0; left: 10px; bottom: 0; right: 10px;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
}
.ROLeftPart{
    position: relative;
    overflow: auto;
    float: left;
    width: 50%;
    height: 80%;
    padding:0;
    top: 30px;
}
.RORightPart{
    position: relative;
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling : touch;
    float: right;
    width: 47%;
    height: 200px;
    top: 30px;
    margin-right: 7px;
    /*margin-top: 30px;*/
    /*padding-top: 30px;*/
}
.RORightPart ul{
    /*position: absolute;*/
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto 0;
    padding-bottom: 5px;
    width: 95%;
    /*overflow-y: scroll;*/
    /*height: 100%;*/
}
.RORightPart li{
    color: #37465f;
    /*width: 100%;*/
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    border: solid 1px #708090;
    border-radius: 5px;
    /*margin: 5px;*/
    margin-left: 5px;
    padding: 3px;
    font-size: 14px;
}
.ROBottom{
    position: relative;
    width: 100%;
    height: 11%;
    /*top: 10%;*/
    min-height: 45px;
    margin-bottom: 0px;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    border-radius: 15px;
}
.ROBottom button{
    box-shadow: 0 0 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    background-color: #7dbfc8;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    width: 35%;
    height: 80%;
    margin: 5px 10px;
}
.dialogClose {
    font-size:30px;
    position:absolute;
    height: 40px;
    line-height: 40px;
    margin-top:-10px;
    right:10px;
    color: #7dbfc8;
    z-index: 1;
}
