@media screen and (max-width: 1418px) {
    .publicity ul {
        justify-content: center;
    }

    .publicity ul li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1227px) {
    .tabBtn ul {
        justify-content: center;
    }
    .tabBtn ul li {
        font-size: 14px;
        margin-top: 5px;
    }

    /*切换按钮*/
    .tabBtn {
        margin: 40px;
    }
}

@media screen and (max-width: 650px) {
    .location {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .publicity {
        padding: 0;
    }

    .publicity ul {
        padding: 5px;
        box-sizing: border-box;
    }
    .publicity ul li {
        width: 25%;
        overflow: hidden;
    }
	
	
	
	.publicity ul li {
  position: relative;

  height: 240px;
  background-color: #fff;
  margin-bottom: 21px;
  cursor: pointer;
  float: left;
}
	
	.publicity ul li .text h5 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  letter-spacing: 1.19px;
}

.publicity ul li .text p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #7c7c7c;
  letter-spacing: 0.95px;
  margin-top: 8px;
}

.page span.current {
  background-color: #ffcc19;
}
.page span {
  display: inline-block;
  width: 39px;
  height: 28px;
  border: 1px solid #6f6f6f;
  box-sizing: border-box;
  line-height: 28px;
  text-align: center;
  margin: 2px;
  cursor: pointer;
}

.publicity ul li .ico {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: auto;
}


.pglist a {
  display: inline-block;
  width: 39px;
  height: 28px;
  border: 1px solid #6f6f6f;
  box-sizing: border-box;
  line-height: 28px;
  text-align: center;
  margin: 2px;
  cursor: pointer;
  font-size: 10px;
}
	
	
}