.videoitem {
	padding: 0.4rem;
	position: relative;
}

.videoitem .title {
	font-size: 16px;
	margin-bottom: 0.4rem;
}

.video {
	position: relative;
}

.videoitem .img {
	width: 100%;
	min-height: 12rem;
}

.videoitem .commentnum {
	font-size: 12px;
}

.videoitem .commentnum {
	position: absolute;
	bottom: 0;
	right: 0.4rem;
}

.video::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 1.2rem solid #fff;
	border-top: 0.6rem solid transparent;
	border-bottom: 0.6rem solid transparent;
	left: 50%;
	top: 50%;
	margin-top: 0rem;
	margin-left: 0.1rem;
	z-index: 1;
}

.video::after {
	position: absolute;
	content: "";
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.7);
	left: 50%;
	top: 50%;
	margin-left: -0.4rem;
	margin-top: -0.4rem;
}



.info_type {
	height: 250px;
	top: 85.8689px;
	left: 0;
	position: absolute;
	z-index: 999;
	display: none;
	width: 100%;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	border-radius: 7px;
	background-color: #f7f7f7;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.info_type ul {
	list-style: none;
	display: flex;
	margin-right: 6px;
	margin-top: 2px;
}

.info_type ul li {
	flex: 1;
	color: #000000;
	text-align: center;
	margin-left: 6px;
	background-color: #ececec;
	border-radius: 3px;
	font-size: 14px;
}

.info_type a {
	color: #000000
}

.meta-info {
	position: absolute;
	left: 155px;
	right: 15px;
	bottom: 8px;
	color: #8f8f94;
}

.meta-info .author,
.meta-info .time {
	display: inline-block;
}

.meta-info .time {
	float: right;
	font-size: 9px;
}
.meta-info .time i{
	font-size: 9px;
	padding-right:6px;
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
	color: #037de2;
	border-bottom: 2px solid #037de2;
	font-weight: bold;
}

.infoitem .title,.news .title{
	font-size: 18px;
	color:#333333;
}
.infoitem .title img{
	padding-right:8px;
}
.info-desc{
	display:inline-flex;
	color: #bbbbbb;
	padding-top: 1rem;
	font-size: 9px;
}
.author{
	color: #bbbbbb;
	font-size: 9px;
}
.info-desc .time{
	position: absolute;
	right:10px;
	font-size: 9px;
}
.info-desc .time i{
	font-size: 9px;
	padding-right:6px;
}
.main-title{
	display: flex;
}
.main-title-more{
	float: right;
	line-height: 38px;
	display: flex;
	width: 2rem;
}
.main-title-more a{
	color: #C7C7CC;
	font-size:18px;
}
#more{
	width:2rem;
}
.close {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: -webkit-transform 300ms linear;
	transition: transform 300ms linear;
}
.read{
	color:#404040;
	font-size: 18px;
}
.mui-placeholder{
	line-height:44px;
}
#sliderSegmentedControl .nav-index{
	color: #7c7c7c;
}
#sliderSegmentedControl .mui-active{
	color: #ff3300;
}
#close_icon,#close_icon img{
	vertical-align: middle;
}
.title-hot img{
	padding-left: 12px;
	padding-right:0px;
}