

/* 模块 */
.box{
    padding: 0rem 0.3rem 0;
}
.hide{
    display: none!important;
}
/* 头条 */
.topline{
    margin-top: 0.4rem;
}
.topline .title{
    font-weight: 600;
    font-size: 0.4rem;
    text-align: center;
    line-height: 0.8rem;
}
.topline .title1{
    font-weight: 400;
    font-size: 0.28rem;
    text-align: center;
    margin-top: 0.16rem;
}
.topline .topul{
    margin-top: 0.32rem;
    padding-bottom: 0.24rem;
    background: #FAFAFC;
    border-radius: 4px;
}
.topline .topul .topli{
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.4rem;
    position: relative;
    padding-left: 0.44rem;
    padding-top: 0.24rem;
    padding-right: 0.24rem;
}
.topline .topul .topli::before{
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    background: #999999;
    position: absolute;
    top: 0.4rem;
    left: 0.24rem;
}
/* 特别推荐 */
.tbtj{
    margin-top: 0.32rem;
    width: 100%;
    height: 3.39rem;
    background: url(/images/wapnew/tbtj.png)no-repeat;
    background-size: 100% 100%;
}
.tab {
    display: flex;
    justify-content: space-between;
    padding: 0px 0.24rem 0 0.16rem;
}
.tab .tablogo{
    width: 2.35rem;
    height: 0.56rem;
    display: flex;
    padding-top: 0.16rem;
}
.tab .tablogo img{
    width: 100%;
    height: 100%;
}
.tab .tabmore{
    display: flex;
    padding-top: 0.42rem;
}
.tab .tabmore a{
    font-size: 0.28rem;
    font-family: MicrosoftYaHei;
    color: #CF111B;
}
.tab .tabmore a img{
    width: 0.16rem;
    height: 0.28rem;
    margin-left: 0.16rem;
    vertical-align: middle;
    vertical-align: top;
    margin-top: -0.02rem;
}
.tbtjlist{
    display: flex;
    margin-top: 0.24rem;
    overflow-x: auto;
    padding-left: 0.24rem;
}
.tbtjlist::-webkit-scrollbar{
    display: none;
}
.tbtjlist .tbtj-item{
    width: 2.96rem;
    margin-right: 0.16rem;
}
.tbtjlist .tbtj-item .d-flex{
    width: 100%;
    height: 1.67rem;
}
.tbtjlist .tbtj-item img,.tbtjlist .tbtj-item a{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0.04rem;
}
.tbtjlist .tbtj-item .tbtj-tlt{
    width: 100%;
    font-size: 0.28rem;
    margin-top: 0.16rem;
    font-family: MicrosoftYaHei;
}
.tbtjlist .tbtj-item .tbtj-tlt a{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 广告 */
.adv{
    width: 100%;
    height: 1rem;
    margin-top: 0.4rem;
    display: flex;
	border-radius: 0.04rem;
	overflow: hidden;
}
.adv img{
    width: 100%;
    height: 100%;
}
/* 轮播图 */
.lbt .swiper {
    width: 100%;
    height: 3.88rem;
    overflow: hidden;
    margin: 0;
    margin-top: 0.4rem;
}
.lbt .swiper .swiper-slide {
    position: relative;
    background: #fff;
    font-size: 0;
	border-radius: 0.04rem;
	overflow: hidden;
}
.lbt .swiper .swiper-slide img,.lbt .swiper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
	border-radius: 0.04rem;
	overflow: hidden;
}
.line-two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.lbt .swiper .swiper-slide .title {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.8rem;
    color: #fff;
    font-size: 0.32rem;
    font-weight: bold;
    padding-top: 0.75rem;
    text-align: left;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.64), transparent);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
}
.swiper-pagination-bullet{
    width: 24px!important;
    height: 4px!important;
    background: #FFFFFF!important;
    border-radius: 0px!important;
    opacity: .5!important;
}
.swiper-pagination-bullet-active{
    opacity: 1!important;
}
.lbt-bottom{
    margin-top: 0.4rem;
}
.lbt-bottom .lbt-bottom-tlt{
    font-weight: 400;
    font-size: 0.28rem;
}
.lbt-bottom .lbt-bottom-tlt.both{
    font-weight: 600;
    font-size: 0.32rem;
}
.lbt-bottom .lbt-bottom-tlt a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.4rem;
}
.lbt-bottom .lbt-bottom-tlt.both a{
    font-weight: 600;
    font-size: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: break-spaces;
    line-height: 0.45rem;
}
/* 新闻 */
.column{
    margin-top: 0.56rem;
    display: flex;
    justify-content: space-between;
}
.column .column-tlt{
    font-size: 0.36rem;
    font-weight: 600;
    color: #333333;
    display: inline-block;
    position: relative;
    text-indent: 0.24rem;
}
.column .column-tlt::before{
    content: "";
    width: 0.08rem;
    height: 0.36rem;
    background: rgb(207 17 27 / 80%);
    position: absolute;
    top: 0rem;
    left: 0rem;
}
.column .column-more{
    width: 0.16rem;
    height: 0.28rem;
    background: url(/images/wapnew/clomumore.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.04rem;
}
.news .news-item{
    display: flex;
    justify-content: space-between;
    margin-top: 0.32rem;
}
.news .news-item .news-pic{
    width: 2.4rem;
    height: 1.35rem;
    border-radius: 0.04rem;
    overflow: hidden;
}
.news .news-item .news-text{
    width: 4.26rem;
    height: 1.35rem;
}
.news .news-item .news-tlt{
    font-weight: 600;
    font-size: 0.3rem;
    line-height: 0.42rem;
}
.news .news-item .news-tlt a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .news-item .news-time{
    font-weight: 400;
    font-size: 0.24rem;
    color: #999999;
    margin-top: 0.31rem;
}
/* 视听 */
.shiting{
    margin-top: 0.32rem;
    padding-left: 0.3rem;
    overflow-x: auto;
    display: flex;
}
.shiting::-webkit-scrollbar{
    display: none;
}
.shiting .shiting-item{
    width: 4.56rem;
    height: 5.9rem;
    background: url(/images/wapnew/stbg.png)no-repeat;
    background-size: 100% 100%;
    margin-right: 0.16rem;
}
.shiting-box{
    padding: 0 0.24rem;
}
.shiting-tlt{
    height: 0.8rem;
    line-height: 0.8rem;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 0.32rem;
}
.shiting-pic{
    width: 4.08rem;
    height: 2.3rem;
    position: relative;
}
.shiting-pic img{
    width: 100%;
    height: 100%;
    vertical-align: top;
	border-radius: 0.04rem;
	overflow: hidden;
}
.shiting-pic .play{
    width: 0.72rem;
    height: 0.72rem;
    position: absolute;
    top: 0.79rem;
    left: 1.68rem;
    display: flex;
}
.shiting-bottom-tlt{
    font-size: 0.28rem;
    font-weight: 600;
    margin-top: 0.3rem;
    position: relative;
    padding-left: 0.4rem;
}
.shiting-bottom-tlt::before {
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
}
.shiting-bottom-tlt a{
    width: 100%;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 观点 */
.guandian{
    width: 100%;
    height: 0.8rem;
    background: url(/images/wapnew/gdbg.png)no-repeat;
    background-size: 100% 100%;
    margin-top: 0.4rem;
    display: flex;
}
.gd-logo{
    width: 1.06rem;
    height: 0.32rem;
    padding: 0.24rem 0.4rem 0 0.21rem;
    display: flex;
}
.gd-logo img{
    width: 100%;
    height: 100%;
}
.gd-text{
    width: 5.04rem;
}
.gd-tlt{
    font-size: 0.28rem;
    font-weight: 400;
    margin-top: 0.24rem;
    padding-left: 0.24rem;
    position: relative;
}
.gd-tlt::before {
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #CF111B;
    position: absolute;
    top: 0.1rem;
    left: 0rem;
}
.gd-text a{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 经济 */
.economy-list{
    margin-top: 0rem;
    padding-bottom: 0rem;
}
.economy-list .economy-item{
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.4rem;
    position: relative;
    /* padding-left: 0.24rem; */
    padding-top: 0.42rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 0.4rem;
}
.economy-list .economy-item.font-weight{
	font-weight: 600;
	font-size: .3rem;
	max-height: .8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: auto;
	    white-space: unset;
	    text-overflow: unset;
}
/* .economy-list .economy-item::before{
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    background: #999999;
    position: absolute;
    top: 0.58rem;
    left: 0rem;
} */
.economy-list .economy-item a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.economy-list .economy-item.font-weight a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: unset;
	text-overflow: unset;
}
.economy-list .economy-item-pic{
    display: flex;
    justify-content: space-between;
    margin-top: 0.32rem;
}
.economy-list .economy-item-pic .economy-pic{
    width: 2.4rem;
    height: 1.35rem;
    border-radius: 0.04rem;
    overflow: hidden;
}
.economy-list .economy-item-pic .economy-text{
    width: 4.26rem;
    height: 1.35rem;
}
.economy-list .economy-item-pic .economy-tlt{
    font-weight: 600;
    font-size: 0.3rem;
    line-height: 0.42rem;
}
.economy-list .economy-item-pic .economy-tlt a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.economy-list .economy-item-pic .economy-time{
    font-weight: 400;
    font-size: 0.24rem;
    color: #999999;
    margin-top: 0.3rem;
}
.notice{
	margin-top: .32rem;
}


/* 微视·直播 */
.microvision-live{
    display: flex;
    margin-top: 0.32rem;
    overflow-x: auto;
    padding-left: 0.3rem;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.microvision-live::-webkit-scrollbar{
    display: none;
}
.microvision-live .microvision-live-item{
    width: 3.37rem;
	height: 5.06rem;
    margin-right: 0.16rem;
	flex-shrink: 0;
	position: relative;
}
.microvision-live .microvision-live-item .pic{
    width: 100%;
    height: 100%;
    border-radius: 0.04rem;
	display: block;
}
.microvision-live .microvision-live-item a{
    width: 100%;
	height: 100%;
    display: block;
}
.microvision-live .microvision-live-item .play {
    width: 0.72rem;
    height: 0.72rem;
    position: absolute;
    top: 2.17rem;
    left: 1.33rem;
    display: flex;
}
.microvision-live .microvision-live-item p {
	width: 100%;
	height: 1.8rem;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
	border-radius: 4px;
	position: absolute;
	bottom: 0;
	font-size: .28rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .4rem;
}
.microvision-live .microvision-live-item p span{
	font-size: .28rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .4rem;
	height: .8rem;
	width: calc( 100% - .48rem );
	margin: .84rem .24rem .16rem;
}

.live-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.live-list .live-item{
	width: 49%;
	margin-top: .32rem;
}
.live-list .live-item .live-item-pic{
	width: 100%;
	height: 1.9rem;
	position: relative;
	border-radius: 0.04rem;
	overflow: hidden;
}
.live-list .live-item .live-item-pic a,.live-list .live-item .live-item-pic .pic{
	width: 100%;
	height: 100%;
	display: block;
}
.live-list .live-item .live-item-title{
	width: 100%;
	height: .8rem;
	font-size: .28rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: .4rem;
	margin-top: .16rem;
}

.live-list .live-item .videoplay{
    width: .9rem;
    height: .32rem;
    border-radius: .04rem;
    text-indent: .36rem;
    line-height: .32rem;
    font-size: .22rem;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: .1rem;
    left: .1rem;
    display: none;
}
.live-list .live-item .videoplay.status{
    background: #AAAAAA url(/images/wapnew/huikan.png)no-repeat left center;
    background-size: .2rem .2rem;
    background-position-x: .1rem;
}
.live-list .live-item .videoplay.status0{
    background: #EF890B url(/images/wapnew/yugao.png)no-repeat left center;
    background-size: .2rem .2rem;
    background-position-x: .1rem;
}
.live-list .live-item .videoplay.status1{
    background: #EA3D4A url(/images/wapnew/zhibo.png)no-repeat left center;
    background-size: .2rem .2rem;
    background-position-x: .1rem;
}


/* 最后一个模块 */
.special-list{
    display: flex;
    margin-top: 0.24rem;
    overflow-x: scroll;
    padding-left: 0.3rem;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin-bottom: .56rem;
	overflow-y: hidden;
}
.special-list::-webkit-scrollbar{
    display: none;
    width: 0px;
}
.special-list .special-item{
    width: 3.37rem;
	height: 1.9rem;
    margin-right: 0.16rem;
	flex-shrink: 0;
}
.special-list .special-item img{
    width: 100%;
    height: 100%;
    border-radius: 0.04rem;
}
.special-list .special-item a{
    width: 100%;
	height: 100%;
    display: block;
}
.brand-column{
    margin-top: .32rem;
}



.ws-item{
    width: 100%;
	height: 3.88rem;
	position: relative;
	margin-top: .4rem;
}
.ws-item .pic{
    width: 100%;
    height: 100%;
    border-radius: 0.04rem;
	display: block;
}
.ws-item a{
    width: 100%;
	height: 100%;
    display: block;
}
.ws-item .play {
    width: 0.72rem;
    height: 0.72rem;
    position: absolute;
    top: 1.58rem;
    left: 3.05rem;
    display: flex;
}
.ws-item p {
	width: 100%;
	height: 1.8rem;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
	border-radius: 4px;
	position: absolute;
	bottom: 0;
	font-size: .28rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .4rem;
}
.ws-item p span{
	font-size: .28rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .4rem;
	height: .4rem;
	width: calc( 100% - .48rem );
	margin: 1.19rem .24rem .16rem;
	display: block;
}

/* 微视 */
.list-ws .microvision-live{
	margin-bottom: .56rem;
}


/* 民生 */
.list-ms .wllist{
	margin-bottom: .56rem;
}

/* 观点 */
.list-gd .list-viewpoint .list-viewpoint-item{
	border-bottom: 1px solid #EEEEEE;
	margin-top: 0.16rem;
	padding: .24rem 0;
	display: flex;
	justify-content: space-between;
}
.list-gd .list-viewpoint .list-viewpoint-item .list-viewpoint-point{
	width: .08rem;
	height: .08rem;
	border-radius: 50%;
	overflow: hidden;
	background: #CF111B;
	margin-right: .24rem;
	margin-top: .17rem;
}
.list-gd .list-viewpoint .list-viewpoint-item .list-viewpoint-info{
	flex:1;
}
.list-gd .list-viewpoint .list-viewpoint-item .list-viewpoint-title{
	font-size: 0.3rem;
	font-weight: 500;
	color: #333333;
	line-height: 0.42rem;
	width: 100%;
}
.list-gd .list-viewpoint .list-viewpoint-item .time{
	width: 100%;
	font-size: 0.24rem;
	font-weight: 400;
	color: #999999;
	margin-top: 0.16rem;
	line-height: .24rem;
}
.list-gd .subnav{
	padding-left: .3rem;
	margin-top: .4rem;
}
.list-gd .subnav ul {
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.list-gd .subnav ul::-webkit-scrollbar{
    display: none;
}
.list-gd .subnav ul li{
    white-space: nowrap;
    margin-right: 0.24rem;
	flex-shrink: 0;
}
.list-gd .subnav ul li a{
    font-size: 0.28rem;
    font-weight: 400;
    color: #333333;
    vertical-align: top;
    line-height: 0.56rem;
	height: 0.56rem;
	border-radius: 4px;
	text-align: center;
	display: block;
	padding: 0 .24rem;
	background: #F4F4F4;
}
.list-gd .subnav ul li.on a{
    color: #ffffff;
	background: #CF111B;
}

/* 新闻 */
.list-news .lbt .swiper {
    margin-top: 0.32rem;
}
.list-news .economy-list .economy-item.font-video i{
	width: .34rem;
	height: .24rem;
	background: url(/images/wapnew/news-video.png) no-repeat 0 .04rem;
	background-size: .34rem .24rem;
	display: inline-block;
	margin-right: .16rem;
}
.list-news .economy-list {
    margin-top: 0rem;
	margin-bottom: .56rem;
}
.column-nav{
	flex: 1;
	line-height: .36rem;
	height: 0.36rem;
	display: flex;
	justify-content: flex-end;
	margin-right: .16rem;
}
.column-nav a{
	margin-left: .3rem;
	font-size: .26rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: .36rem;
}


.column-economy-nav{
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: 0.2rem;
}
.column-economy-nav a{
        white-space: nowrap;
}
.column-economy-nav a.active{
        color: rgb(207 17 27 / 80%);
}