#loading .loading-content{width: 192px; height: 119px; margin: -60px -96px;}
#loading img{width: 28.96552%; height: 46.66667%; position: absolute; z-index: 1; top: 27.5%; left: 44%;}
#loading canvas{width: 100%; height: 100%; position: absolute; z-index: 0;}
#loading .loading-content .percent{bottom: -30px; margin-left: -6px;}

.bestNews{
	width: 1100px;
	min-width: 1100px;
	margin: 0px auto;
	position: relative;
	color: white;
	font-size: 14px;
	top:25vh;
	left:4%;
}
.bestNews h3{
	text-align: center;
	margin-top: 30px;
}
.bestNews p{
	font-size: 12px;
	text-align: center;
}
.bestNews .nav{
	float: left;
	margin-top: 30px;
	
}
.bestNews .nav li{
	width: 100px;
	font-weight: bold;
	margin-top: 20px;
	color: white;
}
.bestNews .nav li:hover{
	color: #00b7ee;
}
.bestNews .menu{
	float: left;
	margin-top: 30px;
	margin-left: 100px;
}
.bestNews .menu li{
	width: 24px;
    padding: 5px 2px;
	font-weight: bold;
	color: gray;
	margin-top: 20px;
	cursor: pointer;
	text-align: center;
}
.bestNews .menu li.active{
    background-color: #1a1A1A;
}
.bestNews .menu li.m1.active{
    color: rgb(178, 163, 130);
}
.bestNews .menu li.m2.active{
    color: #e6e6e6;
}
.bestNews .menu li.m3.active{
    color: rgb(68, 110, 122);
}
                
.bestNews .banner{
	position: relative;
	margin-top: 50px;
	float: left;
}

.bestNews .banner li{
	width: 900px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.bestNews .banner .img-box{
	position: relative;
	width: 270px;
	height: 200px;
	float: left;
}
.bestNews .banner img{
	width: 100%;
	height: 100%;
}
.bestNews .banner .zhezhao{
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.5);/*用rgba()可以让字体透明文字不透明*/
	display: none;
	text-align: center;
}

.bestNews .banner .zhezhao a{
	color: white;
	font-size: 24px;
	line-height: 100px;
}
                












