@charset "UTF-8";
/*liboyuan 20160810*/
.bg_box{
    min-height: 100%;
}
.right_box {
    position: relative;
    height: 100%;
}
.dataR_box {
    margin: 0 auto;
    min-width: 280px;
    padding: 30px 20px 50px;
}
.dataR_title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*tupian*/
.dataR_img_box{
    display:inline-block;
    box-shadow: 0px 4px 20px #ddd;
}
.dataR_img_box img{
    vertical-align: top;
    width: 100%;
    margin:0 auto;
}
.dataR_page_box {
    text-align: center;
}
.dataR_page_box p {
    color: #a8a8a8;
    font-size: 14px;
    margin-top: 30px;
}
/*nav*/
.dataR_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 44px;
    line-height: 44px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    background: #3c3c3c;
    padding-top: 9px;
    z-index: 9;
}
.dataR_left {
    width: 33px;
    height: 26px;
    float: left;
    cursor: pointer;
    background: url(/dev/product/www_v3/imgs/dataReading/list_btn1.jpg) 0 0 no-repeat;
    position: relative;
}
.dataR_list_box{
    position: fixed;
    left: 0;
    bottom: 44px;
    width: 290px;
    height: 300px;
    background: #636363;
    z-index: 8;
}
.dataR_list_box>div {
    overflow-y: auto;
    height: 300px;
}
.dataR_list_box a {
    display: block;
    width: 270px;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #929292;
    margin-left: 10px;
    padding: 0 5px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff !important;
}
.dataR_list_box a.active {
    background: #4f4f4f;
}
.dataR_right {
    float: right;
    width: 87px;
    height: 27px;
}
.dataR_right>a {
    width: 23px;
    height: 27px;
    display: inline-block;
}
.dataR_pre_btn {
    float: left;
    background: url(/dev/product/www_v3/imgs/dataReading/pre_btn1.jpg) 0 0 no-repeat;
}
.dataR_next_btn {
    float: right;
    background: url(/dev/product/www_v3/imgs/dataReading/next_btn2.jpg) 0 0 no-repeat;
}
