.swiper-container-body{
  /* width: 100%;
  height: 98.698vw;
  position: absolute;
  top: 0;
  left: 0; */
  /* margin-top:.8rem */
}

  /* 新闻公告 */
.news-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 3.6rem;
  background: url(../image/newsBulletin/banner.jpg) center center no-repeat;
  background-size: 100% 100%;
}

.news-banner .news-banner-text {
  width: 5.29rem;
  height: 1.04rem;
}

 /* 新闻内容 */
.swiper-container-news .new-content {
  width: 76.721%;
  margin: 1.5% auto 0 auto;
}

.new-content-item {
  position: relative;
  width: 100%;
  padding-top:17.534%;
  /* margin-bottom: 0.5%; */
  background:rgba(255,255,255,1); 
  /* box-shadow:0px 0px 10px 0px transparent; */
  transition:box-shadow .3s linear
}
.new-content-item:after{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  border-top:1px solid rgba(164, 164, 164, 0.3);
}
/* .new-content-item+.new-content-item{
  border-top: 1px solid rgba(164, 164, 164, 0.3);
} */

.new-content-item:hover {
  z-index:1;
  /* border-top:1px solid transparent; */
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition:box-shadow .3s linear
}
.new-content-item:hover:after{
  border-top:1px solid transparent;
}
/* .new-content-item:first-child:hover{
  border-top:0;
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition:box-shadow .3s linear
}
.new-content-item:hover+.new-content-item{
  border-top:1px solid transparent;
} */
.new-content-item:hover .item-text .item-text-title {
  color: #2B60B5;
}

.new-content-item > a {
  position: absolute;
  top: 16.016%;
  left: 0;
  width: 100%;
  /* height: 100%; */
  height:67.968%;
  margin:auto;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition: all .3s ease-in-out;
}
.new-content-item:hover > a{
  /* width:97.26%; */
  left:2.74%;
  transition: all .3s ease-in-out;
}
/* .new-content-item .item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1rem;
  height: 100%;
  box-sizing: border-box;
  margin-left: 1.635%;
  margin-right: 4.837%;
} */

/* .new-content-item .item-date .item-data-detail {
  width: 100%;
  height: 21.486%;
  line-height: .45rem;
  font-size: .14rem;
  text-align: center;
  color:rgba(255,255,255,1);
  background-color: #2B60B5;
}

.new-content-item .item-date .item-data-day {
  width: 100%;
  height: 36.667%;
  line-height: .77rem;
  font-size: .36rem;
  font-weight: bold;
  text-align: center;
}

.new-content-item .item-date .item-data-month {
  width: 100%;
  font-size: .24rem;
  font-weight:400;
  text-align: center;
} */

.new-content-item .pictrue {
  width: 19.204%;
  padding-top:11.934%;
  margin-right: 4.184%;
  overflow: hidden;
  position:relative;
}


/* .new-content-item .item-pictrue1 {
  background: url(../image/newsBulletin/1.png) center center no-repeat;
  background-size: 3.07rem auto;
} */

/* .new-content-item .item-pictrue2 {
  background: url(../image/newsBulletin/2.png) center center no-repeat;
  background-size: 100% 100%;
}

.new-content-item .item-pictrue3 {
  background: url(../image/newsBulletin/3.png)center center no-repeat;
  background-size: 100% 100%;
}

.new-content-item .item-pictrue4 {
  background: url(../image/newsBulletin/4.png) center center no-repeat;
  background-size: 100% 100%;
}

.new-content-item .item-pictrue5 {
  background: url(../image/newsBulletin/5.png) center center no-repeat;
  background-size: 100% 100%;
} */
.new-content-item .pictrue img{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  transition: all 200ms linear;
}
/* .new-content-item:hover .pictrue img{
  width:120%;
  height:120%;
  margin-top: -10%;
  margin-left:-10%;
  transition: all 200ms linear;
} */
.new-content-item .item-text {
  position: relative;
  width: 61.612%;
  /* padding-right: 12px; */
  text-align: justify;
}
.new-content-item .item-text:after{
  content:'';
  position:absolute;
  bottom:-1%;
  left:100%;
  width:.44rem;
  height:.1rem;
  transform:skewX(45deg);
  border-bottom:1px solid #2B60B5;
  border-right:1px solid #2B60B5;
  opacity:0;
  transition: all .3s linear;
}
.new-content-item:hover .item-text:after{
  left:105%;
  opacity:1;
  transition: all .3s linear;
}
.new-content-item .item-text > h3 {
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; */
  /* overflow: hidden; */
  font-size: .20rem!important;
  font-weight: bold;
  line-height:.6rem;
  /* margin-top: 0.999vw;
  margin-bottom: 0.5vw; */
  color:#192944;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.new-content-item .item-text .item-text-content{
   height:.52rem;
   overflow: hidden;
}
.new-content-item .item-text .item-text-content > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: .14rem;
  line-height: .26rem;
  font-weight: 300;
  margin-bottom: 0.5vw;
  color: #192944;
  text-indent: .28rem;
}

.new-content-item .item-text .item-text-date {
  font-size: .14rem;
  font-weight: 400;
  /* margin-bottom: 0.5vw; */
  color: #9BA5B7;
  margin-top:3.25%
}

.new-content-item .item-text .item-text-date >span {
  position: relative;
  top: 0.011rem;
  width: .16rem;
  height: .16rem;
}

/* 分页 */
.nav-pagination {
  width: 100%;
}

.layui-laypage-molv {
  width: 100%;
  text-align: center;
}

.layui-laypage-molv a {
  margin-left: .12rem!important;
}

.layui-laypage-molv a:hover {
  color:#2B60B5!important;
}

.layui-laypage-molv > .layui-laypage-curr,
.layui-laypage-molv > .layui-laypage-spr {
  margin-left: .12rem!important;
}

.back {
  display: block;
  margin-top: 3.541%;
  margin-left: 11.771%;
}

.back:hover {
  cursor: pointer;
}
/*新闻加载结束提示  */
.list-end{
max-width:100%;
font-size:.18rem;
line-height:.2rem;
color:#999;
letter-spacing:.02rem;
height:auto;
margin-top: 3.125%;
text-align:center;
}
.list-end::before,
.list-end::after{
  content:'';
  display: block;
  width:calc(50% - 1.6rem);
  height:.2rem;
  background:url(../image/end-line.png) center center no-repeat;
  background-size: contain;
  }
.list-end::before{transform: rotateY(180deg);float: left;}
.list-end::after{float:right;}
.list-end-return{color:#007cd8;cursor:pointer}
.news-footer{margin-top: 3.125%;}

 /* 点击新闻项目时添加样式 */

.click-new-content-item {
  position: relative;
  left: -1vw;
  width: 78.458vw;
  padding-bottom: 15.305%;
  margin-bottom: 1.11042vw;
}

.click-new-content-item .item-text-title {
  font-size: .3rem!important;
}


.click-new-content-item .pictrue {
  width: 20.913%;
  height: 100%;
  margin-right: 2.19%!important;
  margin-left: 0.8%!important;
}


/* 移动端 */
.phone .swiper-container-body{height:3.6rem}
.phone .news-banner{height:100%;background: url(../image/newsBulletin/banner-phone.jpg) center center no-repeat;background-size: 100% 100%;}
.phone .new-content-item{ padding:.4rem 0; }
.phone .new-content-item > a{ position:relative; display:block; }
.phone .new-content-item > a:after{content:'';display:block;clear:both;height:0;}
.phone .new-content-item:hover > a{width:97.26%;left:0}
/* .phone .new-content-item .item-date{ display:block; overflow:hidden; width:100%; margin:0; padding:12px; } */
.phone .new-content-item .item-date{ display:block; overflow:hidden; width:100%; margin:0; padding:.08rem;height:.66rem;line-height:.5rem;position:absolute;top:56.25%;z-index:1;background-image:linear-gradient(45deg, transparent 70%, #161716);color: #fff; }
.phone .new-content-item .item-date .item-data-detail{ display:none; }
.phone .new-content-item .item-date .item-data-day{ float:right; width:auto; height:auto; padding-right:6px; border-right:2px solid #2B60B5; font-weight:400; font-size:0.24rem; line-height:0.5rem; }
.phone .new-content-item .item-date .item-data-day:before{ content:"-"; }
.phone .new-content-item .item-date .item-data-month{ float:right; width:auto; line-height:0.5rem;font-size:.28rem }
.phone .new-content-item .pictrue{  float:right; width:34.218%; padding-bottom:19.248%;margin-right:0; background-size:cover; }
.phone .new-content-item .pictrue img{ position:absolute; top:0; left:0; }
.phone .new-content-item .item-text{ overflow:hidden; width:61.209%;}
.phone .new-content-item .item-text .item-text-title{ margin:0.1rem 0; padding:0.1rem 0; border-bottom:1px dotted #2B60B5;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size:.34rem!important;display:none}
.phone .new-content-item .item-text .item-text-content{height:.66rem;}
.phone .new-content-item .item-text .item-text-content >p{font-size:.24rem;line-height:.33rem;max-height:.66rem;text-indent: 0;}
.phone .new-content-item .item-text .item-text-content >p p,
.phone .new-content-item .item-text .item-text-content >p span{font-size:.24rem;line-height:.33rem;}
.phone .new-content-item .item-text .item-text-date{position:static; margin-top:0.2rem;font-size:.22rem }
.phone .list-end{margin-bottom:.4rem}
.phone .list-end::before,.phone .list-end::after{width:calc(40% - 1rem);    background-size: auto 100%;}
/* 媒体查询 */
@media screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
  .swiper-container-news .new-content {
    width: 80.458%;
  }
}

@media screen and (max-width: 1440px) {
  .swiper-container-news .new-content {
    width: 84.458%;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 85px;
  }
  .swiper-container-news .new-content {
    width: 88.458%;
  }
}
@media screen and (max-width:980px) {
  html{font-size:13.33vw;}
  html.pc{font-size:85px}
}