@import url(products.css);
@import url(news.css);

.banner {
	height: 500px;
	overflow: hidden;
}

.banner .item {
	height: auto;
	padding: 0;
	float: left;
}

.banner .item a {
	display: block;
}

.main-title .title {
	color: #585858;
	margin-top: 30px;
}

.content .col {
	position: relative;
	height: 231px;
}

.site-about {
	float: left;
	width: 430px;
	background: url(../images/index/site-about.jpg);
	padding: 15px 20px;
}

.site-about .editor {
	width: 230px;
	height: 120px;
	overflow: hidden;
}

.site-about .title {
	width: 256px;
	border-bottom: solid #B2B2B2 1px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.site-about .btn.more {
	position: static;
	margin-top: 5px;
}

.site-new {
	float: right;
	width: 295px;
	background: url(../images/_icon/arrow_bg02.png) no-repeat 240px 185px, #F3F3F3;
	padding: 10px;
}

.site-new .btn.more {
	border: none;
	right: 10px;
	top: 201px;
}

.news-list .item {
	background: none;
}

.news-list .item a {
	padding: 0px;
	background: none;
}

.news-list .pic {
	width: 82px;
}

.news-list .txt {
	width: 160px;
}

.news-list .title {
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 5px;
}

.news-list li+li {
	margin-top: 5px;
}

.btn.more {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #858585;
	border: solid #B2B2B2 1px;
	padding: 5px 10px;
}

.btn.more:before {
	content: "+";
	margin-right: 5px;
}

.btn.more:hover {
	color: #EA7C1E;
	border-color: #EA7C1E;
}

.row .title strong {
	font-family: "Esteban";
	font-weight: normal;
	font-size: 19px;
	color: #005FAA;
	margin-right: 10px;
}

.row .title span {
	color: #666;
}