﻿@charset "utf-8";
/* CSS Document */

.businessWrap{
  width:1140px;
  height:800px;
  margin:0 auto;
  overflow:hidden;
  background-color:#4C5366;
}
.businessClass{
  width:1140px;
  height:300px;
  background-color:#003366;
  background-image:url(../img/businessClassBG.jpg);
  background-repeat: no-repeat;  
  background-size:100% 100%;
  overflow:hidden;
}
.businessClassMain{
  width:auto;
  height:auto;
  padding:40px;
  overflow:hidden;
}
.businessClassMainTitle{
  width:100%;
  height:50px;
  font-size:24px;
  font-weight:600;
  color:#FFFFFF;
}
.businessClassMainSummary{
  width:500px;
  height:auto;
  line-height:20px;
  font-size:12px;
  color:#FFFFFF;
}
.businessClassMainMore{
  width:100px;
  height:45px;
  font-size:16px;
  line-height:45px;
  background-color:#009FF0;
  margin-top:10px;
  text-align:center;
}
.businessClassMainMore a{
  color:#FFFFFF;
}
.businessContent{
  width:99999px;
  height:350px;
  padding:30px;
  position:relative;
}
.businessList{
  width:auto;
  height:350px;
  position:absolute;
}
.businessList li{
  width:250px;
  height:350px;
  float:left;
  overflow:hidden;
  margin-right:20px;
  background-color:#009FF0;
}
.businessList li img{
  width:100%;
}
.businessListTitle{
  width:230px;
  height:40px;
  margin:0 auto;
  line-height:40px;
  font-size:16px;
  color:#FFFFFF;
  font-weight:600;
}
.businessListTime{
  width:230px;
  height:30px;
  margin:0 auto;
  line-height:20px;
  font-size:14px;
  color:#FFFFFF;
}
.businessListSummaryHide{
  display:none;
}
.businessListSummary{
  width:230px;
  height:auto;
  margin:0 auto;
  overflow:hidden;
  line-height:20px;
  font-size:12px;
  color:#FFFFFF;
}
.businessListMore{
  width:230px;
  height:18px;
  text-align:right;
  margin: 0 auto;
  line-height:18px;
  font-size:12px;
  color:#FFFFFF;
  cursor:pointer;
}
.businessProgressBar{
  width:1100px;
  height:10px;
  margin:0 auto;
  margin-top:30px;
  position:relative;
  background-color:#999999;
}
.businessProgressBarGarden{
  width:36px;
  height:36px;
  /*border-radius:50%;*/
  position:absolute;
  left:-1px;
  top:-13px;
  cursor:move;
  /*border-bottom:3px solid #184158;*/
  /*background-color:#128ECE;*/
  background-image:url(../img/yuan.png);
}
.ondrag{            
  cursor:move;     
}     
.enddrag{             
  cursor:default;     
} 

/*分页*/
.paging{
  width:400px;
  height:30px;
  line-height:30px;
  text-align:center;
  color:#1D417C;
}
.paging a{
  font-size:16px;
  color:#1D417C;
  padding:0px 20px 0px 0px;
}
.pagingPrev{
  width:80px;
  float:left;
}
.pagingPage{
  width:400px;
  float:left;
  margin:0 auto;
}
.pagingnext{
  width:80px;
  float:right;
}