@media (min-width: 768px) {
  .sess3 {
    width: 100%;
    background: url('https://bailinog.oss-cn-beijing.aliyuncs.com/20220518/8.png') no-repeat center;
    background-size: cover;
    padding-top: 1.7rem;
    padding-bottom: 1rem;
  }
  .sess3 .inner {
    width: 12rem;
    margin: 0 auto;
  }
  .sess3 .inner .newslist .item {
    display: flex;
    margin-top: 0.3rem;
  }
  .sess3 .inner .newslist .item:first-child {
    margin-top: 0;
  }
  .sess3 .inner .newslist .item .img {
    width: 5.85rem;
    height: 2.34rem;
    margin-right: 0.3rem;
  }
  .sess3 .inner .newslist .item .content {
    padding-top: 0.2rem;
  }
  .sess3 .inner .newslist .item .content .text1 {
    font-size: 0.34rem;
    font-family: KaiTi;
    font-weight: bold;
    color: #333333;
    line-height: 0.32rem;
  }
  .sess3 .inner .newslist .item .content .text2 {
    width: 0.2rem;
    height: 0.02rem;
    background: #E4AA7E;
    margin: 0.2rem 0;
  }
  .sess3 .inner .newslist .item .content .text3 {
    width: 5.76rem;
    font-size: 0.18rem;
    font-family: KaiTi;
    color: #666666;
    line-height: 0.27rem;
    overflow: hidden;
    height: 1.1rem;
  }
}
@media (max-width: 768px) {
  .banner {
    width: 100%;
    background: url(https://bailinog.oss-cn-beijing.aliyuncs.com/20220610/16.png) no-repeat center;
    background-size: cover;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
  .banner .line {
    font-size: 24px;
    font-family: PingFang SC;
    color: #FFFFFF;
  }
  .banner .text {
    font-size: 24px;
    font-family: PingFang SC;
    color: #FFFFFF;
    margin: 0 10px;
  }
  .sess3 {
    width: 100%;
    padding-bottom: 50px;
  }
  .sess3 .inner {
    width: 325px;
    margin: 0 auto;
  }
  .sess3 .inner .newslist {
    margin-top: 25px;
  }
  .sess3 .inner .newslist .item {
    margin-top: 15px;
    display: block;
    width: 325px;
    background: #FFFFFF;
    box-shadow: 0px 1px 9px 1px rgba(102, 102, 102, 0.15);
    border-radius: 6px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .sess3 .inner .newslist .item .img {
    width: 325px;
    height: 130px;
  }
  .sess3 .inner .newslist .item .content {
    padding: 10px 15px;
  }
  .sess3 .inner .newslist .item .content .text1 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 13px;
  }
  .sess3 .inner .newslist .item .content .text2 {
    display: none;
  }
  .sess3 .inner .newslist .item .content .text3 {
    display: none;
  }
}
