.content .contentbox {
  min-height: calc(100vh - 256px);
  width: 100%;
  box-sizing: border-box;
}

.content .contentbox .tabbar {
  width: 5.7rem;
  margin: 0px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: .2rem;
}

.content .contentbox .tabbar .tabslider {
  width: 2.7rem;
  box-shadow: 0.03rem 0.03rem 0.03rem 0.03rem rgba(0, 0, 0, 0.2);
}

.content .contentbox .tabbar .tabslider .img {
  width: 2.7rem;
  height: 2.1rem;
}

.content .contentbox .tabbar .tabslider .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .contentbox .tabbar .tabslider .text {
  height: .6rem;
  line-height: .6rem;
  font-size: .22rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  background: -moz-linear-gradient(bottom left, #71b3e3 0%, #4376ca 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #71b3e3), color-stop(100%, #4376ca));
  background: -webkit-linear-gradient(bottom left, #71b3e3 0%, #4376ca 100%);
  background: -o-linear-gradient(bottom left, #71b3e3 0%, #4376ca 100%);
  background: -ms-linear-gradient(bottom left, #71b3e3 0%, #4376ca 100%);
  background: linear-gradient(to top right, #71b3e3 0%, #4376ca 100%);
}

.content .contentbox .eventsListBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1200px;
  margin: 0px auto;
  margin-top: 30px;
}

.content .contentbox .eventsListBox .left {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  background: -moz-linear-gradient(bottom left, #41b6e6 0%, #0177ce 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #41b6e6), color-stop(100%, #0177ce));
  background: -webkit-linear-gradient(bottom left, #41b6e6 0%, #0177ce 100%);
  background: -o-linear-gradient(bottom left, #41b6e6 0%, #0177ce 100%);
  background: -ms-linear-gradient(bottom left, #41b6e6 0%, #0177ce 100%);
  background: linear-gradient(to top right, #41b6e6 0%, #0177ce 100%);
}

.content .contentbox .eventsListBox .right {
  width: 930px;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 15px 35px;
  min-height: 300px;
}

.content .contentbox .eventsListBox .right ul {
  width: 100%;
  height: 300px;
}

.content .contentbox .eventsListBox .right ul li {
  width: 272px;
  box-sizing: border-box;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

.content .contentbox .eventsListBox .right ul li:nth-of-type(3n) {
  margin-right: 0px;
}

.content .contentbox .eventsListBox .right ul li:hover {
  color: #0076ce;
  background: #c3e0f4;
}

.content .contentbox .eventsListBox .right .percenter_page {
  text-align: center;
}

.content .contentbox .eventsListBox .right .percenter_page a, .content .contentbox .eventsListBox .right .percenter_page span {
  margin: 0px 3px;
  border: none;
  line-height: 24px;
}

.content .contentbox .eventsListBox .right .percenter_page a {
  background: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  box-sizing: border-box;
}

.content .contentbox .eventsListBox .right .percenter_page span.layui-laypage-curr {
  margin-top: 2px;
  color: #0076ce;
}

.content .contentbox .eventsListBox .right .percenter_page span.layui-laypage-curr .layui-laypage-em {
  box-sizing: border-box;
  background: #fff;
}

.content .contentbox .eventsListBox .right .percenter_page span.layui-laypage-curr em {
  color: #0076ce;
}

.content .contentbox .eventsListBox .right .percenter_page span.layui-laypage-spr {
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
}

.content .contentbox .eventsListBox .right .percenter_page span {
  background: none;
}
