
article {
  padding: 40px 0 80px 0;
  box-sizing: border-box;
}
section {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
}
.left {
  display: flex;
  flex-direction: column;
}
.left h3 {
  padding: 0 34px;
  box-sizing: border-box;
  background: #f15e0e;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(241, 94, 14) 0%,
    rgb(247, 146, 33) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(241, 94, 14) 0%,
    rgb(247, 146, 33) 100%
  );
  font-size: 27px;
  color: #fff;
  width: 260px;
  height: 54px;
  line-height: 54px;
}
.left ul {
  display: flex;
  flex-direction: column;
  background: #fcf8eb;
  width: 260px;
}
.left ul li {
  /* border-bottom: 1px solid #e5e5e5; */
  padding: 0 34px 0 56px;
  box-sizing: border-box;
  width: 260px;
}
.left ul li a {
  color: #333;
  color: #333;
  font-weight: normal;
  font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
  font-size: 20px;
  width: 193px;
  height: 67px;
  line-height: 67px;
  box-sizing: border-box;
  position: relative;
}
.left ul li:not(:nth-child(1)) a:before {
  content: ">";
  width: 14px;
  height: 52px;
  position: absolute;
  right: -78px;
  top: -22;
  transition: 0.6s;
  border-radius: 50%;
  font-size: 14px;
  color: #999999;
  font-family: simsun;
  font-weight: bold;
}
.left ul li:nth-child(1) a {
  color: #f15e0e;
  font-weight: bold;
}
.left ul li:nth-child(1) a::after {
  color: #f15e0e;
  font-weight: bold;
  content: "";
  width: 4px;
  height: 24px;
  position: absolute;
  left: -20px;
  top: 0;
  transition: 0.6s;
  background: #f15e0e;
}
.left ul li:nth-child(1) a::before {
  content: ">";
  width: 14px;
  height: 52px;
  position: absolute;
  right: -78px;
  top: -22;
  transition: 0.6s;
  border-radius: 50%;
  font-size: 14px;
  color: #333333;
  font-family: simsun;
  font-weight: bold;
}

.right {
  margin-left: 68px;
}
.right-top {
  width: 1112px;
  height: 40px;
  margin-bottom: 42px;
  line-height: 40px;
  background: #f7f7f7;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.right-top div{
  margin-left: 20px;
  background:  url(/attachment/20251229/73b8d194c039478bb1da40d357c250d5.png) no-repeat center;
  width: 25px;
  height: 25px;
}
.right-top a {
  font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}
.right-content {
  
}
