.index_list{
border:1px solid #dfdfdf;
border-top:none;
}
.index_list ul{
padding: 5px;
padding-left: 12px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.index_list ul li{
width:100%;
float:left;
line-height: 25px;
background: url(/uploads/image/scnews/list2.jpg) 3px center no-repeat;
padding-left: 14px;
}
.index_list ul li a{
display:block;
float:left;
color:#696969;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 75%;
}
.index_list ul li a:hover{
color:#de3237;
text-decoration:underline;
}
.buy-list li{list-style: none;}
.buy-list {overflow: hidden;line-height: 25px;}
.indexfolc{
box-sizing: border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
width: 100%;
clear: both;
}
.indexfolc li{
box-sizing: border-box;
float: left;
width: 306px;
height: 65px;
border: 1px solid #dddddd;
background: #e63539;
padding: 5px;
overflow: hidden;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
-ms-transition: all .3s ease-in-out 0s;
-o-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
}
.indexfolc li:hover{
background: #de3237;
border: 1px solid #de3237;
}
.indexfolc li i{
display: block;
width: 40px;
height: 50px;
float: left;
background-image: ;
background-repeat: no-repeat;
background-position: 0 -50px;
-webkit-transition: all .3s ease-in-out 0.1s;
-moz-transition: all .3s ease-in-out 0.1s;
-ms-transition: all .3s ease-in-out 0.1s;
-o-transition: all .3s ease-in-out 0.1s;
transition: all .3s ease-in-out 0.1s;
}
.indexfolc li em{
display: block;
float: left;
width: 50px;
height: 50px;
background-image: ;
background-repeat: no-repeat;
float: left;
background-position: -50px 0;
position: relative;
left: -10px;
-webkit-transition: all .3s ease-in-out 0.1s;
-moz-transition: all .3s ease-in-out 0.1s;
-ms-transition: all .3s ease-in-out 0.1s;
-o-transition: all .3s ease-in-out 0.1s;
transition: all .3s ease-in-out 0.1s;
}
.indexfolc li span{
display: block;
clear: both;
font-size: 16px;
color: #666;
position: relative;
top: -4px;
float:left;
text-align: left;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
-ms-transition: all .3s ease-in-out 0s;
-o-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
margin-left:75px;
margin-top: -30px;
font-weight: bold;
}
.indexfolc li:hover span{
color: #ffffff;
}
.indexfolc li:hover em{
background-position: 0 0;
}
.indexfolc li:hover i{
background-position: -50px -50px
}
/* 信用公示 */
.xygs{
margin-top: 10px;
}
.xygs-nr{
border: 1px solid #e6e6e6;
height: 340px;
}
.xygs-nr ul{
background-color: #f2f2f2;
}
.xygs li{
display: inline-block;
vertical-align: middle;
font-size: 14px;
transition: all .2s;
-webkit-transition: all .2s;
position: relative;
line-height: 40px;
min-width: 65px;
padding: 0 15px;
text-align: center;
cursor: pointer;
}
.xygs li.active{
background-color: #fff;
}
.xygs table{
width: 100%;
}
.xygs td{
line-height: 30px;
}
/* 首页 å‹æƒ…链接*/
.link{
border: 1px solid #dfdfdf;
margin-top: 20px;
}
.link .link-title{
height: 39px;
background:url(/uploads/image/simages/link.png);
}
.link ul{
display:inline-block;
}
.link ul li{
float:left;
padding:10px 10px 0 10px;
}
.link ul li a{
color:#696969;
}
.link ul li a:hover{
color:#de3437;
text-decoration:underline;
}
/* 专æ */
.zl{
list-style-type: none;
}
.zl li{
height: 40px;
margin-bottom: 15px;
line-height: 40px;
font-size: 15px;
cursor: pointer;
background: #eee;
text-align: center;
border-left: 4px solid #e22323;
}
.zl li:hover{
background: #e22323;
}
.zl li a{
display: block;
height: 40px;
font-weight: bold;
}
.zl li:hover a{
color: #ffffff;
}