/* 适配 */
/* 视口>= 1920  设置样式*/
/* @media screen and (min-width: 1920px) {
	.box {
		display: none;
	}
} */
/* 视口>=700 并且 <= 1000  设置样式*/
/* @media screen and (min-width: 700px) and (max-width: 1000px) {} */
/* 视口<= 768  设置样式*/
@media screen and (max-width: 768px) {
	.banner {
		width: 100%;
		height: auto;
		background: url(../../images/list/listBannerMobile.png) center center no-repeat;
		/* background-size: cover; */
		margin-top: 7vh;
	}

	.bannerTitle p:nth-child(1) {
		padding: 8vh 5vw;
		font-size: 32px;
		line-height: normal;
	}

	.bannerTitle p:nth-child(2) {
		display: none;
	}

	.indexName,
	.secondName,
	.icon-zhuye,
	.icon-jinrujiantouxiao,
	.icon-gedanbiaoqian {
		font-size: 16px !important;
	}
	.list-nav {
		display: contents;
		padding: inherit;
	}
	.nav {
		padding-left: 5vw;
		width: 95%;
	}
	.icon-tongzhi1 {
		margin-left: 0px;
		margin-right: 10px;
	}
	.home {
		padding-left: 5vw;
		width: 95%;
		justify-content: start;
		background: #f8f8f8;
		border-top: 1px solid #ebebeb;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.home-box {
		width: 95% !important;
	}
	.marquee_list li {
		justify-content: left;
		line-height: 20px;
		/* align-items: start; */
		overflow: hidden;
		white-space: normal;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.marquee_list li span {
		text-indent: 8.5em;

	}

	.win {
		margin-top: -3px;
		z-index: 1;
		height: 22px;
		background: #f8f8f8;
	}
	.marquee_top {
		transition: all 0.5s;
		margin-top: -60px;
	}
	.tab {
		width: 90vw;
		margin: 0px 5vw;
		margin-top: 4vh;
		margin-bottom: 3.6vh;
		padding: 0;
		display: grid;
		grid-template-columns: 30% 30% 30%;
		grid-column-gap: 3.3%;
		justify-content: center;
		grid-row-gap: 20px;
	}

	.tab div {
		width: 25vw;
		height: 36px;
		line-height: 36px;
		box-shadow: 0px 4px 40px 0px rgba(0, 3, 14, 0.1);
		border-radius: 8px;
		margin-right: 0vw;
		border: none;

		/* font-size: 28px !important; */
	}

	.listFirst {
		height: 17vh;
		margin-bottom: 2.8vh;
	}

	.pic {
		height: 17vh;
	}

	.listFirstText {
		height: 14vh;
	}

	.listFirstText {
		padding: 1.5vh;
	}

	.listFirstTextCon {
		height: fit-content;
		line-height: normal;
		font-size: 14px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
	}

	.listFirstTextTime {
		font-size: 14px;
		margin-top: 8px;
	}

	.listFirstTextTitle {
		font-size: 18px;
		margin-bottom: 0.4vh !important;
		line-height: normal;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
	}

	.listFirstTextDetail button {
		display: none;
	}

	.classify {
		width: 96vw;
		margin: 0px 2vw;
		padding: 0;
	}

	.classify .el-pagination .btn-next .el-icon,
	.classify .el-pagination .btn-prev .el-icon {
		font-size: 12px !important;
		font-weight: normal;
	}

	.classify .el-pagination--small .el-pager li,
	.classify .el-pagination--small .el-pager li:last-child {
		font-size: 32px !important;
	}

	.ani {
		height: 14vh;
		padding: 0 2.8vh;
	}

	.textPic {
		height: 9.2vh;
	}

	.conText {
		font-size: 14px;
		line-height: normal;
		height: fit-content;
		-webkit-line-clamp: 2;
	}

	.text {
		grid-template-columns: 20% calc(80% - 2.3vh);
		margin: 1.8vh 0;
	}

	.timeCon {
		font-size: 16px;
		line-height: 3.5vh;
	}

	.line {
		display: none;
	}

	.conTitle1 {
		font-size: 18px;
		line-height: 4vh;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
	}

	.listItem:hover .conTitle1 {
		color: #fff;
	}

	.timePic {
		width: 2.8vh;
		height: 2.8vh;
		margin-top: 0.4vh;
	}

	/* 分页 */
	.bigPage {
		display: none;
	}

	.smallPage {
		display: block;
	}
}
