.item_tit{
  border-bottom: 1px solid #eaeaea;
}
.new-home .h-block{
  display: flex;
  padding-top: 5px;
}
.new-home .h-block .block-l{
  width: 870px;
  margin-right: 40px;
}
.new-home .h-block .block-r{
  flex: 1;
  width: 0;
}
.new-home .h-news{
  padding: 15px 0;
  display: flex;
}
.new-home .h-news .swiper-container{
  width: 360px;
}
.h-news .news-l{
  width: 340px;
  padding-bottom: 10px;
}
.h-news .news-l .imgs{
  width: 100%;
  padding-top:66%;
  background: no-repeat center center;
  background-size: cover;
  margin-bottom: 15px;
}
.h-news .news-l .text p{
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #666;
}
.h-news .news-l .text a{
  text-align: right;
  display: block;
  font-size: 14px;
  color: #666;
  height: 33px;
  line-height: 33px;
}
.h-news .news-r{
  flex: 1;
  width: 0;
}
.h-news .news-r .it{
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding-right: 0;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.h-news .news-r .it p{
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  color: #333;
}
.h-news .news-r .it span {
  display: block;
  width: 100px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-align: right;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
}
.h-news .swiper-container .swiper-pagination{
bottom: 0;
}
.h-about{
padding: 15px 0;
}
.h-about .t{
overflow: hidden;
margin-bottom: 10px;
}
.h-about .t .imgs{
width: 160px;
height: 115px;
float: left;
background: no-repeat center center;
background-size: cover;
margin: 0 10px 10px 0;
}
.h-about .t span{
font-size: 14px;
color: #666666;
line-height: 1.8;
}
.h-about .t em{
display: block;
text-align: right;
font-size: 14px;
font-style: normal;

color: #bd9960;
}
.h-about .b img{
display: block;
width: 100%;
}
.h-wenhua{
  padding-top: 18px;
}
.h-wenhua .it{
  margin-bottom:20px ;
  background: url('/Public/images/hnew2.jpg') no-repeat center center;
  background-size: cover;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding:20px 0 ;
  display: block;
}
.ts{
  position: fixed;
  left: 20%;
  z-index: 999;
  top: 20%;
  background: no-repeat center center/cover;
  width: 200px;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
  animation: ts 20s linear infinite alternate;
  padding: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.ts p{
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.ts .del{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24PX;
}
@keyframes ts{
  0% {
    left: 20%;
    top: 20%;
  }
  100% {
    left: 60%;
    top: 80%;
  }
}
.ts:hover{
  animation-play-state: paused;
}