﻿.wrap {
  background-color: rgb(247,247,247);
}

.head {
  background-color: #fff;
}

.cup {
  width: 100%;
  height: 60px;
  background-color: #fff;
  margin-bottom: 20px;
}

.cup .pos {
  width: 1200px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  font-size: 16px;
  color: rgb(153, 153, 153);
}

.cup .pos a {
  color: rgb(153, 153, 153);
}

.con {
  width: 1200px;
  min-height: 300px;
  margin: 0 auto;
  margin-bottom: 100px;
  position: relative;

}

.cleft {
	margin-right:30px;
  width: 270px;
  height: 100%;
  float: left;
  background-color: #fff;
  overflow: hidden;
}

.cleft img {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
}

.cleft ul {
  margin-top: 30px;
  margin-left: 20px;
}

.cleft li {
  height: 60px;
  font-size: 18px;
  line-height: 60px;
}

.cleft li a {
  display: inline-block;
  height: 60px;
}

.now {
  height: 50px;
  background-color: rgb(0, 131, 218);
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.cright {
  width: 900px;
  min-height: 1000px;

  background-color: #fff;
  overflow: hidden;
}

.bd {
  padding-top: 20px;
  height: 800px;
  width: 850px;
  margin: 0 auto;
}

.list  li{
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #eee;
}

.list  li a {
  height: 60px;
  line-height: 60px;
}

.list  li span {
  height: 60px;
  line-height: 60px;
}

.foot {
  background-color: rgb(4,98,167);
}
.default_pgToolbar td {
    color: black !important;
 
}
@media screen and (max-width: 992px) {
  * {
    font-size: 12px !important;
  }

  .cup {
    padding: 0 10px;
  }

 .cleft {
    margin-right: 0px;
    width: 15%;
}

  .cright {
    width: 85%;
    padding: 0 10px;
    border-left: 1px solid #eee;
  }

  .bd {
    width: 100%;
  }

  .list  li a {
    width: 90%;
  }

  .list  li span {
    display: none;
  }

  .cleft ul{
    margin: 0 5px;
  }

  .cleft li img{
    display: none;
  }

}