
body {
  background-color: #fff;
  margin: 0;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}





.zx-box {
  background: #fff;
}

.zx-content {
  display: flex;
  flex-wrap: wrap;
}

.zx-content :nth-child(3n){
  margin-right: 0;
}

.zx-card {
  width: 386px;
  margin-right: 21px;
  margin-bottom: 23px;
}

.zx-card:hover .zx-card-des{
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.zx-more{
  text-align: center;
}
.zx-more a{
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1C45AE;
  line-height: 30px;
}


.img_box{
  position: relative;
  width: 100%;
}

.img_box .zx-card-tag{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 30px;
}

.zx-card img{
  height: 289px;
}

.zx-card-des {
  padding: 20px 20px 38px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.zx-card-title {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #121212;
}

.zx-card-des p{
  height: 56px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #121212;
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 10px;
}

.zx-card-time {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
}









.match-box {
  background: #FAFAFA;
}

.match-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.match-wrapper :nth-child(3n) {
  margin-right: 0;
}

.match-card {
  width: 386px;
  height: 379px;
  margin-right: 21px;
  margin-bottom: 23px;
  background-image: url(../images/banner4.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 100%;
  padding: 55px 37px 50px;
  box-sizing: border-box;
}

.match-card-title {
  text-align: center;
  height: 60px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 20px;
}

.match-location {
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 10px;
}

.match-time {
  text-align: center;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}

.match-center {
  text-align: center;
  margin-top: 110px;
}

.match-center-btn {
  border-radius: 6px;
  border: none;
  font-size: 16px;
  width: 310px;
  height: 48px;
  background-color: #F8B500;
  border-radius: 6px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 48px;
  cursor: pointer;
}








.cp-box{
  background: #F5F5F5;
}

.cp-content {
  display: flex;
  flex-wrap: wrap;
}

.cp-content :nth-child(3n){
  margin-right: 0;
}

.cp-card {
  width: 386px;
  margin-right: 21px;
  margin-bottom: 23px;
  background-color: #fff;
}

.cp-card:hover .cp-card-des{
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.cp-card img{
  width: 386px;
  height: 289px;
}

.cp-card-des {
  padding: 20px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.cp-card-title {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #121212;
}

.cp-card-des p{
  height: 56px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #121212;
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 10px;
}
