.erji_banner {
  width: 100%;
  height: 550px;
  background: url(../img/erji_list_banner.png) no-repeat center;
  background-size: cover;
}

.erji_main {
  width: 1360px;
  margin: 0 auto;
  margin-top: 25px;
}

.erji_main .crumb {
  width: 100%;
  display: flex;
  align-items: center;
}

.erji_main .crumb a {
  display: block;
  font-size: 16px;
  color: #000;
}

.erji_main .crumb a:nth-child(n + 2) {
  padding-left: 35px;
  position: relative;
}

.erji_main .crumb a#crumb_index {
  width: 21px;
  height: 21px;
}

.erji_main .crumb a#crumb_index img {
  display: block;
  width: 100%;
  height: 100%;
}

.erji_main .crumb a:nth-child(n + 2)::before {
  content: ">";
  display: block;
  position: absolute;
  left: 14px;
  font-size: 16px;
  color: #000;
}

.erji_main .list_cont {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.erji_main .list_cont .lf {
  width: 268px;
}

.erji_main .list_cont .lf .fa_chn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130px;
  background: url(../img/erji_list_nav_fa_bg.png) #9c2421 no-repeat center;
  background-size: cover;
  color: #ffffff;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}

.erji_main .list_cont .lf > ul {
  width: 100%;
}

.erji_main .list_cont .lf > ul li {
  width: 100%;
  height: 64px;
  background-color: #f7f5f5;
  padding-left: 36px;
  padding-right: 28px;
  display: flex;
  align-items: center;
}

.erji_main .list_cont .lf > ul li a {
  color: #666666;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.erji_main .list_cont .lf > ul li.on a {
  color: #000;
}

.erji_main .list_cont .lf > ul li.on {
  background-color: #e0dbdb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.erji_main .list_cont .lf > ul li > span {
  display: block;
  width: 10px;
  height: 18px;
  aspect-ratio: 5/9;
  fill: #808080;
  display: none;
}

.erji_main .list_cont .lf > ul li.on > span {
  display: block;
}

.erji_main .list_cont .rt {
  width: 1012px;
}

.erji_main .list_cont .rt #newslist {
  width: 100%;
}

.erji_main .list_cont .rt #newslist > li {
  width: 100%;
  height: 120px;
  background-color: #f7f5f5;
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.erji_main .list_cont .rt #newslist > li .date_lf {
}

.erji_main .list_cont .rt #newslist > li .date_lf .date {
  color: #a4201c;
  font-family: "Microsoft YaHei";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.erji_main .list_cont .rt #newslist > li .date_lf .ym {
  color: #a4201c;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 5px;
}

.erji_main .list_cont .rt #newslist > li .line {
  width: 1px;
  height: 69px;
  opacity: 0.3;
  background: #a4201c;
  margin: 0 30px;
}

.erji_main .list_cont .rt #newslist > li .news_rt {
  width: 828px;
}

.erji_main .list_cont .rt #newslist > li .news_rt a {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.erji_main .list_cont .rt #newslist > li:nth-child(n + 2) {
  margin-top: 24px;
}
