@charset "UTF-8";
@import "lib/bootstrap.min.css";
@import "../static/fonts/FontAwesome/font-awesome.css";
@import "lib/fonts.css";
@import "lib/animate.css";
@import "lib/bootsnav.css";
@import "lib/htmleaf-demo.css";
@import "lib/overwrite.css";
@import "lib/style.css";
@import "lib/color.css";
@import "lib/crumbs_style.css";
.con_main{
            width: 100%;
            min-height: 1.975rem;
            padding-left: 0.2107rem;
            padding-top: 0.2107rem;
        }
        .con_main .title{
            font-size: 0.1417rem !important;
            font-weight: bold !important;
text-align: center;
        }
.v_news_content {
            font-size: 0.1185rem;
        }
.v_news_content p{
            line-height: 1.5 !important;
        }
.v_news_content img{
           max-width: 100% !important;
            object-fit: cover !important;
        }
.con_main li{
            justify-content: space-between;
            font-size: 0.0922rem;
            color: #666666;
            text-decoration: none;
            font-weight: 400;
}
.con_main li:hover{
            color: #2a74c7;
        }
        .con_main li:hover a{
            color: #2a74c7 !important;
        }
@media screen and (max-width: 768px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
  .header {
    height: 50px;
    background-image: none !important;
  }
  .header .container {
    padding: 0;
  }
  .header .container .logo {
    height: 40px !important;
  }
  .header .logo-text {
    display: none;
  }
  .header .search {
    display: none;
  }
  main {
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 0.1317rem;
  }
  main #navbar-menu {
    display: block;
    margin: 0 !important;
  }
  main #navbar-menu ul {
    padding: 0 !important;
    margin: 0 !important;
  }
  main #navbar-menu li {
    width: auto;
    flex-shrink: 0;
  }
  main #navbar-menu a {
    font-size: 10px !important;
    padding: 10px 5px !important;
  }
  main .banner {
    width: 100%;
  }
  main .banner .target {
    width: 100%;
    height: 140px;
  }
  main .listWarp {
    padding: 10px;
    flex-direction: column;
  }
  main .listWarp span {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  main .listWarp a {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  main .listWarp p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  main .listWarp .empty {
    min-height: 160px;
  }
  main .listWarp .empty .empty-img {
    width: 80px;
  }
  main .listWarp .empty .empty-text {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  main .dp {
    padding: 0 10px;
  }
  main .dp ul {
    justify-content:space-between !important;
  }
  main .dp ul a{
    width: 16% !important;
    height: auto !important;
    flex-shrink: 0;
  }
  main .dp ul li {
    width: 100% !important;
    height: auto !important;
    flex-shrink: 0;
  }
  main .dp ul li img {
    width: 100%;
  }
  main .xyfc .title {
    width: 100%;
  }
  main .xyfc .title p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
  }
  .footer .logo-icon {
    width: auto !important;
    height: 40px;
  }
  .footer .logo,
  .footer .top {
    display: flex;
    flex-direction: column;
  }
.footer .info{
width: 100%;
}
  .footer p {
    font-size: 12px !important;
    text-align: center !important;
    line-height: 2;
  }
  .footer .wxqr {
    text-align: center;
    margin-top: 10px;
  }
  .footer .wxqr img {
    width: 160px;
  }
  .footer .wxqr p {
    font-size: 12px !important;
  }
}

.empty{
            min-height: 1.8433rem;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            box-sizing: border-box;
        }
        .empty .empty-img{
            width: 1.0533rem;
        }
        .empty .empty-text{
            margin-top: 0.1317rem;
            font-size: 0.0922rem;
            color: #5e6d82;
            line-height: 1.5em;
        }

@font-face {
  font-family: "PinRuShouXieTi";
  src: url("../static/fonts/PinRuShouXieTi/PinRuShouXieTi-1.ttf") format("truetype");
}
.header {
  background: url("../static/wl_bg.png") no-repeat;
  background-position: calc(100% + 2.7041rem);
  background-size: 40%;
}

header .logo-text {
  color: #fff;
  font-weight: bold;
  text-align: right;
  font-size: 0.1317rem;
  width: 40%;
  font-family: PinRuShouXieTi;
}

header .logo-text span {
  writing-mode: vertical-lr;
margin-right: 0.1317rem;
}

main .container {
  width: 100%;
  padding: 0;
}

main .container .navbar-nav {
  width: 100%;
  display: flex;
  margin: 0;
}

main .container #navbar-menu {
width: 100%;
  padding: 0;
}

nav.navbar.bootsnav ul.nav > li > a {
  color: #2a74c7;
 font-weight: 600 !important;font-size: 0.1119rem !important;
  text-align: center;
  padding: 0.1053rem 0.0527rem;
}

nav.navbar.bootsnav ul.nav > li {
  flex: 1;
  border-left: 1px solid #ddd;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  border-right: 1px solid #ddd;
}

.navbar {
  min-height: initial;
}

.ssfc_list {
  display: flex;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0.1317rem;
  margin-bottom: 0.0658rem;
}

main {
  max-width: 6.5833rem;
  margin: 0 auto;
  padding-bottom: 0.1317rem;
}


main .dp {
  margin-bottom: 0.1317rem;
  display: flex;
}
main .dp ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  width: 100%;
    justify-content: end;
  gap: 0.1975rem;
}
main .dp ul li {
  color: #333;
  cursor: pointer;
  font-size: 0.1053rem;
  text-align: center;
  width: 0.8229rem;
  height: 0.2502rem;
}
main .dp ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wafont {
  font-weight: bold; /*设置字体粗细*/
  font-family: "微软雅黑"; /*设置字体*/
  text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, 0 -80px 70px #f38e1c; /*设置文字阴影*/
  -webkit-animation: flame 2s infinite; /*设置动画*/
}

@-webkit-keyframes flame { /*创建动画*/
  0% {
    text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, 0 -80px 70px #f38e1c;
  }
  30% {
    text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, 10px -90px 80px #f38e1c;
  }
  60% {
    text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, 0px -80px 100px #f38e1c;
  }
  100% {
    text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, 0 -80px 70px #f38e1c;
  }
}
.header {
  background-color: #2a74c7;
  width: 100%;
  display: flex;
  align-items: center;

  padding-top: 0.1317rem;
  padding-bottom: 0.1317rem;
}
.header .container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: auto !important;
}
.header .logo {
  height: 0.52rem;
  object-fit: contain;
  cursor: pointer;
}
.header .navbar-brand {
  height: auto;
  width: auto;
  padding: 0;
}
.main > img{
height: 1.975rem !important;
}
.banner .target {
  width: 6.5833rem;
height: 2.3041rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.banner .target img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.target img {
  width: 100%;
}


.listWarp {
  display: flex;
  justify-content: center;
  padding-top: 0;
gap: 0.1317rem;
}
.listWarp .warp {
  flex-shrink: 0;
  color: #333;
  flex: 1;
}
.listWarp .warp .title {
font-size: 0.1185rem;
      text-transform: uppercase;
      color: #666;
      padding-top: 0.15rem;
      border-bottom: 0.0132rem solid #ddd;
      padding-bottom: 0.1317rem;
      font-weight: bold;
}

.listWarp .warp .textWarp {
  list-style: none !important;
  padding: 0;
}.listWarp .warp .textWarp .l3 {
  border: 0 !important;
}
.listWarp .warp .textWarp .l3 p {
  -webkit-line-clamp: 3 !important;
}
.listWarp .warp .textWarp .textItem,.listWarp .warp .textWarpR .textItem {
padding: 0.0132rem 0;
justify-content: space-between;
}
.listWarp .warp .textWarp .textItem img {
  width: 100%;
}
.listWarp .warp .textWarp .textItem p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 0.1843rem;


font-size: 0.0922rem;
  color: #666666;
  text-decoration: none;
  font-weight: 400;
}
.listWarp .warp .textWarpR {
  list-style: none !important;
  padding: 0;
}
.listWarp .warp .textWarpR .textItem img {
  width: 100%;
}
.listWarp .warp .textWarpR .textItem p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 0.1843rem;
font-size: 0.0922rem;
  color: #666666;
  text-decoration: none;
  font-weight: 400;


}
.listWarp .warp .target .tip {
  padding: 0.1317rem 0;
  font-size: 0.079rem;
  color: #2a74c7;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listWarp .warp .target .tip .line {
  height: 1px;
  background-color: #2a74c7;
  width: 0.1317rem;
}
.listWarp .warp .target .tip .text {
  padding: 0 0.1317rem;
}
.listWarp .warp .target .title {
  color: #555;
  text-align: center;
  font-size: 0.1053rem;
}
.listWarp .warp .target .context {
  margin-top: 0.1317rem;
  color: #888;
  font-size: 0.079rem;
}

.xyfc .bg {
  position: absolute;
  width: 100%;
  height: 4.6083rem;
  background: url("../static/images/bg2.jpg") no-repeat;
  background-size: 100% 100%;
}
.xyfc .bg:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(23, 234, 217, 0.5), rgba(96, 120, 234, 0.5));
  position: absolute;
  z-index: 1;
}
.xyfc .title {
  color: #fff;
  font-weight: bold;
  font-size: 0.079rem;
  display: inline-block;
}
.xyfc .title p {
  color: #fff;
  margin: 0;
  font-size: 0.2633rem;
  color: #333;
}
.xyfc .warp {
  width: 25%;
  height: 1.0408rem;
  position: relative;
  overflow: hidden;
  margin: 0.0132rem;
}
.xyfc .warp img {
  transition: all 0.6s;
  cursor: pointer;
}
.xyfc .warp img:hover {
  transform: scale(1.3);
}
.xyfc .warp p {
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 0.0527rem;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  margin: 0;
}

.xglj {
  padding-bottom: 0.6583rem;
}
.xglj .title {
  color: #000;
  font-weight: bold;
  font-size: 0.079rem;
  padding-top: 0.079rem;
  padding-right: 0.1317rem;
  border-top: 0.0197rem solid #2a74c7;
  display: inline-block;
}
.xglj .title p {
  color: #333;
  margin: 0;
  font-size: 0.2633rem;
}
.xglj .list {
  list-style: none;
  max-width: 5.0033rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 0.1317rem;
  padding-left: 0.0658rem;
}
.xglj .list li {
  width: 33.333%;
  padding: 0.05rem 0.65rem 0 0;
}
.xglj .list li a {
  font-size: 0.1053rem;
  border-bottom: #DDD solid 1px;
  color: #616161;
  line-height: 0.35rem;
  display: block;
}
.xglj .list li a:hover {
  text-decoration: none;
  color: #2a74c7;
}

.footer {
  width: 100%;
  align-items: center;
  background-color: #2a74c7;
  color: #fff;
  font-size: 0.079rem;
  padding: 0 0.5267rem;
  box-sizing: border-box;
  position: relative;
  border: 0;
}
.footer .top {
  padding-top: 0.1317rem;
  display: flex;
}
.footer .logo-icon {
  width: 2.9625rem;
  flex-shrink: 0;
  object-fit: cover;
  margin-right: 0.1317rem;
}
.footer .logo {
  display: flex;
  align-items: center;
flex: 1;
}
.footer .grid-icon {
  display: flex;
  align-items: center;
}
.footer .grid-icon img {
  width: 0.0987rem;
  height: 0.0987rem;
  margin-right: 0.0329rem;
  position: relative;
}
.footer .info{
width: 50%;
text-align: center;
}
.footer .info p {
  margin: 0;
}
.footer .bq {
  padding-top: 0.0658rem;
  justify-content: space-between;
  align-items: center;
}
.footer .bq span {
  margin-right: 0.0658rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer .bq .grid-icon span {
  margin: 0;
}
.footer .bq .grid-icon p {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */