html{
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
body{

    font-family: "Microsoft YaHei", Arial, sans-serif;
margin: 0;
padding: 0;
color: #333;
font-size: 12px;
--blue:#0066cc;
display: flex;
align-items: center;
flex-direction: column;
min-width: 1203px;
}
div{
    display: flex;
    box-sizing: border-box;
}
a{
    text-decoration: none;
 
}
.myhead{
    width:100%;
    background: url('/images/tbg.jpg');
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-x: hidden;
}
.myhead2{
    width:100%;
    background: url('/images/head2-2.jpg');
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-x: hidden;
}
.headImg{
    width: 1920px;
}
.myhead-nav-back{
    width: 100%;
    height: 39px;
    background: var(--blue);
    justify-content: center;
position: relative;
}
.myhead-nav{
    height: 39px;
    width: 1440px;
    /* background: yellow; */
    align-items: center;
    justify-content: center;
}
.myhead-nav-item{
    height: 39px;
    width: 152px;
 
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.5s;
}
.myhead-nav-item:hover{
    background: #003399;

}
.ItemActive{
    background: #ff8800;
}
.ItemActive:hover{
    background: #ff8800;
}
.myhead-nav-line{
    height: 20px;
    width:1px;
    background: white;
    align-items: center;
    justify-content: center;
}
.msghead{width: 1203px;
/* background: #0066cc; */
}
.msghead-left{
    width: 753px;
    height: 53px;
    background: url("/images/index2_04.png");
   padding-left: 150px;
   
   
 
}
.moveleft-back{
   
    height: 53px;
    align-items: center;
    overflow: hidden; /* 确保超出容器的内容被裁剪 */
}
.moveleft{
    width:1070px;
    white-space: nowrap; /* 确保文本在一行内显示 */
    animation: scroll 25s linear infinite;
  }
  .moveleft2{
    width:1200px;
    white-space: nowrap; /* 确保文本在一行内显示 */
    animation: scroll2 30s linear infinite;
  }
@keyframes scroll {
    0% {
      transform: translateX(580px);
    }
    100% {
      transform: translateX(-1070px);
    }
  }
  @keyframes scroll2 {
    0% {
      transform: translateX(380px);
    }
    100% {
      transform: translateX(-1200px);
    }
  }
.msghead-right{
    width: 450px;
    height: 53px;
    background: url("/images/index2_05.png");
    padding-left: 50px;
    align-items: center;
}
.contentDiv{
    width: 1203px;
    justify-content: space-between;
}
.contentDiv-item{
    width: 593px;
    height: 302px;
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    margin: 8px;
    flex-direction: column;
    padding-bottom: 15px;
    /* justify-content: space-evenly; */
    /* justify-content: space-between; */
}
.contentDiv-item-title{
    height: 33px;
    background: #f3f9fe;
    align-items: center;
    padding-left: 20px;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    margin-bottom: 10px;
}
.item{
    margin-left:20px;
    margin-right: 20px;
    /* margin-top: 5px;
    margin-bottom: 5px; */
    transition: all 0.5s;
    height: 30px;
    align-items: center;
}
.item:hover .item-time{
    color: var(--blue);
cursor: pointer;
}
.item:hover{
    color: var(--blue);
cursor: pointer;
}
.item-title{
    /* 超出... */
    width: 450px;
    overflow: hidden; /* 确保超出容器的内容被裁剪 */
  white-space: nowrap; /* 确保文本在一行内显示 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  margin-right: 10px;
  padding-right:8px;
}
.item-time{
    transition: all 0.5s;
margin-left: auto;
    color: #999;
}
.threeDiv{
    width: 389px;
    height: 171px;
    background: #daf0fd;
    border-radius: 20px;
    flex-direction: column;
    /* justify-content: space-between; */
    padding-bottom: 10px;
}
.lawDiv{
    width: 1203px;
    justify-content: space-between;
   padding-right: 10px;
   padding-left: 10px;
   margin-top: 15px;
   margin-bottom: 20px;
   
}
.bottomDiv{
    width: 100%;
    height: 147px;
    background: var(--blue);
    justify-content: center;
    align-items: center;
}
.bottomDiv-item{
    justify-content: center;
    align-items: center;
    width: 1203px;
    color:white;
    text-align: center;
    line-height: 20px;
}
.threeDiv-title{
    margin-top: 10px;
    height: 39px;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #0066cc;
    font-weight: bold;
    font-size: 14px;
}
.threeDiv-title img{
    width: 39px;
    height: 38px;
}
.threeDiv-text{
    color: #0066cc;
    font-weight: bold;
    font-size: 14px;
}
.threeDiv-content{
    width:349px;
    margin-left: 20px;
    height: 22px;
    /* margin-bottom: 7px; */
    overflow: hidden; /* 确保超出容器的内容被裁剪 */
  white-space: nowrap; /* 确保文本在一行内显示 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  margin-right: 10px;
  padding-right:8px;
}
#footer-container{width: 100%;}
.outDiv{
    width: 100%;

    justify-content: center;
    align-items: center;
}
.inDiv{
    width: 1203px;


}
.leftIn{
    width: 280px;
    flex-direction: column;
}
.leftIn-title{
    width: 280px;
    background: var(--blue);
    color: white;
    font-size: 16px;
    /* font-weight: bold; */
    height: 41px;
    align-items: center;
    justify-content: center;
}
.leftIn-item{
    width: 280px;
    height: 41px;
    align-items: center;
    justify-content: center;
    color: #4b4b4b;
    font-size: 14px;
    cursor: pointer;
    border-bottom: #ececec solid 1px;
}
.leftIn-item:hover{
    background: #daf0fd;
    color: var(--blue);
    font-weight: bold;
}
.rightIn{
    width: 923px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}
.rightIn-title{
    align-items: center;
    height: 41px;
    color: var(--blue);
    /* font-weight: bold; */
    font-size: 14px;
}
.rightIn-content-item-title{
    margin-top: 10px;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 5px;
    color: #4b4b4b;
   
}
.rightIn-content-item-des{
    color: #999;
    margin-left: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-right: 10px;
}
.rightIn-content{
    width: 100%;
    flex-direction: column;
  font-size: 14px;
}
.rightIn-content-item{
    width: 100%;
  
    /* margin-bottom: 20px; */
    /* height: 51px; */
  justify-content: center;
  flex-direction: column;
    color: #4b4b4b;
    border-left: 3px solid white;
}

.rightIn-content-item:hover{
    border-left: 3px solid var(--blue);
    padding-left: 5px;
    transition: all 0.3s ease-in-out;
 
}
.rightIn-content > :nth-child(even) {
    background-color: #f8f8f8; /* 你想要的背景色 */
}


.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-count {
    height: 33.82px;
    display: flex;
    align-items: center;
    margin-right: 30px;
}


li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.foot{
    justify-content: center;
}
#navTitle{
    margin-left: 5px;
}
.onClickBtn{
    cursor: pointer;
}
.newsContentDiv{
    width: 1203px;
    border:1px solid #ececec;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.newsTitle{
    width:1100px ;
   margin: 20px 20px 10px 20px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    align-items: center;
    justify-content: center;
}
.newsDs{
    width: 300px;
    font-size: 14px;
    color: #999;
  
    justify-content: center;
    align-items: center;

   margin-bottom: 10px;
}
.hitNumDiv{
    align-items: center;
    justify-content: center;
   
}

.newContent{
    padding: 10px;
    font-size: 14px;
    flex-direction: column;
}
.newContent div{
    display: block;
}
.attachment{
    width: 80%;
    margin: 20px;
    border-top:1px solid #ececec;
    justify-content: center;
    padding-top: 10px;
}
.Adownload{
    margin-left: 20px;

}
.search{
display: flex;
position: absolute;
transform: translateX(400px);
bottom:70px;
/* border: 1px solid #007bff; */
border-radius: 4px;
width: 380px;
height: 38px;
}
#searchText{
    width: 270px;
    height: 38px!important;

    border: 1px solid #0066cc;
border-radius: 4px 0px 0px 4px;
    /* border: none; */
    outline: none;
    /* background: #ffffff; */
/* 背景模糊透明效果 */
background: rgba(255, 255, 255, 0.7);
/* backdrop-filter: blur(1px); */
    padding-left: 10px;
}

#searchText2{
    width: 256px;
    height: 34px!important;

    border: 1px solid #0066cc;
border-radius: 4px 0px 0px 4px;
    /* border: none; */
    outline: none;
    /* background: #ffffff; */
/* 背景模糊透明效果 */
background: rgba(255, 255, 255, 0.7);
/* backdrop-filter: blur(1px); */
    padding-left: 10px;
}
.search-btn{
    /* 左侧一张背景图images/search.png 右侧连个字搜索 */
background: #0066cc url(../images/search.png) no-repeat 10px center;
width: 72px;
height: 38px;
padding-left: 32px;
border-radius: 0px 4px 4px 0px;
color: #ffffff;
cursor: pointer;
outline: none;
border: none;
}
.content-item-title{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.MinContent{
    display: flex;
    justify-content: space-between;
    flex-direction: column;


}
.dotLine{
    border-bottom: 2px dotted #ececec;
}
.content-item{
    width: 100%;
  
    /* margin-bottom: 20px; */
    /* height: 51px; */
  justify-content: center;
  flex-direction: column;
    color: #4b4b4b;

    padding: 10px;
}
.content-item-des{
    color: #999;
    margin-left: 10px;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
}