html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
em,
img,
strong,
sub,
sup,
dd,
dl,
dt,
ol,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  color: #000;
}

a:hover {
  color: #365e92;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

input,
button,
select {
  outline: none;
  background: none;
  padding: 0;
  border: 0;
}

a img {
  border: 0 none;
  max-width: 100%;
}

.fz72 {
  font-size: clamp(1.625rem, 0.554rem + 4.51vw, 4.5rem);
}

.fz70 {
  font-size: clamp(1.625rem, 0.6rem + 4.31vw, 4.375rem);
}

.fz68 {
  font-size: clamp(1.625rem, 0.647rem + 4.12vw, 4.25rem);
}

.fz66 {
  font-size: clamp(1.625rem, 0.694rem + 3.92vw, 4.125rem);
}

.fz64 {
  font-size: clamp(1.625rem, 0.74rem + 3.73vw, 4rem);
}

.fz62 {
  font-size: clamp(1.625rem, 0.787rem + 3.53vw, 3.875rem);
}

.fz60 {
  font-size: clamp(1.625rem, 0.833rem + 3.33vw, 3.75rem);
}

.fz58 {
  font-size: clamp(1.625rem, 0.88rem + 3.14vw, 3.625rem);
}

.fz56 {
  font-size: clamp(1.625rem, 0.926rem + 2.94vw, 3.5rem);
}

.fz54 {
  font-size: clamp(1.625rem, 0.973rem + 2.75vw, 3.375rem);
}

.fz52 {
  font-size: clamp(1.625rem, 1.02rem + 2.55vw, 3.25rem);
}

.fz50 {
  font-size: clamp(1.5rem, 0.895rem + 2.55vw, 3.125rem);
}

.fz48 {
  font-size: clamp(1.5rem, 0.941rem + 2.35vw, 3rem);
}

.fz46 {
  font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}

.fz44 {
  font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}

.fz42 {
  font-size: clamp(1.5rem, 1.081rem + 1.76vw, 2.625rem);
}

.fz40 {
  font-size: clamp(1.375rem, 0.956rem + 1.76vw, 2.5rem);
}

.fz38 {
  font-size: clamp(1.375rem, 1.002rem + 1.57vw, 2.375rem);
}

.fz36 {
  font-size: clamp(1.375rem, 1.049rem + 1.37vw, 2.25rem);
}

.fz34 {
  font-size: clamp(1.25rem, 0.924rem + 1.37vw, 2.125rem);
}

.fz32 {
  font-size: clamp(1.25rem, 0.971rem + 1.18vw, 2rem);
}

.fz30 {
  font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
}

.fz28 {
  font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
}

.fz26 {
  font-size: clamp(1.125rem, 0.939rem + 0.78vw, 1.625rem);
}

.fz24 {
  font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
}

.fz22 {
  font-size: clamp(1rem, 0.86rem + 0.59vw, 1.375rem);
}

.fz20 {
  font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
}

.fz18 {
  font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
}

.fz16 {
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
}

.fz14 {
  font-size: clamp(0.75rem, 0.75rem + 0.2vw, 0.875rem);
}

.fz12 {
  font-size: 12px;
}



/* 单行文本 */
.elli {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 多行文本 */
.ellis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.flex {
  display: flex;
}

.flex_around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

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

.flex_evenly {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fff {
  background-color: #fff;
}

.mtb {
  margin: 20px 0px;
}

.mb_2 {
  margin-bottom: 20px;
}

.mb_1 {
  margin-bottom: 10px;
}

.p_2 {
  padding: 20px;
  box-sizing: border-box;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

/* 黑色日期条 */
#toper {
  width: 100%;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  background-color: #424242;
  color: #ffffff;
  font-size: 12px;
}

#toper .time {
  float: left;
}

#toper .index {
  float: right;
}

#toper .index span {
  /* margin: 0 5px; */
}

#toper .index a {
  padding: 0 10px;
  color: #ffffff;
}

/* 头部 */
header {
  background: #044ebc;
  box-shadow: 0 0 10px #044ebc;
}

header .main {
  width: 1280px;
  margin: 0 auto;
  height: 130px;
}

header .main>div.logo {
  width: 700px;
  height: 70px;
  float: left;
}

header .main>div.logo a {
  display: block;
  width: 100%;
  margin-top: 35px;
}

header .main>div.logo a img {
  max-height: 70px;
}

header .main>div.logo a h1 {
  color: #fff;
  font-size: 38px;
  margin-top: 25px;
}

header .main>div.search {
  float: right;
  width: 240px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid #fff;
  margin-top: 55px;
  overflow: hidden;
}

header .main>div.search .search-form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: #fff; */
  box-sizing: border-box;
}

header .main>div.search .search-form .search-input {
  padding: 0 10px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
}

header .main>div.search .search-form .search-input::placeholder {
  color: #eee;
}

header .main>div.search .search-form .search-image {
  padding: 0 10px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  background: url(/static/imgs/menu_search_fff.jpg) no-repeat center;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
}

header .main>div.search .search-form .search-image:hover {
  transform: scale(1.1);
}

#menu {
  background: #055AC4;
  border-top: #3366cc 1px solid;
}

#menu #nav {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  position: relative;
  z-index: 99;
}

#menu #nav::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#menu #nav>li {
  float: left;
  display: inline;
  position: relative;
}

#menu #nav>li h3 {
  float: left;
}

#menu #nav>li h3 a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: normal;
  transition: all .3s;
}

#menu #nav>li:hover h3 a,
#menu #nav>li.on h3 a {
  background-color: #076ce7;
}

#menu #nav>li ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: 50px;
  left: 0;
  right: 0;
}

#menu #nav>li ul li {
  background: #055ac4;
}

#menu #nav>li ul li>a {
  display: block;
  padding: 10px 0px;
  color: #fff;
  text-align: center;
  transition: all .2s;
  position: relative;
}

#menu #nav>li ul li a.on,
#menu #nav>li ul li a:hover {
  background: #3399cc;
}

/* 只对内层文本做两行省略 */
#menu #nav>li ul li>a>span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;

  line-height: 1.3;
  white-space: normal;
  word-break: break-word;
}

/* 底部 */
footer {
  background-color: #E7E7E7;
  color: #9fa4a9;
  padding: 20px 0px;
  text-align: center;
}

.footer_link {
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer_link a {
  margin: 0px 10px;
}

.footer_link_item {
  margin: 0px 10px;
}

.footer_link_item .title {
  width: fit-content;
  /* border: 1px solid #999; */
  padding: 5px 20px;
  border-radius: 9999px;
  background-color: #fff;
  cursor: pointer;
}

.footer_link_item .title img {
  transform: rotate(-90deg);
  margin-left: clamp(5px, 3vw, 10px);
  ;
}

.link_box {
  width: 100%;
  max-height: 200px;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px -4px 10px #eeeeee;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: left;
  position: absolute;
  bottom: 120%;
  left: 0;
  z-index: 999;
  display: none;

}

.link_box>div {
  width: 100%;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(5, 1fr);
}

.link_box a {
  margin: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.link_box a:nth-child(5n) {
  margin-right: 0px;
}

.footer_copyright {
  color: #757575;
}

.footer_copyright p {
  margin-bottom: 10px;
}

/* 二级标题 */
.second_tit {
  width: 100%;
  margin-bottom: 20px;
}

.second_tit>div {
  display: flex;
  align-items: baseline;
}

.second_tit h2 {
  color: #333;
}

.second_tit span {
  color: #999;
  text-align: end;
}

.second_tit .more {
  color: #999;
}

.second_tit .more img {
  margin-left: 5px;
}

/* 导航条 */
.nav_box {
  display: flex;
  align-items: center;
  color: #666;
  padding: 20px;
  box-sizing: border-box;
}

.nav_box img {
  margin-right: 5px;
}

.nav_box a {
  margin: 0px 5px;
  color: #666;
}

/* 分页 */
.page_box {
  color: #666;
  margin: 20px 0px 10px;
}

.page_box span {
  margin-right: 10px;
  border: 1px solid #eee;
  padding: 2px 6px;

}

.page_box a {
  color: #666;
  border: 1px solid #eee;
  padding: 2px 6px;
  margin-right: clamp(5px, 1vw, 10px);
}

.page_box a img {
  width: 20px;
  height: 20px;
}

.page_box .page_arr .active {
  color: #fff;
  font-weight: 600;
  background-color: #365e92;
}

/* mobile */
.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}

.mobile_header {
  width: 100%;
  height: 10vh;
  background: url(/static/imgs/bg_head.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 16;
}

.mobile_header .mobile_box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile_header .mobile_box>img {
  height: 40%;
  max-width: 80%;
}

.mobile_header .mobile_box .mobile_box_r>img {
  height: 3vh;
  margin-left: 10px;
  cursor: pointer;
}

.mobile_search {
  display: none;
  width: 100%;
  position: absolute;
  top: 10vh;
  left: 0px;
}

.mobile_search .mobileSearchInput {
  display: block;
  width: 80%;
  height: 10vw;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 1vh 2vw;
  box-sizing: border-box;
  margin: 2vh auto;
}

.mobile_search .search_btn {
  width: 4.5vw;
  height: 4.5vw;
  position: absolute;
  top: calc((100% - 4.5vw)/2);
  right: 14%;
  z-index: 10;
}

/* menu */
.menu_mask {
  z-index: 20;
}

.menu_box {
  display: none;
  width: 60vw;
  max-width: 300px;
  height: 100vh;
  padding: 20px 15px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 21;
}

.menu_box a {
  color: #333;
}

.menu_box>ul>li {
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #e1e1e1;
}

.menu_box>ul>li ul {
  display: none;
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
}

.menu_box>ul>li ul li {
  padding-bottom: 10px;
}


@media screen and (min-width: 1401px) {
  .mobile_header {
    display: none;
  }

  /* cat-list_1 */
  .con {
    display: flex;
    justify-content: space-between;
  }

  .con>div {
    width: 49%;
  }

}

@media screen and (min-width:1201px) and (max-width: 1400px) {
  .mobile_header {
    display: none;
  }

  /* cat-list_1 */
  .con {
    display: flex;
    justify-content: space-between;
  }

  .con>div {
    width: 49%;
  }
}

@media screen and (min-width: 993px) and (max-width: 1280px) {
  .mobile_header {
    display: none;
  }

  /* cat-list_1 */
  .con {
    display: flex;
    justify-content: space-between;
  }

  .con>.banner_box {
    width: 540px;
  }

  .con>.content_right {
    width: calc(100% - 560px);
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .pc_header {
    display: none;
  }

  .mobile_header {
    display: block;
  }

  .banner_one {
    margin-top: calc(10vh + 20px) !important;
  }

  /* cat-list_1 */
  .con {
    display: flex;
    justify-content: space-between;
  }

  .con>.banner_box {
    width: 540px;
  }

  .con>.content_right {
    width: calc(100% - 560px);
  }


}

@media screen and (max-width: 767px) {
  .pc_header {
    display: none;
  }

  .mobile_header {
    display: block;
  }

  .banner_one {
    margin-top: calc(10vh + 20px) !important;
  }

  /* cat-list_1 */
  .con>div {
    width: 100%;
  }

  .con .content_right li {
    padding: 10px 0px !important;
    grid-template-columns: 60px minmax(auto, calc(100% - 70px)) !important;
  }

  /* box3 */
  .box3>.container {
    display: block;
  }

  .box3 .container>div {
    width: 100%;
  }

  .box3 .container .box3_left {
    margin-bottom: 10px;
  }

  /* 导航条 */
  .nav_box {
    display: none;
  }

  .content {
    margin-top: 10vh;
  }

  .content .con_box {
    display: block;
    margin-top: 20px;
    padding: 0px;
    box-sizing: border-box;
    background-color: none;
  }

  .content .con_box .con_box_left,
  .content .con_box .con_box_right {
    width: 100%;
    border-right: 0;
    padding: 20px;
  }

  .content .con_box .con_box_left {
    border-bottom: 10px solid #F4F4F4;
  }

  /* 列表 */
  .content .con_box_right .con_box_right_con .style {
    grid-gap: 10px;
  }

  .content .con_box_right .con_box_right_con .style img {
    height: 100px;
  }

  .content .page_box {
    justify-content: space-evenly;
  }

  .page_total {
    display: none;
  }
}