*{
	padding: 0;
	margin: 0;
}
ul{
	list-style-type: none;
}
.txt{
	display: flex;
	font-size: 0.4rem;
	align-items: center;
	color:#00b6fa ;
	line-height: 1.4rem;
}
.qt{
	/* background: #00b6fa; */
	color: #FFFFFF;
	/* padding: 0.2rem; */
	/* line-height:;	 */
	height: 0.6rem;
	width: 0.6rem;
	border-radius: 50%;
	text-align: center;
	line-height: 0.6rem;
	margin-left: 8rem;
	
	
	
}
.qt img {
	width: 3vw !important;
	height: 3vw !important;
	vertical-align: top;
}
.moreRowTxt{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
	word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    white-space: normal;
	text-overflow: ellipsis;
	font-size: .6rem;
	width: 63vw;
	line-height: 0.7rem;
	color: gray;
}
.listLi{
	font-size: .8rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-bottom: 1px solid gainsboro;
	margin-bottom: 0.4rem;
	cursor: pointer;
	background: #FFFFFF;
	width: 90vw;
	margin: 0 auto;
	/* border-radius: 0.4rem; */
	
}
.listLi div{
	margin-bottom: 0.1rem;
}

.swiper{
	height: 9.6rem;
}
.swiper img{
height: 8rem;
vertical-align: middle;
				
}
	.swiper-pagination-bullet-active{
				background: #00b6fa;
				width: 5vw;
				border-radius: 34%;
				/* width: 3vw; */
				}
.border_x{
border-left: 1px dashed gainsboro;
	width: 1px;
	height: 3.3rem;
	margin: 2vw;
	
}
.titleText{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	width: 63vw;
	line-height: 1.4rem;
	font-size: 0.7rem;
}
img{
	width: 100%;
	height: 100%;
}
.listLi img{
	width: 26vw;
	height: 22vw;
}
.ulList{
	width: 90vw;
	margin:  0 auto;
	/* padding: 15px; */
	
}
