* {
    font-family: 'Noto Sans SC', sans-serif !important;
}
.content {
  width: 1200px;
  margin: 20px auto;
  display: flex;
  font-size: 16px;
  min-height: calc(100vh - 370px);
}

.content .article_list {
  min-height: 300px;
  margin: 0 auto;
  width: 80%;
}

.cate_position{
  margin-bottom: 20px;
}

.content .article_list .article_item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  /* margin-top: 6px; */
  height: 70px;
  line-height: 70px;
  border-bottom: 1px dashed  #eeeeee;
  padding: 0 10px;
}

.content .article_list .article_item:hover {
  box-shadow: 2px 4px 10px rgba(58, 69, 88, 0.3);
}

.content .article_list .article_item .item_left {
  width: 84%;
  height: 100%;
  white-space: nowrap;       /* 禁止换行 */
  overflow: hidden;          /* 隐藏溢出内容 */
  text-overflow: ellipsis;   /* 使用省略号表示溢出的文本 */
}

.content .article_list .article_item .item_right img {
  width: 20px;
}

.content .article_list .article_item .item_right {
  width: 15%;
  height: 100%;
  text-align: center;
}

.content .tab .article_list .article_item .item_title::before {
  position: absolute;
  top: 9px;
  left: 3px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #006C9A;
  margin-right: 20px;
  vertical-align: bottom;
}

.content .article_list .article_item:hover {
  color: #4c8cc3;
}

.content .article_list .article_item p {
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .article_list .article_item p::before {
  position: absolute;
  top: 9px;
  left: 3px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #006C9A;
  margin-right: 20px;
  vertical-align: bottom;
}

/* .content .article_list .article_item span {
min-width: 80px;
}

.content .article_list .article_item {
display: flex;
justify-content: space-between;
padding: 0 8.5px;
height: 24px;
line-height: 24px;
margin-top: 15px;
} */
p:hover {
  color: #4c8cc3;
}

.tab {
  width: 200px;
  text-align: center;
  cursor: pointer;
}

.no_show {
  display: none;
}

.frame_item {
  width: 100%;
}

.haveCildren {
  width: 100%;
}

.haveCildren .article_list {
  margin: 0 30px;
  border: 1px solid #ececec;
}

.haveCildren .nav {
  margin: 0 60px;
}


.tab ul {
  list-style: none;
}

.tab li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  margin-bottom: 2px;
  border-radius: none;
  border-bottom: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  border-radius: none;
}

/* .tab :last-child {
  border-bottom: none;
} */

.tab li a {
  color: inherit;
}

.tab_item {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #4c8cc3;
}

.activeLi {
  color: #4c8cc3 !important;
}

.nav {
  margin: 0 120px;
  height: 50px;
  line-height: 50px;
}

.nav .bar {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.current_location {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cate_content {
  display: flex;
}

.cate_nav {
  width: 20%;
  float: left;
  background-color: #f9f9f9;
}

.cate_content .ul-li {
  width: 270px;
  height: 47px;
  line-height: 47px;
  text-align: center;
}

.cate_content .ul-li-first {
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  background-image: url("../imge/cate_icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ul-li a{
  color: #182B84;
  font-size: 18px;
}

.ul-li-first a{
  color: #ffffff;
  font-size: 18px;
}

.column_rtitle1{
  height: 70px;
  line-height: 70px;
  background-color: #f5f5f5;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  color: #083c85;
}

/* 分页 */
.cut_page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 60%;
  margin: 60px auto 60px auto;
  font-size: 16px;
  font-weight: 700;
}


a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #4c8cc3;
  text-decoration: none;
}

a:active {
  color: #4c8cc3;
  text-decoration: none;
}





/* 查询 */
#result .table-wrapper {
  width: 70%;
  margin: 33px auto;
  border: 1px solid #2F69B8 !important;
}

#result .table-wrapper .table {
  margin: 0;
  padding: 0;
}

#result .table-wrapper .table thead {
  margin: 0;
  padding: 0;
}

#result .table-wrapper .table thead tr {
  background-color: #EEEEEE;
}

#result .table-wrapper .table thead tr th {
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #13324E;
  border: none;
}

#result .table-wrapper .table td {
  height: 50px;
  line-height: 50px !important;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #13324E;
}

#result .btn-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

#query {
  width: 1200px;
  min-height: 450px;
  margin: 200px auto 0;
  text-align: center;
}

#query input {
  border: none;
  background: RGBA(232, 239, 247, 1);
  width: 198px;
  height: 32px;
  margin-bottom: 30px;
}

#query span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #13324E;
}

.query_name {
  margin-right: 40px;
}

.query_id {
  margin-right: 22px;
}

#query button {
  padding: 6px 47px;
  margin-left: 70px;
  background: #2F69B8;
  border-radius: 5px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  border: none;
  outline: none;
}


/* card  */
.card {
  cursor: pointer;
  float: left;
  width: 150px;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 20px 10px 20px;
}

.card_center {
  width: 150px;
  height: 250px;
}

/* 卡片 */
.card_item {
  width: 100%;
  height: 100%;
}

.card_item img {
  width: 100%;
  height: 200px;
}

.card_item .card_title {
  font-size: 16px;
  color: #000000;
  overflow: hidden;
  -webkit-line-clamp: 2;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.h5_app{
  display: none;
}
.cate_app{
  display: none;
}
.app-image{
  display: none;
}
@media (max-width:1080px) {
  .pc{
    display: none;
  }
  .h5_app{
    display: block;
  }
  .content {
    width: 100%;
    min-height: 100px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .column_rtitle1{
    display: none;
  }
  .content .article_list {
    box-sizing: border-box;
    margin: 0 auto;
    width: 90%;
    border: unset;
  }

  .cut_page {
    margin: 0 auto;
    width: 90%;
  }

  .item_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
  }

  .cate_content .cate_nav ,.content .article_list .article_item .item_right img{
    display: none;
  }
  .content .article_list .article_item .item_left{
    width: 90vw;
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 使用省略号表示被修剪的文本 */
    display: -webkit-box; /* 将元素作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 垂直排列子元素 */
    -webkit-line-clamp: 2; /* 显示的行数，设置为2行 */
    white-space: unset;
  }
  .content .article_list .article_item .item_right{
    width: 100%;
    margin-top: 15px;
    text-align: right;
  }
  .cate_app{
    display: block;
    position: relative;
    padding-right: 12%;
  }
  .cate_nav_image{
    position: absolute;
    top: 0;
    right: 0;
    width: 12%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cate_nav_image img{
    width: 40%;
    height: 40%;
    display: block;
  }
  .cate_nav{
    float: unset;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 10px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  }
  .cate_nav::-webkit-scrollbar{
    display: none;
  }
  .cate_nav .ul-li{
    flex: 1;
  }
  .ul-li a {
    width: 100%;
    text-align: center;
    display: block;
    color: #000000;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
    white-space: nowrap;
    padding: 10px;
  }
  /* .ul-li a::after{
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #DBDBDB;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  } */
  .ul-li:last-child a:after{
    display: none;
  }
  .ul-li-first a {
    color: #283C72;
    font-size: 18px;
  }
  .app-image{
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 10px 10px 0 0;
  }
  .app-image img{
    width:100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .content .article_list .article_item{
    padding: 15px 0;
    height: unset;
    line-height: unset;
    flex-direction: column;
  }
  .content .article_list .article_item:hover{
    color: unset;
  }
  .content .article_list .article_item:hover {
    box-shadow: unset;
  }
  .item_time{
    font-size: 14px;
    color: #999999;
  }
  .ul-li-first{
    border-bottom: 2px solid #243F81;
  }
}