@font-face {
	font-family: "Azo Sans Bold";
	src: url('/static/static/font/AzoSans-Bold/AzoSans-Bold.ttf'),
		url('/static/static/font/AzoSans-Bold/AzoSans-Bold.woff'),
		url('/static/static/font/AzoSans-Bold/AzoSans-Bold.woff2');
}

@font-face {
	font-family: "Azo Sans Medium";
	src: url('/static/static/font/AzoSans-Medium/AzoSans-Medium.ttf'),
		url('/static/static/font/AzoSans-Medium/AzoSans-Medium.woff'),
		url('/static/static/font/AzoSans-Medium/AzoSans-Medium.woff2');
}

@font-face {
	font-family: "Azo Sans Regular";
	src: url('/static/static/font/AzoSans-Regular/AzoSans-Regular.ttf'),
		url('/static/static/font/AzoSans-Regular/AzoSans-Regular.woff'),
		url('/static/static/font/AzoSans-Regular/AzoSans-Regular.woff2');
}

@font-face {
	font-family: "Azo Sans Light";
	src: url('/static/static/font/AzoSans-Light/AzoSans-Light.ttf'),
		url('/static/static/font/AzoSans-Light/AzoSans-Light.woff'),
		url('/static/static/font/AzoSans-Light/AzoSans-Light.woff2');
}

body {
	background: #fafafa;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.news_title {
	width: 1400px;
	margin: 0 auto;
	font-family: "Azo Sans Bold";
	font-size: 24px;
	color: #474747;
	padding: 30px 0px;
}

.news_body {
	width: 1400px;
	margin: 0 auto;
}

.news-inner-content {
	font-size: 18px;
}

#news_list_top {
	width: 100%;
	height: 780px;
	display: flex;
	justify-content: space-between;
}

#news_list_top .news_item {
	width: 675px;
	height: 100%;
	padding: 40px 50px;
	box-sizing: border-box;
	background-color: #fff;
}

#news_list_bottom {
	width: 100%;
	min-height: 460px;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

#news_list_bottom .news_item {
	width: 330px;
	height: 460px;
	padding: 25px 25px 0px 25px;
	box-sizing: border-box;
	margin-right: calc(80px / 3);
	margin-bottom: 50px;
	background-color: #fff;
}

#news_list_bottom .news_item:nth-child(4n) {
	margin-right: 0;
}

#news_list_top .news_item .item .img {
	width: 100%;
	height: 320px;
}

#news_list_top .news_item .item .img img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

#news_list_bottom .news_item .item .img {
	width: 100%;
	height: 156px;
	margin-bottom: 30px;
}

#news_list_bottom .news_item .item .img img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.news_item {
	display: flex;
	justify-content: center;
	background-color: #fff;
}

.news_item .item {
	position: relative;
}

.news_item .item .para {
	margin: 30px 0;
	font-family: "Azo Sans Regular";
	font-size: 15px;
	color: #000;
}

.news_item .item b,
.news_item .item strong {
	font-family: 'Courier New', Courier, monospace;
}


.news_item .item h1,
.news_item .item h2,
.news_container .item h1 {
	font-family: "Azo Sans Regular";
	font-size: 20px;
	color: #000;
	max-height: 140px;
	overflow: hidden;
	text-overflow: "...";
}

.news_item .item h2 a {
	font-family: "Azo Sans Regular";
	transition: all 0.2s ease-in-out;
}

.news_item .item .con {
	font-size: 16px;
	color: #888888;
	margin-top: 30px;
	overflow: hidden;
}

#news_list_top .news_item .item .con {
	font-family: "Azo Sans Regular";
	line-height: 30px;
	max-height: 120px;
}

#news_list_bottom .news_item .item .con {
	font-family: "Azo Sans Regular";
	line-height: 28px;
	max-height: 140px;
}

.news_item .item .con * {
	font-family: inherit;
}

.news_item .item .read {
	position: absolute;
	bottom: 30px;
	display: inline-block;
	font-family: "Azo Sans Regular";
	font-size: 18px;
	color: #002d5c;
	border-bottom: 2px solid #002d5c;
	cursor: pointer;
}

.news_list_more {
	font-family: "Azo Sans Regular";
	display: block;
	width: 158px;
	padding: 0;
	font-size: 16px;
	color: #cecece;
	line-height: 40px;
	text-align: center;
	margin-bottom: 60px;
	background-color: #002d5c;
	border-radius: 10px;
	cursor: pointer;
}

.news_list_more:hover {
	color: #fff;
}

/* News Details */

.news_detail_container {
	width: 100vw;
	background-color: #fff;
}

.news_detail_header {
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	background-color: #f7f7f7;
}

.news_detail_header_content {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 46px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-evenly;
}

.news_detail_header .news_detail_title {
	width: 400px;
	height: 100%;
	font-family: "Azo Sans Bold";
	font-size: 24px;
	color: #474747;
	box-sizing: border-box;
}

.news_detail_header .news_detail_img {
	width: 374px;
	height: 100%;
	margin-left: 100px;
}

.news_detail_header .news_detail_img img {
	height: 100%;
	width: 100%;
	object-fit: fill;
}

.news_detail_header .news_detail_title .news_detail_share {
	text-align: right;
	margin-bottom: 20px;
}

.news_detail_header .news_detail_title .news_detail_share img {
	width: 32px;
	height: 32px;
}

.news_detail_content {
	width: 884px;
	margin: 0 auto;
	font-family: "Azo Sans Regular";
	padding-bottom: 40px;
}

.news_detail_content strong {
	font-family: "Azo Sans Bold";
}

.news_detail_content .para {
	font-family: "Azo Sans Regular";
	font-size: 16px;
	color: #888;
	margin: 40px 0 20px;
}

.news_detail_container a{
	text-decoration:underline;
}


@media (min-width: 1280px) {
	.news_item {
		&:hover {
			box-shadow: 4px 4px 40px #888;

			a {
				font-family: "Azo Sans Regular";
				color: #002d5c;
			}

			.con {
				font-family: "Azo Sans Regular";
				color: #000;
			}
		}
	}
}

@media (max-width: 768px) {
	.news_title {
		width: 100%;
		font-size: 24px;
		color: #474747;
		padding: 20px 0px;
		text-align: center;
	}

	.news_body {
		width: 100%;
	}

	#news_list_top {
		width: 100%;
		height: auto;
		display: block;
	}

	#news_list_bottom {
		width: 100%;
		display: block;
		margin-top: 30px;
	}

	#news_list_top .news_item {
		height: 460px;
		width: 100%;
		box-sizing: border-box;
		padding: 30px 20px;
		margin-bottom: 30px;
	}

	.news_item .item {
		width: 360px;
	}

	#news_list_top .news_item .item .img {
		height: 200px;
	}

	#news_list_top .news_item .item .con {
		line-height: 28px;
		max-height: 140px;
	}

	#news_list_bottom .news_item {
		height: 500px;
		width: 100%;
		box-sizing: border-box;
		padding: 30px 20px;
		margin-right: 0;
		margin-bottom: 30px;
	}

	#news_list_bottom .news_item .item .img {
		height: 200px;
	}

	.news_detail_header_content {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
		display: flex;
        flex-direction: column;
	}

	.news_detail_header {
		width: 100%;
		height: auto;
	}

	.news_detail_header .news_detail_title {
		width: 94%;
		height: 100%;
		font-family: "Azo Sans Bold";
		font-size: 24px;
		color: #474747;
		padding: 20px 10px;
		box-sizing: border-box;
		margin: 0 auto;
		order: 1;
	}

	.news_detail_content {
		width: 94%;
		margin: 0 auto;
		font-family: "Azo Sans Regular";
		padding-bottom: 40px;
	}

	.news_detail_header .news_detail_img {
		width: 100%;
		height: 100%;
		margin-left: 0;
		order: 0;
	}

	.news_list_more {
		margin: 0 auto 60px;
	}
}