.content1 {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content1 .left {
  height: 394px;
  width: 49%;
  position: relative;
  overflow: hidden;
}
.content1 .swiper-slide {
  position: relative;
  background-size: cover;
  background-color: #fff;
}
.content1 .swiper-slide a {
  display: block;
  height: 100%;
}
.content1 .swiper-slide span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 68px;
  background: rgba(1, 163, 185, 0.9);
  color: #fff;
  padding: 0 150px 0 32px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content1 .swiper-slide span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin: auto;
  border: 1px dashed #fff;
  background: url('../images/right2.png') no-repeat center 46%;
  cursor: pointer;
}
.content1 .right {
  width: 46%;
  margin-right: -34px;
}
.content1 .item {
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.content1 .item a {
  padding: 34px 34px 30px 128px;
  position: relative;
  z-index: 2;
}
.content1 .item span,
.content1 .item a {
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  display: block;
}
.content1 .item:before {
  content: '';
  background-color: #e6e6e6;
  height: 1px;
  position: absolute;
  top: -0.5px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 68px);
}
.content1 .item:nth-child(1):before {
  content: none;
}
.content1 .item:hover {
  background-color: #80bc00;
  color: #fff;
}
.content1 .item:hover .time span {
  border-color: #fff;
}
.content1 .item:hover .title,
.content1 .item:hover .text {
  color: #fff;
}
.content1 .container {
  overflow: hidden;
}
.content1 .title {
  line-height: 1;
  margin-bottom: 16px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content1 span.text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
  line-height: 2;
  height: calc(1em * 4);
  color: #666;
}
.content1 .time {
  line-height: 1;
  font-family: 'Arial';
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 34px;
  font-size: 16px;
  height: 73px;
  text-align: center;
}
.content1 .time span {
  font-size: 50px;
  margin-bottom: 6px;
  border-bottom: 1px solid #dcdcdc;
  transition: border 0.3s;
  -webkit-transition: border 0.3s;
}
.content1 .content1-pagination {
  position: absolute;
  bottom: 70px;
  right: 30px;
  padding: 10px 0;
  z-index: 2;
}
.content1 .content1-pagination span {
  cursor: pointer;
  opacity: 1;
  background-color: #fff;
  margin: 0 6px;
  width: 10px;
  height: 10px;
}
.content1 .content1-pagination .swiper-pagination-bullet-active {
  background-color: #0125b9;
}
.content2 {
  margin-top: 0;
  padding: 20px 0 86px;
  background-color: #f7f7f7;
}
.content2 .layout {
  display: flex;
  flex-wrap: wrap;
}
.content2 .item {
  background-color: #fff;
  width: 22.6%;
  margin-left: 3.2%;
  margin-bottom: 44px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  text-align: justify;
  transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
}
.content2 .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
}
.content2 .item:hover .title {
  color: #0125b9;
}
.content2 .item:hover .text,
.content2 .item:hover .time {
  color: #333;
}
.content2 .item:hover .img span {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.content2 .item:nth-child(4n-3) {
  margin-left: 0;
}
.content2 .item a,
.content2 .item span {
  display: block;
}
.content2 .item a {
  padding: 26px;
}
.content2 .item .title,
.content2 .item .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.content2 .img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding-top: 56.46%;
}
.content2 .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}
.content2 .title {
  -webkit-line-clamp: 2;
  height: calc(1em * 2 * 1.8);
  margin-bottom: 12px;
  font-size: 16px;
}
.content2 .text {
  -webkit-line-clamp: 3;
  height: calc(1em * 3 * 1.8);
  color: #999;
}
.content2 .icon {
  margin-top: 46px;
  width: 42px;
  height: 42px;
  background: url('../images/right4.png') no-repeat center;
  background-size: contain;
}
.content2 .time {
  line-height: 1;
  font-family: 'Arial';
  font-weight: bold;
  position: absolute;
  bottom: 26px;
  right: 26px;
  font-size: 16px;
  text-align: center;
  color: #999;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.content2 .time span {
  font-size: 50px;
  margin-bottom: 6px;
  border-bottom: 1px solid #dcdcdc;
  transition: border 0.3s;
  -webkit-transition: border 0.3s;
}
.content2 .more {
  width: 218px;
  line-height: 68px;
  text-align: center;
  margin: 44px auto 0;
  border-radius: 35px;
  border: 1px solid #999;
  font-size: 16px;
  cursor: pointer;
}
.content2 .more a {
  display: block;
}
@media screen and (max-width: 1580px) {
  .content1 {
    margin-top: 70px;
  }
  .content1 .left {
    height: 350px;
  }
  .content1 .swiper-slide span {
    font-size: 14px;
    line-height: 52px;
    padding: 0 110px 0 26px;
  }
  .content1 .swiper-slide span:after {
    width: 30px;
    height: 30px;
    background-size: 14px auto;
    right: 26px;
  }
  .content1 .right {
    margin-right: 24px;
  }
  .content1 .time {
    font-size: 14px;
    height: 59px;
    left: 24px;
  }
  .content1 .time span {
    font-size: 40px;
    margin-bottom: 4px;
  }
  .content1 .news-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .content1 .item a {
    padding: 26px 24px 18px 100px;
  }
  .content1 .item:before {
    width: calc(100% - 48px);
  }
  .content1 .content1-pagination {
    bottom: 56px;
    right: 20px;
  }
  .content2 {
    margin-top: 54px;
    padding: 70px 0 60px;
  }
  .content2 .item a {
    padding: 20px;
  }
  .content2 .img {
    margin-bottom: 14px;
  }
  .content2 .title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .content2 .time {
    font-size: 14px;
    right: 20px;
    bottom: 20px;
  }
  .content2 .time span {
    font-size: 40px;
    margin-bottom: 4px;
  }
  .content2 .icon {
    width: 34px;
    height: 34px;
    margin-top: 38px;
  }
  .content2 .item {
    margin-bottom: 32px;
  }
  .content2 .more {
    font-size: 14px;
    width: 180px;
    line-height: 52px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .content1 {
    display: block;
  }
  .content1 .left {
    width: 100%;
    height: 51.64vw;
  }
  .content1 .swiper-slide span {
    font-size: 0.65rem;
    line-height: 2.3rem;
    padding: 0 4.2rem 0 1rem;
  }
  .content1 .swiper-slide span:after {
    width: 1.3rem;
    height: 1.3rem;
    background-size: 0.7rem auto;
    right: 1rem;
  }
  .content1 .content1-pagination {
    right: 0.8rem;
    bottom: 2.3rem;
    padding: 0.4rem 0;
    line-height: 0;
  }
  .content1 .content1-pagination span {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.2rem;
  }
  .content1 .right {
    width: 100%;
    font-size: 0.65rem;
    margin-top: 0.8rem;
  }
  .content1 .item:before {
    content: '' !important;
    width: 92%;
    top: auto;
    bottom: -0.5px;
  }
  .content1 .item a {
    padding: 1rem 4% 0.6rem calc(4% + 3.3rem);
  }
  .content1 .time {
    font-size: 0.7rem;
    left: 4%;
    height: 3.1rem;
  }
  .content1 .time span {
    font-size: 2rem;
    margin-bottom: 0.2rem;
  }
  .content1 .title {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .content2 {
    font-size: 0.6rem;
    margin-top: 2.3rem;
    padding: 2.4rem 0 2rem;
  }
  .content2 .item {
    width: 48.5%;
    margin-left: 0;
    margin-bottom: 0.9rem;
  }
  .content2 .item:nth-child(2n) {
    margin-left: 3%;
  }
  .content2 .item a {
    padding: 0.6rem;
  }
  .content2 .item .title {
    font-size: 0.7rem;
    line-height: 1.4;
    height: calc(1em * 2 * 1.4);
    margin-bottom: 0.5rem;
  }
  .content2 .item .text {
    line-height: 1.4;
    height: calc(1em * 3 * 1.4);
  }
  .content2 .img {
    margin-bottom: 0.6rem;
  }
  .content2 .icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 1.8rem;
  }
  .content2 .time {
    font-size: 0.7rem;
    bottom: 0.5rem;
  }
  .content2 .time span {
    font-size: 2rem;
    margin-bottom: 0.2rem;
  }
  .content2 .more {
    font-size: 0.65rem;
    width: 7rem;
    line-height: 2.2rem;
    margin-top: 1.3rem;
  }
}
