.infoLeft {
  width: 300px;
}

.infoLeftItem {
  width: 300px;
  height: 70px;
  background: #F2F2F2;
  border-radius: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 2.4rem;
  color: #999;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
}

.infoLeft .active {
  background: #D6000F !important;
  color: #fff;
}

.infoRightTitleImg {
  width: 83rem;
  height: 5rem;
  margin-bottom: 30px;
}

.infoRightText {
  width: 83rem;
  font-size: 2.4rem;
  color: #333333;
  line-height: 45px;
  text-align: justified;
}

/* info2 */
.info2Item {
  width: 83rem;
  display: flex;
  margin-bottom: 60px;
}

.info2ItemLeft {
  width: 18rem;
  height: 24rem;
  border-radius: 10px 10px 10px 10px;
  /* border: 2px solid #D6000F; */
  overflow: hidden;
  position: relative;
}

.info2ItemLeft .box {
  width: 16rem;
  height: 22rem;
  border-radius: 6px 6px 6px 6px;
  /* border: 1px dotted #D6000F; */
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 6;
}

.info2ItemRight {
  margin-left: 30px;
}

.info2ItemRightTitle {
  font-weight: 600;
  font-size: 30px;
  color: #333333;
  margin-bottom: 30px;
}

.info2ItemRightTitle::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #D6000F;
  margin-top: 10px;
}

.info2ItemRightText {
  font-size: 20px;
  color: #666666;
  margin-bottom: 10px;
  width: 620px;
}

/* info3Item */
.info3Item {
  width: 83rem;
}

.info3ItemText {
  width: 88.8rem;
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.info3Height{
  height: 40px;
}
.infoRightTitleImgText{
  text-align: center;font-size: 32px;font-weight: bold;
}

/* info4Item */
.info4Itemth {
  width: 83rem;
  display: flex;
  justify-content: space-between;
}

.info4Itemtr {
  background: #D6000F;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.info4Itemth .tr1 {
  width: 140px;
  border-radius: 15px 0px 0px 0px;
}

.info4Itemth .tr2 {
  width: 260px;
}

.info4Itemth .tr3 {
  width: 255px;
}

.info4Itemth .tr4 {
  width: 160px;
  background: #D6000F;
  border-radius: 0px 15px 0px 0px;
}

.info4Itemcol {
  width: 83rem;
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}

.info4Itemtd {
  min-height: 60px;
  background: rgba(255, 123, 132, 0.2);
  font-size: 20px;
  word-break:break-all;
  color: #333333;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info4Itemtd p {
  line-height: 30px;
}

.info4Itemcol .td1 {
  width: 140px;
}

.info4Itemcol:last-child .td1 {
  border-radius: 0px 0px 0px 15px;
}

.info4Itemcol .td2 {
  width: 260px;
}

.info4Itemcol .td3 {
  width: 255px;
}

.info4Itemcol .td4 {
  width: 160px;
}

.info4Itemcol:last-child .td4 {
  border-radius: 0px 0px 15px 0px;
}

/* info5List */
.info5List {
  width: 83rem;
  display: flex;
  margin-bottom: 20px;
}
.info6List {
  width: 83rem;
  display: flex;
  margin-bottom: 20px;
}

.info5ListLeft {
  width: 17px;
  height: 10px;
  margin-top: 4px;
}

.info5ListCenter {
  flex: 1;
  margin-left: 20px;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}
.info5ListCenter:hover {
  color: #D6000F;
}
/* .info5ListCenter .text{
  width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */
.info5ListCenter .new {
  display: inline-block;
  width: 38px;
  height: 12px;
}

.info5ListRight {
  width: 150px;
  font-size: 18px;
  color: #999999;
  text-align: right;
}


--------
.info6List {
  width: 83rem;
  display: flex;
  margin-bottom: 20px;
}

.info6ListLeft {
  width: 17px;
  height: 10px;
  margin-top: 4px;
}

.info6ListCenter {
  flex: 1;
  margin-left: 20px;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}
.info6ListCenter:hover {
  color: #D6000F;
}
/* .info6ListCenter .text{
  width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */
.info6ListCenter .new {
  display: inline-block;
  width: 38px;
  height: 12px;
}

.info6ListRight {
  width: 150px;
  font-size: 18px;
  color: #999999;
  text-align: right;
}

.pagination {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-btn {
  padding: 5px 12px;
  border: 1px solid #ddd;
  background: white;
}

.page-btn.active {
  background: #D6000F;
  color: white;
  border-color: #D6000F;
}

.page-btn1 {
  padding: 5px 12px;
  border: 1px solid #ddd;
  background: white;
}

.page-btn1.active {
  background: #D6000F;
  color: white;
  border-color: #D6000F;
}

.page-info {
  margin-left: auto;
  color: #666;
}