.aboutWrap {
  width: 1198px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  position: relative;
  margin-top: 110px;
  border-radius: 6px; }

.aboutNav {
  position: absolute;
  left: 0;
  top: 0;
  background: #fafafa;
  width: 237px;
  height: 100%;
  border-right: 1px solid #e0e0e0;
  border-radius: 6px 0 0 6px; }
  .aboutNav > span {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 24px;
    line-height: 52px;
    position: relative;
    font-size: 16px; }
  .aboutNav a {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 24px;
    line-height: 52px;
    position: relative;
    font-size: 16px; }
    .aboutNav a.current {
      background: #fdbf2c;
      color: #2c3643; }
    .aboutNav a i {
      position: absolute;
      top: 0;
      right: 12px; }

.aboutContent {
  margin-left: 238px;
  border-radius: 0 6px 6px 0; }
  .aboutContent h1 {
    padding-left: 30px;
    line-height: 52px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 20px;
    font-weight: 300; }

.rightMain {
  padding: 30px 30px 20px;
  line-height: 24px;
  min-height: 500px; }
  .rightMain p {
    margin-bottom: 10px; }
    .rightMain p.imgBlock {
      padding: 5px;
      text-align: center; }
      .rightMain p.imgBlock img {
        display: inline-block;
        vertical-align: middle;
        max-width: 888px;
        height: auto; }
  .rightMain h2 {
    font-size: 24px;
    line-height: 1;
    margin: 30px 0;
    font-weight: 200; }
  .rightMain h3 {
    font-size: 16px;
    line-height: 1;
    margin: 20px 0; }

.location {
  text-align: center;
  width: 100%;
  position: relative;
  height: 52px;
  line-height: 52px;
  background: url("../img/border.png") repeat-x left center; }
  .location span {
    display: inline-block;
    vertical-align: middle;
    height: 52px;
    line-height: 52px;
    background: #fff;
    padding: 0 40px;
    font-size: 20px; }
    .location span i {
      font-size: 20px;
      margin-right: 10px;
      color: #fdbf2c; }
      /*list*/
      .rightMain .list{
        width:100%;
      }
      .rightMain .list li{
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dotted #e0e0e0;
      }
      .rightMain .list li span{
        float: right;
      }

.aboutContent .right{
  float: right;
  position: absolute;
  top:10px;
  right:20px;
  text-align: right;
  width:300px;
  height: 35px;
  vertical-align: middle;
  font-size: 16px;
  color: #ffffff;
}
.aboutContent .right ul{
  float: right;
}
.aboutContent .right ul li{
  float: left;
  background-color: #FDBF2C;
  border-radius: 3px;
  margin-left: 10px;
  width: 45px;
  height: 25px;
  text-align: center;
}


/*分页*/
.pagination{
  padding: 10px 0;
  width: 50%;
  /*margin-bottom: 20px;*/
  clear:both;
  margin:20px auto;
}
.pagination ul{
  float: left;
}
.pagination ul li{
  float: left;
  margin-left: -1px;
}
.pagination ul li.disable a{
  background: #e0e0e0;
  color: #696969;
  cursor:default;
}
.pagination ul li a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  line-height: 34px;
  height: 34px;
  border: 1px solid #e0e0e0; 
}
.pagination ul li a.pageBtn:hover {
  background: #fdbf2c;
  color: #2c3643;
}
.pagination ul li span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 36px;
  font-size: 12px;
  color: #696969;
 }