@charset "utf-8";
.list_title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  padding: 12px;
  background-image: linear-gradient(45deg, #e20f0d, #bd0100);
}
.list_nav {
  background-color: #f5f5f5;
}
.list_nav li {
  padding: 10px;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}
.list_nav li a {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_nav li a:hover {
  color: #bd0100;
}
.list_nav li:last-child {
  border-bottom: 2px solid #bd0100;
}
.list_nav .active {
  background-color: #eee;
}
.list_nav .active a {
  color: #bd0100;
}
.u-nm {
  height: 60px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.u-nm .hover {
  float: left;
  font-size: 24px;
  height: 59px;
  border-bottom: 2px solid #bd0100;
}
.list_data li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 18px;
  line-height: 48px;
  font-size: 18px;
  background: url(../../images/common/li_icon.png) no-repeat center left;
}
.list_data li span {
  float: right;
  columns: #999;
}
.list_data li a:hover {
  color: #bd0100;
}
.wxwb {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.wxwb li {
  width: 25%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.wxwb li div {
  background-color: #fafafa;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #ddd;
}
.wxwb li div img {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  border: 1px solid #bd0100;
  margin-right: 10px;
}
.wxwb li div h2 {
  color: #bd0100;
  font-weight: normal;
  line-height: 30px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wxwb li div p {
  line-height: 20px;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .list_nav {
    background-color: transparent;
    overflow: hidden;
  }
  .list_nav li {
    float: left;
    width: 33.333%;
    border-radius: 6px;
    border: 2px solid #fff;
    background-color: #f5f5f5;
    font-size: 16px;
  }
  .list_nav li:last-child {
    border: 2px solid #fff;
  }
  .wxwb li {
    width: 100%;
  }
}
