/*这里是公共代码*/
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  background: rgb(237, 235, 223);
}
/*这里是本页代码*/
.list-warp {
  width: 1200px;
  margin: 0 auto;
  /* background: url(); */
  background-size: cover;
}
.list-container {
  /* background-color:rgba(0, 0, 0, 0); */
  width: 1200px;
  margin: 0 auto;
  /* padding-bottom: 40px; */
}
.list-top {
  width: 100%;
  height: 34px;
  margin: 30px 0;
  border-bottom: 2px solid rgb(10, 83, 155);
}
.list-sidebar {
  background: white;
  float: left;
  width: 210px;
  height: 1218px;
  text-align: center;
}
.list-main {
  background: white;
  float: right;
  width: 935px;
  padding-bottom: 18px;
  height: 1200px;
}
.list-nav {
  height: 32px;
  font-size: 18px;
  line-height: 32px;
  color: rgb(10, 83, 155);
  font-weight: bold;
  float: left;
  margin-left: 20px;
}
.list-search {
  float: right;
}
.list-search .list-search-style {
  width: 177px;
  height: 21px;
}
.list-search-bun {
  height: 24px;
  width: 53px;
  border-radius: 6px;
  background-color: #fff;
  border: 0px;
}
.list-warp a {
  margin-left: 7px;
  text-decoration: none;
}
.list-nav a {
  color: rgb(10, 83, 155);
}
.list-sidebar a {
  color: #fff;
  display: block;
}
.list-bag {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin-top: 60px;
}
.list-bag li {
  display: block;
  height: 40px;
  font-size: 16px;
  width: 140px;
  line-height: 40px;
  text-align: center;
  background-color: #2993fd;
  margin-bottom: 30px;
  border-radius: 10px;
}
.list-bag li:hover {
  background-color: #0a539b;
}
.list-main-warp {
  margin: 30px 30px 0 25px;
  /*border: 1px solid #eee;*/
  width: 880px;
  /*height: 1205px;*/
  font-size: 14px;
  list-style: none;
}
.list-main-warp ul {
  /*padding: 7px;*/
  list-style: none;
}
.list-main-warp li {
  border-bottom: 1px dotted #000;
  height: 20px;
  width: 100%;
  line-height: 20px;
  padding: 4px;
  margin-bottom: 16px;
}
.list-main-warp i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #f8a255;
  display: inline-block;
}
.list-main-warp span {
  text-align: right;
}
.list-main-left {
  float: left;
}
.list-main-right {
  float: right;
}
.list-footer-warp {
  width: 528px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
}
.list-footer-warp form {
  line-height: 50px;
  height: 50px;
}
.list-footer-warp input {
  background-color: #fff;
  width: 70px;
  height: 35px;
  border: 1px solid #000;
  border-radius: 5px;
}
.min-with {
  width: 1903px;
  height: 175px;
  background-color: rgb(10, 83, 155);
  background-image: url();
  background-size: cover;
  margin: 0 auto;
}