@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: 25px;
  color: #333;
  line-height: 2.0;
}

.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: #333;
  line-height: 1.8;
  padding: 10px 0;
}

.date {
  text-align: right;
  font-size: 12px;
  color: #333;
}

.more {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 21px;
  margin-right: 20px;
  background: url(https://www.fj.chinanews.com/fileftp/2026-05-08/more.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/2026-05-08/zhengce_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding-bottom: 100px;
}

.gaikuang-box .container {
  padding: 36px 20px;
  background-color: #fff;
}

.con-title {
  
}

.con-title .title {
  width: 384px;
  height: 35px;
  margin: 0;
  padding: 0px 0 0px 6px;
  line-height: 1.4;
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  color: #006dd2;
  background: url(https://www.fj.chinanews.com/fileftp/2026-05-08/U1024P4T10D276F9111DT20260522160848.png) no-repeat center center;
  background-size: 100% 100%;
}

.con-title .more {
  margin-left: 16px;
}

.gaikuang-ul {
  padding: 40px 24px;
}

.gaikuang-li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid #0b457b;
}

.gaikuang-li:last-child {
  border-bottom: none;
}

.gaikuang-li .img-box {
  display: inline-block;
  vertical-align: top;
  width: 328px;
  height: 200px;
  margin-bottom: 20px;
}

.gaikuang-li .txt-box {
  display: inline-block;
  vertical-align: top;
  width: 724px;
}

.gaikuang-li .text {
  padding: 0;
  margin: 30px 0;
  text-indent: 0;
}

/*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/skin20260522/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/skin20260522/footer_bg.jpg) center center no-repeat;
  height: 558px;
}


