.boxs {
  background-color: #fff;
  clear: both;
  margin-bottom: 50px;
}
.boxs .banner {
  width: 100%;
  height: auto;
  /* background: url("./banner1.png") no-repeat; */
  /* background-size: 100% 100%; */
}
.boxs .banner img {
  width: 100%;
  height: 100%;
}
.boxs .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.boxs .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.boxs .title .name {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}
.boxs .title .more {
  font-size: 16px;
  color: #999999;
}
.boxs .title .more:hover {
  color: RGBA(40, 149, 254, 1);
}
.boxs .title::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-image: url("./xt.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
}
.boxs .right .title::before {
  background-image: url("./xt1.png");
}
.boxs .content .left {
  width: 800px;
}
.boxs .content .left .list .first {
  width: 100%;
  height: 99px;
  background: #fafafa;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.boxs .content .left .list .first a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.boxs .content .left .list .first a .card .time {
  width: 71px;
  height: 69px;
  background: #4277c7;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  margin-right: 20px;
}
.boxs .content .left .list .first a .card .time .sun {
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  width: 29px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 6px;
}
.boxs .content .left .list .first a .card .time .date {
  font-size: 14px;
  color: #ffffff;
  margin-top: 8px;
}

.boxs .content .left .list .first a .name {
  flex: 1;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.boxs .content .left .list .first a .name .bt {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.boxs .content .left .list .first a .name .unit {
  font-size: 16px;
  color: #999999;
  margin-top: 15px;
}
.boxs .content .left .list .first a .card {
  display: flex;
  flex: 1;
}
.boxs .content .left .list .item a {
  width: 100%;
  display: flex;
  line-height: 38px;
  justify-content: space-between;
}
.boxs .content .left .list .item a .bt {
  display: flex;
  align-items: center;
  width: calc(100% - 90px - 20px);
  color: #333333;
}
.boxs .content .left .list .item a .bt i {
  width: 4px;
  height: 4px;
  background: #666666;
  display: block;
  margin-right: 10px;
}
.boxs .content .left .list .item a:hover .bt {
  color: RGBA(40, 149, 254, 1);
}
.boxs .content .left .list .item a:hover .time {
  color: RGBA(40, 149, 254, 1);
}
.boxs .content .left .list .item a .bt p {
  width: 100%;
  font-size: 16px;
}
.boxs .content .left .list .item a .time {
  font-size: 16px;
  color: #999999;
  width: 90px;
  margin-left: 20px;
}
.boxs .content .left .list .first .btn {
  width: 90px;
  height: 35px;
  background: #ffb73b;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
  margin-left: 20px;
}
.boxs .content .right {
  width: 370px;
}
.boxs .content .right .list {
  padding: 5px 20px 20px 20px;
  background: #fcfcfc;
}
.boxs .content .right .list .item a {
  display: block;
  line-height: 1;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 25px;
  margin-top: 25px;
}
.boxs .content .right .list .item a .time {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.boxs .content .right .list .item a .bt i {
  width: 4px;
  height: 4px;
  background: #666666;
  display: block;
  margin-right: 10px;
}
.boxs .content .right .list .item a .bt {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.boxs .content .right .list .item a .bt p {
  width: 100%;
  font-size: 16px;
  color: #333333;
}
.boxs .content .right .list .item a:hover .bt p {
  color: RGBA(40, 149, 254, 1);
}
.boxs .content .right .list .item a:hover .time {
  color: RGBA(40, 149, 254, 1);
}
.boxs .content .right .list .item a:hover .bt i {
  background: RGBA(40, 149, 254, 1);
}
/* 适老化 */
.elder .boxs .content {
  flex-direction: column;
}
.elder .boxs .content .left {
  width: 100%;
}
.elder .boxs .content .right {
  width: 100%;
}
.elder .boxs .right .title::before {
  background-image: url(./xt.png);
}
.elder .boxs .title .name {
  font-size: 32px;
}
.elder .boxs .title .more {
  font-size: 22px;
  color: #999999;
}
.elder .boxs .content .left .list .item a {
  line-height: 55px;
}
.elder .boxs .content .left .list .item a .bt p {
  font-size: 23px;
}
.elder .boxs .content .left .list .item a .time {
  font-size: 23px;
  width: 150px;
}
.elder .boxs .content .right .list .item a .bt p {
  font-size: 26px;
}
.elder .boxs .content .right .list .item a .time {
  font-size: 26px;
}
.elder .boxs .content .left .list .first a .card .time .date {
  font-size: 16px;
}
.elder .boxs .content .left .list .first a .card .time {
  width: 80px;
}
.elder .boxs .content .left .list .first a .name .bt {
  font-size: 23px;
}
.elder .boxs .content .left .list .first a .name .unit {
  font-size: 22px;
}
.elder .boxs .content .left .list .first .btn {
  width: 100px;
  font-size: 18px;
}
.elder .boxs .content .left .list .item a .bt {
  width: calc(100% - 140px - 20px);
}
/* 移动端 */
@media screen and (max-width: 769px) {
  .boxs .banner {
    height: 140px;
  }
  .boxs .banner img {
    object-fit: cover;
  }
  .boxs .content {
    width: 100%;
    padding: 20px;
    padding-top: 0px;
    margin: 0 auto;
    flex-direction: column;
  }
  .boxs .content .left {
    width: 100%;
  }
  .boxs .content .right {
    width: 100%;
  }
  .boxs .content .left .list .first {
    display: none;
  }
  .main0 {
    height: auto !important;
  }
  .boxs .title .name {
    font-size: 16px;
  }
  .boxs .title .more {
    font-size: 14px;
  }
  .boxs .title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .boxs .content .left .list .item a {
    line-height: 35px;
  }
  .boxs .content .right .list {
    padding: 0px;
    padding-top: 1px;
  }
  .boxs .content .right .list .item a {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .boxs .content .right .list .item a .bt {
    margin-top: 10px;
  }

  .boxs .title::before {
    background-position: left;
  }
  .boxs .right .title::before {
    background-image: url(./xt.png);
  }
  .kd {
    width: 100% !important;
  }

  /* 适老化 */
  .elder .boxs .title .name {
    font-size: 22px;
  }
  .elder .boxs .title .more {
    font-size: 16px;
  }
  .elder .boxs .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .elder .boxs .content .left .list .item a {
    line-height: 45px;
  }
  .elder .boxs .content .left .list .item a .bt p {
    font-size: 20px;
  }
  .elder .boxs .content .right .list .item a .bt p {
    font-size: 20px;
  }
  .elder .boxs .content .left .list .item a .time {
    font-size: 18px;
  }
  .elder .boxs .content .right .list .item a .time {
    font-size: 18px;
  }
  .elder .boxs .content .left .list .item a .bt {
    width: calc(100% - 110px - 20px);
  }
}
@media screen and (max-width: 769px) {
  .boxs .content .left .list .item a .time {
    display: none !important;
  }
  .boxs .content .left .list .item a .bt {
    width: 100% !important;
  }
  .boxs .content .right .list .item a .time {
    display: none !important;
  }
  .boxs .content .right .list .item a {
    padding-bottom: 15px;
    margin-top: 15px;
  }
  .boxs .banner {
    height: 120px;
  }
}