@charset "utf-8";
/* CSS Document */

.img-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
}

.img-inline {
  width: 100%;
  height: auto;
  margin: auto;
}

.img-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.iconfont {
  display: inline-block;
}

.first_banner {
  position: relative;
  min-width: 1400px;
}

.details {
  display: inline-block;
  margin-left: 16px;
  color: #003173;
}

.circle {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #e7888d;
}

.txt-box {
  
}

.title {
  font-size: 28px;
  color: #333;
  line-height: 1.8;
  margin-top: 14px;
  margin-bottom: 14px;
}

.line {
  width: 60px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #297bdc;
}

.text {
  text-indent: 2em;
  text-align: justify;
  font-size: 16px;
  color: #666;
  line-height: 2.0;
  padding: 10px 0;
}

.date {
  font-size: 12px;
  color: #999;
}

.more {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 27px;
  background: url(https://www.fj.chinanews.com/fileftp/2025-06-19/U1024P4T10D270F245DT20250625112228.png) no-repeat center center;
  background-size: 100% 100%;
}

.btn-box {
  text-align: right;
  margin: 10px 0;
}

.btn-box .btn {
  display: inline-block;
  padding: 8px 24px;
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 20px;
  background-image: linear-gradient(#2a7ddf, #59b1f2);
}

.gaikuang-box {
  background: url(https://www.fj.chinanews.com/fileftp/2025-06-19/zhengce_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding-bottom: 100px;
}

.gaikuang-box .container {
  padding: 64px 60px;
  background-color: #fff;
}

.con-title {
  font-size: 44px;
  font-weight: bold;
}

.con-title .title {
  max-height: none;
  font-size: 42px;
  font-weight: bold;
}

.con-title .more {
  margin-left: 16px;
}

.gaikuang-li {
  padding: 32px 0;
  border-bottom: 1px dashed #a3a3a3;
}

.gaikuang-li:last-child {
  border-bottom: none;
}

/*floorNav*/
.fixed_right {
  position:fixed; z-index: 11;
  right: 90px;
  top: 28%;
  width: 132px;
}

@media screen and (max-width: 1440px) {
  .fixed_right {
    top: 28%;
    right: 0;
    width: 132px;
  }
}
.go_top { 
  width: 100%;  
  display: none; 
  text-align: center; 
  background: url(../img/skin20250624/top_h02.png) no-repeat center; 
  height: 70px; 
  -webkit-box-sizing: border-box; 
          box-sizing: border-box;
}
.go_top a { 
  display: block; 
  width: 55px; 
  margin: 0 auto; 
  height: 70px;
}
.footer {
  margin: 0;
  background: url(../img/skin20250624/footer_bg.jpg) center center no-repeat;
  height: 558px;
}


