@charset 'utf-8';
.syslb{
position:relative;
width: 474px;
height:216px;
}
.syslb .syslb_hd{
position:absolute;
top:-50px;
right:0px;
height: 48px;
line-height: 48px;
font-size: 18px;
color: #fff;
}
.syslb .syslb_hd ul{
display: block;
float: right;
margin-right: 10px;
}
.syslb .syslb_hd ul li{
float: left;
padding: 0 8px;
}
.syslb .syslb_hd ul li.on a{
font-weight: bold;
color:#017649;
}
.syslb .syslb_hd ul li a{
font-size: 18px;
color: #333;
}
.syslb .syslb_bd .item{
padding-top: 10px;
}
.syslb .syslb_bd ul li{
float: left;
width: 237px;
height: 110px;
}
.syslb .syslb_bd ul li .pic{
float: left;
margin-right: 8px;
width: 104px;
height: 74px;
overflow: hidden;
}
.syslb .syslb_bd ul li .pic img{
display: block;
width: 104px;
height: 74px;
background-size: 100%;
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.syslb .syslb_bd ul li:hover .pic img{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.syslb .syslb_bd ul li .syslb_txt{
float: left;
width: 120px;
}
.syslb .syslb_bd ul li .syslb_txt .title{
font-size: 14px;
color: #333;
margin-bottom: 6px;
}
.syslb .syslb_bd ul li .syslb_txt .fzr{
font-size: 12px;
color: #666;
}
.syslb .syslb_bd ul li .syslb_txt .des{
font-size: 12px;
color: #666;
}