﻿.w1200 {width: 1200px; margin:0 auto}

.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.can-hover .img-wrap {overflow: hidden; }
.can-hover .img-wrap .img100 {transition: all 1.5s ease; height:360px; width:100%}
.can-hover:hover .img-wrap .img100 {transform: scale3D(1.1, 1.1, 1.1); }

.pro-search-wrap {
  padding-top:65px;
  padding-bottom:0px;
  justify-content: flex-end; }

.pro-search-wrap2 {
  padding-top:30px;
  padding-bottom:0px;
  justify-content: flex-end; }

  
.news .news-list1 {
  padding-top:0rem;
  padding-bottom:0.8rem; }
  
.news .news-list1 .w1400 {justify-content: flex-start; }

.news .news-item {
  flex: 0 0 49%;
  display: inline-block;
  width: 49%;
  background: #fff;
  margin-right: 2%;
  margin-bottom: 30px;
  transition-duration: .5s; }
  
.news .news-item:nth-child(2n) {margin-right: 0; }

.news .news-item:hover {box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

.news .news-item:hover .news-h5, .news .news-item:hover .news-detail {color: #fff; }

.news .txts-wrap {
  padding: 1rem 1rem 5rem;
  font-size: 14px;
  line-height: 24px; }
  
  
.news .news-item:hover{background-color: #005e86;}

  
.news .news-h5 {
  font-size:20px;
  line-height: 30px;
  color: #005e86;
  height: 30px;
  font-weight: bold;
  transition-duration: .5s; }
  
  
  
.news .news-detail {
  color: #666;
  height: 78px;
  margin: 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;}
  
.news .news-more {
    float: left;
    background-color:#133d59;
	border-color:transparent;
	border-width:2px;
	width:100px; 
	height:40px;
	line-height:38px;
	color:#fff;
	text-align:center;
	font-size:15px; }
	
.news .news-item:hover .news-more{
  float: left;
    background-color:#fff;
	border-color:transparent;
	border-width:2px;
	width:100px; 
	height:40px;
	line-height:38px;
	color:#005e86;
	text-align:center;
	font-size:15px; }


.newsInfo-list1 {
  overflow: hidden;
  margin-bottom:40px;
  margin-top:60px;
}

.newsInfo-list1 span {
  white-space: pre-wrap !important;
}

.newsInfo-list1 .list1-mains {
  flex: 0 0 100%;
  width: 100%;
  margin: auto;}
  
.newsInfo-list1 img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto !important; }
  
.newsInfo-list1 .info-title {
  font-size: 25px;
  line-height: 1.5;
  color: #005e86;
  text-align: center;
  padding-left:20px;
  padding-right:20px;
  font-weight:bold;
  
  }
  
.newsInfo-list1 .info-yuedu {
  font-size: .8rem;
  line-height: 2.0;
  color: #999;
  text-align: center;
  padding-top:10px; }
  
  
.newsInfo-list1 .info-yuedu span { padding-left:10px; padding-right:10px;}
.newsInfo-list1 .info-yuedu b { color:#FF0000}

.newsInfo-list1 .info-dates {
  flex: 0 0 15%;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  padding-top: 56px; }
  
.newsInfo-list1 .dates-s0 {
  position: relative;
  display: block;
  padding-left:1.5rem; }
  
.newsInfo-list1 .dates-s0:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    height: 1px;
    width: 1.2rem;
    background: #dbdbdb; }
	
.newsInfo-list1 .info-dt-wrap {
  font-size: 16px;
  line-height: 1.9;
  color: #666;
  border-top: 1px dotted #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 2rem;
  padding-bottom:2rem; }
  
.newsInfo-list1 .info-dt-wrap img {padding-bottom:2rem; }
  
  
  
.newsInfo-list1 .info-bot-dl {
  width: 70%;
  color: #666;
  font-size: 16px;
  line-height: 35px; }
  
.newsInfo-list1 .info-bot-dl a {color: #666; }

.newsInfo-list1 .info-bot-dl a:hover {color: #005e86; }

.newsInfo-list1 .info-bot-dr {padding-top: 16px; }

.newsInfo-list1 .info-bot-wrap { padding-top:25px}

.newsInfo-list1 .news-return-a {
  display: block;
  position: relative;
  text-align: center;
  width: 124px;
  height: 36px;
  border: 1px solid #005e86;
  border-radius: 18px;
  overflow: hidden; float:right; margin-top:-65px}
  
.newsInfo-list1 .news-return-a:after {
    content: "";
    position: absolute;
    z-index: 0;
    background: #005e86;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
	
.newsInfo-list1 .news-return-a:before {
    content: "";
    display: block;
    width: 130%;
    height: 100%;
    position: absolute;
    left: -144%;
    top: 0;
    z-index: 1;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg); }
	
.newsInfo-list1 .news-return-a .load-s0 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    transition: .3s ease-in-out; }
	
.newsInfo-list1 .news-return-a:hover .load-s0 {color: #005e86; }
	
.newsInfo-list1 .news-return-a:hover:before {left: -13%; }

.p12-pagination-1{margin:0 auto; width:1200px;text-align:center;display:flex;justify-content:center;align-items:center}
.p12-pagination-1-main{padding-top:30px;padding-bottom:55px}
.p12-pagination-1 a,.p12-pagination-1 span{width:35px;height:35px;line-height: 35px;border: 1px solid #e5e5e5;float: left;text-align: center;margin: 0 2px;background:#fff;color:#333333}
.p12-pagination-1 span{border: 1px solid #fff;}
   
