	.shyk-list-item {
			width: 139px;
			position: relative;
		}

		#ago .shyk-list-item {
			margin-top: 0;
		}

		.shyk-list-item:nth-child(5n+1) {
			margin-left: calc(50px/4);
		}

		.shyk-list-item:nth-child(8n+1) {
			margin-left: 0;
		}

		.shyk-list-item .cover-bg {
			position: absolute;
			height: 104px;
			left: 0;
			top: 0;
			width: 100%;
			background: rgba(0, 0, 0, 0.3);
			display: flex;
			align-items: center;
			justify-content: center;
		}
	.shyk-list-item .cover-bg img {
		width: 32px;
	}

		.shyk-list-item .cover {
			height: 104px;
		}

		.shyk-list-item .info-wrapper {
			height: auto;
		}

		.shyk-list-item .info-wrapper .title {
			height: 28px;
			line-height: 28px;
		}

		.type-box {
			height: 30px;
			line-height: 30px;
		}



		.swiper-pagination {
			text-align: right;
		}

		.mask {
			position: absolute;
			bottom:0px;
			height: 70px;

			/*line-height: 40px;*/
			width: 100%;

			color: white;
			font-size: 16px;
			text-align: left;
			padding: 15px 20px 0px 20px;
			/* background: rgba(0, 0, 0, 0.5); */
			box-sizing: border-box;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
		}
		.mask .date {
			font-size: 12px;
			color: #fff;
			margin-top: 10px;
		}
		.mask1{
			bottom: 2px;
		}

		.swiper-container {
			width: 100%;
			height: 100%;
		}

		.swiper-slide {
			position: relative;

		}

		.swiper-container img {
			width: 100%;
			height: 100%;
		}

		.swiper-container-horizontal>.swiper-pagination-bullets,
		.swiper-pagination-custom,
		.swiper-pagination-fraction {
			bottom: 13px;
			right: 10px;
			left: inherit;
		}

		.jiaodian {
			position: relative;


		}

	.jiaodian img {
		width: 100px;
		position: absolute;
		left: 0px;
		top: 50%;
		transform: translateY(-50%);
	}
	.jiaodian-title  {
		text-align: center;
		font-size: 24px;
		color: #000;
		line-height: 40px;
	}
	.jiaodian-content  {
		text-align: center;
		font-size: 16px;
		color: #666;
		line-height: 25px;

	}

	.sticky-wrap {
		border-bottom: 1px solid #eeeeee;
		padding-bottom: 10px;
		margin-bottom: 20px;

	}
	.sticky-title a {
		color: rgba(231, 2, 0, 1);
		font-size: 24px;
		line-height: 40px;
		font-weight: 600;
	}
	.sticky-content a {
		font-size: 14px;
		color: #666;
		line-height: 25px;
	}


	.first-article {
		display: flex;
		margin-bottom: 15px;


	}
	.first-article img {
		width: 130px;
		margin-right: 10px;
	}

	.first-article-content {
		flex: 1;
		overflow: hidden;
	}
	.first-article-title {
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 10px;
		color: #131313;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;

	}
	.first-article-des {
		font-size: 12px;

		overflow: hidden;
		display: -webkit-box; /* Safari */
		-webkit-line-clamp: 3; /* Safari and Chrome */
		-webkit-box-orient: vertical; /* Safari and Chrome */

	}
	.first-article-des a {
		color: #5F5F5F;
	}

	.notice-wrap {
		background: #F5F5F5;
		border-radius: 8px;
		padding: 20px 16px 0;
	}


	.notice-wrap .topic-text {
		display: flex;
		align-items: center;

	}
	.notice-wrap .topic-text img {
		width: 35px;
		margin-right: 15px;
	}

	.notice-wrap .topic-title {
			border-bottom: none;
	}
	.notice-wrap .topic-title .topic-text::after {
		display: none;
	}
	.notice-wrap  .list-news-wrapper li {
		padding-left: 0;
	}
	.notice-wrap  .list-news-wrapper li:not(.first)::before {
		display: none;
	}

	.time-wrap {
		height: 45px;
		width: 44px;
		text-align: center;
		position: relative;
	}

	.time-wrap .day-text {
		color: #D12727;
		font-size: 22px;

	}
	.time-wrap  .month-text {
		font-size: 20px;
		transform: scale(0.5);
		position: absolute;
		bottom: -8px;
		left: 0;
		width: 88px;
		color: #D12727;
		transform-origin: 0 0 ;
	}


	.notice-wrap .llpl-wrapper .list-news-wrapper li a {
		display: -webkit-box; /* Safari */
		-webkit-line-clamp: 2; /* Safari and Chrome */
		-webkit-box-orient: vertical; /* Safari and Chrome */
		white-space: initial;
		margin-left: 10px;
		color: #707070;
	}
	#dangxiao img {
		width: 292px;
		height: 135px;
	}

	.list-cover-new {
		width: 480px;
	}
