.main {
  width: 1380px;
  margin: 50px auto;
}

.main-r {
  width: 980px;
}
.column-box {
  width: 320px;
  background: #f5f1e6;
  padding-bottom: 45px;
  box-sizing: border-box;
}

.column-box .column-top {
  width: 100%;
  /* height: 40px; */
  background: #b32529;
  color: #fff;
  padding: 19px 38px;
  line-height: 40px;
  font-size: 34px;
  box-sizing: border-box;
}

.column-list {
  width: 100%;
  padding: 0 38px;
  box-sizing: border-box;
  margin-top: 10px;
}

.column-item {
  width: 100%;
  /* height: 82px; */
  /* line-height: 82px; */
  padding-left: 16px;
  box-sizing: border-box;
  border-bottom: 1px dashed #b1aca6;
  transition: padding-left 0.5s ease;
}

.column-item a {
  font-size: 20px;
  color: #828282;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 0;
}

.column-item.on {
  padding-left: 40px;
}

.column-item.on a {
  color: #b6232b;
}

.column-item:hover {
  padding-left: 40px;
}

.column-item:hover a {
  color: #b6232b;
}

.column-title {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #e3e3e3;
}

.column-title .column-name {
  font-size: 22px;
  color: #b52429;
}

.column-title .crumbs-of-bread,
.column-title .crumbs-of-bread a {
  font-size: 18px;
  color: #828282;
}

.column-title .crumbs-of-bread a::after {
  content: ">";
  font-size: 18px;
  color: #828282;
  margin: 0 5px 0 10px;
}

.column-title .crumbs-of-bread a:last-child:after {
  content: "";
}

.list-box {
  width: 100%;
  margin-top: 30px;
}
.list-box li {
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: url("../img/list-dian.png") no-repeat left center;
  padding-left: 20px;
  box-sizing: border-box;
}
.list-box li:nth-child(5n) {
  height: auto;
  background: url("../img/list-dian.png") no-repeat left 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
}
.list-box li:nth-child(20n) {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.list-box li a {
  max-width: 850px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #5d5d5d;
}
.list-box li span {
  font-size: 16px;
  color: #828282;
}
.list-box li a:hover {
  color: #b6232b;
}
