.galleryBox {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 8%);
  margin-top: 20px;
}
.lunbo {
  padding: 20px 100px 16px 100px;
}
.gallery_detail .title {
  width: 100%;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  color: #000000;
  line-height: 50px;
}

/* .gallery_detail .l_info .source {
  padding-right: 20px;
}
.gallery_detail .l_info .time {
  padding-right: 30px;
}
.gallery_detail .l_info .clickNum {
  padding-left: 25px;
  background: url(../images/gallery_click.png?v=20230710102157?v=20230710140737) no-repeat left center transparent;
  background-size: 15px;
}
.gallery_detail .l_info .cmtNum {
  padding-left: 23px;
  background: url(../images/gallery_cmt.png?v=20230710102157?v=20230710140737) no-repeat left center transparent;
  background-size: 15px;
} */


.banner_breviary {
  width: 100%;
  overflow: hidden;
  
}

.large_box {
  width: 100%;
  padding: 0px 100px 40px 100px;
  /* height: 594px;
    overflow: hidden; */
}

.large_box .box1 {
  /* width: 1240px; */
  /*height: 654px;*/
  margin: 0 auto;
  overflow: hidden;
}

.large_box li {
  /* width: 1240px; */
  /*height: 654px;*/
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.large_box img {
  width: 100%;
  height: 654px;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

.large_box .main_intro {
  height: 128px;
  box-sizing: border-box;
  padding: 25px 0px 25px 0;
  /*position: absolute;*/
  /*width: 100%;*/
  /*left: 0;*/
  /*bottom: 0;*/
  /*background: rgba(0,0,0,.5);*/
}

.large_box .page_num {
  /*width: 120px;*/
  font-size: 40px;
  font-family: Arial, Arial-Regular;
  font-weight: 400;
  text-align: center;
  color: #0083ff;
  line-height: 69px;
  float: left;
  margin-right: 40px;
}

.large_box .intro_box {
  /*width: 964px;*/
}

.large_box .intro_txt {
  overflow-y: auto;
  max-height: 60px;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: justify;
  color: #222222;
  line-height: 30px;
}

.large_box #imgTotal {
  font-size: 20px;
  font-family: Arial, Arial-Regular;
  font-weight: 400;
  text-align: center;
  color: #999999;
  line-height: 28px;
}

.large_box .com1 {
  top: 45%;
  margin-top: -35px;
  display: block;
  width: 22px;
  height: 37px;
}



.small_box {
  width: 100%;
  height: 165px;
  overflow: hidden;
  background: #fafafa;
  border-radius: 4px;
  /* margin-bottom:30px; */
}

.small_box .box2 {
  width: 995px;
  height: 106px;
  margin: 0 auto;
}

.small_list {
  position: relative;
  float: left;
  width: 995px;
  height: 131px;
  padding-top: 25px;
  overflow: hidden;
  box-sizing: border-box;
}

.small_list ul {
  /* overflow: hidden; */
}

.small_list ul li {
  position: relative;
  float: left;
  margin-right: 22px;
  width: 184px;
  height: 100px;
  margin-bottom: 10px;
}

.small_list ul li img {
  width: 176px;
  height: 100px;
  display: block;
}

.small_list ul li.on .imgBox {
  width: 184px;
  height: 112px;
  padding: 8px 4px 8px 4px;
  margin-top: -8px;
  background: url(../images/gallery_smallbg.png?v=20230710102157?v=20230710140737) center no-repeat transparent;
  background-size: 184px 112px;
}

.small_box .com {
  display: block;
  width: 11px;
  height: 19px;
  cursor: pointer;
}



.video-toolbar span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;
  display: inline-block;
}
.video-toolbar .source {
  margin-right: 10px;
}
