/* CSS Document */
.newsList .Txt .title a, .newsList .item {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.contentBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 60px;
}
.contentBox .leftBox {
	width: 20%;
}
.contentBox .rightBox {
	width: 69.5%;
	padding: 0;
}
@media (max-width: 1400px) {
	.contentBox .leftBox {
		width: 25%;
	}
}
@media (max-width: 1023px) {
	.contentBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.contentBox .leftBox,
	.contentBox .rightBox {
		width: 100%;
	}
}

.newsBox {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 -30px;
}
@media (max-width: 1600px) {
	.newsBox {
		margin: 0 -20px;
	}
}
@media (max-width: 768px) {
	.newsBox {
		margin: 0 -12px;
	}
}
.newsBox.hide {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
}

.newsList {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.newsList .newsItem {
	width: 33.3333333333%;
	padding: 0 15px 30px;
}
@media (max-width: 1023px) {
	.newsList .newsItem {
		width: 50%;
	}
}
@media (max-width: 640px) {
	.newsList .newsItem {
		width: 100%;
	}
}
.newsList .item {
	position: relative;
	border: 1px solid #e9e9e9;
}
@media (min-width: 1201px) {
	.newsList .item:hover {
		border-color: transparent;
		-webkit-box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
		        box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
	}
	.newsList .item:hover img {
		opacity: 0.8;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}
.newsList .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.newsList .link {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 2;
}
.newsList .Txt {
	position: relative;
	padding: 15px 20px 30px 20px;
}
.newsList .Txt .newsInfoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	row-gap: 12px;
	-webkit-column-gap: 12px;
	   -moz-column-gap: 12px;
	        column-gap: 12px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.newsList .Txt .newsInfoBox .dateBox .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 2px;
}
.newsList .Txt .newsInfoBox .dateBox .date .startDate,
.newsList .Txt .newsInfoBox .dateBox .date .endDate {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
}
@media (max-width: 650px) {
	.newsList .Txt .newsInfoBox .dateBox .date .startDate,
	.newsList .Txt .newsInfoBox .dateBox .date .endDate {
		font-size: 14px;
	}
}
.newsList .Txt .newsInfoBox .dateBox .date .startDate {
	margin-right: 15px;
}
.newsList .Txt .newsInfoBox .dateBox .date .endDate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.newsList .Txt .newsInfoBox .dateBox .date .endDate:before {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #000;
	margin-right: 15px;
}
.newsList .Txt .newsInfoBox .classTitle {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
	padding: 5px 8px;
	color: #fff;
	background-color: #000;
	border-radius: 15px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width: 1180px) {
	.newsList .Txt .newsInfoBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
.newsList .Txt .title {
	margin-top: 30px;
}
.newsList .Txt .title a {
	display: block;
	font-weight: 500;
	padding-bottom: 8px;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #000;
	font-weight: bold;
	height: 58px;
}
.newsList .Txt .title a:hover {
	opacity: 0.6;
}
@media (max-width: 1180px) {
	.newsList .Txt .title a {
		height: 52px;
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.newsList .Txt .title a {
		height: 48px;
		font-size: 16px;
	}
}
.newsList .Txt .text {
	margin-top: 10px;
	height: 51px;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}
@media (max-width: 768px) {
	.newsList .Txt .text {
		margin-top: 0;
		font-size: 13px;
		height: 48px;
	}
}

.insBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.insBox .newsInfoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 10px;
	row-gap: 10px;
}
.insBox .newsInfoBox .dateBox {
	padding: 5px 0;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
}
@media (max-width: 650px) {
	.insBox .newsInfoBox .dateBox {
		font-size: 14px;
	}
}
.insBox .newsInfoBox .classTitle {
	font-weight: bold;
	font-size: 14px;
	background-color: #333;
	color: #fff;
	padding: 12px 16px;
	border-radius: 20px;
}
@media (max-width: 650px) {
	.insBox .newsInfoBox .classTitle {
		font-size: 12px;
		padding: 8px 12px;
	}
}
/*# sourceMappingURL=news.css.map */