body::-webkit-scrollbar {
	/* 隐藏右侧滚动条 */
	display: none;
}



.inner {
	margin-top: 3%;
}

/* pc端 */
@media screen and (min-width: 1024px) {
	html {
		/* 1rem=16px */
		font-size: 16px !important;
	}

	.more_news {
		width: 100%;
		padding-top: 7%;
	}

	/* 标题与子标题样式  start */
	.common-sub-caption-left {
		height: 18%;
		font-size: 16px;
		text-align: left;
	}

	.common-sub-title {
		font-size: 28px;
		font-weight: 600;
	}

	.cont {
		width: 70%;
		margin: auto;
	}

	.news-card {
		position: relative;
		border: 1px solid #e5e5e5;
		cursor: pointer;
		margin-bottom: 15%;
	}

	.news-card:hover {
		box-shadow: 0px 0px 20px #a6a6a6;
		behavior: url(/public/index/css/PIE.htc);
	}

	.news-card:hover:after {
		left: 0%;
		width: 100%;
	}

	.news-card:after {
		content: "";
		width: 0;
		height: 5px;
		background: #074493;
		position: absolute;
		top: 100%;
		left: 50%;
		transition: all .5s;
	}

	.mobile-img {
		display: none;
	}

	.img {
		overflow: hidden;
	}

	.img img {
		transition: all 1s;
	}

	.news-card img:hover {
		transform: scale(1.2);
	}

	.contSty {
		padding: 0 0 10px;
	}

	.contTitle {
		color: #000000;
		font-size: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		position: relative;
		margin: 10px;
		text-align: left;
	}

	.contDesc {
		font-size: 16px;
		color: #8C8C8C;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap\0;
		-o-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		position: relative;
		line-height: 30px;
		padding: 0 10px;
		text-align: left;
	}

}

/* 手机端 */
@media screen and (max-width: 1024px) {
	html {
		/* 1rem=14px */
		font-size: 14px !important;
	}

	.more_news {
		width: 100%;
		margin-top: 15%;
		min-height: calc(100vh - 200px);
		/* background-color: red; */
	}

	/* 标题与子标题样式  start */
	.common-sub-caption-left {
		height: 18%;
		font-size: 16px;
		text-align: left;
	}

	.common-sub-title {
		font-size: 20px;
		font-weight: 600;
	}

	.cont {
		width: 90%;
		margin: auto;
	}

	.news-card {
		position: relative;
		border: 1px solid #e5e5e5;
		cursor: pointer;
		margin-bottom: 15%;
	}

	.news-card:hover {
		box-shadow: 0px 0px 20px #a6a6a6;
		behavior: url(/public/index/css/PIE.htc);
	}

	.news-card:hover:after {
		left: 0%;
		width: 100%;
	}

	.news-card:after {
		content: "";
		width: 0;
		height: 5px;
		background: #074493;
		position: absolute;
		top: 100%;
		left: 50%;
		transition: all .5s;
	}

	.pc-img {
		display: none;
	}


	.mobile-img .img {
		width: 100%;
		height: 100px;
		position: relative;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		-ms-behavior: url(../css/backgroundsize.min.htc);
		behavior: url(../css/backgroundsize.min.htc);
	}



	.contSty {
		padding: 5px;
	}

	.contTitle {
		color: #000000;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		position: relative;
		padding: 0 4px;
		text-align: left;
		line-height: 24px;

	}

	.contDesc {
		font-size: 12px;
		color: #8C8C8C;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		position: relative;
		line-height: 20px;
		padding: 0 4px;
		text-align: left;
	}
}
