
.main {
  width: 1000px;
  margin: 10px auto 0;
}

.right {
  width: 780px;
  height: 1000px;
  float: right;
  background-color: #FFF;
  margin-bottom: 20px;
}

.right_nav {
  width: 734px;
  height: 60px;
  background-color: #f7f7f7;
  margin: 20px auto;
}

.right_nav li {
  width: 74px;
  height: 60px;
  float: left;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #6e6e6e;
}

.right_nav li a {
  text-align: center;
  font-size: 14px;
  color: #6e6e6e;
}

.right_nav li a:hover {
  background-color: #1c83df;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
}

.biaoge {
  width: 734px;
  margin: 0 auto;
}

.biaoge li {
  width: 734px;
  height: 55px;
  border-bottom: 1px solid #ebebeb;
}

.biaoge li h2 {
  /* width: 25%; */
  width: 33%;
  float: left;
  line-height: 55px;
  font-size: 14px;
  color: #6e6e6e;
}

.biaoge li p {
  /* width: 25%; */
  width: 33%;
  float: left;
  line-height: 55px;
  font-size: 14px;
  color: #6e6e6e;
}

.biaoge li p img {
  margin-left: 10px;
}

.biaoge li p a {
}

#huaguo:hover {
  font-weight: bold;
}

.tanchu {
  width: 734px;
  /* height: 170px; */
  background-color: #f5f5f5;
}

.tanchu p {
  padding: 5px 10px;
  font-size: 14px;
  color: #6e6e6e;
}

/***********分页***********/
.main_fenye {
  width: 100%;
  background-color: #FFF;
  padding: 20px 0 40px 0;
}

.fenye {
  width: 670px;
  height: 32px;
  margin: 0 auto;
}

.fenye ul {
  float: left;
}

.fenye ul li {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  float: left;
  margin-right: 10px;
}

.fenye ul li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #575757;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.fenye ul li a img {
  margin: 8px auto;
  padding: 0;
}

.fenye ul li:hover .huaguo {
  width: 30px;
  height: 30px;
  background-color: #1c83df;
  color: #FFF;
  border: 1px solid #1c83df;
  border-radius: 5px;
}

.xiala select {
  width: 90px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  float: left;
  margin-right: 10px;
  color: #575757;
  font-size: 14px;
}

.fenye_tiaozhuan {
  float: left;
  height: 30px;
}

.fenye_tiaozhuan p {
  float: left;
  text-align: left;
  color: #575757;
  line-height: 30px;
  font-size: 14px;
}

.fenye_tiaozhuan input {
  width: 40px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  float: left;
  margin-right: 10px;
  color: #575757;
  font-size: 14px;
  margin-left: 10px;
  text-align: center;
}




























































