.news-title{
    display: block;
    width: 100%;
    height: auto;
    font-family: 'HYQiHei-45S', 'Microsoft YaHei', Helvetica,Hiragino Sans GB;
    font-size: 25px;
    color: #222222;
    letter-spacing: 2px;
    margin: 4% 0;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
	}		
  @media (max-width: 768px) {	
	 .heath-title{
		margin:5% auto 2% auto;
		font-size:21px;
		font-weight:bold;
		}	
	 .news-title{
		font-size:21px;
		font-weight:bold;
		}			 
}
  @media (max-width: 640px) {		
	 .news-title{
		margin:6% auto;
		}			 
}
  @media (max-width: 480px) {	
	 .heath-title{
		margin:5% auto 1.2% auto;
		}	 
}


.product-tab-title{
    display: block;
    width:96%;
    max-width:1280px;
	margin:0 auto;
	border-bottom:1px solid #cccccc;
	}	
.product-tab-span{
	display: inline-block;
	padding: 8px 20px;
	margin:0 0 -1px 0;
	background-color:#ffffff;
	font-size:14px;	
	color:#222222;	
	border:1px solid #cccccc;
	border-radius:6px 6px 0 0;
	border-bottom:0;
	}	
.product-tab-span label{
	border-bottom:1px solid #ad0008;
	font-weight:bold;
	}

.item-list-box{ 
	width:96%;
	max-width:1280px;
	text-align:left;
	margin:0 auto;
	padding:60px 0 20px 0; 
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;	
	} 
.article{
	width:27.5%;
	text-align:left;
	display:inline-block;
	margin:0 0 3% 5%;
	text-decoration:none; 
	color:#F63;
	vertical-align:top;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	} 
.article .aside{
	position:relative;
	margin:0 0 30px 0;
	outline: 1px solid #cccccc;
	background-color: #e0e0e0;
	background: #e0e0e0 url(../images/map-logo.png) no-repeat center;
	}

.article .aside img{ width:100%; }			
.article h3{ 
    font-size: 20px;
    color: #222;
    line-height: 1;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 600;
	}
.article a{ 	
	color:#e07a11;
	}
.article p{ 
	font-size:15px;
	color:#999999;
	line-height:1.2;
	margin:0;			
	padding:0;
	font-weight:normal;
	}
.article p a{
	color:#cd4f44;
	text-decoration:underline;				
	}
.article p a:hover{ color:#BD9F74; }

@media screen and (max-width: 640px) {
.article{
	width: 41.5%;
    margin: 0 0% 8% 6%;
	} 

.article h3{ 
	font-size:17px;			
	}
}