@charset "UTF-8";
/*
 * @Description:½»Ò×ÐÅÏ¢
 * @Author: hxh
 * @Date: 2021-07-26 10:14:20
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav-list .nav-item {
  border-top: 1px solid #efefef;
}

.nav-list .nav-item > a {
  display: block;
  padding-left: 53px;
  padding-right: 15px;
  font-size: 18px;
  height: 56px;
  color: #333;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff url("../images/tran_infos/icon_nav.png") left 16px center no-repeat;
}

.nav-list .nav-item > a.active {
  background-color: #cb2d25;
  color: #fff;
  background-image: url("/images/tran_infos/icon_nav_h.png");
}

.nav-list .nav-item > a.current2 {
  background-color: #cb2d25;
  color: #fff;
  background-image: url("/images/tran_infos/icon_nav_h.png");
}

.nav-list .nav-item > a.current2 + .nav-list {
  display: block;
}

.nav-list .nav-item > a.active + .nav-list {
  display: block;
}

.nav-list .nav-item:first-child {
  border: none;
}

.nav-list .nav-item > .child-nav {
  padding: 10px 0;
  display: none;
  background-color: #fff;
}

.nav-list .nav-item > .child-nav .nav-item {
  border: none;
}

.nav-list .nav-item > .child-nav .nav-item a {
  background: none;
  color: #666666;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  padding-left: 64px;
}

.nav-list .nav-item > .child-nav .nav-item a.active {
  color: #cb2d25;
}

.nav-list .nav-item > .child-nav .nav-item a.current3 {
  color: #cb2d25;
}

.content {
  background-color: #fff;
  padding: 0 20px;
  min-height: 250px;
}

.content .content-hd {
  height: 57px;
  border-bottom: 1px solid #ededed;
  line-height: 56px;
}

.content .content-hd .content-title {
  font-family: 'SourceHanSansCN-Bold';
  font-size: 22px;
  color: #343434;
  position: relative;
}

.content .content-hd .content-title::after {
  width: 100%;
  height: 2px;
  background-color: #cd4b45;
  bottom: -1px;
  left: 0;
  content: '';
  position: absolute;
}

.content .content-bd {
  padding-bottom: 20px;
}

.content .list-view {
  padding: 2px 0;
}

.content .list-view .list-item > a {
  display: block;
  line-height: 52px;
  height: 52px;
  padding-left: 16px;
  position: relative;
}

.content .list-view .list-item > a::before {
  width: 6px;
  height: 5px;
  background-color: #b8b8b8;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.content .list-view .list-item > a > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .list-view .list-item > a:hover::before {
  background-color: #cb2d25;
}

.content .list-view .list-item > a:hover .item-name,
.content .list-view .list-item > a:hover .item-time {
  color: #cb2d25;
}

.content .list-view .list-item .item-name {
  width: calc(100% - 159px);
  font-size: 16px;
  color: #333;
}

.content .list-view .list-item .item-time {
  font-size: 15px;
  color: #999;
  width: 159px;
  text-align: right;
}

#footer {
  margin-top: 20px;
}
