.banner {
	width: 100%;
	height: 70vh;
	background: url(../../images/list/listBanner.png) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bannerTitle {
	text-align: center;
}

.bannerTitle p:nth-child(1) {
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
	line-height: 6.8vh;
}

.bannerTitle p:nth-child(2) {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	line-height: 2.2vh;
	text-transform: uppercase;
}

/* 导航 */
.list-nav {
	display: flex;
	background: #f8f8f8;
	padding: 0 150px;
}
.nav {
	width: 100%;
	height: 70px;
	/* padding: 0 150px; */
	background: #f8f8f8;
	font-size: 16px;
	color: #666666;
	line-height: 7vh;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}
.split {
	margin: 0 4px;
}
.icon-zhuye {
	font-size: 18px;
	color: #999999;
}
.icon-tongzhi1 {
	margin-left: 40px;
	margin-right: 10px;
}

.indexName,
.secondName {
	font-size: 16px;
	color: #666666;
}

.indexName {
	margin-left: 1vh;
}
.indexName a {
	text-decoration: none;
	color: #666666;
}

.indexName a:hover {
	color: #1088e9;
}
.icon-jinrujiantouxiao {
	font-size: 12px;
	color: #666666;
	margin-left: 4px;
	margin-right: 8px;
}
/* 消息滚动 */
.home {
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-box {
	width: 77vw;
}
.marquee {
	width: 100%;
	height: 70px;
	align-items: center;
	color: #3a3a3a;
	display: flex;
	box-sizing: border-box;
}

.marquee_box {
	display: flex;
	position: relative;
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.win {
	margin-top: -2px;
}
.win-name {
	font-size: 16px;
}

.marquee_list {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.marquee_top {
	transition: all 0.5s;
	margin-top: -60px;
}

.marquee_list li {
	height: 60px;
	line-height: 30px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: left;
	/* padding-left: 20px; */
}

.marquee_list li span {
	padding: 0 2px;
	font-size: 16px;
	color: #666666;
	display: block;
}
.marquee_list li span i {
	margin-right: 6px;
}
/* tab选择 */
.tab {
	width: 84%;
	margin: 0 150px;
	display: flex;
	margin-top: 5.6vh;
	margin-bottom: 5vh;
}

.tab div {
	width: 12vh;
	height: 4.6vh;
	line-height: 4.6vh;
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 4px;
	font-size: 16px;
	margin-right: 1vh;
	cursor: pointer;
}
.tab div:hover {
	animation: color 0.3s linear forwards;
	color: #fff;
}
@keyframes color {
	0% {
		background: #f8f8f8;
		color: #666666;
	}

	100% {
		background-color: #1088e9;
		color: #fff;
	}
}
.active {
	background: #1088e9;
	color: #fff;
	border: 1px solid #1088e9;
}

/* 分类列表 */
.classify {
	width: 84%;
	margin: 0 150px;
}

.list {
	/* display: grid;
	grid-template-columns: 32.25% 32.25% 32.25%;
	grid-column-gap: 1.625%; */
}

.listFirst {
	width: 100%;
	height: 45vh;
	display: grid;
	grid-template-columns: 42.5% 57.5%;
	margin-bottom: 4.8vh;
}

.listFirst:hover .pic img {
	transform: scale(1.15);
}
.listFirst:hover {
	cursor: pointer;
}

.listFirstText {
	background: #f8f8f8;
	padding: 6.4vh;
	display: grid;
}

.listFirstTextTitle {
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 2.6vh;
	margin-bottom: 2.4vh;
}

.listFirstTextCon {
	height: 16vh;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 4vh;
	/* 适用于移动端 */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* end */
	display: -webkit-box;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.listFirstTextDetail {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.listFirstTextTime {
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 3.2vh;
}

.listFirstTextBtn {
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	background: #1088e9;
	border-radius: 4px;
}

/* 鼠标经过图片在div内部放大 */
.pic {
	width: 100%;
	overflow: hidden;
}

.pic img {
	width: 100%;
	transition: all 0.5s;
}

.pic img:hover {
	transform: scale(1.15);
}

/* end */
/* 动画的盒子div */
.ani {
	height: 23vh;
	display: grid;
	grid-template-columns: 81.5% 18.5%;
	background: #f8f8f8;
	position: relative;
	padding: 0 4.8vh;
}
.ani::before {
	content: "";
	width: 94%;
	height: 1px;
	background-color: #cdcdcd;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
}

.listItem:hover {
	/* background-color: #1088E9; */
	cursor: pointer;
	animation: color 0.9s linear forwards;
}
.listItem:hover .ani {
	background: none;
}
@keyframes color {
	0% {
		background: #f8f8f8;
	}

	100% {
		background-color: #1088e9;
	}
}
.listItem:hover .timeCon,
.listItem:hover .conTitle1,
.listItem:hover .conText {
	color: #fff;
}

.listItem:hover .textPic img {
	transform: scale(1.15);
}

.listItem:hover .timePic {
	animation: right 0.2s linear forwards;
}

@keyframes right {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(3vh);
	}
}

.text {
	display: grid;
	grid-template-columns: 9% 5% calc(86% - 4.8vh);
	margin: 4.8vh 0;
}

.time {
}

.timeCon {
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	line-height: 3.2vh;
}

.timePic {
	width: 3.8vh;
	height: 3.8vh;
	margin-top: 2.4vh;
}

.timePic img {
	width: 100%;
	height: 100%;
}

.line {
	height: 3.2vh;
	line-height: 3.2vh;
	color: #cdcdcd;
}

.con {
	display: grid;
}

.conTitle1 {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 3.2vh;
}

.conText {
	font-size: 15px;
	font-weight: 400;
	color: #808080;
	line-height: 3vh;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.textPic {
	width: 100%;
	height: 18.2vh;
	margin: 2.4vh 0;
	overflow: hidden;
}

.textPic img {
	width: 100%;
	transition: all 0.5s;
}

.textPic img:hover {
	transform: scale(1.15);
}

/* 分页 */
.classify .el-pagination {
	text-align: center;
	margin-top: 1.6vh;
	margin-bottom: 8vh;
}
/* .test1-enter-active {
    animation: test1-play 2s;
}

@keyframes test1-play {
    0% {
        margin-top: 60px;
    }

    100% {
        margin-top: 5px;
    }
} */
.bigPage {
	display: block;
}
.smallPage {
	display: none;
}
@media screen and (min-width: 769px) {
	.marquee_list li span {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-indent: 11em;

	}
	.win {
		line-height: 60px;
	}
}
