h1.news, .type{
	font-weight: normal;
	font-size: 24px;
	padding-left: 50px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	background: url(/images/common/icon_news.png) left top no-repeat;
	margin-bottom: 20px;
}


article.newsList .newsTab{
	border-bottom: 2px solid #999;
	margin-bottom: 10px;
	height: 54px;
}
article.newsList .newsTab.information{
	border-bottom: 2px solid #eb6877;
}
article.newsList .newsTab.newProducts{
	border-bottom: 2px solid #7ecc84;
}
article.newsList .newsTab:after
{
	content: "";
	display: block;
	clear: both;
}
article.newsList .newsTab li
{
	float: left;
	margin-right: 4px;
	text-align: center;
	border-radius: 3px 3px 0 0;
	transition: .3s all;
	overflow: hidden;
}
article.newsList .newsTab li h2
{
	padding-top: .8em;
	width: 294px;
	height: 50px;
	display: inline-block;
	transition: .3s all;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}
article.newsList .newsTab li.current h2{
	height: 52px;
}
article.newsList .newsTab li h2:hover, article.newsList .newsTab li.current h2
{
	color: #fff !important;
	text-decoration: none;
}
article.newsList .newsTab li:not(.current)
{
	cursor: pointer;
}
article.newsList .newsTab li:last-child
{
	margin-right: 0;
}
article.newsList .newsTab li#tabAll h2
{
	color: #999;
}
article.newsList .newsTab li#tabInformation h2
{
	color: #eb6877;
}
article.newsList .newsTab li#tabNewProducts h2
{
	color: #7ecc84;
}
article.newsList .newsTab li#tabAll h2{
    background: rgba(153, 153, 153, 0.3);
}
article.newsList .newsTab li#tabAll:hover h2, article.newsList .newsTab li#tabAll.current h2{
    background: rgba(153, 153, 153, 1);
}
article.newsList .newsTab li#tabInformation h2{
    background: rgba(235, 104, 119, 0.3);
}
article.newsList .newsTab li#tabInformation:hover h2, article.newsList .newsTab li#tabInformation.current h2{
    background: rgba(235, 104, 119, 1);
}
article.newsList .newsTab li#tabNewProducts h2{
    background: rgba(126, 204, 132, 0.3);
}
article.newsList .newsTab li#tabNewProducts:hover h2, article.newsList .newsTab li#tabNewProducts.current h2{
    background: rgba(126, 204, 132, 1);
}
article.newsList .newsYear{
	padding: 30px 40px;
	background: #eee;
	margin-bottom: 20px;
}
article.newsList .newsYear p{
	margin-right: 20px;
}
article.newsList .newsYear p, article.newsList .newsYear div{
	display: inline-block;
}
article.newsList .newsYear div select{
	padding: 5px 30px;
	border-radius: 3px;
	font-size: 1.2em;
}
article.newsList .listArea li{
	margin-bottom: 20px;
}
article.newsList .listArea li:after{
	content: "";
	display: block;
	clear: both;
}
article.newsList .listArea li div{
	font-size: 12px;
	float: left;
	padding: 5px 10px;
}
article.newsList .listArea li div.date{

}
article.newsList .listArea li div.category{
	text-align: center;
	background: #aaa;
	width: 100px;
	color: #fff;
}
article.newsList .listArea li.information div.category{
	background: #eb6877;
}
article.newsList .listArea li.newProducts div.category{
	background: #7ecc84;
}
article.newsList .listArea li div.title{
	float: none;
	margin-left: 190px;
}
article.newsList .listArea li div.title a{
	color: #333;
}
.detail.news .category{
	margin-bottom: 10px;
}
.detail.news .category div{
	text-align: center;
	background: #aaa;
	width: 100px;
	color: #fff;
}
.detail.news .category.information div{
	background: #eb6877;
}
.detail.news .category.newProducts div{
	background: #7ecc84;
}
.detail.news h1{
	font-size: 30px;
	font-weight: bold;
	border-bottom: 2px solid #cfcfcf;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.detail.news .date{
	text-align: right;
	font-size: 18px;
}
.detail.news .btnReturn{
	text-align: center;
}
.detail.news .btnReturn a{
	display: inline-block;
	width: 300px;
	padding: 10px;
	background: url(/images/common/link_arrow_left.png) 20px center no-repeat #999;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	margin: 50px 0;
	transition: .3s all;
}
.detail.news .btnReturn a:hover{
	opacity: .7;
	text-decoration: none;
}