@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 .titlebox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sess3 .inner .titlebox .line {
    width: 0.5rem;
    height: 0.02rem;
    background: #333333;
  }
  .sess3 .inner .titlebox .text1 {
    font-size: 0.34rem;
    font-family: KaiTi;
    font-weight: bold;
    color: #333333;
    line-height: 0.27rem;
    margin: 0 0.24rem;
  }
  .sess3 .inner .newslist {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.5rem;
  }
  .sess3 .inner .newslist .item {
    width: 3.8rem;
    background: #FFFFFF;
    border-radius: 0.12rem;
    padding: 0.2rem;
    margin-top: 0.3rem;
  }
  .sess3 .inner .newslist .item:nth-child(1),
  .sess3 .inner .newslist .item:nth-child(2),
  .sess3 .inner .newslist .item:nth-child(3) {
    margin-top: 0;
  }
  .sess3 .inner .newslist .item:nth-child(3n-1) {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
  .sess3 .inner .newslist .item .img {
    width: 100%;
    height: 2.55rem;
    border-radius: 0.08rem;
  }
  .sess3 .inner .newslist .item .content {
    padding-top: 0.19rem;
  }
  .sess3 .inner .newslist .item .content .text1 {
    font-size: 0.24rem;
    font-family: KaiTi;
    font-weight: bold;
    color: #333333;
    position: relative;
    height: 0.6rem;
    overflow: hidden;
  }
  .sess3 .inner .newslist .item .content .text2 {
    width: 0.2rem;
    height: 0.02rem;
    background: #E4AA7E;
    margin: 0.12rem 0 0.15rem;
  }
  .sess3 .inner .newslist .item .content .text3 {
    font-size: 0.16rem;
    height: 0.5rem;
    font-family: KaiTi;
    font-weight: 400;
    color: #666666;
    line-height: 0.24rem;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .banner {
    width: 100%;
    background: url(https://bailinog.oss-cn-beijing.aliyuncs.com/20220610/17.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 {
    display: flex;
    margin-top: 15px;
  }
  .sess3 .inner .newslist .item .img {
    width: 100px;
    height: 71px;
    border-radius: 6px;
    margin-right: 10px;
  }
  .sess3 .inner .newslist .item .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sess3 .inner .newslist .item .content .text1 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
  }
  .sess3 .inner .newslist .item .content .text2 {
    display: none;
  }
  .sess3 .inner .newslist .item .content .text3 {
    display: none;
  }
  .sess3 .inner .newslist .item .content .date {
    text-align: right;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 10px;
  }
}
