@charset "utf-8";

/* 最新消息 */
.news .news-border > div:not(:first-child),
.news .news-catalog > div:not(:first-child) {
	margin-top: 40px;
}

.news .news-border > .title {
	font-weight: bold;
	color: #e56c6e;
	font-size: 24px;
	line-height: 33px;
}

.news .news-border > .title-border.fa-book:before {
	margin-right: 5px;
}

.news .items .left,
.news .items .right {
	padding: 0 15px;
	box-sizing: border-box;
}

.news .items .left {
	width: 41.66666666666667%;
}

.news .right > div:not(:first-child) {
	margin-top: 10px;
}

.news .items {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6;
	color: #635f60;
}

.news .news-border .items .img {
	margin-top: 0;
	padding: 3px;
	border: solid 1px #eee;
}

.news .items .title {
	color: #585f69;
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
	font-size: 24px;
	line-height: 33px;
}

.news .items .date,
.news .items .bgo {
	display: flex;
	font-weight: normal;
	line-height: 1.6;
}

.news .items .date:before {
	margin-right: 5px;
}

.news .items .bgo-border {
	white-space: nowrap;
	border: 0;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	font-weight: 400;
	padding: 6px 13px;
	position: relative;
	background: #e56c6e;
	display: inline-block;
	text-decoration: none;
}

.news .items .bgo-border i {
	padding-right: 3px;
}

.news .Page-border {
	display: flex;
	justify-content: center;
}

.news .Page .items.previous {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.news .Page .items {
	color: #777;
	padding: 5px 15px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.news .Page .items.active {
	background: #c0392b;
	border: 1px solid #c0392b;
	color: #fff;
}

.news .Page .items:hover {
	background: #e56c;
	border: 1px solid #e56c;
	color: #fff;
}

/* 最新消息-目錄 */
.news .news-border .news-catalog .items .img .img-border {
	display: flex;
	justify-content: center;
	height: 216.75px;
}

/* 最新消息-文章 */
.news .news-article .items-head {
	margin: 25px 0;
}

.news .news-article .date {
	margin-top: 10px;
}

.news .news-article .items .img {
	margin-top: 10px;
}

.news .news-article .goback {
	display: flex;
	justify-content: center;
	margin: 20px;
}

.news .news-article .goback-border {
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #777;
	padding: 5px 15px;
	border-radius: 4px;
}

@media screen and (max-width: 999px) {
	.news .items .left {
		width: auto;
	}
}
