.main{
    width:100%;
    /*  border:1px solid red;*/
    margin-top: 20px;
    margin-bottom: 20px;
 }

.main1 {
    width: 100%;
    /*  border:1px solid red;*/
    margin-top: 20px;
    margin-bottom: 20px;
}
.mainlay1 {
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap; /* 允许项目换行 */
}

 .mainlay
 {
     max-width:1200px;
     margin: 0px auto;
     display: flex;
     flex-wrap: wrap; /* 允许项目换行 */
 }

 .main-left{

    width: 25%;
    float: left;
 }

 .main-right{
    width: 75%;
    float:right;
   /* border: 1px solid red;*/
 }

 .mainleftlay1{
   text-decoration: none;
 }

.mainleftlay1tit{
   position: relative;
   height: 60px;
   background-color:#F0F6FB;
   border-bottom: 3px solid #006CB7;
}

.mainleftlay1tit img {
    position: absolute;
    top: 50%; /* 向上偏移50% */
    transform: translateY(-50%); /* 向上移动自身高度的50% */
    left: 8px; /* 水平左对齐 */
}

.mainleftlay1list
{
    height: 50px;
    background-color:#FFFFFF;
    border-bottom: 2px solid red;
}

.mainleftlay1list span
{
    color:  #006CB7;
    line-height: 50px;
    font-weight:bold;
    padding-left: 8px;
}

.leftimg{
    height: 40px;
    width: 137px;
}
.mainleftlay2{
    text-decoration: none;
    margin-top: 0px;
    border-bottom: 2px solid red;
}
.mainleftlay2tit{
    height: 72px;
    background-color:#F0F6FB;
    border-bottom: 3px solid #006CB7;
}
.mainleftlay2tit span
{
    color:  #006CB7;
    line-height: 60px;
    font-size: 20px;
    font-weight:bold;
    padding-left: 8px;
}
.mainleftlay2list{
    padding-left: 0px;
    padding-right: 0px;
    color:  #838383;
}
.mainleftlay2list a{
    color:  #838383;
    text-decoration: none;
}
.mainleftlay2list a:hover{
    color:  #3a3939;
    text-decoration: none;
}
.mainleftlist-ul
{
    text-decoration: none;
    margin-right: 5px;
    list-style-position: inside;
    margin-left: 0px;
    padding-left: 5px;
     /* border: 1px solid red;*/
}
.mainleftlist-ul > li{
    margin-left: 0px;
    line-height: 45px;
    border-bottom:1px dashed #adaaaa;
   /* border: 1px solid green;*/
}

.dot1 {
    height: 5px;
    width: 5px;
    background-color: #070707;
    border-radius: 50%; /* 使圆点更圆 */
    display: inline-block; /* 确保圆点与文本在同一行 */
    margin-right: 5px; /* 可选，为圆点和文本之间添加一些间距 */
  }

  .torch1 {
    width: 10px;
    height: 14px;
    background-size: cover; /* 或者使用contain, auto等 */
    background-position: center; /* 背景图居中 */
    background-repeat: no-repeat; /* 背景图不重复 */
    display: inline-block; /* 确保背景图可见 */
    background-image: url(../images_new/dot2.png);
  }

.mainleftlay3{
    text-decoration: none;
    margin-top: 20px;
    border-bottom: 2px solid red;
}
.mainleftlist-ul2{
    text-decoration: none;
    margin-right: 5px;
    list-style-position: inside;
    margin-left: 0px;
    padding-left: 5px;
}
.mainleftlist-ul2 > li{
    margin-left: 0px;
}
.mainleftlist-ul2-tit{
    display: block;
    line-height: 45px;
    border-bottom:1px dashed #adaaaa;
}
.mainleftlist-ul2-con{
    display: block;
    line-height: 28px;
    padding-top: 10px;
}
.dot3{
    height: 32px;
    width: 32px;
}
.dot4{
    height: 15px;
    width: 15px;
}
.morenav{
   border-bottom:1px solid #adaaaa;
   margin-left: 10px;
   margin-right: 10px;
   display: flex;
   justify-content: space-between; 
   padding-top: 10px;
   padding-bottom: 10px;
}

.morenav1 {
    border-bottom: 1px solid #adaaaa;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

.morenav-tzggpic {
    display: flex;
    align-items: center;
}

.morenav-tzggpic  img{
   padding-left: 0px;
}
.morenav-tzggpic span{
    padding-left: 5px;
    font-size: 20px;
    font-weight: bold;
}

.morelmnav{
    display: flex; 
    align-items: center;
    flex-direction: row;
}
.morelmnav  img{
    padding-left: 0px;
 }
 .morelmnav span{
     padding-left: 5px;
     font-size: 16px;
     color:  #838383;
     text-decoration: none;
 }

  .morelmnav  a{
    color:   #838383;
    text-decoration: none;
  }
  .morelmnav  a:hover{
    color:   #444343;
    text-decoration: none;
  }

 .morenewlist-ul {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    list-style-position: inside;
}

.morenewlist-ul a
{
   text-decoration: none;
   color: #000;
}

.morenewlist-ul a:hover
{
   text-decoration: none;
   color: #3b3a3a;
}

.morenewlist-ul> li{
    list-style-image: url('../images_new/dot1.png'); 
    line-height: 40px;
    border-bottom:1px dashed #adaaaa;
    list-style-position: inside;
    padding-left: 5px;
  }

  .morenewlist-ul > li > span {
    width: 100px;
    color: #8d8b8b;
    text-align: center;
    line-height: 40px;
    margin-left: 1em;
    margin-right: 1em;
    float:right;
  }

  .morepage{
     display: flex; 
     align-items: center;
     justify-content: space-between; 

  }

  .pagination {
    color: rgb(109, 109, 109);
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 10px;
    font-size: 14px;
    float: left;
  }
  
  .pagination a {
    color: rgb(109, 109, 109);
    padding: 5px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
  }
  
  .pagination a.active {
    background-color: red;
    color: white;
    border: 1px solid red;
  }

  .pagination a:hover:not(.active) {background-color: #ddd;}
 
  .totalnum
 {
    color: rgb(109, 109, 109);
    font-size: 14px;
    margin-left: 40px;
    margin-right: 10px;
    float: left;
 }

.pagenum{
    color: rgb(109, 109, 109);
    font-size: 14px;
   /* border: 1px solid red;*/
}
.curpage{
    width:100px ;
    height: 35px;
    background-color: #f0f6fb;
    font-size: 14px;
    color: rgb(109, 109, 109);
    display: flex; 
    align-items: center;
    justify-content: center;
}

#page{
    border: #8d8b8b 1px solid;
    width:30px ;
    height: 25px;
    font-size: 14px;
    color: rgb(109, 109, 109);
    text-align: center;
}

.pageright{
    float:right;
    display: flex; 
    align-items: center;
}

.art1{
margin-left: 30px;
margin-right: 30px;
margin-top: 30px;
margin-bottom: 20px;
}

.leftnav {
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center; /* 垂直居中对齐子元素 */
    justify-content: space-between; /* 两端对齐子元素 */
    padding: 5px; /* 内边距，可根据需求调整 */
}
.leftnav1 {
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center; /* 垂直居中对齐子元素 */
}
.leftnav img {
    height: 24px;
    width: 24px;
    margin-right: 5px; /* 图片与文字之间的间距 */
}

i {
    border: solid rgb(97, 96, 96);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 20px;
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  
  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

.backbtn {
    background-color: #006CB7;
    /* 背景颜色设置为蓝色 */
    color: white;
    /* 文字颜色设置为白色，以便于阅读 */
    border: none;
    /* 去除边框 */
    padding: 5px 6px;
    /* 设置内边距，使按钮看起来更舒适 */
    font-size: 14px;
    /* 设置字体大小 */
    cursor: pointer;
    /* 鼠标悬停时显示指针形状，表示可点击 */
    border-radius: 5px;
    /* 设置边框圆角，使按钮看起来更圆润 */
    transition: background-color 0.3s ease;
    /* 添加过渡效果，使背景色变化更平滑 */
    width: 73px;
    float: right;
    margin-right: 10px;
}

    .backbtn:hover {
        background-color: #086fdd;
        /* 鼠标悬停时的背景颜色 */
    }

    .backbtn a {
        color: white;
        font-size: 14px;
        text-decoration: none;
    }

   .mainleftlist-ul a.active {
    color: #006cb7;
   }
.space10 {
    height:10px;
}