@charset "UTF-8";
img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	border: 0;
	display: inline-block;
}

a {
	color: #252B3A;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

body {
	font-size: 14px;
	background-size: cover;
	-ms-behavior: url(../css/backgroundsize.min.htc);
	behavior: url(../css/backgroundsize.min.htc);
}

@keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-moz-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-webkit-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-o-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}


.about_news{
	    margin-top: 100px;
	    background: url(../images/about_news/about_bg.png) no-repeat center top;
}

.about_news .cumb{padding:2% 0;color:#999999;}
.about_news .cumb span{margin: 0 8px;}
.about_news .cumb a{color:#999999;}
.about_news .cumb a:hover{color:#2386ee;}
.about_news .cumb b{color:#2386ee;font-weight: normal;}
.about_news .banner{padding: 1.66% 0 4%;}
.about_news .banner .big_title{margin-bottom: 8px;}
.about_news .banner .des{color: #888888;}


.about_newslist .news_list{padding:4% 4.86% 5%;background:rgba(255,255,255,0.9);border-radius: 5px;}
.about_newslist .news_list li{padding: 20px 0;border-bottom: 1px solid #e4e5e5;position: relative;}
.about_newslist .news_list li:before{content: "";width: 4px;height: 20px;position: absolute;left: -20px;top: 50%;transform: translateY(-50%);background: #2386ee;}
.about_newslist .news_list .left_title{width:75%;}
.about_newslist .news_list .left_title a{display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;color: #333333;}
.about_newslist .news_list .left_title a:hover{color: #007bff;}
.about_newslist .news_list .right_tag{color: #888888;}
.about_newslist .news_list .right_tag .tag{margin-right:20px;}


.paging {
  display: block;
  justify-content: center;
 padding-bottom:6%;
 
  text-align: center;
}
.paging .page_list{display: inline-block;vertical-align: middle;}
.paging .tz_input{display: inline-block;vertical-align: middle;color: #949ba3;}
.paging .page_list span,
.paging .page_list a{
  text-align: center;
  line-height: 50px;
  color: #949ba3;
  font-size: 18px;
vertical-align: middle;
  display: inline-block;
}
.paging .page_list a.selected,.paging .page_list a:hover{
	color: #fff;
    background-image: linear-gradient(to right, #2a6ed7, #48a9e8);
}
.paging .page_list  span {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #eceff5;
  border-radius: 5px;
  margin: 0 4px;
  cursor: pointer;
  display:inline-block;
	vertical-align:middle;
	
}
.paging .tz_input span {
	display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #eceff5;
    border-radius: 5px;
    margin: 0 9px;
    cursor: pointer;
    vertical-align: middle;
    color: #949ba3;
}
.paging .page_list  a {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #eceff5;
  border-radius: 5px;
  margin: 0 4px;
  cursor: pointer;
  display:inline-block;
	vertical-align:middle;
	
}
.paging .pageInput {
  line-height: 50px;
  border: 0px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #949ba3;
  background: transparent;
}


@media only screen and (max-width: 1440px) {
	 .paging .page_list a,.paging .page_list span{
  	width: 40px;height: 40px;line-height: 40px;font-size: 14px;
  }
  .paging .tz_input span{
  	width: 40px;height: 40px;line-height: 40px;
  }
  .paging .pageInput{
  	line-height: 40px;font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
	.about_newslist .news_list .left_title {
    width: 65%;
}
}


/* 分页 */
#wrap1 {
  height: auto;
  color: black;
  font-size: 14px;
  display: flex;
  justify-content: center;
  justify-items: center;
  margin: 0 auto;
}

.paging>span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #eceff5;
  border-radius: 5px;
  margin: 0 8px;
  color: #949ba3;
  box-sizing: border-box;
}

.pagination-wrap {
  position: relative;
  display: inline-block;
  padding-left: 0px;
}

.pagenum {
  vertical-align: middle;
}

.pagination-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  cursor: pointer;
  color: #949ba3;
  background: #fff;
  border: 1px solid #eceff5;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
}

.pagination-btn:hover,.pagination-btns:hover{
  color: #fff;
  background-image: linear-gradient(to right, #2a6ed7, #48a9e8);
}

.pagination-current {
  color: #fff;
  background-image: linear-gradient(to right, #2a6ed7, #48a9e8);
}

.pagination-disabled {
  cursor: not-allowed;
}

.pagenum {
  vertical-align: middle;
}

.page {
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

.page input {
  width: 48px;
}