@import url("pages.css");
.content {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
}
.content b{ font-weight:400;}
.content .box {
  width: 100%;
  background-color: #f5f5f5;
  padding-bottom: 80px;
}
.content .box .news {
  width: 73.2%;
  margin: 0 auto;
  padding-top: 73px;
  padding-bottom:0;
}
.content .box .news .top {
  width: 100%;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  height: 500px;
  margin-bottom: 73px;
}
.content .box .news .top a {
  width: 100%;
  height: 100%;
  display: block;
}
.content .box .news .top a .img-box {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.content .box .news .top a .img-box .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -100px;
  bottom: -100px;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.content .box .news .top a .right {
  width: 50%;
  float: left;
}
.content .box .news .top a .right .label {
  width: 105px;
  height: 36px;
  background-color: #2552a5;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  margin-top: 76px;
  margin-left: 80px;
  display:block;
}
.content .box .news .top a .right .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 38px;
  color: #333333;
 
  overflow: hidden;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 40px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: 0.5s;
}
.content .box .news .top a .right .p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  height: 84px;
  overflow: hidden;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 28px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.content .box .news .top a .right .time {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.6px;
  color: #333333;
  margin-top: 79px;
  margin-left: 80px;
  display:block;
}
.content .box .news .top a:hover .img-box .img {
  transform: scale(1.05);
}
.content .box .news .top a:hover .right .title {
  color: #2552a5;
}
.content .box .news .list {
  width: calc(100% + 66px);
  margin-left: -33px;
}
.content .box .news .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .news .list .item {
  width: calc(33.33% - 66px);
  margin: 0 33px;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  float: left;
  margin-bottom: 60px;
}
.content .box .news .list .item a {
  width: 100%;
  height: 100%;
  display: block;
}
.content .box .news .list .item a .img-box {
  width: 100%;
  height: 298px;
  position: relative;
  overflow: hidden;
  display: block;
}
.content .box .news .list .item a .img-box .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -100px;
  bottom: -100px;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.content .box .news .list .item a .text {
  width: 100%;
  margin-top: 33px;
  padding-bottom: 42px;
  display: block;
}
.content .box .news .list .item a .text .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
  margin-left: 35px;
  margin-right: 35px;
  overflow: hidden;
  height: 96px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: 0.5s;
}
.content .box .news .list .item a .text .time {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.6px;
  color: #333333;
  margin-left: 35px;
  margin-top: 27px;
}
.content .box .news .list .item a:hover .img-box .img {
  transform: scale(1.05);
}
.content .box .news .list .item a:hover .text .title {
  color: #2552a5;
}
.content .box .pagination {
  width: auto;
  margin-left: calc(50% - 247px);
}
.content .box .pagination::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .pagination .prev {
  width: 100px;
  height: 45px;
  background-color: #f0f0f0;
  border-radius: 22.5px;
  float: left;
  transition: 0.4s;
}
.content .box .pagination .prev a {
  width: 100%;
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #323333;
  transition: 0.4s;
}
.content .box .pagination .prev:hover {
  background-color: #2552a5;
}
.content .box .pagination .prev:hover a {
  color: white;
}
.content .box .pagination .page-number {
  float: left;
  margin-left: 13px;
}
.content .box .pagination .page-number ul li {
  float: left;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-left: 7px;
  transition: 0.4s;
}
.content .box .pagination .page-number ul li a {
  width: 100%;
  line-height: 45px;
  display: block;
  font-size: 14px;
  color: #666666;
  text-align: center;
  transition: 0.4s;
}
.content .box .pagination .page-number ul li:hover {
  background-color: #2552a5;
}
.content .box .pagination .page-number ul li:hover a {
  color: white;
}
.content .box .pagination .page-number ul li.active {
  background-color: #2552a5;
}
.content .box .pagination .page-number ul li.active a {
  color: white;
}
.content .box .pagination .next {
  width: 100px;
  height: 45px;
  background-color: #f0f0f0;
  border-radius: 22.5px;
  margin-left: 20px;
  
  transition: 0.4s;
}
.content .box .pagination .next a {
  width: 100%;
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #323333;
  transition: 0.4s;
}
.content .box .pagination .next:hover {
  background-color: #2552a5;
}
.content .box .pagination .next:hover a {
  color: white;
}

