#gnav4 a:link {
	text-decoration: underline !important;
}

#page_title {
	background: url('../../sustech/images/about/bg_pagetitle.webp') no-repeat top center;
	background-size: cover;
}

main {
	position: relative;
}

#news_list {
	/* 	width:calc(80% - 360px); */
	max-width: 1080px;
	margin: 0 auto;
	border-top: 2px solid #003399;
}

#news_list dl {
	border-bottom: 2px solid #003399;
	padding: 20px 0;
	font-size: 18px;
	clear: both;
}

#news_list dl::after{
	content: "";
	clear: both;
	display: block;
	width: 100%;
	height: 0;
}

#news_list dt {
	width: 170px;
	color: #003399;
	flex: none;
}

#news_list dd .thumb{
	width: 80px;
	height: auto;
	vertical-align: top;
	margin: 0 20px 0 0;
	float: left;
}

.pagenation_box{
	text-align: center;
	margin: 30px 0;
}

.pagenation_box .current{
	border: 1px solid #999;
	padding: 8px 10px;
	margin: 0 4px;
	background-color: #999;
	color: #fff;
}

.pagenation_box a.page-numbers{
	border: 1px solid #000;
	padding: 8px 10px;
	margin: 0 4px;
}

.pagenation_box a{
	text-decoration: none;
}


aside {
	border: 1px solid #ccc;
	padding: 20px;
	margin: 0 10px;
/* 	width: 220px; */
	box-sizing: border-box;
/* 	position: absolute; */
	top: 0;
	right: 5%;
}

aside h3 {
	text-align: center;
	margin: 0 auto 20px;
	font-size: 16px;
}

aside ul {
	list-style: none;
/* 	text-align: center; */
}

aside ul li {
	margin-bottom: 20px;
}

aside ul li h4{
	font-weight: normal;
	font-size: 14px;
}

#news_item {
/* 	width: calc(80% - 360px); */
/* 	max-width: 1080px; */
	margin: 0 auto;
	font-size: 18px;
}

#news_item h3 {
	font-size: 18px;
	border-bottom: 3px solid #003399;
	padding: 10px;
	margin: 0 0 20px;
	line-height: 1.8;
	text-align-last: left;
}

#news_item h3 time{
	background:  #fff;
	color: #003399;
	padding: 7px 10px;
	font-size: 12px;
	margin: 0 30px 0 0;
}


#news_item article p {
	margin: 0 0 1em 0;
	text-align: justify;
}

.goback{
	text-align: right;
	margin: 10px 10px 30px;
}

.goback a{
	border: 1px solid #003399;
	color: #003399;
	padding: 10px;
	text-decoration: none;
	margin: 40px 0;
}