.header{
    width:100%;
    height:76px;
    /*border:1px solid red;*/
  /*  border: 1px solid #4000ff;*/
}
.headcon
{
    max-width:1200px;
    height:76px;
   /* border: 1px solid red;*/
    margin: 0px auto;
}

.headleft{
    width:400px;
    height:76px;
   /* border: 1px solid green;*/
    float:left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headleft img {
    max-width: 100%; /* 确保图片不会超出div */
    max-height: 100%; /* 确保图片不会超出div */
}

.headright{
    width:230px;
    height:76px;
    /*border: 1px solid green;*/
    float:right;
    display: flex;
    justify-content: center;  /* 水平居中 */
    align-items: center;  /* 垂直居中 */
}

.headdl{
    font-size: 14px;
    color: #554e4a;
    text-decoration: none;
}

.headdl> dt {
    -webkit-text-size-adjust: none;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    font-family: "SimHei", "黑体", sans-serif;
  }

  .headdl > dt a {
    text-decoration: none;
    font-size: 14px;
    color: #554e4a;
    display: inline-block;
    margin-top: 15px;
    padding-right: 5px;
    margin-right: 5px;
  }

  .headdl > dt a:hover {
    text-decoration: none;
    color: #19191a;
  }

  .headdl > dt {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .headdl > dd {
    float: right;
  }

.navtop {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width:100%;
    height:50px;
    background-color:#006cb7;
  }

.navcon
{
    width:1200px;
    height: 50px;
    /*border: 1px solid green;*/
    margin: 0px auto;
}

.banner{
    width:100%;
    background: linear-gradient(to right, #f9fdff 0%, #5ebcfc 100%);
}

/* 定义动画 */
@keyframes switchImage {
    0% {
        background-image: url('/public/lhjt/images_new/banner_large.jpg');
        height: 800px;
    }

    100% {
        background-image: url('/public/lhjt/images_new/banner01.jpg');
        height: 295px;
    }
}

.bannercon {
    max-width: 1920px;
    /*  border: 1px solid green;*/
    margin: 0px auto;
    width: 100%;
    background-size: cover;
    background-position: center;
    animation: switchImage 5s ease-in-out forwards;
}




.banner1{
    width:100%;
    background: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.banner1con
{
    max-width:1200px;
   /*  border: 1px solid green;*/
    margin: 0px auto;
}


.logoimg{
    height: 58px;
    width: 393px;
}

/* 自定义导航条 */
.nav-head {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
 
/* 自定义导航条文本颜色 */
.nav-head .nav-link {
    color: white; /* 白色文本 */
}

.nav-head  a:hover {
    text-decoration: none;
    color: #f3f7d2;
}
 
.nav-item{
   /* border: 1px solid red;*/
    margin-right: 20px;
}
/* 当链接处于激活状态时，改变文本颜色 */
.nav-head .nav-link.active {
    height: 100%;
    color:#006cb7;
    /* background-color: #5ebcfc;*/
    background-image: url("/public/lhjt/images_new/line1.jpg");
}
.headnavdown
{
  position: relative; /* 相对于其正常位置进行定位 */
  top: 3px; /* 向下偏移5px */
}


.cont{
    width:100%;
    /*  border:1px solid red;*/
 }
 
 .newslay1
 {
     max-width:1200px;
    /* border: 1px solid green;*/
     margin: 0px auto;
     display: flex;
 }
 
 .pictopnews
 {
     width: 665px;
     height: 406px;
    /* border: 1px solid rgb(128, 4, 0);*/
     float: left;
 }

 .topnewslist
 {
     width: 520px;
     height: 406px;
     /*border: 1px solid rgb(128, 4, 0);*/
     float:right;
     margin-left:10px;
 }

.carousel-item img
{
    width: 665px;
    height: 406px;
}

.carousel-caption {
    /*position:absolute;*/
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);  /* Semi-transparent background */
    color: white;
    padding: 10px;
    width: 100%;
    text-align:left;
    float: left;
  }

  /* Optional: Style the indicators */

  .carousel-indicators{
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    z-index:2;
    display:flex;
    justify-content:right;
    padding:0;
    margin-right:0%;
    margin-bottom:5px;
    margin-left:0%;
}
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px; /* change width */
    height: 10px; /* change height */
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100%;  /* add border-radius */
}

.carousel-indicators .active
{  opacity:1;  }

.newstab
{
   background-color: #ffffff; 
  /* border-bottom:2px solid #8d8b8b;*/
  /* margin-bottom: 10px;*/
   border-bottom: 3px solid #ddd; /* 下边框 */
}

.newstabbox
{
    margin-bottom: 10px;
}

.newstab .nav-item
{
 /*border: 1px solid rgb(128, 4, 0);*/
 position: relative;   /* 设置定位，以便在其下方放置箭头 */
}

.newstab .nav-item button {
    text-decoration: none;
     /*font-size: 18px;*/
    color: #000;
    font-family:'Microsoft YaHei', '微软雅黑', sans-serif; 
}

.newstab .nav-item button a{
    text-decoration: none;
   /* font-size: 18px;*/
    color: #000;
  /*  font-family:'Microsoft YaHei', '微软雅黑', sans-serif; */
}

.newstab .nav-link.active
{    
    border-bottom: 3px solid #006cb7;
    margin-bottom: -2px;
    color: #006cb7;
    text-decoration: none;
   /*font-family:'Microsoft YaHei', '微软雅黑', sans-serif; */
}

.newstab .nav-link.active a
{
    text-decoration: none;
    color: #006cb7;
}

.newstab .nav-link.active::after
{    
  content: ''; /* 使用伪元素添加箭头 */
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent; /* 设置左边框透明 */
  border-right: 5px solid transparent; /* 设置右边框透明 */
  border-top: 5px solid #006cb7; /* 设置下边框为边框颜色 */
}

.list-group.news-list
{
    text-decoration: none;
    font-size: 16px;
    color: #000;
    margin-left: 15px;
}

.list-group.news-list a
{
   text-decoration: none;
   color: #000;
}

.list-group.news-list a:hover
{
   text-decoration: none;
   color: #3b3a3a;
}
  .list-group.news-list> li{
    list-style-image: url('../images_new/dot1.png'); 
  }

  .list-group.news-list > li > span {
    width: 100px;
    height: 20px;
    font-size: 14px;
    color: #8d8b8b;
    text-align: center;
    line-height: 20px;
    margin-left: 1em;
    margin-right: 1em;
    float:right;
  }

  .list-group-item-news
  {
    height: 38px;
    margin-left: 10px;
  }

#newsTabContent{margin-top: 20px;}

.newslay2
{
    max-width:1200px;
    margin: 0 auto;
    height: 250px;
    padding-top: 10px;
    clear:both;
}

.news2left
{
    float:left;
    text-decoration: none;
    width: 49%;
}
.news2right
{
    float:right;
    text-decoration: none;
    width: 49%;
   /* border: 1px solid red;*/
    margin-left: 10px;
}
.news2head{
    height: 45px;
    border-bottom: 2px solid #cccccc;
}
.new2tit{
    float:left;
    border-bottom: 4px solid  #006cb7;
}

.newsimgtit{
    height: 41px;
    width: 137px;
}

.news2list{
  margin-top: 20px;
}

.news2list-ul
{
    text-decoration: none;
    font-size: 16px;
    color: #000;
    margin-left: 0px;
}

.news2list-ul > li{
    list-style-image: url('../images_new/dot1.png'); 
    height: 38px;
}

.news2list-ul a
{
   text-decoration: none;
   color: #000;
}

.news2list-ul a:hover
{
   text-decoration: none;
   color: #3b3a3a;
}

.news2list-ul > li > span {
    width: 100px;
    height: 20px;
    font-size: 14px;
    color: #8d8b8b;
    text-align: center;
    line-height: 20px;
    margin-left: 1em;
    margin-right: 1em;
    float:right;
  }
  
.news2imgmore
{
    height: 20px;
    width: 20px;
}

.new2more{
    float: right;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 41px;
}

.new2more img
{
   max-width: 100%;
   height: auto;
}


.newslay4
{
    max-width:1200px;
    margin: 0 auto;
    padding-top: 10px;
    clear:both;
   /* border: 1px solid rgb(128, 4, 0);*/
    height: 360px;
}

.new4left{
    float: left;
    width: 34%;
    height: 100px;
}
.news4center
{
    float: left;
    width: 40%;
    height: 100px;
}
.new4right{
    float:right;
    width: 26%;
    height: 100px;
}
.new4con{
    margin-top: 10px;
}

.new4imgcon
{
    text-align: center;
    line-height: 40px;
}
.newslay4
{
    max-width:1200px;
    margin: 0 auto;
    padding-top: 10px;
    clear:both;
}

.new4left{
    float: left;
    width: 396px;
}
.news4center
{
    float: left;
    /*border: 1px solid red;*/
    width: 470px;
    margin-left:20px;
    margin-right:10px;
}
.new4right{
    float:right;
    width:300px;
}

.new4con{

    margin-top: 10px;
}

.new4imgcon
{
    text-align: center;
}

.new4imgcon span{
    color: #919090;
    text-decoration: none;
 }

 .new4imgcon a{
    color: #919090;
    text-decoration: none;
 }
 
 .new4imgcon a:hover{
    color: #050505;
    text-decoration: none;
 }

.new4img
{
    width:400px;;
    height:258px;
}

.new4right
{
    text-decoration: none;
}
.new4right-top
{
    margin-bottom: 10px;
}
.new4right-down-left
{
  float: left;
  width: 50%;
}
.new4right-down-right
{
    float:right;
    width: 50%;
   /* border: 1px solid red;*/

}
.new4right-top-img
{
    width: 281px;
    height: 98px;
}

.new4right-down-img
{
    width: 131px;
    height: 166px;
}

.lay4newstab
{
   background-color: #ffffff; 
   border-bottom: 3px solid #ddd; /* 下边框 */
}

.lay4newstabbox
{
  margin-bottom: 25px;
}

.lay4newstab .nav-item
{
/* border: 1px solid rgb(128, 4, 0);*/
 position: relative;   /* 设置定位，以便在其下方放置箭头 */
}

.lay4newstab .nav-item button {
    text-decoration: none;
    color: #000;
    font-family:'Microsoft YaHei', '微软雅黑', sans-serif; 
}

.lay4newstab .nav-item button a{
    text-decoration: none;
    color: #000;
}

.lay4newstab .nav-link.active
{    
    border-bottom: 3px solid #006cb7;
    margin-bottom: -2px;
    color: #006cb7;
    text-decoration: none;
}

.lay4newstab .nav-link.active a
{
    text-decoration: none;
    color: #006cb7;
}

.lay4newstab .nav-link.active::after
{    
  content: ''; /* 使用伪元素添加箭头 */
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent; /* 设置左边框透明 */
  border-right: 5px solid transparent; /* 设置右边框透明 */
  border-top: 5px solid #006cb7; /* 设置下边框为边框颜色 */
}

.list-group-item-news4
{
  height: 45px;
  margin-left: 10px;
}

.list-group.news4-list
{
    text-decoration: none;
    font-size: 16px;
    color: #000;
    margin-left: 0px;
}

.list-group.news4-list a
{
   text-decoration: none;
   color: #000;
}

.list-group.news4-list a:hover
{
   text-decoration: none;
   color: #3b3a3a;
}
  .list-group.news4-list> li{
    text-decoration: none;
    line-height:40px;
    vertical-align: middle;
    position:relative;
  }

  .list-group.news4-list > li > span {
    width: 55px;
    height: 35px;
    font-size: 14px;
    color: #8d8b8b;
    text-align: center;
    margin-top: 3px;
    margin-right: 8px;
    float:left;
    background-color: #cccccc;
  }

  .lay4nav {
    --bs-nav-link-padding-x: 1 rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .cyjslay
  {
      max-width:1200px;
      margin: 0 auto;
      padding-top: 10px;
      clear:both;
  }
.cyjscon {
    text-decoration: none;
   /* border: 1px solid rgb(128, 4, 0);*/
    margin-bottom:10px;
    margin-top:10px;
    padding-top:10px;
    padding-bottom:10px;
}

.piclist {

    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    max-width: 1200px;
}

  .piclist li{ 
     float:left; 
     padding:10px 8px;
     width:290px;
    }
 .piclist a{
        text-decoration: none;
        font-size: 16px;
        color: #000;
    }
 .piclist a:hover{
        text-decoration: none;
        font-size: 16px;
        color: #747474;
    }

.piclist li img{ 
     display:block;
     width: 280px;
     height:140px;
    }

.piclist li span{ 
    display:block;
      width:100%;
      height:35px; 
      line-height:35px;
      background:#F6F6F6;
      text-align: center;
    }

/*结构*/
.clear{ 
     height:0px;
     line-height:0;
      font-size:0;
     overflow:hidden;
     clear:both;
}

.footer
{
   height: 300px;
   background-color: #F0F6FB;
   border-top: 2px solid #D2D9DE
}

.yqlink {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #AAB4BB;
    padding-bottom: 20px;
    padding-top:10px;
}
.yqlink1
{
    margin-top: 30px;
    margin-left: 20px;
}
.yqlink1 a{
    color:#AAB4BB;
    text-decoration: none;
}
.yqlink1 a:hover{
    color:#747575;
    text-decoration: none;
}

.yqft{
    font-size: 20px;
    color: #000;

}

.footcenter
{
    max-width:1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 2px solid #D2D9DE
}

.footlogo{
width:30% ;
float: left;
}
.footlogoimg
{
    height: 88px;
    width: 261px;
}
.footright{
    width:70% ;
    float:right;
   /* border: red 1px solid;*/
}
.znlay{
    float: right;
    margin-right:10px;
}
.addlay{
    float: right;
    text-align: right;
    margin-top: 20px;;
    margin-right:10px;
}
.addlay p{
   line-height: 15px;
}
.znlink{
    color:#AAB4BB;
    text-decoration: none;
}
.znlink a{
    color:#AAB4BB;
    text-decoration: none;
}
.znlink a:hover{
    color:#747575;
    text-decoration: none;
}

.znlink {
    display: flex;
    list-style-type: none; /* 如果需要移除列表前的默认圆点 */
  }

  .znlink li{
    height: 20px;
    border-right: #bebebe 1px solid;;
    padding-right: 10px;
    padding-left: 10px;
}

.copyright{
    display: flex;
    height: 65px;
    background-color: #006CB7;
    text-align:center;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    color:#ffffff;
}
.copyright a{
    text-decoration:none;
    color:#ffffff;
}
.copyright a:hover{
    color:#ebe7e7;
    text-decoration:none;
}
/*sidebar style start*/
#sidebar{
    width:80px;
    height: 180px;
    border:1px solid #ccc;
    position:fixed;
    background: #fff;
    right:calc((100% - 1200px)/2 - 80px);
    top:clamp(430px,calc(50% - 180px / 2),100px);
}

