body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  color:  #171717;
  font-size: 15px;
  font-family: Pingfang SC, Helvetica, Helvetica Neue, Microsoft YaHei, Arial, Heiti SC, sans-serif
}

.base-box-list a {
  color: #171717;
  text-decoration: none;
}

.base-box-list a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.news-list-title a {
  color: #171717;
  text-decoration: none;
}

.news-list-title a:hover {
  color: ##666;
  text-decoration: underline;
}

.bread-box a {
  color: #666;
  text-decoration: none;
}

.bread-box a:hover {
  color: #0056b3;
  text-decoration: underline;
}


td,
th,
caption {
  font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal
}

a {
  text-decoration: none;
  cursor: pointer;

}

a:hover {
  text-decoration: none
}
/*
避免抑制用户在富文本编辑器的设置
*/

/*
img {
  width: 100%;
  border: none
}
*/

ol,
ul,
li {
  list-style: none
}

input,
textarea,
select,
button {
  font: 14px Pingfang SC, Helvetica, Helvetica Neue, Microsoft YaHei, Arial, Heiti SC, sans-serif
}

table {
  border-collapse: collapse
}

html {
  overflow: hidden
}

.root__login-container__y4Yer {
  width: auto
}

body,
html {
  height: 100%;
  
  box-sizing: border-box;
}
body{
  overflow-y: scroll;
}
#root {
  height: 100%;
  display: flex;
  box-sizing: border-box
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  *zoom: 1
}

body {
  position: relative;
  height: 100%
}

.ico{
  display: inline-block;
  width: 56px;
  height: 49px;
  vertical-align: middle;
  background: url(../images/index/ico-xwzx.png) no-repeat;
  background-size: 100% auto;
}

.root__header_nav_container__q2jIJ {
  min-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -12px
}

@media screen and (min-width: 1281px) {
  .root__header_nav_container__q2jIJ {
    width: 1180px
  }
}



@media screen and (min-width: 1281px) {
  /* .root__content_container__TfHBR .root__content__UgoF9 .root__right_content__rYZyt {
    width: 428px;
    height: 785px
  }

  .root__content_container__TfHBR .root__content__UgoF9 .root__left_content__49FlP {
    max-width: calc(100% - 440px)
  } */
}

@media screen and (max-width: 1280px) {
  /* .root__content_container__TfHBR .root__content__UgoF9 .root__right_content__rYZyt {
    width: 390px;
    height: 725px
  }

  .root__content_container__TfHBR .root__content__UgoF9 .root__left_content__49FlP {
    max-width: calc(100% - 402px)
  } */
}

/* =s hearder*/
.header-container {
  width: 100%;
  margin-bottom:10px;
  background-color: #fff;
}
.header-logo {
  width: 1310px;
  height: 120px;
  padding: 30px 0 20px;
  margin:0 auto ;
}
.header-logo i {
  display: block;
  width: 355px;
  height: 68px;
  background-image: url(../images/logo.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.nav-list {
  width: 1310px;
  height: 54px;
  display: flex;
  margin:0 auto;
}
.nav-list li {
  flex:0 0 auto;
  margin-right: 30px;
}
.nav-list a{
  display: inline-block;
  padding:20px 10px 10px;
  color: #FFF;
}
.nav-list a:hover,.nav-list li.current a{
  border-bottom: 2px solid #FFF;
}

.header-nav{
  background: #096FD7;
}
/* =e hearder*/

/* =s footer*/
.footer-container{
  height: 344px;
  margin:20px auto 0;
  background: #3C3C3C;
  color: #B4B4B4;
}
.footer-content{
  width: 1310px;
  display: flex;
  padding:45px 0;
  margin:0 auto;
}
.footer-content-left,.footer-content-right{
  display: flex;
}
.footer-title{
  flex-shrink:0;
  width: 95px;
  height: 104px;
  border-right:2px solid #616161;
}
.footer-main{
  display: flex;
  margin-left: 30px;
}
.footer-link{
  display: flex;
  width: 700px;
  flex-wrap: wrap;

}
.footer-link a{
  width: 33.3%;
  color: #9FD3F3;
}
.footer-content-left{
  width: 800px;
}
.footer-copyright{
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}
.ico-qrcode{
  display: block;
  width: 150px;
  height: 150px;
  background: url(../images/qrcode.png)  no-repeat;
  background-size: 100%;
}
.footer-copyright span {
  margin-right: 30px;
}
.footer-copyright a {
  color: #B4B4B4;
}
/* =e footer*/  

/*=s page common css*/
.page-main{
  width:1310px;
  margin:0 auto;
}
/*=e page common css*/

.flex-box-right{
  display: flex;
  justify-content: space-between;
}
.flex-box-right .flex-left{
  flex:1;
}
.flex-box-right .flex-right{
  width: 98px;
 
}

/*=s base img*/
.base-img-box{
  position: relative;
  width: 100%;
  /* height: 185px; */
  /* background: linear-gradient(90deg, #EAECEF 43%, rgba(204, 204, 204, 0.3) 100%); */
  overflow: hidden;
  /* background: #000; */
}
.title-img-box{
  height: 190px;
  /* background: linear-gradient(90deg, #EAECEF 43%, rgba(204, 204, 204, 0.3) 100%); */
}
/* .base-img-box::before{
  content: "";
  position: absolute;
  top:0;
  right:0;
  bottom: 0;
  left:0;
  z-index: 2;
} */



.base-img-bg{
  content: "";
  position: absolute;
  top:0;
  left:0;
  width: 1310px;
  height: 190px;
  z-index: -1;
  background:url(../img/bg01.jpg) no-repeat;
  background-repeat: no-repeat;
}

.base-img-title{
  position: absolute;
  top:50px;
  left:55px;
  font-size: 54px;
  color:#E23D2B;
}

.pagination-box{
  margin-bottom: 40px;
  text-align: center;
}
.pagination-box a{
  display: inline-block;
  height: 38px;
  padding:0 16px;
  margin-right: 10px;
  line-height: 38px;
  color:#000;
  background-color: #EFEEEE;
}
.pagination-box a.current{
  background-color: #E23D2B;
  color: #fff;
  cursor: auto;
}
.pagination-box a.disabled{
  opacity: 0.5;
  cursor: auto;
}

/*=e base img*/

.base-box{
  margin-bottom: 32px;
 }
 .base-box-title{
   display: flex;
   height: 34px;
   border-left:5px solid #EF5843;
   padding:0 20px;
   margin-bottom: 32px;
   justify-content: space-between;
   line-height: 34px;
   font-size:20px ;
   font-weight: 700;
   background: #F6F6F6;
   color:#111;
 }
 .link-more{
   font-weight: 400;
   font-size:15px;
   color:#858585;
 }
 .base-box-list{
 
 }
 .base-box-list li {
   margin-bottom: 16px;
   font-size: 15px;
   white-space:nowrap;
   text-overflow: ellipsis;
   overflow:hidden;
   line-height: 21px;
   /* list-style-type: disc;
   list-style-position: inside; */
  /* list-style-image: url(../images/index/ellipsis.png); */
 }
 .base-box-list li::before{
  content: "";
  display: inline-block;
  width:6px;
  height: 6px;
  border-radius: 6px;
  margin-right: 18px;
  background:#BFBFBF;
  vertical-align: 2px;
 }

 .tab-list{
  padding:0 50px;
  margin-bottom: 36px;
  background-color: #555;
}
.tab-list li {
  display: inline-block;
  height: 54px;
  padding:17px 0 6px;
  border-radius:1px;
  margin-right: 80px;
  vertical-align: middle;
  font-size: 17px;
  /* font-weight: 700; */
  color:#fff;
}
.tab-list .current,.tab-list li:hover{
  border-bottom: 4px solid #ff5757;
  font-weight: 700;
}
.tab-list li a{
  display: block;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
    font-size: 17px;
    /* font-weight: 700; */
    color:#fff;
}

.bread-box{
  position: relative;
  padding-bottom: 12px;
  border-bottom:2px solid #EF5741;
  padding-left:22px;
  margin-bottom: 36px;
  font-size: 17px;
  line-height: 30px;
  color:#666;
}
.bread-box::before{
  content: "";
  position: absolute;
  left:0;
  top:0;
  width: 5px;
  height:30px;
  background: #EF5843;
}
.bread-box-1 h2{
  font-weight: 700;
  color: #EF5741;
}


.base-date{
  color:#9E9E9E;
}
.ico-date{
  width:16px;
  height:16px;
  margin-right: 4px;
  vertical-align: -3px;
  background-image: url(../img/ico-date.png);
}


/* iframe {
  width: 100%;
  border:0 none;
  overflow: hidden;
}
iframe::-webkit-scrollbar{
  display: none;
} */

@media screen and (max-width: 600px) {
  .page-main{
    width:100%;
  }
  .base-img-bg {
    top:0;
    left:0;
  }
  .nav-list{
    width: 100%;
  }
  .footer-content{
    display: block;
    width:100%;
  }
  .footer-content-left{
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-container{
    height: auto;
    padding-bottom: 20px;
  }
  .base-box-list li{
    padding:0 10px;
  }

  /* modify  by zhuweifeng 20250930*/
  .footer-link a{
    width:100%;
  }
   /* modify  by zhuweifeng 20251015*/
    .header-logo{
      width: 355px;
    }
    .nav-list{
      justify-content: space-around;
      font-size: 13px;
    }
    .nav-list li{
      margin-right: 0;
    }
    .nav-list a{
      padding-left: 0;
      padding-right: 0;
    }
    .footer-link{
      width: 200px;
    }
}
