#player{
	width: 100%;
	height: 4.22rem;
	background: #000000;
}
.main h3{
	font-size: .34rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: .43rem;
	margin-bottom: .16rem;
	margin-top: .32rem;
	position: relative;
}
.titles{
    margin: 0.2rem 0rem;
    text-align: center;
    font-size: 0.2rem;
}
.main h3 span{
    position: absolute;
    right: 0;
    bottom: .1rem;
    width: .43rem;
    height: .43rem;
}
.main h3 span img{
    width: .22rem;
    height: .12rem;
    margin-left: .1rem;
    margin-top: .15rem;
}
.main .summary{
	font-size: .26rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: .37rem;
}
.main .time{
	font-size: .26rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: .37rem;
	margin-top: .24rem;
}
.article-date{
	font-size: .24rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: .32rem;
	margin-bottom: .24rem;
	margin-top: 0.24rem;
}
.article-date span{
	line-height: .32rem;
}
.page-content{
	color: #484848;
}
.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;
    display: none;
}
.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/clomumore.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.04rem;
}

.live-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: .56rem;
	display: none;
}
.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;
}
.live-list .live-item .videoplay.status{
    background: #AAAAAA url(../images/huikan.png)no-repeat left center;
    background-size: .2rem .2rem;
    background-position-x: .1rem;
}
.live-list .live-item .videoplay.status0{
    background: #EF890B url(../images/yugao.png)no-repeat left center;
    background-size: .2rem .2rem;
    background-position-x: .1rem;
}
.live-list .live-item .videoplay.status1{
    background: #EA3D4A url(../images/zhibo.png)no-repeat left center;
    background-size: .2rem .2rem;
    background-position-x: .1rem;
}
