@charset "UTF-8";

.section-container {
	margin-top: 50px;
	margin-bottom: 50px;
}

.section-title {
	margin-bottom: 30px;
	font-family: 微软雅黑;
	font-size: 26px;
}

.section-title-zh {
	color: #000000;
}

.section-title-en {
	color: #A8A8A8;
}

.section-container img {
	max-width: 100%;
}

.media-news {
	border-bottom: 1px dotted #C0C0C0;
	padding-bottom: 20px;
}

.media-news a:focus, a:hover {
	text-decoration: none;
}

.news-date {
	height: 80px;
	width: 80px;
	background-color: #ff4444;
	color: #ffffff;
	text-align: center;
	padding-top: 20%;
}

.news-date-day {
	font-size: 18px;
}

.news-date-year-and-mounth {
	font-size: 14px;
}

.news-title {
	padding-top: 20px;
	color: #666;
	font-size: 18px;
	font-weight: bold;
}

.news-title a {
	color: #666;
}

.pagination li a {
	margin-left: 4px;
	margin-right: 4px;
}