@charset "utf-8";
/*reset*/


body,
button,
input,
select,
textarea {
    font-family: "SimsunJyb", "pingfang", serif;
    font-size: .15rem;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 50px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body{
    text-size-adjust:none;
}


a {
    text-decoration: none;
    color: #000;
}

li {
    list-style: none;
}

i {
    font-style: normal;
}

img {
    border: 0;
    vertical-align: middle;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -ms-interpolation-mode: bicubic;
}

.clearbox:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearbox {
    zoom: 1;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.header {
    height: .8rem;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 99;
}

.header .back {
    position: absolute;
    left: .1rem;
    bottom: 0;
    width: .6rem;
    height: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .back img {
    width: .17rem;
    height: auto;
    display: block;
}

.header .right {
    position: absolute;
    right: .25rem;
    bottom: 0;
    width: .6rem;
    height: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .right img {
    width: .37rem;
    height: auto;
    display: block;
}

.header .title {
    margin: 0 auto;
    width: 2.3rem;
    height: 100%;
    background-color: #F22424;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .title img {
    width: 1.7rem;
    height: auto;
    display: block;
}

.header .name {
    font-size: .36rem;
    font-weight: bold;
    color: #000000;
    line-height: .8rem;
    text-align: center;
}

.nav {
    width: 100%;
    height: .85rem;
    background: rgba(242, 36, 36, 0.06);
}

.nav .box {
    float: left;
    font-size: .34rem;
    color: #515962;
    padding: 0 .26rem;
    line-height: .85rem;
}

.nav .active {
    font-weight: bold;
    color: #F22424;
    position: relative;
}

.nav .active::after {
    content: '';
    position: absolute;
    width: .37rem;
    height: .04rem;
    background: #F22424;
    border-radius: .03rem .03rem 0 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

/*.xy {*/
/*  padding: .4rem;*/
/*  text-align: justify;*/
/*  font-size: .3rem;*/
/*  line-height: .5rem;*/
/*  text-indent: 2em;*/
/*}*/

/*.xy p {
  font-size: .3rem;
  line-height: .5rem;
  text-indent: .2em;
  margin-bottom: 3rem;
}*/

.content {
    padding: 0 .26rem;
}

.content .title {
    font-size: .46rem;
    font-weight: bold;
    line-height: .72rem;
    margin-top: .2rem;
}

.content .xx {
    font-size: .24rem;
    /*color: #ABB2B8;*/
    color:#999;
    margin: .6rem 0;
}

.content .xx .tips {
    margin-right: .1rem;
}

.content .xx .tips img {
    width: .52rem;
}

.content .xx .unit {
    margin-right: .2rem;
}

.content .xx .author {
    margin-right: .1rem;
}

.content .xx .time i {
    margin-left: .1rem;
}

.content .detail {
    font-size: .36rem;
    color: #282828;
    line-height: .6rem;
    text-align: justify;
}

.content .detail p {
    margin-bottom: .4rem;
}

.content .detail p img {
    min-width: 100%;
    max-width: 100%;
    display: block;
}

.read {
    padding: .26rem;
}

.read .readTitle {
    font-size: .38rem;
    font-weight: bold;
    color: #000000;
}

.read .readBox {
    padding: .5rem 0;
    border-bottom: 1px solid #EDEDED;
}

.read .readBox .fl {
    width: 4.4rem;
}

.read .readBox .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
    font-size: .36rem;
    color: #000000;
    line-height: .54rem;
    margin-top: -.09rem;
}

.read .readBox .from {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .24rem;
    color: #ABB2B8;
    margin-top: .2rem;
}

.read .readBox .from .tips {
    margin-right: .1rem;
}

.read .readBox .from .tips img {
    width: .52rem;
}

.read .readBox .from span {
    margin-right: .1rem;
}

.read .readBox .fr {
    width: 2.28rem;
    height: 1.54rem;
    border-radius: .06rem;
    overflow: hidden;
}

.read .readBox .fr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.read .oneImg .imglist {
    height: 3.9rem;
    overflow: hidden;
    margin-top: .2rem;
}

.read .oneImg .imglist img {
    height: 3.9rem;
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: .12rem;
}

.read .moreImg .imglist {
    height: 1.54rem;
    overflow: hidden;
    margin-top: .2rem;
}

.read .moreImg .imglist img {
    display: block;
    float: left;
    width: calc((100% - .14rem) / 3);
    height: 1.54rem;
    object-fit: cover;
    border-radius: .06rem;
    margin-right: .06rem;
}

.read .moreImg .imglist img:nth-child(3) {
    margin-right: 0;
}

.read .noImg .imglist {
    display: none;
}

.videobox {
    width: 100%;
}

.videobox video {
    width: 100%;
    height: auto;
}

.auidobox {
    width: 100%;
    height: 7.5rem;
    overflow: hidden;
    position: relative;
}

.auidobox .bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    background-size: cover;
    filter: blur(10px);
}

.auidobox .bg::after {
    content: '';
    width: 100%;
    height: 8rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
}

.auidobox .box {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 7.5rem;
    padding-top: 1.11rem;
}

.auidobox .box .poster {
    width: 3.43rem;
    height: 3.43rem;
    margin: 0 auto;
    margin-bottom: .6rem;
}

.auidobox .box .poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment {
    padding: .2rem .26rem 0;
}

.comment .commentTitle {
    font-size: .38rem;
    font-weight: bold;
    color: #000000;
}

.comment .commentTitle img {
    width: .49rem;
    margin-right: .1rem;
}

.comment .plBox {
    padding: .3rem 0;
    border-bottom: .01rem solid #EDEDED;
}

.comment .plBox .plTop {
    height: .6rem;
}

.comment .plBox .plTop .tx {
    width: .6rem;
    height: .6rem;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    margin-right: .2rem;
}

.comment .plBox .plTop .tx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment .plBox .plTop .nickname {
    font-size: .3rem;
    font-weight: bold;
    color: #4D4D4D;
    float: left;
}

.comment .plBox .plTop .zan {
    float: right;
    font-size: .28rem;
    color: #9AA4AC;
    height: .3rem;
    line-height: .3rem;
    display: flex;
}

.comment .plBox .plTop .zan img {
    width: .3rem;
    display: block;
    margin-right: .1rem;
}

.comment .plBox .plMid {
    padding-left: .8rem;
}

.comment .plBox .plMid .txt {
    font-size: .36rem;
    color: #000000;
    line-height: .52rem;
}

.comment .plBox .plMid .midBot {
    margin-top: .2rem;
    font-size: .26rem;
    color: #AFB0B3;
    line-height: .34rem;
}

.comment .plBox .plMid .midBot .dian {
    color: #323232;
}

.comment .plBox .plMid .midBot .reply {
    color: #323232;
}

.comment .plBox .plBot {
    margin-left: .8rem;
    margin-top: .3rem;
    padding: .2rem;
    background: #F3F4F6;
}

.comment .plBox .plBot .replyContent {
    color: #000;
    font-size: .26rem;
    line-height: .4rem;
}

.comment .plBox .plBot .replyContent span {
    color: #3E6ADE;
    font-size: .26rem;
    line-height: .4rem;
    margin: 0 .05rem;
}

.comment .plBox .plBot .replyContent span:first-child {
    margin-left: 0;
}

.comment .plBox .plBot .more {
    font-size: .22rem;
    color: #3E6ADE;
    line-height: .34rem;
    margin-top: .14rem;
}

.comment .plBox .plBot .more img {
    width: .08rem;
    margin-left: .1rem;
}

.newcomment {
    margin-top: .3rem;
}

.newcomment .plBox:last-child {
    border-bottom: none;
}

.plInput {
    border-top: 1px solid #DDDDDD;
    padding: .1rem .26rem;
}

.plInput .inputbox {
    float: left;
    width: 4.43rem;
    height: .72rem;
    background: #F3F4F6;
    border-radius: .04rem;
    padding: .2rem .3rem;
    display: flex;
    align-items: center;
}

.plInput .inputbox img {
    width: .25rem;
    margin-right: .05rem;
}

.plInput .inputbox input {
    border: none;
    outline: none;
    background: #F3F4F6;
    font-size: .28rem;
    width: calc(100% - .3rem);
}

.plInput .iconbutton {
    float: right;
    display: flex;
    width: 2rem;
    height: .72rem;
    align-items: center;
    justify-content: space-between;
}

.plInput .iconbutton .likes {
    position: relative;
}

.plInput .iconbutton .likes img {
    width: .34rem;
}

.plInput .iconbutton .likes .num {
    position: absolute;
    top: -.1rem;
    right: -50%;
    font-size: .16rem;
    height: .2rem;
    line-height: .2rem;
    padding: 0 .06rem;
    color: #FFFFFF;
    background: #F70707;
    border-radius: .1rem;
}

.plInput .iconbutton .likes .num div {
    font-size: .16rem;
    transform: scale(0.8);
}

.plInput .iconbutton .collect img {
    width: .35rem;
}

.plInput .iconbutton .share img {
    width: .33rem;
}

.news_list_type {
    min-width: 100%;
    height: .85rem;
}

.news_list_type:after {
    display: block;
    clear: both;
    height: 0;
}



.content_more{
    text-align:center;position:absolute;left:0;bottom:0;z-index:2;width:100%;height:.5rem;line-height:.5rem;
    display:flex;justify-content: center;align-items: center;
    /*background:url(../images/arrow_down.png) no-repeat center center;*/
    /*background-size:.37rem .34rem;*/
}
.content_go_app{
    margin:.2rem auto .6rem auto;width:6.9rem;height:.86rem;line-height:.86rem;text-align:center;background:#F22424;border-radius:.43rem;color:#fff;font-size:.32rem;font-weight:bold;
}

.none_data {
    clear: both;
    color: #3d3d3d;
    font-size: 14px;
    text-align: center;
    padding: .2rem 0;
}



.daily_play_div{
    height:1.04rem;
    padding:0 .3rem;
    display: none;
}
.daily_play_box{
    height:.84rem;
    background: #EDEFF8;
    border-radius: .42rem;
}
.daily_play_box:after{
    display:block;clear:both;height: 0;
}
.daily_play_img{
    width:.58rem;
    height:.58rem;
    border-radius: 50%;
    float:left;
    margin:.13rem .14rem .13rem .2rem;
}
.daily_play_img img{
    width:.58rem;
    height:.58rem;
    border-radius: 50%;
    display:block;
}
.daily_play_info{
    width:4.1rem;
    height:.58rem;
    margin:.13rem .3rem .13rem 0;
    float:left;
}
.daily_play_title{
    height:.32rem;
    line-height:.32rem;
    font-size: .24rem;
    color:#333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.daily_play_time{
    height:.26rem;
    line-height:.26rem;
    font-size: .22rem;
    color:#919399;
}
.daily_play_time i{
    font-style:normal;;
}
.daily_play_con{
    width:1.28rem;
    height:.5rem;
    margin:.17rem .3rem .17rem 0;
    float:right;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.daily_play_start{
    width:.5rem;
    height:.5rem;
    background:url(../images/daily_play.png) no-repeat center center;
    background-size:100% 100%;
}
.daily_play_end{
    width:.5rem;
    height:.5rem;
    background:url(../images/daily_end.png) no-repeat center center;
    background-size:100% 100%;
    display:none;
}
.daily_play_close{
    margin-left:.2rem;
    width:.5rem;
    height:.5rem;
    background:url(../images/daily_close.png) no-repeat center center;
    background-size:100% 100%;
}
.special_audio_play{
    position: relative;
}
.special_audio_play_bj{
    position: absolute;
    left:0;top:0;
    display:block;
    width:100%;
    height:100%;
    background: #000000;
    opacity: 0.3;
}
.special_audio_play_i{
    position: absolute;
    display:block;
    width:.3rem;
    height:.27rem;
    right:.09rem;
    bottom:.09rem;
    background:url(../images/special_audio.png) no-repeat center center;
    background-size:100% 100%;
}

.special_video_play{
    position: relative;
}
.special_video_play_i{
    position: absolute;
    display:block;
    width:.86rem;
    height:.86rem;
    transform: translate(-50%,-50%);
    left:50%;
    top:50%;
    background:url(../images/special_video.png) no-repeat center center;
    background-size:100% 100%;
}


/*电子报*/
.paper_head{
    height:1.16rem;
    width:100%;
    padding:0 .25rem;
    position:relative;
    /*display:flex;
    justify-content: start;
    align-items: center;*/
}
.paper_date{
    display:block;
    width:3rem;
    height:1.16rem;
    line-height:1.16rem;
    background:url(../images/paper_date.png) no-repeat left center;
    background-size:.3rem .31rem;
    padding-left:.44rem;
    font-size:.3rem;
    font-weight:bold;
    position:absolute;left:.25rem;top:0;
}
.paper_page{
    display:block;
    /*width:1.2rem;*/
    height:1.16rem;line-height:1.16rem;
    font-size:.3rem;
    color:#000;
    font-weight:bold;
    padding-right:.34rem;
    padding-left:.16rem;
    background:url(../images/paper_index_top2.png) no-repeat right center;
    background-size:.21rem .12rem;
    position:absolute;left:50%;top:0;margin-left:-.6rem;

}
.paper_today{
    display:block;
    width:1.1rem;
    height:.56rem;
    line-height:.56rem;
    text-align:center;
    border: 1px solid #F22424;
    font-size:.28rem;
    font-weight:bold;
    color:#F22424;
    margin-left:1.7rem;
    border-radius: .28rem;

    position:absolute;right:.25rem;top:.3rem;
}

.paper_box{
    /*width:100%;*/
    min-height:1rem;
    margin:0 .25rem;
    /*overflow-y:scroll;*/
    /*overflow-x:hidden;*/
    overflow:hidden;
    /*background: #fff;*/
}
.paper_img_box{
    position: relative;
}
.paper_img_box_hidden{
    position: absolute; left: 0px; bottom: 0px;
    z-index: 1;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255));
}
.paper_img_ul{

}
.paper_img_li{
    position: relative;
    padding-bottom:.3rem;
    background: linear-gradient(#fff , #F3F3F5 .3rem);
}
.paper_bottom_hidden{
    height:.3rem;
}
.paper_img_li_img{
    width:100%;
    height:100%;
    border:none;
    outline: none;
}
.paper_img_li_area{
    background:#f00;
}
.paper_img_li svg{
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
    /*display:none;*/
    opacity:0;
}

.paper_none{
    text-align:center;
}
.paper_none img{
    display:block;
    margin:3rem auto .3rem auto;
    width:2.4rem;
}
.paper_none span{
    color: #999999;
    font-size: .26rem;
}


.paper_word_ul{
    display:none;
    /*padding:.3rem;*/
    overflow-y:scroll;
    background: #fff;
}
.paper_word_ul_box{
    padding:.3rem;
}
.paper_word_li{
    padding-bottom:.3rem;
    padding-top:.1rem;
}
.paper_word_h{
    padding-bottom:.1rem;
    /*height:.7rem;*/
    /*position:relative;*/
    /*margin-bottom:.3rem;*/
}
/*.paper_word_line{
    width:100%;
    height:1px;
    position:absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    background:#ededed;
    z-index:1;
}*/
.paper_word_title{
    width:100%;
    /*height:.6rem;*/
    line-height:.5rem;
    /*padding:0 .38rem;
    display:flex;
    justify-content: center;
    align-items: center;*/

    /*position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    background:#fff;
    z-index:2;
    overflow: hidden;*/
}
.paper_word_title i{
    width:.14rem;
    height:.28rem;
    background: #F22424;
    display: inline-block;
    margin-right:.14rem;
}
.paper_word_title span{
    font-size:.34rem;
    font-weight:bold;
    color:#000;
    /*white-space:nowrap;*/
}
.paper_article_ul{

}
.paper_article_li{
    width:100%;
    display:block;
    height:auto;
    min-height:.4rem;
    font-size:.3rem;
    color:#000;
    padding:.2rem 0 .18rem 0;
}
/*.paper_bottom_box{
    width:100%;
    height:.25rem;
}*/
.paper_bottom{
    width:100%;
    padding:.25rem .25rem .25rem .25rem;
    /*margin-top:.25rem;*/
    position:fixed;bottom:0;left:0;z-index:500;
    background:#fff;
    box-sizing: border-box;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.paper_nav{
    height:.79rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paper_nav_1{
    width:.78rem;
    height:.79rem;
    margin-right: .8rem;
    background:url(../images/paper_nav_1.png?v=1) no-repeat center center;
    background-size:100% 100%;
}
.paper_nav_1.hover{
    background:url(../images/paper_nav_1_hover.png?v=1) no-repeat center center;
    background-size:100% 100%;
}
.paper_nav_2{
    width:.78rem;
    height:.79rem;
    background:url(../images/paper_nav_2.png?v=1) no-repeat center center;
    background-size:100% 100%;
}
.paper_nav_2.hover{
    background:url(../images/paper_nav_2_hover.png?v=1) no-repeat center center;
    background-size:100% 100%;
}
.paper_share{
    width:.78rem;
    height:.78rem;
    background:url(../images/paper_share.png) no-repeat center center;
    background-size:100% 100%;
}

.paper_down{
    height:.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paper_down span{
    color:#87888C;
    font-size:.3rem;
}
.paper_down img{
    margin-left:.13rem;
    width:.25rem;
}


.paper_content {
    padding: 0 .26rem;
}

.paper_content .paper_intro_title {
    font-size: .4rem;
    color:#333;
    line-height: .6rem;
    margin-bottom:.2rem;
}
.paper_content .paper_title {
    font-size: .46rem;
    font-weight: bold;
    line-height: .66rem;
}
.paper_content .paper_sub_title {
    font-size: .3rem;
    line-height: .4rem;
    color: #8B8F90;
    margin-top: .2rem;
}

.paper_content .paper_author {
    margin-top:.4rem;
    margin-bottom:.1rem;
    font-size: .24rem;
    color: #ABB2B8;
}
.paper_content .paper_author span{
    margin-right: .2rem;
}

.paper_content .paper_time {
    margin-bottom:.3rem;
    font-size: .24rem;
    color: #ABB2B8;
}
.paper_page_img{
    margin-bottom:.3rem;
    position:relative;
}
.paper_page_img img{
    width:100%;
    max-width: 100%;
    outline: none;
    border:none;
}
.paper_page_img svg{
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}



.paper_content .detail {
    font-size: .36rem;
    color: #282828;
    line-height: .6rem;
    text-align: justify;
}

.paper_content .detail p {
    margin-bottom: .4rem;
}

.paper_content .detail p img {
    min-width: 100%;
    max-width: 100%;
    display: block;
}

/*.paper_read{
    !*padding-top:.3rem;*!
}
.paper_read_h{
    height:.9rem;
    position:relative;
    border-top:.2rem solid #f2f2f2;
}
.paper_read_line{
    width:100%;
    height:1px;
    position:absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    background:#ededed;
    z-index:1;

}
.paper_read_title{
    width:auto;
    max-width:100%;
    height:.7rem;
    line-height:.7rem;
    padding:0 .38rem;
    display:flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    background:#fff;
    z-index:2;
    overflow: hidden;

    font-size:.34rem;
    font-weight:bold;
    color:#000;
    white-space:nowrap;
}
.paper_read_ul{

}
.paper_read_li{

}*/



.poster_box{
    overflow-x:hidden;
    position: relative;
    padding:0;
    background:rgba(0,0,0,.2);
}
.poster_info{
    width:6.1rem;
    height:auto;
    margin:0 auto;
}
.poster_info img{
    width:6.1rem;
    height:auto;
}
.poster_cursor{
    margin:.5rem auto 0 auto;
    width:3rem;
    height:.5rem;
    padding-left:.6rem;
    background:url(__IMG__/60/cursor.png) no-repeat left center;
    background-size:.39rem .46rem;
    color:#fff;
}
.poster_cursor span{
    font-size:.18rem;
    color:#fff;
    display:block;
    height:.2rem;
    line-height:.2rem;
}
.poster_cursor span:nth-child(2){
    margin-top:.1rem;
}

.poster_fixed{
    display:none;
    position:absolute;
    left:0;
    top:0;
}
.poster_fixed:after{
    content: '';
    display: block;
    clear:both;
}
.poster_n{
    padding:.3rem;
    float:left;
}

.poster_loading {
    width: 3px; height:3px;
    border-radius: 100%;                      /* 圆角 */
    box-shadow: 0 -10px 0 1px #333,           /* 上, 1px 扩展 */
    10px 0px #333,                /* 右 */
    0 10px #333,                  /* 下 */
    -10px 0 #333,                 /* 左 */

    -7px -7px 0 .5px #333,        /* 左上, 0.5px扩展 */
    7px -7px 0 1.5px #333,        /* 右上, 1.5px扩展 */
    7px 7px #333,                 /* 右下 */
    -7px 7px #333;                /* 左下 */

    position:fixed;left:50%;top:50%;z-index:90000;transform: translate(-50%,-50%);
    animation: poster_spin 1s steps(8) infinite;
    display:none;
}
@keyframes poster_spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.page_list_box{
    /*display: block;*/
}
.page_list_box_bg{
    position: fixed;
    left:0;top:0;
    width:100%;height:100%;
    background: rgba(0,0,0,0.5);
    z-index:200;
}
.page_list{
    position: fixed;
    left:0;bottom:0;
    width:100%;height:7.8rem;
    background: #fff;
    z-index:201;
    padding-top:.3rem;
}
.page_list_title{
    font-size:.34rem;
    font-weight: 500;
    color:#000;
    height:.5rem;line-height: .5rem;
    text-align: center;
}
.page_list_ul{
    width:100%;height:5.8rem;
    padding:0 .5rem;
    overflow-y:scroll;
}
.page_list_li{
    height:1.1rem;
    line-height:1.1rem;
    border-bottom:1px solid #ddd;
    color:#333;
    text-align: left;
    padding-right:.62rem;
    overflow: hidden;
    font-size:.3rem;
}
.page_list_li.hover{
    color: #F22424;
    background:url(../images/paper_page_select.png) no-repeat right .21rem center;
    background-size:.41rem .28rem;
}
.page_list_close{
    width:100%;height:1.2rem;line-height:1.2rem;
    text-align: center;
    font-size:.32rem;
    color:#666;
    background: #FFFFFF;
    box-shadow: 0px 3px 21px 0px rgba(0,0,0,0.14);
}