@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;
}

.more-box {
  text-align: right;
}

.more-btn {
  display: inline-block;
  padding: 8px 14px;
  font-size: 18px;
  color: #fff;
  border-radius: 48px;
  overflow: hidden;
  background-color: #004c8c;
}

.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;
}

.txt-box {
  z-index: 6;
  width: 100%;
  padding: 12px 20px;
}

.txt-box.bg02 {
  background: url(../img/skin20241206/text_bg02.png) center center no-repeat;
  background-size: 100% 100%;
}

.txt-box.bg03 {
  background: url(../img/skin20241206/text_bg03.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;
}

.line {
  width: 84px;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 14px;
  background-color: #004c8c;
}

.border-dashed {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #004c8c 0%, #004c8c 50%, transparent 50%);
  background-size: 28px 1px;
  background-repeat: repeat-x;
}

.date {
  font-size: 24px;
  color: #333;
}

.text {
  max-height: 90px;
  overflow: hidden;
  text-align: justify;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.more {
  display: inline-block;
  width: 51px;
  height: 8px;
  background: url(../img/skin20241206/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);
}


/* 头条 */
.toutiao_bg {
  margin: -100% auto 0;
}

.toutiao_bg .container {
  display: flex;
  padding: 0;
}

.toutiao_bg .container:after {
  display: none;
}

.toutiao_bg .con_title {
  width: 121px;
  height: 331px;
  margin-top: 114px;
  text-align: center;
  font-size: 54px;
  font-weight: bold;
  color: #fff;
  background: url(https://www.fj.chinanews.com/fileftp/2024-12-06/toutiao_title.png) no-repeat left center;
}

.toutiao_container {
  flex: 1;
  padding: 0 0 0 16px;
  margin: 0 auto;
  font-size: 0;
}

.toutiao_container .title {
  max-height: none;
  padding: 10px 20px;
  text-align: center;
  font-size: 54px;
  font-weight: bold;
  color: #fff;
}

.toutiao_container .mbp {
  display: block;
  padding: 50px 24px;
  background-color: #fff;
}

.toutiao_container .col-left {
  display: inline-block;
  vertical-align: top;
  width: 774px;
}

.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 .text {
  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-12-06/prevBtn.png) center center no-repeat;
}

.toutiao_container .ttNext {
  right: 0;
  background: url(https://www.fj.chinanews.com/fileftp/2024-12-06/U1024P4T10D264F245DT20241206151954.png) center center no-repeat;
}

.toutiao_container .col-right {
  display: inline-block;
  vertical-align: top;
  width: 294px;
  height: 424px;
  margin-left: 20px;
  overflow: hidden;
}

.toutiao_container .col-right .toutiao-li {
  padding: 0 0 0 0;
}

.toutiao_container .col-right .txt-box {
  padding: 18px 0;
  border-bottom: 1px dashed #1955aa;
}

.toutiao_container .col-right .toutiao-li:last-of-type .txt-box {
  border-bottom: none;
}

.toutiao_container .col-right .title {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.toutiao_container .col-right .title:hover {
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
}


/* 大会要闻 */
.yaowen-box {
  
}

.yaowen-box .container {
  padding: 20px 0;
  font-size: 0;
}

.yaowen-box .con_title {
  width: 1114px;
  height: 103px;
  margin: 80px auto 50px;
  background: url(https://www.fj.chinanews.com/fileftp/2024-12-06/U1024P4T10D266F244DT20241206152330.png) center center no-repeat;
}

.yaowen-box .col-left {
  display: inline-block;
  vertical-align: bottom;
  width: 278px;
  margin-left: 30px;
}

.yaowen-box .col-left .text-li {
  padding: 20px 0;
  margin: 0;
}

.yaowen-box .col-left .title {
  font-size: 22px;
  line-height: 36px;
  max-height: none;
}

.yaowen-box .col-left .text {
  max-height: none;
}

.yaowen-box .title-img {
  display: inline-block;
  vertical-align: middle;
  width: 294px;
  height: 74px;
  background: url(../img/skin20241206/title04.png) no-repeat center center;
  background-size: contain;
}

.yaowen-box .col-right {
  display: inline-block;
  vertical-align: top;
  width: 960px;
  margin-left: 0;
}

.yaowen-box .col-right .text-ul {
  padding: 0;
}

.yaowen-box .col-right .text-li {
  display: inline-block;
  vertical-align: top;
  width: 344px;
  padding: 20px 36px;
  margin: 0 150px 40px 0;
  border: 4px solid #1955aa;
}

.yaowen-box .col-right .text-li:nth-child(2n+2) {
  margin: 0;
}

.yaowen-box .col-right .img-box {
  width: 426px;
  height: 302px;
}

.yaowen-box .col-right .pic_box .title {
  width: 100%;
max-height:60px;
  font-size: 22px;
  color: #333;
}

/* 现场直击 */
.xianchang-box {
  background: url(https://www.fj.chinanews.com/fileftp/2024-12-06/U1024P4T10D266F246DT20241206152330.png) bottom center no-repeat;
}

.xianchang-box .container {
  padding: 20px 0 80px;
  font-size: 0;
}

.xianchang-box .con_title {
  width: 1114px;
  height: 103px;
  margin: 80px auto 50px;
  background: url(https://www.fj.chinanews.com/fileftp/2024-12-06/U1024P4T10D266F245DT20241206152330.png) center center no-repeat;
}

.xianchang-container {
  
}

.xianchang-swiper {
  
}

.xianchang-ul {

}

.xianchang-li {
  width: 386px;
}

.xianchang-li .img-box {
  width: 100%;
  height: 284px;
  margin: 100px auto 8px;
}

.xianchang-li .txt-box {
  width: 75%;
  padding: 0;
}

.xianchang-box .line {
  margin-top: 18px;
  margin-bottom: 18px;
}

.xianchang-li .txt-box .title {
  max-height: none;
  font-size: 24px;
  color: #333;
}

.xianchang-li .txt-box .text {
  max-height: none;
}

.xianchang-pagination {
  bottom: -8%;
  width: 100%;
  text-align: center;
}

.xianchang-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin: 10px;
  background-color: #033483;
  opacity: 1;
}

.xianchang-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background-color: #939393;
}

/* 诏商回归 */
.huigui-box {

}

.huigui-box .container {
  padding: 100px 0 80px;
  font-size: 0;
}

.huigui-box .col-left {
  display: inline-block;
  vertical-align: top;
  width: 486px;
}

.huigui-box .col-left a {
  position: relative;
  z-index: 8;
}

.huigui-box .con_title {
  width: 408px;
  height: 80px;
  background: url(https://www.fj.chinanews.com/fileftp/2024-12-06/U1024P4T10D264F243DT20241206151954.png) no-repeat center center;
  background-size: contain;
}

.huigui-box .txt-box {
  padding: 80px 40px 20px 20px;
  margin-top: 50px;
  background-color: #004c8c;
}

.huigui-box .col-left .txt-box .title {
  color: #fff;
}

.huigui-box .col-left .txt-box .line {
  height: 4px;
  background-color: #fff;
}

.huigui-box .col-left .txt-box .text {
  color: #fff;
}

.huigui-box .col-right {
  display: inline-block;
  vertical-align: top;
  width: 788px;
}

.huigui-box .col-right .img-box {
  height: 448px;
}

.huigui-box .text-ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}

.huigui-box .text-li {
  position: relative;
  width: 398px;
  padding: 0;
  background-color: #ece8e5;
  border-bottom: 4px solid #004c8c;
}

.huigui-box .text-li .img-box {
  width: 100%;
  height: 264px;
}

.huigui-box .text-li .text {
  min-height: 120px;
  padding: 16px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.huigui-box .text-li .more {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 51px;
  height: 18px;
  background: url(https://www.fj.chinanews.com/fileftp/2024-12-06/U1024P4T10D264F244DT20241206151954.png) center center no-repeat;
  background-size: cover;
}

/* 诏安政策 */
.zhengce-box {
  height: 605px;
  background: url(https://www.fj.chinanews.com/fileftp/2024-12-06/U1024P4T10D266F242DT20241206152330.png) center center no-repeat;
}

.zhengce-box .container {
  padding: 44px 0;
  font-size: 0;
}

.zhengce-box .col-left {
  display: inline-block;
  vertical-align: top;
  width: 932px;
}

.zhengce-ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.zhengce-li {
  width: 448px;
}

.zhengce-li .img-box {
  width: 100%;
  height: 316px;
  margin: 0 auto;
}

.zhengce-li .txt-box {
  width: 100%;
  padding: 24px 18px 12px 30px;
  background-color: #004c8c;
}

.zhengce-box .line {
  margin-top: 18px;
  margin-bottom: 18px;
}

.zhengce-li .txt-box .title {
  max-height: none;
  font-size: 24px;
  color: #fff;
}

.zhengce-li .txt-box .line {
  height: 4px;
  background-color: #fff;
}

.zhengce-li .txt-box .text {
  color: #fff;
  max-height: none;
}

.zhengce-box .col-right {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin: 200px 0 10px 22px;
}

.zhengce-box .col-right .title {
  font-size: 28px;
  max-height: none;
}

.zhengce-box .col-right .border-dashed {
  margin: 14px auto;
}

.zhengce-box .col-right .more-box {
  margin: 40px auto 0;
}

.zhengce-box .col-right .text {
  font-size: 16px;
  max-height: none;
}

/* 诏安视界 */
.shijie-box {
  background: url(https://www.fj.chinanews.com/fileftp/2024-12-06/U1024P4T10D265F243DT20241206152134.jpg) no-repeat top center;
}

.shijie-box .container {
  padding: 64px 0 20px;
  font-size: 0;
}

.shijie-box .con_title {
  width: 1114px;
  height: 108px;
  margin: 150px auto;
  background: url(https://www.fj.chinanews.com/fileftp/2024-12-06/U1024P4T10D265F244DT20241206152134.png) center center no-repeat;
}

.shijie-box .col-left {
  display: inline-block;
  vertical-align: top;
  width: 512px;
}

.shijie-box .title {
  font-size: 28px;
  max-height: none;
}

.shijie-box .border-dashed {
  margin: 20px auto;
}

.shijie-box .text {
  font-size: 16px;
  max-height: none;
}

.shijie-box .more-box {
  margin: 16px auto;
}

.shijie-box .iconfont {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  width: 98px;
  height: 98px;
  margin: -49px auto auto;
  text-align: center;
  font-size: 0;
  color: #fff;
  background: url(https://www.fj.chinanews.com/fileftp/2024-12-06/play.png) center center no-repeat;
  background-size: 100% 100%;
}

.shijie-box .col-left .txt-content {
  width: 100%;
  padding-top: 30px;
}

.shijie-box .con_title+.txt-content .title,
.shijie-box .con_title+.txt-content .txt {
  color: #fff;
}

.shijie-box .col-left .pic_box {
  width: 474px;
  height: 308px;
  margin-left: 38px;
}

.shijie-box .text-li.two {
  width: 474px;
  padding: 110px 24px 20px 30px;
  margin-top: -80px;
  background-color: #004c8c;
}

.shijie-box .text-li.two .title,
.shijie-box .text-li.two .text {
  color: #fff;
}

.shijie-box .col-right {
  display: inline-block;
  vertical-align: top;
  width: 724px;
  margin-left: 20px;
}

.shijie-box .col-right .text-ul {
  padding-top: 0;
}

.shijie-box .col-right .text-li {
  padding: 15px 0;
}

.shijie-box .col-right .txt-content {
  width: 100%;
}

.shijie-box .col-right .pic_box {
  width: 100%;
  height: 464px;
}

.shijie-box .col-right .pic_text_box .mbp {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.shijie-box .col-right .pic_text_box .pic_box {
  z-index: 4;
  display: inline-block;
  width: 426px;
  height: 278px;
}

.shijie-box .col-right .pic_text_box .text_box {
  display: inline-block;
  flex: 1;
  padding: 50px 20px 20px 100px;
  margin-left: -80px;
  margin-top: 20px;
  background-color: #004c8c;
}

.shijie-box .col-right .title,
.shijie-box .col-right .text {
  color: #fff;
}

/* 诏安风采 */
.fengcai-box {
  
}

.fengcai-box .con_title {
  width: 1114px;
  height: 108px;
  margin: 80px auto 60px;
  background: url(https://www.fj.chinanews.com/fileftp/2024-12-06/U1024P4T10D264F242DT20241206151954.png) center center no-repeat;
}

.fengcai-box .container {
  padding: 0 0 120px;
  font-size: 0;
}

.meitiSwiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.meitiSwiper .swiper-slide {
  width: 1140px;
}

.meitiSwiper .img-box {
  height: 720px;
}

.meitiSwiper .txt-box {
  width: 598px;
  padding: 24px;
  margin: -36px 0 0 0;
  background-color: #004c8c;
}

.meitiSwiper .meiti-btn {
  position: absolute;
  z-index: 6;
  bottom: 18px;
  display: inline-block;
  width: 55px;
  height: 55px;
}

.meitiSwiper .meiti-btn-prev {
  left: 50%;
  background: url(https://www.fj.chinanews.com/fileftp/2024-12-06/U1024P4T10D265F242DT20241206152134.png) no-repeat center center;
}

.meitiSwiper .meiti-btn-next {
  left: 56%;
  background: url(https://www.fj.chinanews.com/fileftp/2024-12-06/U1024P4T10D264F246DT20241206151954.png) no-repeat center center;
}

.fengcai-box .title {
  width: 60%;
  max-height: none;
  margin-bottom: 0;
  color: #fff;
}

.fengcai-box .line {
  height: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}

.fengcai-box .text {
  color: #fff;
}

.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;
}

.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;
}

.minqiao-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.minqiao-li {
  width: 260px;
}


/*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/skin20241206/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/skin20241206/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/skin20241206/footer_bg.jpg) center center no-repeat;
  height: 558px;
}

@media screen and (min-width: 1440px) {
  .toutiao_bg {
    margin: -1900px auto 0;
  }
}


