
.bodyBox{
  width: 1300px;
  min-width: 1300px;
  margin: 0 auto;
  background:url(../images/bj.jpg);
  padding-bottom: 70px;
}
div{
  box-sizing: border-box;
}
.left{
  float: left;
}
.right{
  float: right;
}
.clear{
  clear: both;
}
.mt10{
  margin-top: 10px !important;
}
.mt20{
  margin-top: 20px !important;
}
.mt30{
  margin-top: 30px !important;
}
.mt40{
  margin-top: 40px !important;
}
.mt50{
  margin-top: 50px !important;
}
.pt50{
  padding-top: 50px!important;
}
.none{
  display: none;
}
.bor1{
  border:1px solid #D3D3D5;
}

.head{
  width: 1200px;
  margin: 0 auto;
}
.ad{
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.ad img{
  width: 100%;
  height: 100%;
}
.content{
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 25px;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 50px;
}
.content .nav{
  width: 100%;
  height: 40px;
  font-size: 16px;
  color:#828282;
}
.content .nav span{
  display: inline-block;
  height: 100%;
  line-height: 40px;
  width: 40px;
  text-align: center;
}
.content .nav a{
  display:inline-block;
  line-height: 40px;
  color:#828282;
}
.content .leftNav{
  width: 270px;
  float: left;
} 
.content .leftNav ul{
  width: 100%;
}
.content .leftNav ul li{
  text-align: center;
  height: 36px;
  font-size: 22px;
  line-height: 36px;
  background-color: #ECECEC;
  margin-bottom: 5px;
}
.content .leftNav ul li a{
  color:#0059EB;
}
.content .listBox{
  width: 860px;
  float: right;
  box-sizing: border-box;
  padding: 0 15px;
}
.content .listBox ul li{
  width: 100%;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 5px;
  padding-left: 20px;
  box-sizing: border-box;
  background: url(../images/dian.jpg) 0px 10px no-repeat;

}
.content .listBox ul li a{
  color:#000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page{
  float: right;
  width: 860px;
  clear: both;
}
#pageArea {
  overflow: hidden;
  text-align: center;
  width: 430px;
  margin: 30px auto;
  font-size: 12px;
}
#pageArea #pageDec {
  float: left;
}
#pageArea #pageDec .sDisable {
  cursor: pointer;
}
#pageArea #pageDec .pageInfo {
  border: none;
  color: #333;
}
#pageArea #pageSelect {
  float: right;
  margin-right: 20px;
  line-height: 30px;
}
#pageArea #pageSelect label {
  float: left;
}
#pageArea #pageDec li {
  list-style:none;
  float: left;
  margin: 0 2px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ecebeb;
  padding: 0 8px;
  color: #000;
}
#pageArea #pageDec li a{
  color: #999;
}
#pageArea #pageDec li:last-child{
  border: 0px solid #ecebeb;
}
#pageArea #pageJump {
  border: #e6e6e6 solid 1px;
  height: 28px;
  line-height: 28px;
  width: 2em;
  text-align: center;
  margin: 0 3px;
  float: left;
}
#pageArea span {
  float: left;
  margin: 0 2px;
}
#pageArea .btn2 {
  margin-left: 10px;
  float: left;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #00A2E9;
  color: #fff;
}

.footer{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.footer .footCon{
  width: 1200px;
  height: 190px;
  margin: 0 auto;
}
.footer .footCon p{
  text-align: center;
  font-size: 12px;
  width: 100%;
  height: 14px;

}
.footer .footCon p a{
  color:#333;
}
.footer .footCon p.qualifications a{
  color:#333;
  padding: 0 10px;
}
.footer .footCon p.about a{
  color:#333;
  padding: 0 5px;
}
.footer .footCon p.about span{
  border-left:1px solid #666;
  height: 12px;
  display: inline-block;
}