[v-cloak] {
  display: none !important;
}
.index {
  min-width: 320px;
  max-width: 100%;
}
.index .areaBox {
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: 80px;
  margin: 22px auto 0;
  background-color: #eff4f3;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 15px 20px;
}
.index .areaBox .areaBoxTit {
  position: relative;
  font-size: 40px;
  color: #b51b28;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 40px;
}
.index .areaBox ul {
  position: relative;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}
.index .areaBox ul li {
  width: auto;
  min-width: 80px;
  text-align: center;
  line-height: 32px;
  color: #b51b28;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.index .areaBox .red {
  color: #f3b72e;
}
.index .contentBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 58px;
  padding-bottom: 58px;
}
.index .contentBox .content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.index .contentBox .content .contentLeftBox {
  display: block;
  width: 740px;
  height: auto;
  position: relative;
}
.index .contentBox .content .contentLeftBox .contentLeftBoxImg {
  display: inline-block;
  width: 114px;
}
.index .contentBox .content .contentLeftBox .zpMess {
  position: absolute;
  top: 4px;
  left: 14px;
  color: #fff;
  font-size: 16px;
}
.index .contentBox .content .contentLeftBox .heng {
  width: 100%;
  height: 2px;
  background-color: #f3b72e;
}
.index .contentBox .content .contentLeftBox .zpContent {
  width: 100%;
  height: auto;
  padding-bottom: 35px;
  border: 1px solid #bfbfbf;
}
.index .contentBox .content .contentLeftBox .zpContent .conBar {
  width: 100%;
  height: 69px;
  background-color: #f6f6f6;
  overflow-x: auto;
  overflow-y: hidden;
}
.index .contentBox .content .contentLeftBox .zpContent .conBar .conBarUl {
  width: auto;
  height: 100%;
}
.index .contentBox .content .contentLeftBox .zpContent .conBar .conBarUl li {
  float: left;
  list-style: none;
  width: 120px;
  height: 69px;
  text-align: center;
  line-height: 69px;
  font-size: 22px;
  color: #b20104;
  font-weight: bold;
  cursor: pointer;
}
.index .contentBox .content .contentLeftBox .zpContent .conBar .red {
  background-color: #fff;
  border-top: 4px solid #b20104;
}
.index .contentBox .content .contentLeftBox .zpContent .newsContent {
  width: 100%;
  height: auto;
  padding-top: 22px;
}
.index .contentBox .content .contentLeftBox .zpContent .newsContent li {
  width: 100%;
  height: 51px;
  line-height: 51px;
  font-size: 18px;
  cursor: pointer;
}
.index .contentBox .content .contentLeftBox .zpContent .newsContent li div {
  display: inline-block;
}
.index .contentBox .content .contentLeftBox .zpContent .newsContent li .contentTit {
  width: calc(100% - 120px);
  overflow: hidden;
  height: 42px;
  text-overflow: ellipsis;
  text-indent: 40px;
  white-space: nowrap;
}
.index .contentBox .content .contentLeftBox .zpContent .newsContent li .contentTime {
  height: 51px;
  font-size: 14px;
  color: #666;
  float: right;
  padding-right: 15px;
}
.index .contentBox .content .you {
  width: 426px;
}
.index .contentBox .content .you .contentRightBox {
  display: block;
  width: 424px;
  height: auto;
  padding: 5px;
  border: 1px solid #666;
  margin-top: 40px;
}
.index .contentBox .content .you .contentRightBox .freeBox {
  width: 168px;
  height: 47px;
  background-color: #be2029;
  line-height: 47px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.index .contentBox .content .you .contentRightBox .heng {
  width: 96%;
  height: 2px;
  background-color: #f3b72e;
  margin-bottom: 18px;
}
.index .contentBox .content .you .contentRightBox .recommend {
  width: 384px;
  background-color: #eee;
  margin-bottom: 10px;
  border-radius: 15px;
  position: relative;
  padding: 12px;
  cursor: pointer;
}
.index .contentBox .content .you .contentRightBox .recommend img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* 响应式媒体查询 */
@media (max-width: 768px) {
  .index .contentBox .content {
    flex-direction: column;
    gap: 20px;
  }
  
  .index .contentBox .content .contentLeftBox {
    width: 100%;
  }
  
  .index .contentBox .content .you {
    width: 100%;
  }
  
  .index .contentBox .content .you .contentRightBox {
    width: 100%;
  }
  
  .index .contentBox .content .you .contentRightBox .recommend {
    width: 100%;
    height: auto;
    min-height: 275px;
    max-width: 100%;
  }
  
  .index .areaBox {
    height: auto;
    min-height: 100px;
    flex-direction: column;
    padding: 15px;
    overflow: hidden;
  }
  
  .index .areaBox .areaBoxTit {
    font-size: 28px;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-bottom: 10px;
  }
  
  .index .areaBox ul {
    position: relative;
    left: auto;
    width: 100%;
    justify-content: center;
  }
  
  .index .areaBox ul li {
    font-size: 16px;
    padding: 8px 12px;
    min-width: 60px;
  }
  
  .index .contentBox .content .contentLeftBox .zpContent .conBar .conBarUl li {
    font-size: 18px;
    width: 100px;
  }
  
  .index .contentBox .content .contentLeftBox .zpContent .newsContent li {
    font-size: 16px;
  }
  
  .index .contentBox .content .you .contentRightBox .freeBox {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .index .areaBox {
    min-height: 120px;
    padding: 10px;
  }
  
  .index .areaBox .areaBoxTit {
    font-size: 24px;
    margin-bottom: 8px;
  }
  
  .index .areaBox ul {
    gap: 5px;
  }
  
  .index .areaBox ul li {
    font-size: 14px;
    padding: 6px 10px;
    min-width: 50px;
  }
  
  .index .contentBox .content .contentLeftBox .zpContent .conBar .conBarUl li {
    font-size: 16px;
    width: 80px;
  }
  
  .index .contentBox .content .contentLeftBox .zpContent .newsContent li {
    font-size: 14px;
  }
  
  .index .contentBox .content .you .contentRightBox .freeBox {
    font-size: 18px;
  }
}
