@charset "UTF-8";
/*css 初始化 */
、
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; }   /*去掉input等聚焦时的蓝色边框*/
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "Microsoft YaHei","SimSun";}
select, input { vertical-align:middle;}
select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; } /*防止拖动*/
img {border:0; vertical-align:middle;max-width: 100%; }  /*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
table { border-collapse:collapse; }
body {
    font:14px/150% Arial,Verdana,"Microsoft YaHei";
    color:#414042;
    background:#f8f8f8;
}
.clearfix:before,.clearfix:after {  /*清楚浮动*/
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
a {color:#666; text-decoration:none; }
a:hover{color:#2D6DAF;}
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}  /*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/
s,i,em{font-style:normal;text-decoration:none;}
.col-red{color: #C81623!important;}

/*公共类*/
.w {  /*版心 提取 */width:1200px;margin:0 auto;}
.fl {float:left;}
.fr {float:right;}
.al { text-align:left;}
.ac {text-align:center;}
.ar {text-align:right;}
.hide {display:none;}
.font12{ font-size: 12px;}
.font14{ font-size: 14px;}
.font16{ font-size: 16px;}
.ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;word-break: break-all;}

html{font-size:13.33333vw}
@media screen and (min-width:769px){html{font-size:102.4px;font-size:13.33333vw}}
@media screen and (min-width:721px) and (max-width:768px){html{font-size:102.4px;font-size:13.33333vw}}
@media screen and (min-width:641px) and (max-width:720px){html{font-size:96px;font-size:13.33333vw}}
@media screen and (min-width:541px) and (max-width:640px){html{font-size:85.33px;font-size:13.33333vw}}
@media screen and (min-width:481px) and (max-width:540px){html{font-size:72px;font-size:13.33333vw}}
@media screen and (min-width:415px) and (max-width:480px){html{font-size:64px;font-size:13.33333vw}}
@media screen and (min-width:413px) and (max-width:414px){html{font-size:55.2px;font-size:13.33333vw}}
@media screen and (min-width:394px) and (max-width:412px){html{font-size:54.93px;font-size:13.33333vw}}
@media screen and (min-width:376px) and (max-width:393px){html{font-size:52.4px;font-size:13.33333vw}}
@media screen and (min-width:361px) and (max-width:375px){html{font-size:50px;font-size:13.33333vw}}
@media screen and (min-width:321px) and (max-width:360px){html{font-size:48px;font-size:13.33333vw}}
@media screen and (max-width:320px){html{font-size:42.667px;font-size:13.33333vw}}

body {
  width: 100%;
  margin: auto;
}
.header{
  width: 750px;
  margin: auto;
  background: #dde8f1;
  position: relative;
  height: 900px;
  overflow: hidden;
  transition: all 1s;
}
.header *{
  transition: all 1s;
}
.header.header-small{
  height: 400px;
}
.header-bg{
  width: 100%;
  height: 836px;
  background: url(https://m.newsduan.com/resource/newJrjd/images/header-bg.png) no-repeat center;
  background-size: 100% 836px;
}
.header-dt{
  width:172px;
  height:622px;
  background: url(https://m.newsduan.com/resource/newJrjd/images/header-dt.png) no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 434px;
  left: 0;
  z-index: 1;
}
.header-small .header-dt{
  width:156px;
  height:436px;
  top: 132px;
  left: 10px;
}
.header-dtbg{
  width: 100%;
  height: 328px;
  background: url(https://m.newsduan.com/resource/newJrjd/images/header-dtbg.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -110px;
  z-index: 2;
}
.header-small .header-dtbg{
  bottom: -288px;
}
.header-wz{
  width: 0;
  height:932px;
  background: url(../images/header-wz.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 22px;
  top: -158px;
  clip-path: inset(0px 4px 76px 50px round 20px);
  transition: ease-in-out all 1.5s;
}

.header-small .header-wz.header-wz-show{
  transform: rotate(14deg);
  width: 936px;
  height: 862px;
  left: 120px;
  top: -280px;
}
.header-wz.header-wz-show{
  width:988px;
  transition: ease-in-out all 1s;
}
.header-wzimg{
  width: 564px;
  height: 330px;
  background: url(https://m.newsduan.com/resource/newJrjd/images/header-wzimg.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(-23deg);
  position: absolute;
  top: 115px;
  left: 140px;
  opacity: 0;
}
.header-wzimg.header-wzimg-show{
  opacity: 1;
}
.header-small .header-wzimg.header-wzimg-show{
  transform: rotate(0deg);
  width: 440px;
  height: 230px;
  top: 44px;
  left: 200px;
}
.header-buueniao{
  width:92px;
  height:64px;
  background: url(https://m.newsduan.com/resource/newJrjd/images/header-buleniao.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 60px;
  left: 330px;
  z-index: 4;
}

.header-small .header-buueniao{
  width:92px;
  height:64px;
  top: 266px;
  left: 146px;
}
.header-bd{
  width:118px;
  height:84px;
  background: url(https://m.newsduan.com/resource/newJrjd/images/header-bd.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 186px;
  left: 56px;
  z-index: 4;
}
.header-small .header-bd{
  width:118px;
  height:84px;
  left: 120px;
  top: 34px; 
}
.header-bx{
  width:184px;
  height:36px;
  background: url(https://m.newsduan.com/resource/newJrjd/images/header-bx.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 80px;
  left: 200px;
  z-index: 4;
}
.header-small .header-bx{
  top: 350px;
  left: 294px;
}
.main{
  width: 750px;
  /* padding:0 16px  0 16px; */
  margin: auto;
  margin-top: 28px;
}
.index-title{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 50px;
}
#jrjd .index-title{
  margin-top: 0px;
}
.index-title>img{
  width: 180px;
  height: 50px;
}
.index-title a img{
  width: 40px;
}
.lunbo {
  background: #fff;
  border-radius:12px;
}
.lunbo img{
  width: 100%;
  height:386px;
  border-radius:12px;
  object-fit: cover;
}
.lunbo .swiper-slide-div{
  padding:0 28px
}
.lunbo h3{
  line-height:48px;
  font-weight:700;
  color:#333333;
  font-size:36px;
  text-align:center;
  margin-top: 60px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lunbo p{
  color:#999999;
  font-size:28px;
  line-height:48px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.lunbo .swiper-pagination{
  bottom: unset;
  top: 408px;
}
.lunbo .swiper-pagination-bullet{
  width:12px;
  height:12px;
  background:#e3e3e3;
  margin:0 10px;
  opacity: 1;
}
.lunbo .swiper-pagination-bullet-active{
  background:#5486e9;
}
.lunbo-list{
  width: 696px;
  margin: auto;
  margin-top: 30px;
  border-top: 1px dashed #dddddd;
  padding: 30px 0 5px 0;
}
.lunbo-list li{
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;

}
.lunbo-list li a{
  color:#333333;
  font-size:32px;
  line-height:48px;
  position: relative;
  padding-left:20px;
  display: block;
}
.lunbo-list li a:before{
  content: "";
  width:8px;
  height:8px;
  border-radius: 100%;
  background:#999999;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 16px;
}
.item-list{
  background:#ffffff;
  border-radius:12px;
  padding:32px 32px 0 32px;
}
.item-list-top li{
  width: 100%;
  margin-bottom: 30px;
}
.item-list-top li a{
  display: flex;
  justify-content:space-between;
}
.item-list-top li a img{
  width:240px;
  height:134px;
  border-radius:12px;
}
.item-list-top li a p{
  color:#333333;
  font-size:32px;
  line-height:46px;
  width: 412px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.item-list .lunbo-list{
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.item-one{
  display: block;
  background:#ffffff;
  border-radius:12px;
}
.item-one div{
  width: 100%;
  height:386px;
  border-radius:12px;
  position: relative;
}
.item-one div .img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:12px;
}
.item-one div .play{
  width:80px;
  height:80px;
  background:#ffffff;
  /* backdrop-filter:blur(30px); */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.item-one p{
  color:#999999;
  font-size:28px;
  line-height:48px;
  padding: 30px;
}
.lunbo-gc{
  width: 750px;
  margin: auto;
}
.lunbo-gc .swiper-slide{
  width:680px !important;

}
.lunbo-gc .swiper-slide img{
  width:100%;
  height:382px;
  border-radius:12px;
}
.lunbo-gc .swiper-slide p{
  color:#333333;
  font-size:32px;
  line-height:48px;
  margin-top: 30px;
}
.lunbo-gc .swiper-slide-prev img,.lunbo-gc .swiper-slide-next img{
  height:338px;
  margin-top:22px;
  transition: all 0.3s;
}
.lunbo-gc .swiper-slide-prev p,.lunbo-gc .swiper-slide-next p{
  display: none;
}
#gcfc{
  width: 750px;
  margin: auto;
}
.bottom{
  width:100%;
  padding:14px 0;
  background:#0082c5;
  text-align: center;
  color:#ffffff;
  font-size:26px;
  line-height:40px;
  margin-top: 60px;
}
@media (max-width: 750px) {
  .header{
    width: 100%;
    height: 9rem;
  }
  .header.header-small{
    height: 4rem;
  }
  .header-bg{
    height: 8.36rem;
    background-size: 100% 8.36rem;
  }
  .header-dt{
    width:1.72rem;
    height:6.22rem;
    top: 4.34rem;
  }
  .header-small .header-dt{
    width:1.56rem;
    height:4.36rem;
    top: 1.32rem;
    left: .1rem;
  }
  .header-dtbg{
    height: 3.28rem;
    bottom: -1.1rem;
  }
  .header-small .header-dtbg{
    bottom: -2.88rem;
  }
  .header-wz{
    height:9.32rem;
    left: .22rem;
    top: -1.58rem;
    clip-path: inset(0px .04rem .76rem .5rem round .2rem);
  }
  .header-small .header-wz.header-wz-show{
    width: 9.36rem;
    height: 8.62rem;
    left: 1.2rem;
    top: -2.8rem;
  }
  .header-wz.header-wz-show{
    width:9.88rem;
  }
  .header-wzimg{
    width: 5.64rem;
    height: 3.3rem;
    top: 1.15rem;
    left: 1.4rem;
  }

  .header-small .header-wzimg.header-wzimg-show{
    width: 4.4rem;
    height: 2.3rem;
    top: 0.44rem;
    left: 2.05rem;
  }
  .header-buueniao{
    width:.92rem;
    height:.64rem;
    top: .6rem;
    left: 3.3rem;
  }
  .header-small .header-buueniao{
    width:.92rem;
    height:.64rem;
    top: 2.66rem;
    left: 1.46rem;
  }
  .header-bd{
    width:1.18rem;
    height:.84rem;
    top: 1.86rem;
    left: .56rem;
  }
  .header-small .header-bd{
    width:1.18rem;
    height:.84rem;
    left: 1.2rem;
    top: .34rem; 
  }
  .header-bx{
    width:1.84rem;
    height:.36rem;
    top: .8rem;
    left: 2rem;
  }
  .header-small .header-bx{
    top: 3.5rem;
    left: 2.94rem;
  }
  #gcfc{
    width: 100%;
  }
  .main{
    width: 100%;
    padding:0 .32rem 0rem 0.32rem;
    margin-top: .28rem;
  }
  .index-title{
    margin-bottom: .3rem;
    margin-top: .5rem;
  }
  #gcfc .index-title{
    padding: 0 0.32rem 0rem 0.32rem;
  }
  .index-title>img{
    width: 1.8rem;
    height: .5rem;
  }
  .index-title a img{
    width: .4rem;
  }
  .lunbo {
    border-radius:.12rem;
   }
  .lunbo img{
    height:3.86rem;
    border-radius:.12rem;
  }
  .lunbo .swiper-slide-div{
    padding:0 .28rem
  }
  .lunbo h3{
    line-height:.48rem;
    font-size:.36rem;
    margin-top: .6rem;
  }
  .lunbo p{
    font-size:.28rem;
    line-height:.48rem;
    margin-top: .2rem;
  }
  .lunbo .swiper-pagination{
    top: 3.96rem;
  }
  .lunbo .swiper-pagination-bullet{
    width:.12rem;
    height:.12rem;
    margin:0 .1rem;
  }

  .lunbo-list{
    width: 6.3rem;
    margin-top: .3rem;
    border-top: 1px dashed #dddddd;
    padding: .3rem 0 0.1rem 0;
  }
  .lunbo-list li{
    margin-bottom: .24rem;

  }
  .lunbo-list li a{
    font-size:.32rem;
    line-height:.48rem;
    padding-left:.2rem;
  }
  .lunbo-list li a:before{
    width:.08rem;
    height:.08rem;
    top: .18rem;
  }
  .item-list{
    border-radius:.12rem;
    padding:.32rem 0.32rem 0 0.32rem;
  }
  .item-list-top li{
    width: 100%;
    margin-bottom: .3rem;
  }
  .item-list-top li a{
  }
  .item-list-top li a img{
    width:2.4rem;
    height:1.34rem;
    border-radius:.12rem;
  }
  .item-list-top li a p{
    font-size:.32rem;
    line-height:.46rem;
    width: 3.52rem;
  }
  .item-list .lunbo-list{
  }
  .item-one{
    border-radius:.12rem;
  }
  .item-one div{
    height:3.86rem;
    border-radius:.12rem;
  }
  .item-one div .img{
    border-radius:.12rem;
  }
  .item-one div .play{
    width:.8rem;
    height:.8rem;
  }
  .item-one p{
    font-size:.28rem;
    line-height:.48rem;
    padding: .3rem;
  }
  .lunbo-gc{
    width: 100%;
  }
  .lunbo-gc .swiper-slide{
    width:6.8rem !important;

  }
  .lunbo-gc .swiper-slide img{
    height:3.82rem;
    border-radius:.12rem;
  }
  .lunbo-gc .swiper-slide p{
    font-size:.32rem;
    line-height:.48rem;
    margin-top: .3rem;
  }
  .lunbo-gc .swiper-slide-prev img,.lunbo-gc .swiper-slide-next img{
    height:3.38rem;
    margin-top: .22rem;
  }
  .bottom{
    padding:.14rem 0;
    font-size:.26rem;
    line-height:.4rem;
    margin-top: .6rem;
  }
}
