
/* 新闻列表 */
.newslist .item{background-color: #f7f7f7; margin-bottom: 20px;padding: 20px;}
.newslist .item .pic{width: 250px;height: 160px;overflow: hidden;}
.newslist .item .pic img{width: 100%;height: 100%; display: block;transition: all 0.6s linear;}

.newslist .item .infor{width: 76%;height: 160px;}
.newslist .item .infor .tit{font-size: 18px;line-height: 24px;height: 24px;margin-bottom:15px;}
.newslist .item .infor .time{font-size: 12px;color: #999;height: 20px;}
.newslist .item .text{line-height: 24px;height: 48px;overflow: hidden;margin: 13px 0;}
.newslist .item:hover .pic img{transform: scale(1.1);}
.newslist .item:hover{box-shadow: 0 2px 15px rgba(0,0,0,0.15);outline: 1px solid #52B00F;background-color: #fff;}
.newslist .item:hover .tit{color: #52B00F;}

.nextnews{height: 85px;}
.nextnews .left{width: 90%;float: left;}
.nextnews .left .list{height: 40px;padding:10px 20px 10px 100px;position: relative;line-height: 20px;border-radius: 3px 0 0 3px;overflow: hidden;margin-bottom: 5px;background-color: #ededed;color: #666; display: block;}
.nextnews .left .list span{width: 85px;text-align: center;height: 40px;line-height: 40px;background-color: #d4d4d4;position: absolute;top: 0;bottom: 0;left: 0;}
.nextnews .left .list:hover p{color: #52B00F;}
.nextnews .r_back{width: 10%;float: right;text-align: center;line-height: 85px;height: 85px;display: block;background-color: #d4d4d4;}

.nextnews .r_back:hover{background-color: #bbb9b9;}

/* 案例中心 */

.caselist .item{width:370px;float: left; margin: 0 25px 25px 0;padding: 15px 15px 0 15px;background-color: #f3f5f9;}
.caselist .item:nth-child(3n){margin-right: 0;}
.caselist .item .pic{width: 100%;height: 238px;overflow: hidden;background-color: #CCCCCC;}
.caselist .item .pic img{width: 100%;height: 100%; display: block;transition: all 0.6s;}
.caselist .item .pic video{width: 100%;height: 100%;background-color: #000;}
.caselist .item .tit{padding: 15px 0;line-height: 30px;height: 60px;}
.caselist .item:hover .pic img{transform: scale(1.1);}
.caselist .item:hover .tit{color: #55A532;}
.caselist .item:hover{box-shadow: 0 0px 13px rgba(0,0,0,0.15);background-color: #FFF;}














