
/*新闻列表*/
.brand-list {
}
.brand-list ul {
}
.brand-list ul li {
    float: left;
    width: 31%;
    margin: 1%;
	border:1px solid #eee;
	border-radius: 10px;
    overflow: hidden;
	transition: all 0.6s;
}
.brand-list ul li .pic {
    width: 100%;
    height: 0;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
}
.brand-list ul li .pic .brand-pic {
	position: absolute;
    top: 0%;
    left: 0%;
	width:100%;
	height:100%;
}
.brand-list ul li .pic img {
    width: 100%;
	*height: 100%;
    display: block;
    transition: all 0.6s ease;
}
.brand-list ul li .item {
    padding: 8% 5% 5%;
    background: #fff;
}
.brand-list ul li .item h3 {
    width:100%;
	height:60px;
    font-size: 20px;
    color: #000;
	font-weight:bold;
	line-height:1.6;
	text-align:center;
	
}
.brand-list ul li .item p {
    width:100%;
    height: 95px;
    line-height:26px;
    color: #999999;
    font-size: 14px;
    margin: 3% 0 10%;
    overflow: hidden;
}
.brand-list ul li .item .more {
	border-top: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    padding: 4% 2%;
    line-height: 30px;
    transition: 0.3s;
}
.brand-list ul li .item .more time {
	color:#999;
}
.brand-list ul li .item .more span {
	float: right;
    display: block;
    color: #3b8b1a;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.brand-list ul li:hover .item {
	background: #fff;
}
.brand-list ul li:hover .item h3 {
    color: #3b8b1a;
}
.brand-list ul li:hover .item p {
    color: #666;
}
.brand-list ul li:hover .item .more span {
    color: #3b8b1a;
}
.brand-list ul li .item .more span i {
    padding: 0 0 0 10px;
    font-family:"宋体";
    font-style: normal;
}
/*特效*/
.brand-list ul li:hover {
	border-radius: 10px 10px 10px 10px;
}
.brand-list ul li:hover .pic img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}
/*自适应样式*/
@media screen and (max-width:1024px){
.brand-list {
}
.brand-list ul {
}
.brand-list ul li {
    float: left;
    width: 98%;
    margin:5% 1%;
	
}
.brand-list ul li .pic {
}
.brand-list ul li .pic .brand-pic {
}
.brand-list ul li .pic .link {
	display:none;
}
.brand-list ul li .pic img {
}
.brand-list ul li .item {
    padding: 8% 5% 5%;
    background: #fff;
}
.brand-list ul li .item h3 {
    font-size: 18px;
	color:#000;
}
.brand-list ul li .item p {
    width:100%;
    height: 95px;
    line-height:1.6;
    font-size: 14px;
    margin: 3% 0 10%;
}
}
/*自适应样式 end*/
