.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.s1 {
  background: #fff;
}
.s1 .tab-tit {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 50px;
}
.s1 .tab-tit p {
  color: #666;
  cursor: pointer;
}
.s1 .tab-tit .active {
  color: #000;
  font-weight: 600;
  border-bottom: 4px solid #136AEA;
  padding: 0;
  margin: 0;
}
.s1 .tab-tit p:hover {
  font-weight: 600;
  color: #000;
}
.s1 .tab-con .item {
  display: none;
  flex-wrap: wrap;
  width: 99%;
  margin: 0 auto;
}
.s1 .tab-con .item a {
  transition: 0.3s;
  /*padding-right: 50px;*/
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  align-items: center;
 /* padding: 30px;
  margin-bottom: 50px;*/
}
.s1 .tab-con .item a img {
  width: 100%;
}
.s1 .tab-con .item a:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.s1 .tab-con .item a:hover .more {
  background: #136AEA;
}
.s1 .tab-con .item .text {
  padding: 10px 30px;
  flex: 1;
}
.s1 .tab-con .item .img  {
  width:40%;
}
.s1 .tab-con .item .text img{
  width:50%;
}
.s1 .tab-con .item .text h5 {
  font-weight: 600;
  padding: 20px 0;
  font-size: 25px;
}
.s1 .tab-con .item .text .time {
  font-size: 12px;
}

.s1 .tab-con .item .desc {
  font-size: 17px;
  line-height: 30px;
}

.s1 .tab-con .item .more {
  height: 40px;
  width: 40px;
  background: #d0d0d0;
  border-radius: 50%;
  text-align: center;
  color: #ffff;
  line-height: 40px;
}
.s1 .tab-con .item.active {
  display: flex;
  animation: r 2s;
  border: 1px #ccc solid;
  margin-bottom: 50px;
}
@keyframes r {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.s1 .tab-con {
  position: relative;
  overflow: hidden;
  /* 根据你的内容改 */
  min-height: 300px;
}
.s1 .info {
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xw-info {
  background: #fff;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.xw-info .back {
  padding: 50px 50px;
}
.xw-info .back a {
  margin: 0 auto;
  border: 1px solid #136AEA;
  color: #136AEA;
  text-align: center;
  background: #fff;
  padding: 15px 40px;
  font-size: 14px;
  transition: 0.3s;
  border-radius: 10px;
}
.xw-info .back a a {
  margin: 0;
  padding: 0;
}
.xw-info .back a:hover {
  background: #136AEA;
  color: #fff;
}
.xw-info h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.xw-info .time {
  text-align: center;
  color: #333;
  font-size: 14px;
}
.xw-info .desc img {
  width: 80%;
  max-width: 800px;
}
.xw-info .desc p {
  text-align: justify;
  padding: 0 50px;
  margin-top: 30px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .s1 .tit {
    margin-bottom: 50px;
  }
  .s1 .tab-con .item a {
    display: block;
    text-align: center;
    padding: 0;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .s1 .tab-con .item a img {
    width: 100%;
  }
  .s1 .tab-con .item a .more {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .xw-info .back {
    padding: 50px 20px;
  }
  .s1 .tab-tit {
    padding: 0;
  }
  .s1 .tab-tit p {
    padding: 0;
    flex: 1;
  }
  .xw-info .desc p {
    padding: 0 20px;
  }
}
