.home {
    height: 748px;
    background: url(../img/home_bj.png) no-repeat #fff;
    background-size: 100%;
    position: relative;
}
.container{
	width: 1024px;
    min-width: 1024px;
    margin: 0 auto;
}
.logo {
    padding: 24px 0 0 24px;
}
.title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin:80px 0 30px;
    font-family: '方正正中黑简体','微软雅黑';
}
.record{
  text-align: right;
  margin-right:54px;
  padding-bottom: 10px;
}
.ranking{
  text-align: right;
  padding:10px 0 10px 0;
}
.record a,.ranking a{
  font-size: 18px;
  //background:url(../img/icon1.png)no-repeat right center;
  background-size:30px;
  padding-right:30px;
}
.record a{
  color:#fff;
}
.ranking a{
  color:#0dcee7;
}
.ranking a{

}
.main{
    width: 920px;
    margin: 0 auto;
    box-shadow: 0 2px 16px rgba(54,153,221,.55);
    background: #eff7fc;
    margin-bottom: 20px;
}
.main h1 {
    line-height: 40px;
    background: #3699dd;
    text-align: center;
    font-size: 21px;
    color: #fff;
    font-family: '方正正中黑简体','微软雅黑';
}
.main h1:before, .main h1:after {
    content: '·············';
    font-family: '宋体';
    font-size: 14px;
    letter-spacing: -8px;
    margin: 0 20px;
}
.homeCont{
    text-align: center;
    min-height: 463px;
}
.main h2 {
    line-height: 80px;
    text-align: center;
    font-size: 21px;
}
.list{
    overflow: hidden;
    padding:0 50px 0;
}
.list li{
  position: relative;
  float:left;
  width:190px;
  height:160px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 5px rgba(224,224,224,.75);
  text-align: center;
  margin-right:20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.list li:nth-child(4n){
    margin-right:0;
}
.list li h3{
  font-size: 17px;
  padding:35px 8px 0;
  line-height: 22px;
}
.list li h4{
  width:88px;
  font-size: 14px;
  line-height: 30px;
  background:#f9ffff;
  border:2px solid #bedbff;
  border-radius: 15px;
  margin:15px auto 25px;
}
.time{
  padding: 10px 0 0px;
  background: #f9ffff;
  border: 2px solid #bedbff;
  border-radius: 5px; 
  margin: 15px 10px;
}
.list li p{
  font-size: 12px;
  color:#999;
  margin-bottom: 10px;
}
.list .notStart{
  background:#fff url(../img/unstart.png) no-repeat right top;
  background-size:51px 49px;
}
.list .endClass{
  background:#fff;
  background-size:51px 49px;
}
.list .endClass .time,.list .notStart .time{
  background:#e8e7e7;
}