@charset "utf-8";
/* Tang 2020.8.11 */
body{
	overflow-y: auto;
}
.search{
	display: none!important;
}
.menuBox{
	width:1.15rem;
}
.searchListTop{
	background:#fff;
	position: fixed;
	left: 0;
	top: 0;
	width:100%;
	padding-top:1.5rem;
	padding-bottom: 0.4rem;
	z-index: 100;
	-webkit-box-shadow:0 3px 6px 0 rgba(67,67,67,.14);
	box-shadow:0 3px 6px 0 rgba(67,67,67,.14);
}
.topCon{
	margin-left:0.3rem;
	margin-right:0.3rem;
	border-radius: 5px;
	border: 1px solid #9c9ea8;
	height: 30px;
	line-height: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 14px;
}

.topCon input{
	display: block;
	background: none;
	border:0;
	height: 30px;
	line-height: 30px;
	width:calc(100% - 50px);
	padding-left: 5px;
	padding-right: 5px;
	outline: none;
}

.topCon .btn{
	width:50px;
	text-align: center;
	border-left: 1px solid #9c9ea8;
	cursor: pointer;
}
.listMain{
	background: #f3f3f3;
	width:100%;
	padding-top:calc(1.9rem + 30px);
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.listItems{
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}
.listItem{
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
/*	background:#fff;*/
}

.picBox{
	position: relative;
}

.text{
	font-size: 12px;
    line-height: 18px;
	color: #101114;
	padding-bottom: 0.2rem;

}

.gobtn{
	border:1px solid #2993d7;
	font-size: 12px;
	line-height: 22px;
	width:80px;
	text-align: center;
	padding:5px;
}
.listItem a{
	display: block;
	text-decoration: none;
}
.goto{
	border-radius: 3px;
	background:#2993d7;
	color: #fff;
}
.channel{
	padding-right: 5px;
	color: #2993d7;
	font-weight: bold;
}
.title{
	padding-left: 5px;
}
.noContent{
	width:100%;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
	display: none;
}
@media screen and (min-width: 751px) {
	.menuBox{
		top: 47px;
	}
	.menuBox{
		width:64px;
	}
	.searchListTop{
		padding-top: 52px;
		padding-bottom: 52px;
		display: flex;
		justify-content : center;	
	}
	.topCon{
		margin-left: 130px;
		margin-right: 146px;
		width:calc(100% - 276px);
		max-width: 500px;
	}
	.listMain{
		padding-top: 134px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.listItems{
		padding-top:20px;
		padding-bottom:20px;
	}
	.listItem{
		margin-top:20px;
		margin-bottom:20px;
	}
	.text{
		padding-top: 0;
		padding-bottom: 10px;
		font-size: 14px;
	}
	.gobtn{
		font-size: 14px;
		line-height: 28px;
	}
	.gobtn{
		width:100px;
	}
	.noContent{
		font-size: 16px;
		font-weight: bold;
	}
}
@media screen and  (min-width: 992px) {
	.listMain{
		padding-left: 140px;
		padding-right: 140px;
	}
	.topCon .btn{
		width:80px;
		
	}
	.topCon input{
		width:calc(100% - 80px);
	}
	.logo{
		top: 14px;
	}
	.menuBox{
		top: 27px;
	}
	.searchListTop{
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.listMain{
		padding-top: 94px;
	}
}
@media screen and  (min-width: 1200px) {
	.listMain{
		padding-left: 170px;
		padding-right: 170px;
	}
	.listItems{
		max-width: 1260px;
		margin: auto;
	}
}
@media screen and  (min-width: 1700px) {
	.text{
		font-size: 16px;
	}
	.gobtn{
		font-size: 16px;
		line-height: 28px;
	}
	.gobtn{
		width:110px;
	}
	.goto{
		border-radius: 5px;
	}
	.searchListTop{
		padding-top: 35px;
		padding-bottom:35px;
	}
	.topCon{
		line-height: 40px;
		height: 40px;
	}
	.listItem{
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.listMain{
		padding-top: 110px;
	}
}