/* 头部 */
.news{
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    overflow-y: auto;
    overflow-x: hidden;
}
.transparent_title {
    height: .88rem;
    line-height: .88rem;
    position: relative;
    z-index: 800;
    top: 0;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
}

.transparent_title .find_back {
    width: .35rem;
    height: .26rem;
    margin: .19rem 0 0 .4rem;
    background: url("../../images/common/back_new_list.png") no-repeat;
    background-size: 100% 100%;
}
.transparent_title .title {
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    width: 56%;
    font-size: .34rem;
    font-weight: 500;
    color: rgba(255,255,255,0);
    position: absolute;
    left: 50%;
    right: 0;
    margin-left: -28%;
    top: 0;
}

/* list */
.list{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}
.list .top_banner{
    width: 100%;
    height: 3.5rem;
}
.morning{
    padding: 0 .4rem .4rem;
    overflow: hidden;
    background:rgba(255,255,255,1);
    box-shadow: 0 .12rem .12rem 0 rgba(166,172,193,0.06);
    border-radius: 0 0 .3rem .3rem;
    margin-top: .5rem;
}
.list_0{
    margin-top: 0;
}
.morning div.title{
    width: 100%;
    height: .64rem;
}
.morning div.title .logo{
    width: 2.1rem;
    height: .64rem;
    float: left;
}
.morning div.title .zaobao{
    background: url("../../images/news/zaobao_logo_m.png") no-repeat;
    background-size: 100% 100%;
}
.morning div.title .wanbao{
    background: url("../../images/news/wanbao_logo_m.png") no-repeat;
    background-size: 100% 100%;
}
.morning div.title p{
    width: calc( 100% - 2.1rem );
    float: right;
    height: .64rem;
    text-align: right;
    position: relative;
}
.morning div.title p span{
    color: #999999;
    font-size: .26rem;
    height: .64rem;
    line-height: .64rem;
}
.morning div.title p span i {
    height: .64rem;
    line-height: .64rem;
    color: #333333;
    font-size: .26rem;
    font-weight: 500;
}
.morning div.title p i.zs_line{
    width: 1.8rem;
    height: .25rem;
    background: url("../../images/news/zs_line.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: .02rem;
}
.morning a.redian{
    width: 100%;
}
.banner_m{
    margin-top: .32rem;
    width: 100%;
    height: 2.76rem;
    position: relative;
}
.banner_m span{
    width: .6rem;
    height: .92rem;
    background: url("../../images/news/hort.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: .24rem;
    left: .24rem;
}
.banner_m img{
    width: 100%;
    height: 100%;
    border-radius: .08rem;
}

.box{
    width: 100%;
}
.box p{
    width: 100%;
    height: .48rem;
    line-height: .48rem;
    margin-top: .24rem;
    color: #333333;
    font-size: .34rem;
    font-weight:bold;
}
.box div{
    width: 100%;
    line-height: .42rem;
    color: #666666;
    font-size: .3rem;
    margin-top: .08rem;
    float: left;
}
.article{
    height: .6rem;
    margin-top: .24rem;
    width: 100%;
    overflow: hidden;
}
.article div{
    width: 100%;
    height: 100%;
    margin-left: .1rem;
    background:linear-gradient(255deg,rgba(255,255,255,0) 0%,rgba(204,204,204,0.3028) 100%);
    position: relative;
}
.article div span{
    height: .52rem;
    width: 1.38rem;
    background: url("../../images/news/ywkx.png") no-repeat;
    background-size: 100% 100%;
    margin: .08rem 0 0 -.1rem;
}
.article ul{
    position: absolute;
    top:0;
}
.article ul>li{
    width:5.15rem;
    height:.6rem;
    line-height: .6rem;
    padding-left:1.4rem;
}
.article ul>li a{
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: .26rem;
}

/* 往期报道 */
.review{
    width: 100%;
    margin-top: .5rem;
}
.review .title{
    height: .58rem;
    position: relative;
    padding: 0 .4rem;
}
.review .title span{
    height: .58rem;
    width: 1.98rem;
    background: url("../../images/news/wqbd.png") no-repeat;
    background-size: 100% 100%;
    float: left;
}
.review .title i{
    width: 2.7rem;
    height: .43rem;
    background: url("../../images/news/wqbd-r.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.4rem;
    bottom: 0;
}
.review .review_box{
    width: 100%;
    margin-top: .32rem;
}
.review .review_box .top_line{
    width: 100%;
    height: .01rem;
}
.review .review_box .title{
    padding: 0 0 0 .4rem;
    height: .58rem;
    z-index: 500;
    background: #FFFFFF;
}
.review .review_box .title_copy{
    width: 100%;
    height: .58rem;
    display: none;
}
.review .review_box .fix_top{
    position: fixed;
    top: .88rem;
    width: calc( 100% - .8rem );
}
.review .review_box .title p.year{
    height: .58rem;
    line-height: .58rem;
    text-align: center;
    float: left;
    font-size: .5rem;
    font-family:DINAlternate;
    font-weight: bold;
}
.review .review_box .title div.time{
    width: calc( 100% - 1.3rem );
    float: right;
}
.review .review_box .title div.time div{
    position: relative;
    overflow: scroll;
    padding-right: .4rem;
}
.review .review_box .title div.time div ul{
    overflow: hidden;
    display: inline-flex;
}
.review .review_box .title div.time div::-webkit-scrollbar {
    display: none;
}
.review .review_box .title div.time div ul li{
    margin-left: .3rem;
    height: .58rem;
    line-height: .58rem;
    width: 1.1rem;
    text-align: center;
    color: #999999;
    font-size: .3rem;
}
.review .review_box .title div.time div ul li.item_0{
    margin-left: 0.1rem;
}
.review .review_box .title div.time div ul li.bg{
    color: #333;
    font-size: .3rem;
    font-weight: 800;
}
.review_box .content{
    width: 100%;
}

.review_box .content ul{
    width: 100%;
    padding-bottom: 1.08rem;
}
.review_box .content ul li{
    padding: .3rem 0.4rem;
    font-size: 0;
    position: relative;
}
.review_box .content ul li a{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.review_box .content ul li a .left{
    position: relative;
    width: 2.4rem;
    height: 1.8rem;
    left: 0;
    top: 0;
    z-index: 100;
    box-shadow: 0 .06rem .18rem 0 rgba(166,172,193,0.3);
    float: left;
}
.review_box .content ul li img{
    width: 100%;
    height: 100%;
    border-radius: .04rem;
}
.review_box .content ul li a .left i{
    padding: .02rem .06rem;
    height: .34rem;
    line-height: .34rem;
    background: linear-gradient(129deg,rgba(255,157,0,1) 0%,rgba(254,122,71,1) 100%);
    border-radius: .04rem;
    color: #FFFFFF;
    font-size: .22rem;
    position: absolute;
    top: .08rem;
    left: .08rem;
}
.review_box .content ul li div.right{
    width: calc(100% - 2.64rem);
    height: 1.76rem;
    float: right;
}
.review_box .content ul li div.right p.top{
    width: 100%;
    line-height: .45rem;
    font-size: .32rem;
    color: #333333;
    font-weight: bold;
}
.review_box .content ul li div.right p.bottom{
    width: 100%;
    line-height: .4rem;
    font-size: .28rem;
    font-weight: 400;
    color: #666666;
    margin-top: .12rem;
}

.review_box .content ul div.empty{
    width: 100%;
    height: 9rem;
    overflow: hidden;
}
.review_box .content ul div.empty i{
    width: 3.6rem;
    height: 2.9rem;
    background: url("../../images/news/kong.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    margin: 2.27rem auto 0;
}