.banner {
  width: 100%;
  height: 400px;
  background: url("../jpg/banner7.jpg") no-repeat;
  background-size: 100% 100%;
}
.announcement {
  width: 100%;
  display: flex;
  justify-content: center;
}
.announcement .content {
  width: 1080px;
  margin: 50px 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.announcement .content .title {
  width: 100%;
  height: 50px;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.announcement .content .title .center {
  width: 100%;
  height: 48px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.announcement .content .title .center .left {
  width: 120px;
  height: 100%;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #046d92;
}
.announcement .content .title .center .right {
  /*width: 200px;*/
  height: 100%;
  line-height: 48px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.announcement .content .title .center .right a {
  color: #999;
}
.announcement .content .title .line {
  width: 100%;
  height: 2px;
  background: url("../png/strip.png") no-repeat;
  background-size: 100% 100%;
}
.announcement .content .column {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.announcement .content .column .nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  padding-left: 10px;
  padding-right: 10px;
}
.announcement .content .column .nav a {
  width: 30%;
  color: #000;
  display: inline-block;
  margin-bottom:30px;
}
.announcement .content .column .nav a .label {
  width: 100%;
  height: 400px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.announcement .content .column .nav a .label .img {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  background: url("../png/image.png") no-repeat;
  background-size: 100% 100%;
}
.announcement .content .column .nav a .label .image {
  background: url("../png/image1.png") no-repeat;
  background-size: 100% 100%;
}
.announcement .content .column .nav a .label .smallColumn {
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-left:10px;
  padding-right:10px;
}
.announcement .content .column .nav a .label .text {
  padding: 0 10px;
  line-height: 30px;
  overflow: hidden;
}
.announcement .content .column .nav a .label .text span {
  margin-left: 10px;
  font-size: 14px;
  color: #ABABAB;
}
.announcement .content .column .nav a .label .text p {
  text-indent: 1em;
  color: #656565;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.announcement .content .column .nav a .label:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.announcement .content .column .seeMore {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
}
.announcement .content .column .seeMore a {
  font-size: 20px;
  color: #999;
  padding-left:10px;
  padding-right:10px;
}
.announcement .content .column .seeMore a i {
  font-size: 20px;
}
.page-curr{
	color:blue !important;
	border: blue solid 1px;
}
.announcement .content .column .seeMore .pager .number {
  font-size: 20px;
  color: #999;
  border: #999 solid 1px;
  padding-left:10px;
  padding-right:10px;
}