/* 发展历程数字-字体 */
@font-face {
  font-family: SourceHanSerifCN;
  src: url("/templates/1/new2/_files/font/SourceHanSerifCN-Heavy.otf");
}
/* 全局默认内容宽度 */
:root {
  --content-width: 80%;
  --nav-font-size: 20px;
  --title-font-size: 20px;
  --text-font-size: 16px;
}

/* @media (max-width: 1439px) {
  :root {
      --content-width: 1200px;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  :root {
      --content-width: 1400px;
  }
}

@media (min-width: 1920px) {
  :root {
      --content-width: 1600px;
  } 
} */
/* 通用样式 */
a{
  text-decoration: none;
  color: #121624;
}
body{
  background-image: url('/templates/1/new2/_files/imgs/content_bg.png');
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
}
.base-body{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.base-body-header{
  position: relative;
  height: 240px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-image: url('/templates/1/new2/_files/imgs/base_header_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: -120px center; */
}
.base-header-nav{
  width: var(--content-width);
  height: 60px;
  /* background-color: #3780C6; */
  background: linear-gradient(45deg, #afafafab, transparent);
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.base-header-nav a{
  width: 144px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
}
.bidding-information-box{
  position: absolute;
  left: 144px;
  top: -120px;
  background: #afafafab;
  display: none;
}
.base-header-nav-active{
  background-color: #2369AA;
  font-weight: 500;
}
.base-header-nav a:hover{
  background-color: #2369AA;
  font-weight: 500;
}
.base-body-center{
  width: var(--content-width);
  min-height: 350px;
  margin: 0 auto;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  padding: 64px 48px;
  box-sizing: border-box;
}
/* 走进10BET十博最佳体育平台-国际8297cim(娱乐)有限公司简介 */

.walk-in-body{
  position: relative;
  padding: 64px 0px;
}
.walk-in-card{
  position: absolute;
  left: 0px;
  width: 100%;
  height: 280px;
  background-image: url('/templates/1/new2/_files/imgs/walk_in_card_bg.png');
  background-size: 100% 280px;
  background-repeat: no-repeat;
}
.walk-in-card-title{
  width: 650px;
  height: 163px;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  justify-content: center;
}
.walk-in-card-group{
  height: 117px; /* 设置滚动容器的高度 */
  position: relative;
  overflow: hidden; /* 确保内容可见 */

}
.walk-in-card-scroll {
  position: absolute;
  width: 100%;
}

.walk-in-card-content {
    width: calc(100% * 0.562);
    height: 117px;
    border: 1px solid #679ED4;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: transform 1s ease-in-out;
}
.walk-in-card-content-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  row-gap: 15px;
  padding-left: 24px;
  border: 1px solid #679ED4;
}
.walk-in-item-title{
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: rgba(255, 255, 255, 0.64);
}
.walk-in-item-value{
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}
.walk-in-unit{
  font-weight: 600;
  font-size: 14px;
  font-variation-settings: "opsz" auto;
}
.video-box{
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.video-left-text{
  width: auto;
  height: 160px;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  text-align: justify; /* 浏览器可能不支持 */
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #121624;
  padding: 0;
  display: flex;
  align-items: flex-end;
  text-indent: 2em;
  padding: 0px 32px 0px 0px;
}
/* 信息公开的排版样式 */
.video-box-text{
  width: auto;
  height: 288px;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  text-align: justify; /* 浏览器可能不支持 */
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  /* 黑 */
  color: #121624;
  text-indent: 2em;
  padding: 0px 32px 0px 0px;
}
video{
  width: 100% !important;
  height: auto !important;
  /* width: 640px !important;
  height: 360px !important; */
}
.walk-in-text{
}
.walk-in-text p{
  text-indent: 2em;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  text-align: justify; /* 浏览器可能不支持 */
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #121624;
}
/* 走进10BET十博最佳体育平台-国际8297cim(娱乐)有限公司领导 */
  .leader-intro-card{
    display: flex;
    flex-direction: column;
    padding: 32px;
    gap: 8px;
    align-self: stretch;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px 0px #E2E8F0;
    margin-bottom: 24px;
  }
  .leader-intro-card-name{
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #3780C6;
  }
  .leader-intro-card-job-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .leader-intro-card-job-box-item{
  }
/* 走进10BET十博最佳体育平台-组织架构 */
.tissue-box{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tissue-title{
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #121624;
  margin: 32px auto;
}
.tissue-img{
  max-width: 1440px;
}
.tissue-img img{
  width: 100%;
}
/* 发展历程 */

.development-course-box{
  width: 100%;
  height: 100%;
  display: flex;
}
.devalopment-time{
  width: 240px;
  height: auto;
  background-image: linear-gradient(to right,#F5F8FA,#FFFFFF);
}
.devalopment-time-item{
  width: 240px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #6C7487;
  font-family: SourceHanSerifCN;
} 
.devalopment-time-item:hover{
  background-image: linear-gradient(to right,rgba(55, 128, 198, 1),rgba(55, 128, 198, 0.48));
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
  cursor: pointer;
}
.devalopment-time-item:hover::before{
  content: '';
  background-image: url('/templates/1/new2/_files/imgs/current_path_icon.png');
  width: 12px;
  height: 12px;
  vertical-align: middle;
  position: relative;
  left: -10px;
}
.active{
  background-image: linear-gradient(to right,rgba(55, 128, 198, 1),rgba(55, 128, 198, 0.48));
  height: 56px;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}
.active::before{
  content: '';
  background-image: url('/templates/1/new2/_files/imgs/current_path_icon.png');
  width: 12px;
  height: 12px;
  vertical-align: middle;
  position: relative;
  left: -10px;
}
.devalopment-info{
  width: 100%;
  height: 860px;
  overflow: auto;
  scroll-behavior: smooth; /* 平滑滚动 */
  padding: 0px 64px;
}
.devalopment-info::-webkit-scrollbar {
  width: 0;
}
.devalopment-info-item{
  padding: 0px 16px 0px;
  display: flex;
  flex-direction: column;
}
.devalopment-info-item-first{
  padding: 16px 16px 0px;
}
.devalopment-info-item-time{
  display: flex;
  align-items: center;
}
.devalopment-info-item-time img{
  width: 16px;
  height: 16px;
}
.devalopment-info-item-time div{
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3780C6;
  margin-left: 16px;
  font-family: SourceHanSerifCN;
}
.devalopment-info-item-data{
  padding: 5px;
}
.devalopment-info-item-left-line{
  border-left: 3px solid #EAEBF0;
  padding: 16px;
}
.devalopment-info-item-left-line-text{
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #121624;
  margin: 8px auto;
}
/* 旗下子公司 */

.subsidiary-box{
  display: flex;
}
.subsidiary-left{
  width: 240px;
  height: auto;
  border: 1px solid rgba(236, 240, 245, 1);
}
.subsidiary-left-item,.subsidiary-left-item-parent{
  width: 240px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #121624;
}
.subsidiary-left-item:hover,.subsidiary-left-item-parent:hover{
  border-left: 3px solid rgba(55, 128, 198, 1);
  background-color: rgba(239, 245, 251, 1);
  cursor: pointer;
}
.subsidiary-left-item:hover,.subsidiary-left-item-parent:hover{
  border-left: 3px solid rgba(55, 128, 198, 1);
  background-color: rgba(239, 245, 251, 1);
  cursor: pointer;
}
/* .subsidiary-left-item-parent:hover + .subsidiary-left-item-children{
  display: block;
} */
.subsidiary-left-item-active{
  border-left: 3px solid rgba(55, 128, 198, 1);
  background-color: rgba(239, 245, 251, 1);
}
.subsidiary-left-item-first{
  width: 240px;
  height: 57px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
  background-image: linear-gradient(to right,rgba(55, 128, 198, 1),rgba(55, 128, 198, 0.48));
}
.subsidiary-left-item-children{
  display: none;
  height: auto;
}
.subsidiary-left-item-children-active{
  background-color: #F5F8FA;
  display: block;
}
.subsidiary-left-item-children-text{
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0em;
  color: #121624
}
.subsidiary-left-item-children-text:hover{
  color: #3780C6;
  font-weight: bold;
  cursor: pointer;
}
.children-active{
  color: #3780C6;
  font-weight: bold;
}
.subsidiary-right{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 0px 64px;
  overflow: auto;
  flex-wrap: nowrap;
}
.subsidiary-right img{
  width: 100%;
  height: auto;
}
.subsidiary-right-item{
  margin: 10px 0px;
}
.subsidiary-right-item-title{
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3780C6;
  border-bottom: 2px solid #ECF0F5;
}
.subsidiary-right-item-title span{
  display: inline-block;
  height: 40px;
  border-bottom: 2px solid #3780C6;
}
.subsidiary-right-item-text{
  padding: 16px 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #121624;
  display: flex;
  flex-direction: column;
  text-indent: 2em;
}
.subsidiary-right-item-text-p{
  text-indent: 2em;
  color: #6c6c6c;
  line-height: 32px;
  font-size: 16px;
}
.subsidiary-right-item-laeader-name{
  font-size: 20px;
  font-weight: 600;
  margin-right: 20px;
  color:#6c6c6c;
}
.subsidiary-right-item-laeader-job{
  color:#6c6c6c;
}
.subsidiary-right-item-card{
  box-sizing: border-box;
  width: 600px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgb(39 117 204 / 19%);
  border: solid 1px #e4e0e4;
  padding: 30px;
  margin-top: 32px;
}
.subsidiary-right-item-card div{
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #757575;
}
.subsidiary-right-item-card span{
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 41px;
  letter-spacing: 0px;
  color: #348fc8;
}
.subsidiary-right-item-li{
  line-height: 28px;
}
.subsidiary-right-item-li::before{
  content: '·';
  font-size: 25px;
  vertical-align: middle;
  margin-right: 8px;
}
.subsidiary-right-leader{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.subsidiary-right-item-box{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.subsidiary-right-item-box-item{
  display: flex;
  justify-content: space-between;
  height: 32px;
  align-items: center;
}

.subsidiary-right-item-box-item-text{
  width: 648px;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}
.subsidiary-right-item-box-item-text a:hover{
  text-decoration: underline;
}
.gray-color{
  color: #8A91A0;
}

.personnel-dynamics-box{
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.personnel-dynamics-item{
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-bottom: 1px solid #ECF0F5;
  padding: 15px 0px;
}
.personnel-dynamics-item-title{
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #121624;
}
.personnel-dynamics-item-content{
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #6C7487;
  overflow: hidden;
  height: 68px;
  /*设置文本超出部分用省略号显示*/
  text-overflow: ellipsis;
  /* 块元素显示的文本的行数 */
  -webkit-line-clamp: 4;
  /* 将对象作为弹性伸缩盒子模型显示 */
  display: -webkit-box;
  /* 从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式） */
  -webkit-box-orient: vertical;
}
.personnel-dynamics-item-time{
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #8A91A0;
}
.supervision-work-box{
  padding: 15px 0px;
  display: flex;
  flex-direction: column;
}
.supervision-work-item{
  width: 648px;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}
.supervision-work-item::before{
  content: '·';
  font-size: 25px;
  vertical-align: middle;
  margin-right: 15px;
}
/* 信息公开-信息公开指南 */
.base-body-header-info-public{
  background-image: url('/templates/1/new2/_files/imgs/info_public_bg.jpg');
}
.public_info_box_title{
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #121624;
  text-align: 2em;
}
.public_info_box_title p{
  text-indent: 2em;
}
/* 信息公开-信息公开制度 */
.info_public_box{
  display: flex;
  flex-direction: column;
}
.info_public_box_institution_item{
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
  padding: 0px 30px;
}
.info_public_box_institution_title{
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3780C6;
  display: flex;
  align-items: center;
  position: relative;
}
.info_public_box_institution_title img{
  position: absolute;
  left: -30px;
}
.info_public_box_institution_content{
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 10px;
}
.institution_content_item{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.institution_content_item_text{
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #121624;
}
.institution_content_item_time{
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #8A91A0;
}
.institution_content_item a:hover{
  text-decoration: underline;
}
/* 信息公开-公开内容 */

.info-public-open-content{
  height: auto;
  display: flex;
  flex-direction: row;
}
.info-public-open-content-left{
  width: 240px;

}
.info-public-first-item{
  width: 240px;
  height: 57px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right,rgba(55, 128, 198, 1),rgba(55, 128, 198, 0.48));
}
.info-public-first-item::before{
  content: '';
  background-image: url('/templates/1/new2/_files/imgs/info_icon_white.png');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  margin-top: 4px;
  margin-left: -10px;
}
.info-public-item,.info-public-parent{
  width: 240px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #121624;
}
.info-public-item:hover,.info-public-parent:hover{
  border-left: 3px solid rgba(55, 128, 198, 1);
  background-color: rgba(239, 245, 251, 1);
  cursor: pointer;
}
.info-public-item-active{
  border-left: 3px solid rgba(55, 128, 198, 1);
  background-color: rgba(239, 245, 251, 1);
  cursor: pointer;
}
.info-public-children{
  width: 240px;
  height: auto;
  background-color: #F5F8FA;
  display: none;
}
.info-public-parent-active{
  display: block;
}
.info-public-child{
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0em;
  color: #121624;
  cursor: pointer;
}
.info-public-child:hover{
  color: #3780C6;
  font-weight: bold;
  cursor: pointer;
}
.info-public-child-active{
  color: #3780C6;
  font-weight: bold;
}
.info-public-open-content-right{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 48px;
}
.info-public-open-content-right video{
  width: 45% !important;
}
.info-public-card{
  width: 896px;
  height: 280px;
  background-image: url('/templates/1/new2/_files/imgs/info_public_card_bg.png');
  background-size: 100% 100%;
  position: relative;
}
.info-public-card-box{
  position: absolute;
  width: 598px;
  height: 200px;
  left: 0px;
}
.info-public-card-title{
  width: 598px;
  height: 97px;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  justify-content: center;
}
.info-public-card-group{
  height: 97px;
  position: relative;
  overflow: hidden;
}

.info-public-card-scroll {
position: absolute;
width: 100%;
}

.info-public-card-content {
width: 598px;
height: 97px;
border: 1px solid #679ED4;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
transition: transform 1s ease-in-out;
}
.info-public-card-content-item{
display: flex;
flex-direction: column;
justify-content: center;
flex: 1;
row-gap: 15px;
padding-left: 24px;
border: 1px solid #679ED4;
}
.info-public-item-title{
font-size: 14px;
font-weight: normal;
line-height: normal;
letter-spacing: 0em;
font-variation-settings: "opsz" auto;
color: rgba(255, 255, 255, 0.64);
}
.info-public-item-value{
font-size: 24px;
font-weight: 600;
line-height: normal;
letter-spacing: 0em;
font-variation-settings: "opsz" auto;
color: #FFFFFF;
}
.info-public-unit{
font-weight: 600;
font-size: 14px;
font-variation-settings: "opsz" auto;
}
/* 搜索结果 */
.search-result-header{
  height: 180px;
  background-image: url('/templates/1/new2/_files/imgs/search_result_bg.png');
  position: relative;
  overflow: visible;
}
.search-result-box{
  display: flex;
  align-items: center;
  width: 840px;
  height: 48px;
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  box-shadow: 0px 8px 12px 0px #D8DDE4;
}
.search-result-box input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px 10px 16px;
  background: #FFFFFF;
  box-sizing: border-box;
  font-size: 18px;
}
.search-result-btn{
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 0px 10px;
  flex-wrap: wrap;
  align-content: center;
  background: #3780C6;
  box-sizing: border-box;
  cursor: pointer;
}
.search-result-title{
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #121624;
}
.search-result-list{
  padding: 16px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search-result-item{
  height: 112px;
  display: flex;
  flex-direction: column;
  padding: 20px 0px;
  gap: 16px;
  flex-grow: 1;
  box-sizing: border-box;
  /* 线 */
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ECF0F5;
}
.search-result-item-title{
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  z-index: 0;
  color: #121624;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-result-item-time{
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #8A91A0;
}
/* 分页 */
.search-pagination {
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.search-pagination button {
  padding: 5px 10px;
  margin: 3px;
  border: 1px solid #ddd;
  background: white;
  cursor: pointer;
  width: 74px;
  height: 36px;
}

.search-pagination button:hover {
  background: #3780C6;
  color: white;
}

.search-pagination .actives {
  background: #3780C6;
  color: white;
}
.page-box{
  display: flex;
  gap: 20px;
}
.page-number{
  width: 38px;
  height: 36px;
  border: 1px solid #DCE1EB;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search-result-item a:hover{
  text-decoration: underline;
  cursor: pointer;
}
.search-result-item em{
  color: #3780C6;
  font-style: normal;
}
/* 上一页下一页 */
.page-turning-box{
  width: 100%;
  border-top: 1px solid #e2e2e2;
  display: flex;
  padding: 30px 48px;
  margin-top: 20px;
  box-sizing: border-box;
}
.page-turning-div{
  width: 50%;
}
.page-turning-a{
  color: #7b7b7b;
}

/* 分页 */
.pagination {
  text-align: center;
  padding: 20px;
}

.pagination button {
  padding: 5px 10px;
  margin: 3px;
  border: 1px solid #ddd;
  background: white;
  cursor: pointer;
}

.pagination .actives {
  background: #3780C6;
  color: white;
}

.pagination button:hover {
  background: #3780C6;
  color: white;
}