.second-bg {
  float: left;
  margin-left: 50px;
  margin-top: 30px;
}

.list-message {
  text-align: left;
  font-size: 14px;
  height: 360px; // border-bottom: 2px #e2d2b7 solid;
}

.list-message li {
  border-bottom: 1px rgb(162, 162, 162) solid;
  width: 678px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 6px;
}

.list-message li span {
  display: inline-block;
  color: #3b6d93;
}

.list-message li span a {
  color: #3b6d93;
}

.list-message li .left-classify {
  padding-top: 2px;
  width: 50px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  background-color: #fe8000;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  padding: 0 6px;
}

.page {
  margin-top: 30px;
}

.page li {
  display: inline-block;
  width: 30px;
  height: 25px;
  font-size: 15px;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
  margin-right: 10px;
}

.active_page {
  border-radius: 4px;
  background-color: #fe8000;
  color: #f9e4c3;
}

.pre_page, .next_page {
  display: inline-block;
  width: 38px;
  font-size: 20px;
  text-align: center;
  padding-top: 5px;
  height: 30px;
  cursor: pointer;
  margin-right: 10px;
}

.classify_title ul li {
  height: 32px;
  font-size: 20px;
  padding-top: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

a {
  color: #fff;
}

.page a {
  color: #000;
}

.footer {
  color: #fff;
}

/* 20180418-20180420新增样式 */

.list-message-second {
  height: 416px;
}

.gonglue {
  display: block;
  width: 175px;
  height: 297px;
  margin-top: 20px;
  margin: 20px auto 0;
}

.gonglue>img {
  max-width: 100%;
  max-height: 100%;
}