
/* 小牧新闻中心 */
.newstab .z-select-news{
  padding: 0;
}
.news-center .jp-xiaomu-content{
  max-width: 86.5%;
}
.news-center .col-xs-12{
  padding-left: 36px;
  padding-right: 36px;
}
.news-center .news-img img{
width: 100%;
height: 100%;
-ms-transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.news-center .news-item{
  margin-bottom: 100px;
}
/* 新闻中心的hover效果 */
.news-center .news-img{
  overflow: hidden;
}
.news-center .news-img:hover img{
  -ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/* 新闻列表 */
.news-center .news-info{
  background-color: #ebebeb;
  padding:2px 0px 16px;
}
.news-center .p-title{
  font-size: 22px;
  line-height: 44px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-center .p-txt{
  color: #606061;
  line-height: 30px;
  height:60px;
  font-size: 22px;
  text-align: center;
  margin: 0 10%;
  text-align: center;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  .news-center .p-title{
    font-size: 16px;
    line-height: 32px;
  }
  .news-center .p-txt{
    font-size: 16px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .news-center .p-title{
    font-size: 16px;
    line-height: 32px;
  }
  .news-center .p-txt{
    font-size: 16px;
  }
  .video-page .t-page-change span{
    width: 78px;
  }
  .video-page .t-page-change .t-right-put select{
    width: 78px;
  }
}
.news-center .p-btn span{
  display: block;
  width: 175px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #008092;
  text-align: center;
  border-radius: 16px;
  color: #008092;
  font-size: 20px;
  margin: 10px auto 0;
}
.news-page.video-page .t-page-change{
  padding: 50px 0;
}
/* 新闻中心移动端 */
@media only screen and (max-width: 992px){
  .news-center .jp-xiaomu-content{
    max-width: 100%;
  }
  .news-center .col-xs-12{
    padding-left: 15px;
    padding-right: 15px;
  }
  .newstab .z-select-news{
    margin-bottom: 0;
  }
 .newstab .z-select-year .news-tab li .p-txt{
   font-size: 18px;
 }
 .newstab .z-select-year .news-tab li .p-eng{
   font-size: 10px;
   line-height: 24px;
   letter-spacing: 2px;
   color: #565656;
   font-weight: normal;
 }
 .newstab .z-select-year .news-tab li{
   font-size: 0;
 }
 .newstab .z-select-video .news-tab li.active s{
  display: block;
  height: 3px;
  border-radius: 2px;
 }
 .newstab .z-select-video .news-tab li{
  padding-top: 5%;
  padding-bottom: 10px;
 }
 .news-center.banner-detail{
   background: none!important;
 }
 .news-center{
   padding: 0;
 }
 .news-center .jp-xiaomu-content{
   padding: 0;
 }
 .news-center  p{
   text-align: center;
 }
 .news-center  p.p-title{
   font-size: 12px;
   font-weight: bold;
   line-height: 20px;
 }
 .news-center  p.p-txt{
   height: auto;
   font-size: 11px;
   line-height: 20px;
   padding-top: 0;
   margin: 0 3%;
 }
 .news-center .news-info{
   padding:13px 16px;
 }
 .news-center .news-btn span{
   font-size: 12px;
   color: #00a6cc;
   border:1px solid #00a6cc;
   display: inline-block;
   width: 90px;
   height: 20px;
   line-height: 20px;
   border-radius: 10px;
   
 }
 .news-center .news-info .p-info{
   text-align: center;
 }
 .news-center .mian-news{
   overflow: hidden;
 }
.banner-detail.news-center .swiper-pagination{
   display: none;
 }
 .news-center .jp-content .z-more{
   float: right;
 }
 .news-center.banner-detail{
   padding-bottom: 0!important;
 }
 .news-page.video-page .t-page-change{
   padding: 20px 0;
 }
 .news-center .p-btn span{
   width: 110px;
   height: 22px;
   line-height: 20px;
   font-size: 12px;
   margin: 4px auto 0;
 }
 .news-center .news-item{
   margin-bottom: 15px;
 }
}





