/* 通用 */
*{padding: 0;margin: 0;}
li{list-style: none;}
a{text-decoration: none;}
img{max-width: 100%;}
.clear::after{
  content: '';
  display: block;
  clear: both;
}
.block{
  margin-bottom: 60px;
}
video{
  width: 100%;
}
/* 页面设定 */
body{
  background: url(/2024xlhlt/body_bg.jpg)  no-repeat ;
  background-size: 100% 100%;
}
.setwidth{
  max-width: 95%;
  width: 1200px;
  margin: 0 auto;
}
.titlebox{
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.ltjjSwiperBox,.lshgSwiperBox{
  position: relative;
}
.slideCon{
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.slideCon img{
  width: 100%;
  height: 135px;
  display: block;
}
.lunbo_btn{
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #1846d0;
  cursor: pointer;
}
.btn_l{
  left: -40px;
}
.btn_r{
  right: -40px;
}
.swiper-slide .slideTxt p{
  background-image: url(/2024xlhlt/title_bg.png);
  background-size: 100% 100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  width: 100%;
  color: #fff;
  line-height: 3;
  font-size: 16px;
  padding-left: 10px;
  box-sizing: border-box;
}
.ltjjtopimg,.lshgtopimg{
  margin-bottom: 10px;
}
.ltjjtxt{
  margin-top: 30px;
  line-height: 1.5;
}
.ltjjtxt p{
  margin-bottom: 10px;
  text-indent: 2em;
}
.zbjblist li{
  float: left;
  width: 18.8%;
  margin-right: 1.5%;
  position: relative;
  cursor: pointer;
}
.zbjblist li:last-child{
  margin-right: 0;
}
.zbjblist li.active::after{
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/2024xlhlt/title_bg.png);
}
.zbjbimgbox{
  background-image: url(/2024xlhlt/zbjb_bg.png);
  background-position: bottom;
  padding: 50px 0;
  margin-bottom: 30px;
}
.zbjbimgbox img{
  width: 290px;
  height: 290px;
  display: block;
  margin: 0 auto;
}
.zbjbname{
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #0147f4;
  font-weight: 600;
  line-height: 2em;
}
.zbjbname::after{
  content: "";
  height: 4px;
  width: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: url(/2024xlhlt/title_bg.png);
  background-size: 100%;
}
.zbjbjj{
  color: #666666;
  font-size: 14px;
  width: 620px;
  margin: 0 auto;
  height: 38px;
}
.mebdleft{
  position: relative;
  width: 49%;
  float: left;
}
.mebdright{
  width: 49%;
  float: right;
}
.mebdleft p{
  position: absolute;
  width: 100%;
  line-height: 40px;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #0147f4;
  padding-left: 20px;
  box-sizing: border-box;
}
.mebdright li{
  border: 1px solid #0147f4;
  overflow: hidden;
  padding: 15px 10px;
  margin-bottom: 16px;
}
.mebdright li:last-child{
  margin-bottom: 0;
}
.atrtime{
  color: #fff;
  background: #0147f4;
  width: 76px;
  height: 55px;
  text-align: center;
  float: left;
}
.atrtime .day{
  font-size: 18px;
  padding-top: 7px;
}
.atrtime .timebottom{
  font-size: 12px;
}
.mtbdtxt{
  color: #0147f4;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  width: 80%;
  float: left;
  line-height: 55px;
  margin-left: 5px;
}
.mtbdtxt a{
  color: #0147f4;
}
.lshgtopimg{
  position: relative;
}
.lshgtopimgtxt{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(/2024xlhlt/title_bg.png) ;
  background-size: 100%;
}
.lshgtopimgtxt p{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color: #fff;
  line-height: 3;
  font-size: 18px;
  padding-left: 20px;
}