.list_container .list-center .main_list {
  background-image: linear-gradient(136deg, #F6F3F1 0%, #D3CEC1 100%);
}

.list_container .list-center .main_list .big_content {
  margin-bottom: 48px;
  display: flex;
}

.list_container .list-left {
  width: unset;
  margin-right: 0;
}

.list_container .list-right {
  margin: 0 20px 40px 20px;
  flex: 1;
}

.navmenu {
  width: 375px;
}

.navmenu ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  padding-bottom: 48px;
}

.navmenu ul li {
  width: calc(50% - 10px);
  background-image: linear-gradient(135deg, #D7D2C6 0%, #D3CEC1 95%);
  border-radius: 2px;
  padding: 10px 0px;
  margin-top: 12px;
}

.navmenu ul li span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #5D4724;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
}

.navmenu ul li:hover {
  background-image: linear-gradient(135deg, #E4BAB7 0%, #DCB4B0 95%);
}

.navmenu ul li:hover span {
  color: #C53A3A;
}

.navmenu ul .selected {
  background-image: linear-gradient(135deg, #E4BAB7 0%, #DCB4B0 95%);
}

.navmenu ul .selected span {
  color: #C53A3A;
}

.list-right .wp_articlecontent ul {
  padding-left: 0;
}

.list-right .wp_articlecontent li {
  position: relative;
  background-color: #faf8f4;
  padding: 10px 0px 10px 30px;
  margin-top: 16px;
}

.list-right .wp_articlecontent li a:hover {
  text-decoration: none;
}

.list-right .wp_articlecontent li a:hover span {
  color: #C53A3A;
}

.list-right .wp_articlecontent li .identifier {
  background-color: #c53a3a;
  width: 5px;
  height: 23px;
  position: absolute;
  top: 7px;
  left: 0px;
}

.list-right .wp_articlecontent li .identifiers {
  background-color: #d4bf8a;
  width: 5px;
  height: 23px;
  position: absolute;
  top: 7px;
  left: 0px;
}

.list-right .wp_articlecontent li span {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: black;
  line-height: 20px;
  font-weight: 600;
}

.list-right .wp_articlecontent .info {
  display: flex;
  justify-content: flex-start;
}

.list-right .wp_articlecontent p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  text-align: left;
  line-height: 28px;
  font-weight: 400;
  margin: 20px 4.625vw 6px 30px;
}

.list-right .wp_articlecontent p:nth-child(4n) {
  margin-left: 0;
}

.list_container {
  display: flex;
}

.list_container .list-left .listmenu {
  margin-left: 20px;
}

.list_container .list-left .listmenu .m_top {
  background-image: unset;
  padding: 22px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list_container .list-left .listmenu .m_top span {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #c53a3a;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}

.list_container .list-left .list-right {
  margin-right: 48px;
}

.list_container .list-left .list-right .listmenu .m_top {
  padding: 24px 48px;
  width: 280px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list_container .list-left .list-right .listmenu .m_top span {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #c53a3a;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}

.list_container .list-left > ul > li {
  background: #efede8;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: unset;
}

.list_container .list-left > ul > li a {
  padding: 12px 0 12px 68px;
  display: block;
  font-size: 14px;
  color: #606366;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}

.list_container .list-left > ul > li a::before {
  content: "-";
  color: inherit;
  padding-right: 5px;
}

.list_container .list-left > ul > li:hover > a {
  border-left: 3px solid #c53a3a;
  color: #c53a3a;
}

.list_container .list-left > ul > li.selected > a {
  border-left: 3px solid #c53a3a;
  color: #c53a3a;
  font-weight: 600;
}

.list_container .list-center {
  width: 100%;
  margin-top: 30px;
}

.list_container .list-center .top-thome {
  display: inline-block;
  float: right;
}

.list_container .list-center .top-thome .r-thome {
  text-align: right;
}

.list_container .list-center .top-thome .r-thome a {
  font-size: 14px;
  color: #606366;
  letter-spacing: 0;
  text-align: right;
  line-height: 18px;
  font-weight: 400;
}

.list_container .list-center .top-thome .r-thome a:last-of-type {
  color: #c53a3a;
}

.list_container .list-center .top-thome .r-thome .back {
  background-image: url(/_upload/tpl/0e/3f/3647/template3647/images/back.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  display: inline-block;
  text-indent: unset;
  color: #909499;
  vertical-align: middle;
  margin-top: -2px;
}

.list_container .list-center .top-thome .r-thome .possplit {
  background-image: url(/_upload/tpl/0e/3f/3647/template3647/images/possplit-2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 9px;
  height: 9px;
  display: inline-block;
  text-indent: unset;
  color: #909499;
  vertical-align: middle;
}

.list_container .list-center .head {
  padding-bottom: 24px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list_container .list-center .head .big-title {
  font-size: 22px;
  color: #c53a3a;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 600;
}

.list_container .list-center .main_list {
  margin-top: 32px;
  background-color: #f0ede9;
}

.list-right .r_top {
  padding: 20px 0;
  border-bottom: 4px solid rgba(194, 168, 125, 0.72);
}

.list-right .r_top span {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #5d4724;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .list_container .list-center .main_list .big_content {
    display: block;
  }
  .list_container .list-center .main_list .big_content .list-right {
    float: none;
    width: auto !important;
  }
  .list_container .list-center .main_list .big_content .list-right .wp_articlecontent .info {
    display: block;
  }
  .list_container .list-center .main_list .big_content .list-right .wp_articlecontent .info p {
    font-size: 14px;
  }
  .list_container .list-left .listmenu {
    margin-left: 0;
  }
  .navmenu {
    display: none;
    width: auto;
  }
}
