.news_ban{
  background: url('../image/news_ban.jpg')no-repeat;
}
.news-box{
  margin-bottom: 60px;
}
.news-box .img{
  /* height: 400px; */
  overflow: hidden;
}
.more{
  margin-top: 16px;
  text-align: right;
}
.news-box h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #28166f;
  line-height: 1.25em;
  margin-bottom: 16px;
}
.news-box .date{
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin: 60px 0 16px;
}
.news-box .news-txt{
  overflow: hidden;
  text-overflow : ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 85px;
}

/*page-number*/
.page-number a,.page-number .imgPage{
  display: inline-block;
  background: #f2f2f2;
  color: #009d42!important;
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.page-number .imgPage.active{
  background: #28166f;
  color: #fff!important;
}
.ven-inf{
  padding-top: 200px;
}
.ven-inf h5{
  font-size: 18px;
  font-weight: bold;
}
.exh_con{
  background: url('../images/news_bg_01.jpg');
  text-align: center;
  background-size: cover;
}
.box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.box-l{
  width: 40%;
  text-align: center;
}
.box-r{
  width: 60%;
  padding-left: 50px;
}
.mhn-slide .mhn-item .box-l img{
  width: auto;
  box-shadow: none;
}
.exh-box{
  margin-bottom: 30px;
  text-align: center;
}
.btn_add{
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #28166f;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
}
.btn_add:hover{
  background: #28166f;
  color: #fff;
}
.btn_fb, .btn_line{
  display: inline-block;
  width: 64px;
  height:64px;
  line-height: 64px;
  background: #f2f2f2;
  border-radius: 50%;
  text-align:center;
  margin-right: 15px;
}
.link-box .btn_fb, .link-box .btn_line{
  width: 50px;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width:991px){
  .news-box .img img{
    width: 100%;
  }
  .ven-inf .btn-more{
    padding: 12px 30px;
  }
}
@media screen and (min-width:320px) and (max-width:700px){
  .news-box .date{
    margin: 30px 0 16px;
  }
  .news_pro figure img{
    width: 100%;
  }
  .ven-inf{
    padding-top: 0;
  }
  .ven-inf .btn-more{
    width: 100%;
    margin-bottom: 5rem;
    text-align: center;
  }
  .box-l{
    width: 100%;
    margin-bottom: 2rem;
  }
  .box-r{
    width: 100%;
    padding-left: 0;
  }
  .exh_con p{
    text-align: left;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
}