
/* ==============新闻中心轮播图 start============= */
.news{
    height: auto;
    box-sizing: border-box;
    margin: 100px auto 58px;
  }
.news_swiper{
    padding: 20px 30px;
    width: calc(100% + 60px);
    margin-left: -30px;
    overflow: hidden;
}
.news_swiper .swiper-slide{
    background-color: #ffffff;
    /*border-radius: 6px;*/
    /*overflow: hidden;*/
}
.news_swiper .swiper-slide
  .news a{
    display: block;
    height: 100%;
    overflow: hidden;
  }
  .contentImgSwiper{
    width: 590px;
    height: 330px;
    float: left;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
 
  }
  .contentImgSwiper img{
    width: 100%;
    height: 100%;

  }
 .contentMainSwiper{
    width: 50%;
    float: right;
    height: auto;
    padding:40px 40px 70px 30px;
 }
 .news_pagination{
    
    float: right;
    width: 50% !important;
    padding-left: 30px;
    margin-top: -45px;
     
    
 }
  .swiper-pagination1 .swiper-pagination-bullet{
    background-color: #969799;
    width: 10px;
	height: 10px;
    border-radius: 2px ;
    -webkit-border-radius: 2px;
    -moz-border-radius:2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-right:18px !important;
  }
  .swiper-pagination1 .swiper-pagination-bullet-active{
    background-color: #007fff;
  }
  /* ==============轮播图end============= */
/* ===============新闻列表 start================ */
body{
    background-color: #f7f9fb;
}

.newsContentMatter li{
    padding:30px;
    background-color: #ffffff;
    overflow: hidden;
    margin-bottom: 30px;
}
.newsContentMatter li a{
    display: inline-block;
    width: 100%;
}
.contentImg{
    width: 400px;
    float: left;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
    height: 220px;
    line-height:220px ;
}
.contentImg img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.contentMain{
    width: 62.5%;
    float: right;
    height: auto;
}


.contentMainDate strong{
    display: inline-block;
    font-family: Repair-Bold;
    color: #181818;
    border-bottom: solid 3px #2580ff;
   padding:0px 16px 20px 0px;
}
.contentMainDate span{
    font-family: Repair-Bold;

    color: #cecece;
}
.contentMainDetails{
    overflow: hidden;
}
.contentMainDetails h3{
    margin:23px 0px 29px;

    font-weight: bold;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.contentMainDetails p{
    
	
    color: #999999;
	opacity: 0.8;
    filter:alpha(80);
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/* ===============新闻列表 end================ */
/* ============分页============= */
.pages{
    margin:10px auto 90px;
}
.pages a{
    width: 40px;
	height: 40px;
    margin-right: 0px;
    background-color: transparent;
    font-family: Repair-Regular;

    color: #8e98a4;
    border-radius: 4px;
}
.hoverEffect a:hover, .pages a.on{
    background-color: #2580ff;
	
    color: #ffffff;
}
.next_nex,.prev_pre{
    background-color: #eff2f7 !important;
}
.next_nex:hover,.prev_pre:hover{
    background-color: #2580ff !important;
}

.hover_magnify.hover_style:hover h3{
    color: #007fff;
}