.main {
  max-width: 1400px;
  margin: 0 auto;
}
.cbody {
  padding-top: 100px;
}
.cbody .cbone {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.cbody .cbone .oneleft {
  overflow: hidden;
  box-sizing: border-box;
  width: 35%;
  padding-left: 15px;
}
.cbody .cbone .oneleft img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.cbody .cbone .oneright {
  width: 65%;
  box-sizing: border-box;
  padding: 20px;
}
.cbody .cbone .oneright .smalltitle {
  font-family: "harmonyos";
  display: inline-block;
  color: #000;
  border: 1px solid #000;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 900;
  border-radius: 15px;
}
.cbody .cbone .oneright span {
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.cbody .cbone .oneright span b {
  display: block;
  font-size: 19px;
  font-weight: 900;
  color: #000;
  margin: 10px 0;
  font-family: "harmonyos";
}
.cbody .newlist {
  width: 100%;
  padding: 20px 0;
}
.cbody .newlist ul li {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}
.cbody .newlist ul li a {
  color: #333;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.cbody .newlist ul li a:hover {
  color: #c30d23;
}
.cbody .newlist ul li a .lileft {
  width: 15%;
  line-height: 80px;
  text-align: center;
  color: #333;
  font-size: 20px;
}
.cbody .newlist ul li a .liright {
  width: 85%;
}
.cbody .newlist ul li a .liright h2 {
  font-size: 20px;
}
.cbody .newlist ul li a .liright span {
  padding: 15px 0;
  display: block;
  height: 45px;
  line-height: 30px;
  overflow: hidden;
  font-size: 17px;
  color: #888888;
  text-indent: 1em;
}
.cbody .newlist ul li:last-child {
  border-bottom: none;
}
.cbody .content {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.cbody .content .ar {
  width: 80%;
}
.cbody .content .ar h1 {
  font-size: 28px;
  padding: 20px 0;
  text-align: center;
}
.cbody .content .ar .ftitle {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  border-top: 1px dashed #efefef;
  border-bottom: 1px dashed #efefef;
}
.cbody .content .ar .ftitle i {
  display: inline-block;
  width: 30px;
}
.cbody .content .ar .contentText {
  font-size: 16px;
  line-height: 1.5;
}
.cbody .content .ar .contentText img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 20px auto;
}
.cbody .content .ar .sxy {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: #888888;
  font-size: 16px;
  margin: 20px 0;
}
.cbody .content .ar .sxy a {
  color: #888888;
}
.cbody .content .list {
  width: 20%;
}
.cbody .content .list .listtitle {
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
  color: #c30d23;
}
.cbody .content .list .listtitle i {
  font-size: 14px;
}
.cbody .content .list .listitem {
  padding: 0 10px;
}
.cbody .content .list .listitem .item {
  border: 1px solid #eee;
  margin: 5px 0;
  padding: 8px;
  border-radius: 5px;
}
.cbody .content .list .listitem .item a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: #888888;
}
@media screen and (max-width: 430px) {
  .main {
    max-width: 100%;
  }
  .cbody {
    padding-top: 0.5rem;
  }
  .cbody .cbone {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .cbody .cbone .oneright {
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem;
  }
  .cbody .cbone .oneleft {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding-left: 0;
    padding: 0.2rem;
  }
  .cbody .newlist {
    width: 100%;
    padding: 0.2rem;
    box-sizing: border-box;
  }
  .cbody .newlist ul li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.2rem 0;
  }
  .cbody .newlist ul li a {
    color: #333;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .cbody .newlist ul li a .lileft {
    width: 100%;
    line-height: 1.5;
    text-align: right;
    color: #333;
    font-size: 0.3rem;
  }
  .cbody .newlist ul li a .liright {
    width: 100%;
  }
  .cbody .newlist ul li a .liright h2 {
    font-size: 0.5rem;
  }
  .cbody .newlist ul li a .liright span {
    padding: 0.2rem 0;
    display: block;
    height: 1.35rem;
    line-height: 1.5;
    overflow: hidden;
    font-size: 0.36rem;
    color: #888888;
    text-indent: 1em;
  }
  .cbody .cbone .oneright .smalltitle {
    font-family: "harmonyos";
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    padding: 0.1rem 0.2rem;
    font-size: 0.3rem;
    font-weight: 900;
    border-radius: 0.25rem;
    height: auto;
  }
  .cbody .cbone .oneright span {
    font-size: 0.35rem;
    color: #000;
    line-height: 1.5;
    height: 5rem;
    display: block;
    overflow: scroll;
    background: #eee;
    margin: 0.1rem 0;
    border-radius: 0.2rem;
    padding: 0.2rem;
    box-sizing: border-box;
  }
  .cbody .cbone .oneright span b {
    display: block;
    font-size: 0.55rem;
    font-weight: 900;
    color: #000;
    margin: 0.2rem 0;
    font-family: "harmonyos";
  }
  .cbody .content {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.2rem;
  }
  .cbody .content .ar {
    width: 100%;
  }
  .cbody .content .list {
    width: 100%;
    margin: 0.25rem 0;
  }
  .cbody .content .ar h1 {
    font-size: 0.5rem;
    padding: 0.25rem 0;
    text-align: center;
  }
  .cbody .content .ar .ftitle {
    text-align: center;
    padding: 0.2rem 0;
    font-size: 0.3rem;
  }
  .cbody .content .ar .ftitle i {
    display: inline-block;
    width: 0.5rem;
  }
  .cbody .content .ar .contentText {
    font-size: 0.4rem;
    line-height: 1.5;
  }
  .cbody .content .ar .contentText img {
    display: block;
    max-width: 80%;
    height: auto;
    margin: 0.25rem auto;
  }
  .cbody .content .ar .sxy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #888888;
    font-size: 0.3rem;
    margin: 0.3rem 0;
  }
  .cbody .content .ar .sxy h3 {
    margin: 0.1rem 0;
  }
  .cbody .content .list .listtitle {
    font-size: 0.4rem;
    text-align: left;
    margin: 0.2rem 0;
    color: #c30d23;
  }
  .cbody .content .list .listitem {
    padding: 0;
  }
  .cbody .content .list .listitem .item {
    border: 1px solid #eee;
    margin: 0.1rem 0;
    padding: 0.15rem;
    border-radius: 0.15rem;
  }
}
