.banner_text_top h6 {
  font-family: OPPOSans-R;
}

/* ======内容部分 start ====== */
.events_content {
  padding-top: 100px;
}

.events_content h4,
.events_content h6 {
  text-align: center;
}

.events_content h6 {
  font-family: Bahnschrift-Light;
}

.events_tabs {
  margin-top: 60px;
  text-align: center;
}

.events_tabs .tabs_item {
  display: inline-block;
  width: 110px;
  height: 36px;
    border: solid 1px #cdd0d4;
  /*color: #666666; 03-10 lisuwan modify*/
  color: #696969;
  margin-right: 20px;
  text-align: center;
  line-height: 36px;
}

.tabs_item_active {
  border: solid 1px #026ef5 !important;
  color: #026ef5 !important;
}

.tabs_item:hover {
  border: solid 1px #026ef5;
  color: #026ef5;
}

.events_items_content {
  margin-top: 40px;
}

.events_item {
  width: 31%;
  box-shadow: 0px 10px 28px 2px 
		rgba(123, 142, 169, 0.1);
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  display: block;
  transition: all .5s;
}

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


.events_item_img {
    position: relative;
    width: 100%;
    height: 210px;
    text-align: center;
    line-height: 210px;
    overflow:hidden;
}

.events_item_img img {
  max-width: 100%;
  height: auto;
}
/* 进行中 */
.underway {
  position: absolute;
  padding: 8px 12px;
	font-weight: bold;
	color: #ffffff;
  top: 0;
  left: 0;
  background-image: linear-gradient(51deg, 
		#2ed9e8 0%, 
		#026ef5 100%), 
	linear-gradient(
		#ff001e, 
		#ff001e);
	background-blend-mode: normal, 
		normal;
	border-radius: 0px 0px 12px 0px;
}
/* 报名结束 */
.end {
  position: absolute;
  padding: 8px 12px;
	font-weight: bold;
	color: #ffffff;
  top: 0;
  left: 0;
  background-image: linear-gradient(51deg, 
		#cdcdcd 0%, 
		#7f8791 100%), 
	linear-gradient(
		#ff001e, 
		#ff001e);
	background-blend-mode: normal, 
		normal;
	border-radius: 0px 0px 12px 0px;
}

.item_mask {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 30px;
  padding-top: 30px;
  width: 50%;
  height: 50%;
  /* background-image: linear-gradient(to bottom left, rgba(0,0,0,.4), transparent); */
  background-image: url("/images/events/mask.png");


}

.item_mask .mouth,
.item_mask .date {
  text-align: right;
  font-family: OPPOSans-B;
  color: #ffffff;
}

.events_item_text {
  padding: 30px;
}

.item_text_left {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #696969;
}
/* ======内容部分 end ====== */

.pages_container {
  clear: both;
  margin-bottom: 80px;
  margin-top: 60px;
}

.img_block {
  display: inline-block;
}


.img_none {
  display: none;
}

/* 鼠标滑过样式 */
.events_item:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 28px 2px 
		rgba(16, 77, 153, 0.29);
}

.events_item:hover .events_item_text {
  background-color: #026ef5;
}

.events_item:hover .events_item_text .item_text_left {
  /* background-color: #026ef5; */
  color: #fff;
}

.events_item:hover .img_block {
  display: none;
}
.events_item:hover .img_none {
  display: inline-block;
}

/* ======== lhn 2023/3/14 修改 start ========*/
.banenr_text .banner_text_top>h6 {
    font-size: 22px;
}

.events_content h6 {
    font-size: 20px;
}

.item_mask .mouth ,.item_mask .date {
    line-height: normal;
}

.underway {
    line-height: normal;
}
/* ======== lhn 2023/3/14 修改 end ========*/