﻿/* CSS Document */
*{font-family:"微软雅黑";margin:0;padding:0;list-style:none;text-decoration:none;box-sizing:border-box; }

.clearfix{clear:both;}

.product .title-container li{
	width:calc(100% / 3);
	float:left;
	border-right:1px solid #666;
}

.product-wrap {
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	position:relative;
}



/*新闻定义样式*/
.about,.about>.top-title,.news,.news>.top-title{
	margin-bottom:0;
}
.news .title-container ul{
	max-width:285px;
	margin:28px auto;
}
.news ul a{
	color:#666;
}
.news .news-img{
	width:calc(100% / 3 - 20px);
	height:450px;
	float:left;
	overflow:hidden;
	margin:0 10px;
	margin-bottom:10px;
	background:#f6f6f6;
	border-bottom:1px solid  #f0a34a;
	position:relative;
}
.news .news-img img{height:259px;
	
}
.new-text {
	padding:20px 10px 40px;
	text-align:left;
}
.new-text h3{
	font-size:15px;
	color:#666;
	text-decoration:underline;
	margin-bottom:20px;
}
.new-text p{
  text-align:justify;
  word-break: break-all;
}
.new-text a{
	color:#666;
	text-decoration:underline;
	font-weight:bold;
	margin-top:10px;
}
.new-text a:hover{
	color:red;
}
.new-top {
	width:80px;
	height:56px;
	background:#f0a34a;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0;
	padding:10px 0;
}
.new-top h3{
	font-size:20px;
	margin:0 auto;
	margin-top:8px;
}
.new-top h3,.new-top p{
	color:white;
   text-align:center;
}
