﻿*{ margin:0px; padding:0px;}
body 
{
    line-height:1.5;
    font-family:微软雅黑;
}
a{ text-decoration:none;}
ul,li{ list-style:none; }


.jqfree {
    width: 1180px;
    margin-top:40px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}
.lefts,
.rights {
  display: block;
  width: 24px;
  height: 58px;
  position: absolute;
  top: 30px; 
}
.lefts 
{ 
  background: url(../images/left.png) no-repeat;
  left: 0px;
}
.rights {
  background: url(../images/right.png) no-repeat;
  right: 0px;
}  
.box li {
  float: left;
  margin-right: 20px;
}
.box li img {
  width: 220px;
  height: 110px;
}
.box li p {  
  line-height: 30px;
  text-align: center; 
  font-size: 14px;
}
.box li a {
  color: #000;
}