#ncore_index .title_box {
  margin: 0.23rem;
}
#ncore_index .title_box .title {
  color: #242424;
  font-size: 0.36rem;
  line-height: 40px;
  margin-bottom: 5px;
}
#ncore_index .title_box .nr {
  font-size: 18px;
  color: #646464;
}
#ncore_index ul li {
  margin: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  height: 3rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
#ncore_index ul li .li_l {
  background-color: #1f4e78;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 15%;
  overflow: hidden;
}
#ncore_index ul li .li_l div {
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
  line-height: 3rem;
}
#ncore_index ul li .li_z {
  width: 100%;
  margin-left: 0.2rem;
  padding: 0.2rem 0;
}
#ncore_index ul li .li_z .tit {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #8b8b8b;
}
#ncore_index ul li .li_z .tit .name {
  color: #36617e;
  margin-right: 0.2rem;
  font-weight: bold;
  font-size: 0.3rem;
}
#ncore_index ul li .li_z .nr {
  margin-top: 0.2rem;
  width: 95%;
}
#ncore_index ul li .li_z .nr p {
  font-size: 0.16rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#ncore_index ul li .li_r {
  background: url(/img/arrow.png) no-repeat 0px 0px;
  background-size: auto 100%;
  padding-left: 100px;
}
#ncore_index ul li .li_r img {
  height: 3rem;
}
#ncore_list .ex {
  margin: 0.2rem auto;
}
#ncore_list .ex .look ul {
  display: flex;
  text-align: center;
  background: #294d6f;
  color: #fff;
  border: 1px solid #1e1e1e;
  height: 0.7rem;
}
#ncore_list .ex .look ul li {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #1e1e1e;
  font-size: 0.18rem;
}
#ncore_list .ex .look ul li div {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#ncore_list .ex .look ul li:nth-last-child(1) {
  border-right: none;
}
#ncore_list .ex .anti-glue {
  text-align: center;
  border: 1px #1e1e1e solid;
  border-top: none;
}
#ncore_list .ex .anti-glue tr {
  display: flex;
}
#ncore_list .ex .anti-glue tr span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#ncore_list .ex .anti-glue tr:nth-last-child(1) td {
  border-bottom: none;
}
#ncore_list .ex .anti-glue tr td {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px #1e1e1e solid;
  border-bottom: 1px solid #1e1e1e;
  flex: 1;
}
#ncore_list .ex .anti-glue tr td:nth-last-child(1) {
  border-right: none;
}
#ncore_list .ex .anti-glue tr td div {
  display: flex;
  justify-content: center;
  font-size: 0.16rem;
  width: 70%;
}
#ncore_list .ex .anti-glue tr td dl {
  height: 100%;
  border-left: 1px solid #1e1e1e;
  width: 30%;
  font-size: 0.14rem;
  line-height: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#ncore_list .ex .anti-glue tr td dl dd {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.4rem;
  border-bottom: 1px solid #1e1e1e;
}
#ncore_list .ex .anti-glue tr td dl dd:nth-last-child(1) {
  border-bottom: none;
}
#ncore_d h1 {
  font-size: 0.28rem;
  text-align: center;
  color: #224a75;
  font-weight: bold;
  margin: 0.2rem 0;
}
#ncore_d .nr {
  max-width: 1000px;
}
#ncore_d .nr li {
  margin: 0.4rem 0;
  background-color: #f2f2f2;
  padding: 0.5rem;
  box-shadow: 3px 2px 5px #766c6c;
  border-radius: 0.05rem;
}
#ncore_d .nr li img {
  width: 100%;
}
.nav ul {
  display: flex;
  justify-content: center;
  margin: 0.2rem 0;
}
.nav ul li {
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  padding: 0.08rem 0.2rem;
  background-color: #f2f2f2;
  color: #1f4e78;
}
.nav ul li img {
  width: 0.3rem;
  display: block;
}
.nav ul li span {
  font-size: 0.18rem;
  font-weight: bold;
}
.nav ul li .hide {
  display: none;
}
.nav ul .li_a {
  background-color: #1f4e78;
  color: #fff;
}
.nav ul .li_a .show {
  display: none;
}
.nav ul .li_a .hide {
  display: block;
}
@media only screen and (max-width: 750px) {
  #ncore_list .scroll {
    overflow: scroll;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
  }
  #ncore_list .ex {
    min-width: 750px;
  }
  #ncore_index ul li {
    height: auto;
    flex-direction: column-reverse;
  }
  #ncore_index ul li .li_z .tit .name {
    font-size: 0.4rem;
  }
  #ncore_index ul li .li_z .nr p {
    font-size: 0.28rem;
    line-height: 2;
  }
  #ncore_index ul li .li_r {
    padding: 0;
    background: none;
  }
  #ncore_index ul li .li_r img {
    width: 100%;
    height: auto;
  }
  #ncore_d .nr {
    box-sizing: border-box;
    width: 100%;
    padding: 0.2rem;
  }
  #ncore_d .nr li {
    display: block;
    box-sizing: content-box;
    width: 95%;
    padding: 0.2rem;
    margin: 0;
  }
}
