.mainWrap{
  width: 1200px;
  margin: 0 auto;
}

.page_title{
  font-size: 2.857rem;
  font-family: 'S-CoreDream-6Bold';
  font-weight: 500;
  padding: 4rem 0;
  line-height: 1.5;
}



.ex_section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ex_div_wrap{
  width: 360px;
  min-height: 420px;
  max-height: 420px;
  margin: 40px 20px;
}

.ex_img {
width: 100%;
height: 250px;
background-position:center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 5px;
}
.ex_1{
  background-image: url("../../images/eventnews/ex1.jpeg");
}
.ex_2{
  background-image: url("../../images/eventnews/ex2.jpg");
}
.ex_3{
  background-image: url("../../images/eventnews/ex3.jpg");
}
.ex_text_box {
  padding-top: 10px;
}
.ex_company {
  margin-bottom: 10px;
  font-size:14px;
	border-radius: 2px;
	display: inline-block;
	color: #ff5000 ;
	line-height: 1.3;
	font-weight: bold;
}
.ex_title {
  color: #212529;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ex_p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #666666;
  text-decoration: none;
  font-weight: 400;
  font-size: 1em;
}
.ex_nice {
  text-align: right;
  font-size: 18px;
  margin-top: 10px;
}
.xi-heart-o {
  cursor: pointer;
}
