@charset "UTF-8";
@font-face {
  font-family: SF;
  /*src: url();*/
}

* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}

ul,
li {
  list-style: none;
}

a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.navList {
  margin-top: 0.96rem;
}

.nav_position {
  /* position: absolute; */
  left: 0;
  top: 4.66667rem;
  width: 100%;
}

.contList .itemList li {
  display: flex;
  margin-bottom: 0.2rem;
}
.contList .itemList1 li {
  
}
.contList .itemList2 li {
  display: flex;
  margin-bottom: 0.2rem;
}
.contList .itemList3 li {
  display: flex;
  margin-bottom: 0.2rem;
}
.squeryDian {
  width: 0.08rem;
  height: 0.08rem;
  background: #eee;
  margin-right: 0.09333rem;
  display: block;
  float: left;
  margin-top: 0.2rem;
}

.contList .itemList li .contItem {
  width: 6.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.contList .itemList li .contItem .words {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.32rem;
}

.contList .itemList li p.dateDay {
  font-size: 0.26667rem;
  color: #ccc;
  float: right;
  
}

.choosePage {
  width: 9.33333rem;
  margin: 0.8rem auto 0.53333rem;
  line-height: 0.7rem;
  display: flex;
}

.choosePage .pages {
  flex: 1;
}

.choosePage .pages ul {
  width: 3.5rem;
  margin: auto;
  display: flex;
}

.choosePage .pages ul li {
  width: 1.66667rem;
  height: 0.64rem;
  border-radius: 0.05333rem;
  border: solid 0.02667rem #333333;
  text-align: center;
  line-height: 0.64rem;
  font-size: 0.32rem;
  color: #333;
  margin: auto;
}

.choosePage .pages ul li:last-child {
  margin-left: 1rem;
}

.jumpTo input {
  width: 1.13333rem;
  height: 0.64rem;
  border-radius: 4px;
  border: solid 0.02667rem #333333;
  outline: none;
  text-align: center;
  line-height: 0.64rem;
}

.jumpTo span {
  font-size: 0.32rem;
  line-height: 0.8rem;
  letter-spacing: 0px;
  color: #333333;
}

.linkBox .hdiv {
  text-align: center;
  color: #333;
  padding-bottom: 0.26667rem;
  font-size: 0.4rem;
}

.linkBox {
  width: 9.48rem;
  margin: auto;

  margin-bottom: 0.53333rem;
}

.fromBox {
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: center;
}

.fromBox .grey {
  color: #9A9A9A;
  padding-left: 0.2rem;
}

body {
  position: relative;
  background: #f4f0f2;
}

header {
  height: 0.98667rem;
  /* background: url(../images/logoBgm.png) no-repeat; */
  background-color: #2277bb;
  background-size: 100% 100%;
  display: flex;
}

.h_logoLeft {
  margin-left: 0.26667rem;
  margin-top: 0.17333rem;
  width: 5.69333rem;
  height: 0.66667rem;
}

.h_logoLeft img {
  width: 100%;
  height: 100%;
}

.h_rightMenu {
  justify-content: flex-end;
  margin-top: 0.38667rem;
  flex: 1;
}

.h_rightMenu .h_btn {
  width: 0.30667rem;
  height: 0.29333rem;
  float: right;
  margin-right: 0.48rem;
}

.h_rightMenu .h_btn img {
  width: 100%;
  height: 100%;
}

.menuList {
  display: none;
  width: 10rem;
  position: absolute;
  top: 1rem;
  left: 0;
  clear: both;
  background: #2d86c2;
  z-index: 999999;
}

.menuList > ul {
  margin: 0 0.25333rem;
}

.menuList > ul > li {
  border-bottom: solid 0.02667rem #439cd7;
  margin-bottom: 0.48rem;
}

.menuList > ul > li.firstNav {
  padding-top: 0.4rem;
  display: flex;
}

.menuList > ul > li.firstNav p.boldHref {
  flex: 1;
  padding-bottom: 0.53333rem;
}

.menuList > ul > li.firstNav p.boldHref a {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.64rem;
  letter-spacing: 0px;
  color: #ffffff;
}

.menuList p.boldHref {
  font-size: 0.4rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.64rem;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 0.44rem;
}

.closeIcon {
  width: 0.37333rem;
  height: 0.37333rem;
}

.closeIcon img {
  width: 100%;
  height: 100%;
}

.menuList .dian {
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #4fa9e6;
  transform: rotate(30deg);
  margin-right: 0.06667rem;
}

.menuListCont > li ul {
  display: flex;
  flex-wrap: wrap;
}

.menuListCont > li ul li {
  display: flex;
  align-items: center;
  width: 33%;
  padding-bottom: 0.50667rem;
}

.menuListCont > li ul li span {
  display: block;
}

.menuListCont > li ul li span.m_item a {
  font-size: 0.32rem;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 0.64rem;
}
