

/* news.html */

.banner {
	width: 100%;
	height: 360px;
	margin: 0 auto;
	background: url('../imgs/news/banner.jpg') no-repeat center top;
}

.news {
	width: 100%;
	height: auto;
	margin: 30px auto 0;
}
.news .tit {
	width: 1120px;
	height: auto;
	margin: 0 auto;
}
.news .tit img {
	width: 152px;
	height: 72px;
}
.news .tit .tabTit {
	margin-top: 8px;
	padding-bottom: 11px;
	border-bottom: 1px solid #999;
}
.news .tit .tabTit li {
	width: 315px;
	height: 50px;
	float: left;
}
.news .tit .tabTit li a {
	width: 315px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	float: left;
	color: #fff;
	background: url('../imgs/news/product_tab_center.png') no-repeat center top;
}
.news .tit .tabTit li.first, .news .tit .tabTit li.first a {
	width: 300px;
}
.news .tit .tabTit li.first a {
	background: url('../imgs/news/product_tab_left.png') no-repeat center top;
}
.news .tit .tabTit li.last a {
	background: url('../imgs/news/product_tab_right.png') no-repeat center top;
}
.news .tit .tabTit li.first a:hover{background: url('../imgs/news/product_tab_left_h.png') no-repeat center top;}
.news .tit .tabTit li a:hover{background: url('../imgs/news/product_tab_center_h.png') no-repeat center top;}
.news .tit .tabTit li a.active {
	background: url('../imgs/news/product_tab_center_h.png') no-repeat center top;
}
.news .tit .tabTit li.first a.active {
	background: url('../imgs/news/product_tab_left_h.png') no-repeat center top;
}
.news .tit .tabTit li.last a:hover{background: url('../imgs/news/product_tab_right_h.png') no-repeat center top;}
.news .tit .tabTit li.last a.active {
	background: url('../imgs/news/product_tab_right_h.png') no-repeat center top;
}
.news .cont {
	width: 1120px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	display: none;
}
.news .list {
	width: 1120px;
	height: auto;
	margin: 20px auto 30px;
	overflow: hidden;
}
.news .list li {
	width: 100%;
	height: 131px;
	background: #f6f6f6;
	float: left;
	overflow: hidden;
	margin-bottom: 6px;
}
.news .list li img {
	width: 148px;
	height: 123px;
	float: left;
	margin: 4px 10px 0 5px;
}
.news .list li .info {
	float: left;
	width: 944px;
	margin-top: 16px;
}
.news .list li .info h3 {
	font-size: 18px;
	width: 100%;
	float: left;
}
.news .list li .info h3 a {
	color: #000;
}
.news .list li .info h3 a:hover {
	color: #a7cc3a;
}
.news .list li .info p {
	font-size: 14px;
	color: #868686;
	width: 100%;
	line-height: 28px;
	float: left;
}
.news .list li .info p i {
	font-size: 16px;
}
.news .list li .info p a {
	float: right;
	width: 118px;
	height: 21px;
	background: url('../imgs/news/more.png') no-repeat center top;
	text-align: center;
	line-height: 21px;
	color: #3a3a44;
	font-size: 13px;
}
.news .list li .info p a:hover {
	text-decoration: underline;
}























