body{
	padding: 0;
	margin: 0;
	background-color: #000;
}
.pager{
	margin: 0 auto;
	overflow: hidden;
}
header{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 10px;
	border-bottom: 2px solid rgb(85,170,127);
	margin-bottom: 10px;
	background-color: rgba(85,170,127,0.12);
}

header .content{
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	/*background: #fff;*/
}
header .content .logo{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 10px;
	margin-bottom: 2px;
}

header .content nav{
	overflow: hidden;
	display: flex;
}
header .content nav .nav-a{
	display: flex;
	justify-content: flex-end;
}
header .content nav .nav-box{
	display: flex;
	color: #fff;
	align-content: flex-end;
}
header .content nav .nav-box .nav-item{
	display: flex;
	align-items: center;
	cursor: pointer;
}
header .content nav .nav-box .nav-item .iconfont{
	display: block;
	overflow: hidden;;
	margin-left: 20px;
	margin-right: 2px;
}



header .content nav .nav-a a{
	display: block;
	background-color: rgba(85,170,127,0.12);
	color: rgba(85,170,127,1);
	text-decoration: none;
	padding: 5px 8px;
	margin-right: 5px;
	border-radius: 5px 5px 0 0;
    font-size:90%;
}
header .content nav a:nth-child(6){
	color: #ff2200;
	font-weight: 500;
}
header .content nav .nav-a a:nth-child(7){
	color: #fff;
	font-weight: 500;
}
header .content nav .nav-a a:nth-child(9){
	color: #ffff00;
	font-weight: 500;
}
header .content nav .nav-a a.cur{
	background-color: #55aa7f;
	color: #fff;
}


footer{
	margin-top: 20px;
	text-align: center;
	border-top: 1px solid #55aa7f;
	padding-top: 20px;
	padding-bottom: 100px;
	background-color: rgba(85,170,127,0.12);
	color: #666;
	font-size: 12px;
}


.main{
	width: 1050px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}
.list{
	width: 100%;
	padding: 10px 20px;
	display: grid;
	align-items: center;
}
.list.grid8{
	grid-template-columns:30% 10% 10% 10% 10% 10% 10% 10%;
}
.list.grid10{
	grid-template-columns:24% 10% 10% 6% 6% 6% 6% 6% 6% 10% 10%;
}

.list span:nth-child(3),
.list span:nth-child(4),
.list span:nth-child(5),
.list span:nth-child(6),
.list span:nth-child(7),
.list span:nth-child(8),
.list span:nth-child(9),
.list span:nth-child(10){
	text-align: center;
}


.list.bdr{
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	color:#333;
}
.list.ft{
	font-size: 16px;
  	border-bottom: 1px dashed #ccc;
	color: #666;
}

.list span a.name{
	text-decoration: none;
	color: #55aa7f;
}
.list span a.view{
	text-decoration: none;
	color: #aa8454;
	font-size: 14px;
}


/*



.list span.gr{
	color: #55aa7f;
}

.list span:nth-child(1){
	width: 30%;
	overflow: hidden;
	font-weight: 200;
	font-weight: bold;
}

.list span:nth-child(1) a{
	color: #55aa7f;
	text-decoration: none;
}
.list span:nth-child(4){
	text-align: center;
}
.list span:nth-child(5){
	text-align: center;
}
.list span:nth-child(6){
	text-align: center;
}
.list span:nth-child(7){
	text-align: center;
}
.list span:nth-child(8){
	text-align: center;
}
.list span:nth-child(9){
	text-align: center;
}

.list span:nth-child(9) a{
	color: #ff6600;
	text-decoration: none;
}

*/



.ctrlBox{
	position: fixed;
	width: 135px;
	height: 165px;
	left: 2%;
	top: 37%;
	overflow: hidden;
	background-color: #101010;
	border-radius: 5px;
	border: 1px solid #333;
}
.ctrlContent{
	position: relative;
	padding: 0px;
	margin-left:10px!important;
	margin-top: 15px;
}
.volBtn{
	position: absolute;
	width:30px;
	height:15px;
	background-color: #666;
	border-radius: 5px;
	border: 1px solid #000;
}
.bgGrayBar{
	position: absolute;
	width: 5px;
	height: 107.5px;
	background-color: #eee;
	border-radius: 5px;
}
.bgText{
	position: absolute;
	top:120px;
	width: 30px;
	text-align: center;
	font-size: 12px;
	color: #eee;
	text-shadow: 1px 0px 0px #ff2200;
}

.pc_pager{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0;
	font-size: 14px;
}
.pc_pager a,.pc_pager span{
	margin: 5px 5px;
	padding: 4px 10px;
	border: 1px solid #55aa7f;
	border-radius: 3px;
	color: #00a65a;
	text-decoration: none;
}
.pc_pager span.cur{
	background: #55aa7f;
	color: #fff;
}




