
a{
  text-decoration: none !important;
  word-break: break-all;
}.tital_top {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  background-color: #F5F5F5;
}
.tital_top .top_inner {
  max-width: 1200px;
  height: 38px;
  margin: 0 auto;
  font-size: 14px;
  background-color: #F5F5F5;
}
.tital_top .top_inner span.left {
  float: left;
  margin-left: 15px;
}
.tital_top .top_inner ul.right {
  float: right;
}
.tital_top .top_inner ul.right li {
  float: left;
  height: 30px;
  padding: 0 12px;
  cursor: pointer;
  
}
.tital_top .top_inner ul.right li a {
  color: #242424;
    text-decoration: none !important;
    word-break: break-all;
}
/* .nav{
  border-bottom: 1px solid #eee;
    box-shadow: 0px 2px 8px #ECECEC;
} */
.nav {
  max-width: 1200px;
  margin:0 auto;
  height: 45px;
  font-size: 18px;
  border-bottom: 1px solid #eee;
}
.nav .nav_inner.index li a {
  /* padding: 0 33px; */
  color: #242424;
  font-size: 16px;
}
/* .nav .nav_inner.index li a:hover {
  border-top: 3px solid #264971;
}
#current_nav a{
  border-top: 3px solid #264971;
} */
#nav_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: initial;
  border-top: 3px solid #C9231D;
}

.nav .nav_inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.nav .nav_inner li {
  float: left;
  line-height: 40px;
  display: block;
}
.nav .nav_inner.index li a {
  /* padding: 0 33px; */
  /* color: #242424;
  font-size: 9px; */
}
@media (max-width: 768px) {
  .tital_top .top_inner span.left{
    font-size: 9px;
  }
  .tital_top .top_inner ul.right li{
    font-size: 9px;
    padding: 0 5px;
  }
  .nav .nav_inner.index li a {
    /* padding: 0 33px; */
    color: #242424;
    font-size: 10px;
  }

}
@media (min-width:1200px) {
  .nav .nav_inner.index li a {
    /* padding: 0 33px; */
    color: #242424;
    font-size: 16px;
  }
  
}
@media (max-width:1100px) {
  .tital_top .top_inner span.left{
    font-size: 9px;
  }
  .tital_top .top_inner ul.right li{
    font-size: 9px;
    padding: 0 5px;
  }
  .nav .nav_inner.index li a {
    /* padding: 0 33px; */
    color: #242424;
    font-size: 15px;
  }
  
}

.top_inner {
  background-color: #fff;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.logo {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  /* padding: 10px 15px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 5px solid #c8201a; */
}

.logo .logo_left {
  width: 180px;
  height: 60px;
  flex-shrink: 0;
}

.logo .logo_left .chinacourt {
  width: 100%;
  height: 100%;
  background: url('https://www.chinacourt.cn/style/images/logo.png') no-repeat center;
  background-size: contain;
  display: block;
}

.logo .logo_center {
  flex: 1;
  display: flex;
  justify-content: center;
  margin: 10px 0;
  min-width: 0; /* 允许flex项目缩小 */
}

.logo .logo_center .l {
  margin-right: 10px;
}

.logo .logo_center a {
  display: block;
  flex: 1;
  max-width: 380px;
  /* height: 50px; */
}

.logo .logo_center a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo .logo_right {
  /* width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end; */
  font-size: 14px;
  line-height: 1.4;
}

.logo .logo_right a {
  color: #242424;
  text-decoration: none !important;
  padding: 4px 0;
  white-space: nowrap;
}

.logo .logo_right #localtime {
  padding-left: 0;
}

/* 移动端样式 */
@media (max-width: 768px) {
  .logo {
    padding: 2px 10px;
  }
  .nav .nav_inner.index li a {
    /* padding: 0 33px; */
    color: #242424;
    font-size: 10px;
  }
  .logo .logo_left {
      width: 100px;
      height: 50px;
      order: 1;
  }
  
  .logo .logo_center {
    order: 1;
    width: 100%;
    margin: 5px 0 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  
  .logo .logo_center a {
      max-width: 48%;
      height: 40px;
  }
  
  .logo .logo_center .l {
      margin-right: 0;
  }
  
  .logo .logo_right {
      order: 2;
      flex-direction: row;
      align-items: center;
      font-size: 11px;
  }
  

  
  .logo .logo_right a {
      padding: 5px 8px;
      background: #f5f5f5;
      border-radius: 4px;
      margin-left: 5px;
  }
}

/* 超小屏幕样式 */
@media (max-width: 480px) {
  .logo {
      padding: 2px 8px;
  }
  .nav .nav_inner.index li a {
    /* padding: 0 33px; */
    color: #242424;
    font-size: 10px;
  }
  .logo .logo_left {
      width: 80px;
      height: 40px;
  }
  .logo .logo_right span {
    display: none; /* 在小屏幕上隐藏时间 */
}
  .logo .logo_center a {
      height: 35px;
  }
  
  .logo .logo_right {
      font-size: 10px;
  }
  
  .logo .logo_right a {
      padding: 4px 6px;
  }
}

/* 时间显示样式 */
#localtime, #localtime2 {
  font-size: 12px;
  color: #666;
}

/* 交互效果 */
.logo_right a:hover, .logo_right a:focus {
  color: #0066cc;
  background-color: #f0f8ff;
}

/* 防止文本选中 */
.logo_right a {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
/* --------------页脚--------------------- */
/* #footer {
  width: 100%;
  border-top: 3px solid #c8201a;
  background: #fff;
}
#footer .footer_nav {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
#footer .footer_nav ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#footer .footer_nav ul li {
  font-size: 14px;
}
#footer .footer_nav ul i {
  float: left;
  font-style: normal;
  color: #e2e2e2;
}
#footer .footer_nav ul li a {
  color: #8d8d8d;
}
#footer .message {
  max-width: 1200px;
  margin: 0 auto 10px auto;
  padding: 0 20px;
  color: #8d8d8d;
}
#footer .message .logo {
  float: left;
  width: 103px;
  height: 46px;
  background: url(/style/images/logof.png) no-repeat;
  margin-left: 20px;
  display: none;
}
#footer .message .copyright {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  height: 70px;
  font-size: 13px;
  line-height: 25px;
}
#footer .message .copyright a {
  color: #8d8d8d;
}
#footer .message .copyright i {
  font-style: normal;
  margin: 0 10px;
  color: #e2e2e2;
}
#footer .message .cr2 {
  margin: 0 auto;
  height: 25px;
  width: 900px;
}
#footer .message .cr2 a, #footer .message .cr2 i, #footer .message .cr2 div {
  float: left;
}
#footer .message .cr3 {
  width: 270px;
  height: 70px;
  overflow: hidden;
  margin: 0 auto;
}
div, dd {
    overflow: hidden;
}
#footer .message .cr3 ul {
  width: 290px;
}

#footer .message .cr3 ul li.a {
  background: url(https://www.chinacourt.cn/style/images/org_a.png) no-repeat left top;
  background-position: 10px 10px;
}
#footer .message .cr3 ul li.a a {
  padding-left: 54px;
}
#footer .message .cr3 ul li.b {
  background: url(https://www.chinacourt.cn/style/images/org_b.png) no-repeat left top;
  background-position: 10px 10px;
}
#footer .message .cr3 ul li {
  float: left;
  width: 130px;
  height: 52px;
  font-size: 12px;
  line-height: 20px;
  color: #242424;
  border: 1px solid #eee;
  margin-right: 10px;
  padding: 5px 0;
}
#footer .message .cr3 ul li a span{
  font-size: 12px;
    float: right;
    margin-right: 10px;
} */
#footer {
  width: 100%;
  border-top: 3px solid #1d43a4;
  background: #fff;
  font-family: Arial, sans-serif;
}

#footer .footer_nav {
  width: 100%;
  min-height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  overflow-x: auto; /* 允许水平滚动 */
}

#footer .footer_nav ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  min-width: max-content; /* 确保内容不被压缩 */
}

#footer .footer_nav ul li {
  font-size: 14px;
  list-style: none;
  white-space: nowrap; /* 防止文字换行 */
}

#footer .footer_nav ul i {
  color: #e2e2e2;
  margin: 0 5px;
}

#footer .footer_nav ul li a {
  color: #8d8d8d;
  text-decoration: none;
  display: block;
  padding: 0 8px;
}

#footer .message {
  max-width: 1200px;
  margin: 0 auto 10px auto;
  padding: 0 20px;
  color: #8d8d8d;
}

#footer .message .logo {
  float: left;
  width: 103px;
  height: 46px;
  background: #f0f0f0; /* 临时背景色 */
  margin-left: 20px;
  display: none;
}

#footer .message .copyright {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  min-height: 70px;
  font-size: 13px;
  line-height: 25px;
}

#footer .message .copyright a {
  color: #8d8d8d;
  text-decoration: none;
}

#footer .message .copyright i {
  font-style: normal;
  /* margin: 0 10px; */
  color: #e2e2e2;
}

#footer .message .cr2 {
  margin: 0 auto;
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

#footer .message .cr2 a, #footer .message .cr2 i, #footer .message .cr2 div {
  display: inline-flex;
  align-items: center;
}

#footer .message .cr3 {
  width: 100%;
  max-width: 290px;
  height: auto;
  overflow: hidden;
  margin: 15px auto;
}

div, dd {
  overflow: hidden;
}

#footer .message .cr3 ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

#footer .message .cr3 ul li.a {
  /* background: #f0f0f0 url(https://www.chinacourt.cn/style/images/org_a.png) no-repeat left top;
  background-position: 10px 10px;
  background-size: 32px 32px; */
  background: url(https://www.chinacourt.cn/style/images/org_a.png) no-repeat left top;
  background-position: 5px 10px;
}

#footer .message .cr3 ul li.a a {
  padding-left: 50px;
}

#footer .message .cr3 ul li.b {
  /* background: #f0f0f0 url(https://www.chinacourt.cn/style/images/org_b.png) no-repeat left top;
  background-position: 10px 10px;
  background-size: 32px 32px; */
  background: url(https://www.chinacourt.cn/style/images/org_b.png) no-repeat left top;
  background-position: 8px 10px;
}

#footer .message .cr3 ul li {
  list-style: none;
  width: 125px;
  height: 52px;
  font-size: 12px;
  line-height: 20px;
  color: #242424;
  border: 1px solid #eee;
  padding: 5px 0;
  border-radius: 4px;
}

#footer .message .cr3 ul li a {
  text-decoration: none;
  color: #242424;
  display: block;
  height: 100%;
  /* padding: 5px 0; */
}

#footer .message .cr3 ul li a span {
  font-size: 10px;
  float: right;
  margin-right: 5px;
}

/* 移动端样式 */
@media (max-width: 768px) {
  .tital_top{
    height: 30px;
    line-height: 30px;
  }
  #footer .footer_nav {
      height: auto;
      line-height: 40px;
      min-height: 40px;
  }
  .nav .nav_inner.index li a {
    /* padding: 0 33px; */
    color: #242424;
    font-size: 10px;
  }
  #footer .footer_nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  
  #footer .footer_nav ul li {
      font-size: 13px;
  }
  
  #footer .footer_nav ul i {
      margin: 0 3px;
  }
  
  #footer .footer_nav ul li a {
      /* padding: 0 5px; */
  }
  #footer .message .cr3 ul li.b {
    /* background: #f0f0f0 url(https://www.chinacourt.cn/style/images/org_b.png) no-repeat left top;
    background-position: 10px 10px;
    background-size: 32px 32px; */
    background: url(https://www.chinacourt.cn/style/images/org_b.png) no-repeat left top;
    background-position: 4px 10px;
  }
  #footer .message {
      padding: 0 15px;
  }
  
  #footer .message .copyright {
      font-size: 12px;
      line-height: 22px;
  }
  
  #footer .message .cr2 {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: 8px;
    flex-direction: row;
    align-items: flex-start;
    line-height: 11px;
  }
  
  #footer .message .cr2 i {
      display: none; /* 在小屏幕上隐藏分隔符 */
  }
  
  #footer .message .cr2 a, #footer .message .cr2 div {
      margin-bottom: 5px;
  }
  #footer .message .cr3 ul li a span {
    font-size: 10px;
    float: right;
    margin-right: 10px;
  }
  
  #footer .message .cr3 ul {
      /* flex-direction: column; */
      /* align-items: center; */
  }
  #footer .message .cr3{
    width: 100%;
    max-width: 210px;
    height: auto;
    overflow: hidden;
    margin: 5px auto;
  }
  #footer .message .cr3 ul li {
      width: 100%;
      max-width: 70px;
      margin-right: 0;
  }
  #footer .message .cr3 ul li a span {
    font-size: 6px;
    line-height: 15px;
    float: right;
    margin-right: 5px;
  }
  #footer .message .cr3 ul li.b{
    background-size: 88%;
    height: 40px;
  }
  #footer .message .cr3 ul li.a a{
    padding-left: 1px;
  }
  #footer .message .cr3 ul li.a {
    background: url(https://www.chinacourt.cn/style/images/org_a.png) no-repeat left top;
    background-position: 5px 11px;
        background-size: 25%;
        height: 40px;
}
}

/* 超小屏幕样式 */
@media (max-width: 480px) {
  #footer .footer_nav ul {
      padding: 0 5px;
  }
  .nav .nav_inner.index li a {
    /* padding: 0 33px; */
    color: #242424;
    font-size: 10px;
  }
  #footer .footer_nav ul li {
      font-size: 12px;
  }
  
  #footer .footer_nav ul li a {
      padding: 0 3px;
  }
  
  #footer .message {
      padding: 0 10px;
  }
  
  #footer .message .copyright {
      font-size: 11px;
      line-height: 20px;
  }
  
  #footer .message .cr1 {
      text-align: center;
        font-size: 8px;
        line-height: 11px;
        margin-bottom: 10px;
  }
  
  #footer .message .cr3 ul li {
      height: 40px;
  }
  #footer .message .cr3 ul li a span {
    font-size: 6px;
    line-height: 15px;
    float: right;
    margin-right: 5px;
  }
}

/* 交互效果 */
#footer .footer_nav ul li a:hover,
#footer .message .copyright a:hover,
#footer .message .cr3 ul li a:hover {
  color: #c8201a;
}

/* 防止文本选中 */
#footer a {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

/* 备案图标样式 */
#footer .message .cr2 img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}