@charset "UTF-8";

.pics_wrap {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1900px
}

.section-container {
	margin-top: 50px;
	margin-bottom: 50px;
}

.section-title {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.section-title-zh {
	letter-spacing: 4px;
}

.panel-body {
	padding-top: 0px;
}

.new-products-panel {
	cursor: pointer;
}

.new-products-img {
	height: 260px;
	width: 100%;
}

.new-products-text {
	margin-top: 10px;
}

.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;
}