*{
	-webkit-text-size-adjust：none;
}
video{
	width: 100%;
	height: 220px;
	object-fit:fill;  
}
/*头部*/
/*.mui-search .mui-placeholder .mui-icon{
	color:#999999;
}
.mui-search .mui-placeholder{
	background: white;
	font-size: 13.5px;
	z-index: 95;
}
.mui-search input[type=search]{
	margin:0;
	background: white;
	font-size: 13.5px;
	border-radius: 0;
}
.mui-search:before{
	margin-top: -10px;
}*/

/*头部结束*/
/*头部导航栏*/
.hot {
	position: fixed;
	border-bottom: 1px solid #EFEFEF;
	color: #000000;
	background-color: white;
	margin: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	border-top: 1px solid white;
	z-index: 999;
	color:#666666;
}
.mui-control-item{
	padding: 0 18px !important;
}
/*.navbox{
	position:fixed;
	width: 100%;
	padding:10px 50px 10px 5px;
	background-color: white;
	border-bottom: 1px solid #F3F3F3;
	display: flex;
	z-index: 100;
}
.navbox-t{
	text-align: center;
	width: 25%;
	font-size: 15px;
	color:#666666;
	height: 24px;
	line-height: 24px;
}
.navbox-change{
	color:#0067E6;
	font-weight: 500;
}
.navbox .mui-icon{
	position: absolute;
	right: 20px;
	top:50%;
	margin-top: -12px;
	color:#666666;
}
.navbox-child{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding:0 15px;
	text-align: center;
	font-size: 15px;
	color:#666666;
	z-index: 5;
	background-color: white;
	transition:height 0.5s;
	-webkit-transition:height 0.5s;
	height: 0;
	overflow: hidden;
}
.navbox-row{
	overflow: hidden;
	margin-right: -15px;
	padding: 10px 0;
}
.navbox-item{
	float: left;
	width: 25%;
}
.navbox-item div{
	margin-right: 15px;
	border-radius: 4px;
	margin-bottom: 10px;
	height: 5vh;
	line-height: 4.5vh;
}
.border{
	border:1px solid #6D6D6D;
}
.navbox-active{
	color: #0067E6;
	border:1px solid #0067E6;
}*/
/*头部导航栏结束*/
/*资讯*/
.news-box{
	padding:5px 15px;
	background-color: white;
	border-bottom: 2px solid #EFEFEF;
}
.news-box h5{
	font-size: 16px;
	color:black;
	font-weight:500;
	letter-spacing: 1px;
	line-height: 20px;
	margin-top: 0;
	padding:2px 0;
}
.news-row{
	display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}
.news-row div{
	font-size: 12px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform: scale(0.8);
    color: #666666;
    margin-left: -10px;
}
.news-row div p{
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:0;
}
.contentText{
	width: 100%;
	font-size: 14px;
	overflow: hidden ;
	display: -webkit-box ;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical ;
	word-break: break-all ;
	color: #666666;
	padding-top: 5px;
}
.mui-content{
	background: white;
}
.mui-table-view-cell{
	list-style: none;
}
/*.mui-row{
	max-height: 19.2rem;
	overflow: hidden;
}*/
.mui-row img{
	width: 100%;
}
/*资讯结束*/

/*蒙版样式*/
.mui-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0,0,0,.3);
}
/*蒙版样式结束*/
.news{
	padding-top: 40px;
}
.loadingMore{
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #666666;
}
/*文章列表图片*/
.mui-col-xs-12 img{
	height: 19.2rem;
	object-fit: cover;
}
.mui-col-xs-6 img{
	height: 9.28rem;
	object-fit: cover;
}
.mui-col-xs-4 img{
	height: 5.67rem;
	object-fit: cover;
}
.videoImg img{
	width: 100%;
	height: 19.2rem;
	object-fit: cover;
}
.videoImg .videoIcon{
	width: 50px !important;
	height: 50px !important;
	position: absolute;
	left: calc((100% - 50px)/2);
	 background: rgba(0,0,0,.6);
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.8);
	display: none;
}
