.page-center{
	width:800px;
	padding-left:45px;
}

.living-attr{
	display: none;
}

.news-title{
	color: #313131;
	padding: 0;
	margin:25px 0 20px 0;
	line-height:1.5;
	font-weight:bold;
	font-size:25px;
	word-wrap:break-word;
	word-break:normal;
}

.attr{
	color:#666;
	font-size:14px;
}

.video-box{
	display:none;
	height:450px;
	margin-top:12px;
}
.video{
	width:100%;
	height:450px;
	background-color: #000;
}

.iframe-box{
	display:none;
	height:450px;
	margin-top:12px;
}
.video-player{
	width:100%;
	height:450px;
	background-color: #000;
}

.video-mask {
	width: 100%;
	height:450px;
	display: none;
	background-color: #000;
	align-items: center;
	justify-content: center;
}
.video-mask .video-mask-tips {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5rem;
}
.video-mask-tips .tips {
	margin-left: 0.5rem;
}

.video-fixed{
	position:fixed;
	bottom:0;
	right:0;
	width:400px;
	height:225px;
	z-index:99;
}

.living-cover{
	display:none;
	margin-top:12px;
}
.living-cover .pic{
	width:100%;
	border-radius:5px;
}

.title{
	text-align:center;
	font-weight:bold;
	font-size:20px;
	color:#333333;
}

.summary{
	color:#666;
	font-size:16px;
	line-height:1.6;
	padding:15px 0;
	word-wrap:break-word;
}

.content-box{
	background-color:#F0EFF5;
	margin-bottom:20px;
}
.living-content{
	margin:0;
	padding:0;
	display: none;
}

.living-content li{
	margin:0;
	list-style: none;
}

.right-section{
	width:92%;
	margin-left:7%;
	display:inline-block;
	border-left:1px solid #cdcdcd;
}

.content-item{
	width:81%;
	margin:15px 0 0 7.5%;
	padding:1px 3.6% 14px 3.6%;
	background-color:#ffffff;
}

.item-inner{
	position:relative;
}

.content-source{
	color:#111;
	font-weight:bold;
	font-size:18px;
	margin-top:1.5em;
	word-break:break-all;
}

.item-timeline{
	display:inline-block;
	position:absolute;
	top:-6px;
	left:-17.6%;
	color:#999;
	padding:6px 2px 0 2px;
	background-color:#F0EFF5;
}

.content-detail{
	font-size:16px;
	line-height:1.75;
	color:#333;
	text-align:justify;
	word-break:break-all;
}
.content-detail p{
	margin:1.6em 0 0 0;
}
.content-detail img,audio{
	max-width:100%;
}

.content-detail video{
	max-width:100%;
	aspect-ratio:16/9;
	background-color:#111;
}

.content-publishtime{
	display:block;
	color:#929292;
	font-size:14px;
	margin-top:1.5em;
}

.master{
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.4);
	width:100%;
}

.loading-text{
	color:#707070;
}

.ellipses{
	color:#707070;
	position: relative;
	top:-2px;	
}

.no-more{
	text-align:center;
	color:#929292;
	padding:15px 0;
	display:none;
}
.circle {
	width: 12px;
	height: 12px;
	margin: 0 auto;
	background-image: url(/staticsg/res/images/live_icontree.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.select-label {
	text-align: right;
	padding-bottom: .3125rem;
	font-size: .875rem;
}

.select-label .item {
	display:inline-block; 
	padding:.25rem .5rem;    
	font-size:.8125rem;
	color:#646464;  
	margin-right:5px;
	cursor:pointer;
}