@charset "utf-8";

.newsSub {
	padding-top: 13px;
	padding-bottom: 125px;
}

.newsSub .main {
	border-top: 1px solid #b4b4b4;
}

.newsSub_list {
	padding-top: 55px;
}

.newsSub_list>li {
	margin-bottom: 33px;
}

.newsSub_list>li:last-child {
	margin-bottom: 0px;
}

.newsSub_lBox {
	border: 1px solid #c5c5c5;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
	display: flex;
	padding: 18px 12px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
}

.newsSub_left {
	width: 204px;
	flex: none;
	display: flex;
	align-items: center;
}

.newsSub_img {
	position: relative;
}

.newsSub_img img {
	display: block;
	width: 100%;
}

.newsSub_img div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

.newsSub_right {
	width: calc(100% - 204px);
	flex: auto;
	padding: 23px 0 23px 40px;
}

.newsSub_content {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.newsSub_text {
	flex: auto;
	height: 100%;
	display: flex;
	align-items: center;
	padding-right: 105px;
}

.newsSub_time {
	width: 235px;
	flex: none;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #c5c5c5;
	box-sizing: border-box;
}

.newsSub_title {
	font-size: 3.0rem;
	color: #2c2c2c;
	line-height: 1.4;
	font-weight: bold;
	text-align: justify;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newsSub_inner {
	font-size: 2.4rem;
	color: #504f4f;
	line-height: 1.7;
	text-align: justify;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-top: 15px;
	word-break: break-all;
}

.newsSub_time p:nth-child(1) {
	font-size: 3.6rem;
	color: #999999;
	font-weight: bold;
	text-align: center;
}

.newsSub_time p:nth-child(2) {
	font-size: 2.4rem;
	color: #999999;
	text-align: center;
	margin-top: 15px;
}

.newsSub_list a {}

.newsSub_list a:hover {
	opacity: 0.8;
}

.newsSub_list a:hover .newsSub_title,
.newsSub_list a:hover .newsSub_inner {
	color: #014099;
}

.newsSub_list a:hover .newsSub_lBox {
	box-shadow: 0px 2px 8px 0px rgba(1, 64, 153, 0.3);
}

.page_list_box {
	margin-top: 80px;
}

@media only screen and (max-width: 1620px) {
	.newsSub_left {
		width: 180px;
	}

	.newsSub_text {
		padding-right: 50px;
	}

	.newsSub_title {
		font-size: 2.6rem;
	}

	.newsSub_inner {
		font-size: 2.0rem;
		padding-top: 20px;
	}

	.newsSub_time {
		width: 160px;
	}

	.newsSub_time p:nth-child(1) {
		font-size: 3.0rem;
	}

	.newsSub_time p:nth-child(2) {
		font-size: 2.0rem;
		margin-top: 10px;
	}

}

@media only screen and (max-width: 1200px) {
	.newsSub {
		padding-bottom: 100px;
	}

	.newsSub_left {
		width: 140px;
	}

	.newsSub_right {
		padding: 20px 0 20px 30px;
	}

	.newsSub_text {
		padding-right: 30px;
	}

	.newsSub_title {
		font-size: 2.4rem;
	}

	.newsSub_inner {
		font-size: 1.8rem;
		padding-top: 15px;
	}

	.newsSub_time {
		width: 120px;
	}

	.newsSub_time p:nth-child(1) {
		font-size: 2.6rem;
	}

	.newsSub_time p:nth-child(2) {
		font-size: 1.8rem;
		margin-top: 5px;
	}

}

@media only screen and (max-width: 1024px) {
	.newsSub {
		padding-bottom: 80px;
	}

	.newsSub_left {
		width: 120px;
	}

	.newsSub_right {
		padding: 10px 0 10px 20px;
	}

	.newsSub_text {
		padding-right: 20px;
	}

	.newsSub_title {
		font-size: 2.2rem;
	}

	.newsSub_inner {
		font-size: 1.6rem;
		padding-top: 10px;
	}

	.newsSub_time {
		width: 100px;
	}

	.newsSub_time p:nth-child(1) {
		font-size: 2.4rem;
	}

	.newsSub_time p:nth-child(2) {
		font-size: 1.6rem;
	}

	.page_list_box {
		margin-top: 60px;
	}

}

@media only screen and (max-width: 768px) {
	.newsSub {
		padding-bottom: 60px;
	}

	.newsSub_left {
		width: 80px;
	}

	.newsSub_right {
		padding: 5px 0 5px 15px;
	}

	.newsSub_title {
		font-size: 2.0rem;
	}

	.newsSub_inner {
		font-size: 1.4rem;
		padding-top: 5px;
	}

	.newsSub_lBox {
		padding: 10px 10px;
	}

	.newsSub_time {
		width: 80px;
	}

	.newsSub_time p:nth-child(1) {
		font-size: 2.0rem;
	}

	.newsSub_time p:nth-child(2) {
		font-size: 1.4rem;
	}

}

@media only screen and (max-width: 480px) {

	.newsSub {
		padding-bottom: 50px;
	}

	.newsSub_list {
		padding-top: 50px;
	}

	.newsSub_left {
		width: 60px;
	}

	.newsSub_title {
		font-size: 1.8rem;
	}

	.newsSub_inner {
		font-size: 1.2rem;
		padding-top: 5px;
	}

	.newsSub_right {
		padding: 5px 0 5px 10px;
	}

	.newsSub_text {
		padding-right: 10px;
	}

	.newsSub_time {
		width: 70px;
	}

	.newsSub_time p:nth-child(1) {
		font-size: 1.8rem;
	}

	.newsSub_time p:nth-child(2) {
		font-size: 1.4rem;
	}

	.newsSub_lBox {
		padding: 10px 0 10px 10px;
	}

	.newsSub_list>li {
		margin-bottom: 20px;
	}

	.page_list_box {
		margin-top: 0px;
	}

}