@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%;
}

.division-line {
  height: 1px;
  margin: 40px auto;
  background-color: #8d8d8d;
}

.iconfont {
  display: inline-block;
}

.first_banner {
  position: relative;
  min-width: 1400px;
}

#floor_01 .container {
  padding: 0;
}
#floor_01 .division-line {
  width: 1090px;
  margin: 50 auto;
}

.details {
  display: inline-block;
  margin-left: 16px;
  color: #003173;
}

.circle {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-left: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #005fb0;
}
.circle1 {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #e7888d;
}

.txt-box {
  z-index: 6;
  width: 100%;
  padding: 12px 20px;
}

.txt-box.bg02 {
  background: url(../img/skin20241202/text_bg02.png) center center no-repeat;
  background-size: 100% 100%;
}

.txt-box.bg03 {
  background: url(../img/skin20241202/text_bg03.png) center center no-repeat;
  background-size: 100% 100%;
}

.txt-box.bg04 {
  background: url(../img/skin20241202/text_bg04.png) center center no-repeat;
  background-size: 100% 100%;
}

.title {
  max-height: 50px;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 14px;
}

.title1 {
  font-size: 28px;
  color: #333;
  line-height: 1.4;
  margin-top: 14px;
  margin-bottom: 14px;
}

.line {
  width: 60px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #297bdc;
}

.date {
  font-size: 24px;
  color: #333;
}
.date1 {
  font-size: 12px;
  color: #999;
}

.text {
  max-height: 90px;
  overflow: hidden;
  text-align: justify;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.text1 {
  text-indent: 2em;
  text-align: justify;
  font-size: 16px;
  color: #666;
  line-height: 2.0;
  padding: 10px 0;
}

.more {
  display: inline-block;
  width: 51px;
  height: 8px;
  background: url(https://www.fj.chinanews.com/fileftp/2024-10-29/U1024P4T10D262F246DT20241129145336.png) no-repeat center center;
  background-size: 100% 100%;
}

.more1 {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 27px;
  background: url(https://www.fj.chinanews.com/fileftp/2024-06-20/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/2024-01-02/gaikuang_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding-bottom: 100px
}

.gaikuang-box .container {
  padding: 64px 60px !important;
  background-color: #fff;
}

.con-title {
  font-size: 44px;
  font-weight: bold;
}

.con-title .title {
  max-height: none;
  font-size: 44px;
  font-weight: bold;
}

.con-title .more {
  margin-left: 8px;
}

.gaikuang-li {
  padding: 32px 0;
  border-bottom: 1px dashed #e5e5e5;
}

.gaikuang-li:last-child {
  border-bottom: none;
}

/* 头条 */
.toutiao_bg {
  margin: 0;
  height: 584px;
  background: url(https://www.fj.chinanews.com.cn/fileftp/2024-11-29/U1024P4T10D263F245DT20241129145419.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.toutiao_bg .title-box {
  height: 94px;
  overflow: hidden;
}

.toutiao_bg .con_title {
  height: 100px;
  padding: 10px 20px 10px 114px;
  text-align:center;
  font-size: 54px;
  font-weight: bold;
  color: #fff;
  background: url(https://www.fj.chinanews.com.cn/fileftp/2024-11-29/U1024P4T10D263F246DT20241129145419.png) no-repeat left center;
}

.tabBtn {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  font-size: 20px;
  line-height: 1.4;
  color: #aa7552;
  background: url(../img/skin20241202/tabBtn.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}

.tabBtn:before {
  position: absolute;
  bottom: -16px;
  left: 0;
  content: "";
  display: none;
  width: 100%;
  height: 2px;
  background-color: #aa7552;
  border-bottom: 2px solid #aa7552;
}

.tabBtn:hover:before {
  display: block;
} 

.toutiao_container {
  padding: 0;
  margin: 22px auto;
  font-size: 0;
}

.toutiao_container .col-left {
  display: inline-block;
  vertical-align: top;
  width: 774px;
  margin-left: 16px;
}

.toutiao-box {
  width: 100%;
}

.toutiao-box .showJPG {
  position: relative;
  width: 100%;
}

.toutiao-box .banner_list .img-box {
  position: relative;
  height: 434px;
}

.toutiao-box .banner_list .txt-box {
  position: absolute;
  bottom: 0;
  z-index: 6;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.toutiao-box .banner_list .title {
  margin-bottom: 0;
  color: #fff;
}

.toutiao_container .ttBtn {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 44%;
  z-index: 6;
  display: block;
  width: 30px;
  height: 55px;
  cursor: pointer;
}

.toutiao_container .ttPrev {
  left: 0;
  background: url(https://www.fj.chinanews.com/fileftp/2024-10-29/prevBtn.png) center center no-repeat;
}

.toutiao_container .ttNext {
  right: 0;
  background: url(https://www.fj.chinanews.com/fileftp/2024-10-29/nextBtn.png) center center no-repeat;
}

.toutiao_container .col-right {
  display: inline-block;
  vertical-align: top;
  width: 532px;
}

.toutiao_container .col-right .toutiao-li {
  padding: 0 0 0 24px;
}

.toutiao_container .col-right .txt-box {
  padding: 18px 24px;
  margin-bottom: 4px;
  background-color: #fff;
}

.toutiao_container .col-right .toutiao-li:last-of-type .txt-box {
  border-bottom: none;
}

.toutiao_container .col-right .title {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}


/* 动态概况 */
.dongtai-box {
  height: 672px;
  margin-top: -1px;
  background: url(https://www.fj.chinanews.com/fileftp/2024-10-29/U1024P4T10D262F244DT20241129145336.jpg) no-repeat top center;
  background-size: 100% 100%;
}
.dongtai-box .container {
  padding: 20px 0;
  font-size: 0;
}

.dongtai-box .txt-box .text {
  height: auto;
  max-height: 208px;
  text-indent: 2em;
  font-size: 16px;
}

.dongtai-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0;
}

.dongtai-li {
  width: 414px;
  padding: 0 16px 24px;
  margin: 2px 16px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.dongtai-box .dongtai-li {
  min-height: 642px;
}

.dongtai-li .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 63px;
  margin: -2px 0 0 -32px;
  background: url(https://www.fj.chinanews.com/fileftp/2024-10-29/U1024P4T10D262F245DT20241129145336.png) no-repeat left center;
}

.dongtai-li .title-box .title {
  font-size: 30px;
  color: #fff;
  padding-left: 34px;
}

.dongtai-li .title-box .more {
  margin-right: 16px;
}

.dongtai-li .img-box {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 52%;
  margin: 20px auto;
}

.dongtai-li .pic_text_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dongtai-li .pic_text_box .img-box {
  width: 48%;
  padding-top: 26%;
}

.dongtai-li .pic_text_box .txt-box {
  width: 48%;
}

.dongtai-li.two .txt-box .text {
  max-height: none;
  text-indent: 0;
  line-height: 2.0;
}

.dongtai-li.two .pic_text_box .txt-box .text {
  max-height: 48px;
  line-height: 1.6;
}

.dongtai-li .mbp {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
}

.dongtai-li .txt-box {
  padding: 10px;
}

.dongtai-li .txt-box .title {
  font-size: 20px;
  color: #fff;
}


/* 专题论坛 */
.zhuanti-box {
  background: url(https://www.fj.chinanews.com/fileftp/2024-11-29/zhuanti_bg.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.zhuanti-box .container {
  padding: 20px 0;
  font-size: 0;
}

.zhuanti-swiper {
  
}

.zhuanti-swiper .col-left {
  display: inline-block;
  vertical-align: top;
  width: 864px;
}

.zhuanti-swiper .col-left .dongtai-li + .dongtai-li {
  margin-top: 36px;
}

.zhuanti-swiper .col-right {
  display: inline-block;
  vertical-align: top;
  width: 440px;
  margin-left: 36px;
}

.zhuanti-ul {
  /* display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  padding: 0 0; */
}
.zhuanti-swiper .dongtai-li {
  width: 100%;
  margin: 2px 14px 2px 18px;
}

.zhuanti-swiper .dongtai-li .txt-box .title {
  font-size: 18px;
  color: #333;
}

.jujiao-box-left {
  display: inline-block;
  vertical-align: top;
  width: 354px;
}

.jujiao-box-right {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  margin-left: 60px;
}

.zhuanti-box .txt-box .text {
  font-size: 16px;
}

.zhuanti-box .jujiao-box-left .img-box {
  margin: 10px auto;
}

.zhuanti-box .jujiao-box-left .txt-box .text {
  height: 54px;
  text-indent: 2em;
}

.zhuanti-box .jujiao-box-right .txt-box .text {
  height: 56px;
  margin-bottom: 4px;
  border-bottom: 1px dashed #ddd;
}

.zhuanti-box .jujiao-box-right .txt-box .text:last-child {
  border-bottom: none;
}

.minqiao-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.minqiao-li {
  width: 260px;
}

.dongtai-li .luntan-box .pic_text_box .img-box {
  margin: 10px auto;
}

.zhuanti-box .luntan-box .pic_text_box .txt-box .text {
  margin-bottom: 0;
}

.zhuanti-box .luntan-box .txt-box.two {
  width: 94%;
  padding: 20px 16px;
  margin: -24px auto 8px;
  background-color: #ddd;
}

.zhuanti-box .luntan-box .txt-box .text {
  margin-bottom: 10px;
}

.zhuanti-box .luntan-box .txt-box.two .text {
  height: 48px;
  text-indent: 2em;
}


/* 视频集锦 */
.shipin-box {
  height: 783px;
  background: url(https://www.fj.chinanews.com.cn/fileftp/2024-11-29/U1024P4T10D263F242DT20241129145419.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.shipin-title {
  width: 98%;
}

.shipin-box .container {
  padding: 20px 0;
  font-size: 0;
}

.shipin-swiper {
  
}

.shipin-ul {
  /* display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  padding: 0 0; */
}

.shipin-li {
  width: 302px;
  height: 368px;
  padding-left: 27px;
  padding-right: 27px;
  /* border-right: 1px dashed #ddd; */
  background: url(../img/skin20241202/text_bg04.png) no-repeat center center;
  background-size: 100% 100%;
}

.shipin-li .img-box {
  padding-top: 56%;
  margin: 24px auto 8px;
}

.shipin-li.swiper-slide-prev .img-box:after,
.shipin-li.swiper-slide-active .img-box:after,
.shipin-li.swiper-slide-next .img-box:after {
  position: absolute;
  top: 0;
  right: -27px;
  display: block;
  content: "";
  height: 100%;
  width: 0;
  border: 1px dashed #ddd;
}

.shipin-li .play-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 82px;
  height: 82px;
  margin: -41px -41px -41px;
}

.shipin-li .txt-box {
  padding: 0;
}

.shipin-box .line {
  margin-top: 18px;
  margin-bottom: 18px;
}

.shipin-li .txt-box .title {
  font-size: 18px;
  color: #333;
  overflow: hidden;
}

.dbBtn {
  position: absolute;
  bottom: 10%;
  z-index: 6;
  display: block;
  padding: 0 24px;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 4px;
  color: #fff;
  background-color: #297bdc;
  cursor: pointer;
}

.dbPrev {
  left: 50%;
  margin-left: -72px;
}

.dbNext {
  right: 50%;
  margin-right: -72px;
}


/*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;
  } 
  #floor_nav {
    padding-top: 124px;
    background: url(../img/skin20241202/reght_bg_s.png) no-repeat center;
  }
  #floor_nav li a:after,
  #floor_nav li a:before {
    content: '';
    margin:0;
  } 
}
.go_top { 
  width: 100%;  
  display: none; 
  text-align: center; 
  background: url(../img/skin20241202/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/skin20241202/footer_bg.jpg) center center no-repeat;
  height: 558px;
}
.toutiao_container .col-right .more-box {
  position: absolute;
  right: 0;
  top: -20px;
}

.toutiao_container .col-right .more {
  background: url(https://www.fj.chinanews.com/fileftp/2024-06-20/more02.png) no-repeat center center;
  background-size: 100% 100%;
}




