.newsContent ul {
  position: relative;
}

.newsContent ul li {
  margin-bottom: 30px;
  width: calc(50% - 20px);
  height: 175px;
  float: left;
  border-radius: 4px;
  padding: 25px;
  box-sizing: border-box;
  cursor: pointer;
  background: #142A70;
}

.newsContent ul li:nth-of-type(odd) {
  margin-right: 40px;
}

.newsContent ul li a {
  display: flex;
  width: 100%;
  height: 100%;
}

.newsContent ul li .itemImgBox {
  width: 200px;
  height: 125px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}

.newsContent ul li .itemMsgBox h3 {
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newsContent ul li .itemMsgBox .description {
  margin-top: 18px;
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgba(255, 255, 255, 0.8);
}
.newsContent ul li .itemMsgBox p {
  margin: 20px 0;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  color: #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsContent ul li .itemMsgBox {
  position: relative;
  flex: 1;
  height: 100%;
}

.newsContent ul li .itemMsgBox .date {
  position: absolute;
  bottom: 0;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}

.newsContent ul li:hover {
  background: #19358E;
}

.watchMoreListBox {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 50px;
}

.watchMoreListBox a {
  display: inline-block;
  text-align: center;
  width: 140px;
  line-height: 40px;
  border-radius: 20px;
  box-sizing: border-box;
}

.watchMoreListBox .moreListBtn {
  background: #445BA5;
  margin-right: 10px;
}

.watchMoreListBox .moreListBtn:hover {
  background: #3A4D8D;
}

.watchMoreListBox .shou {
  background: #445BA5;
}

.watchMoreListBox .shou:hover {
  background: #3A4D8D;
}

.null {
  font-size: 28px;
  text-align: center;
  font-weight: normal;
  min-height: 200px
}

/* .banner img{
      margin-top: 90px;
  }*/
.itemImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 750px) {
  .tipOrShear {
    display: none;
  }

  .about .title {
    margin: 0 !important;
    padding: .8rem 0;
    box-sizing: border-box;
  }

  .title b {
    font-size: .5rem;
    margin-bottom: 6px;
    display: inline-block;
  }

  .title {
    padding: .6rem 0;
    font-size: .4rem;
  }

  .newsContent {
    display: block;
  }

  /*  section{
          padding: 0 10px;
      }*/
  .itemMsgBox {
    width: 100%;
    margin: 0;
  }

  .newsContent ul li {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0.48rem 0 0.4rem;
    background: none;
    border-radius: 0;
  }
  .newsContent ul li:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: .02rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
  }
  .newsContent ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: .02rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
  }
  .newsContent ul li .itemImgBox {
    margin-right: 0;
    margin-bottom: 0.1;
    width: 2rem;
    height: auto;
    max-height: 1.24rem;
    float: right;
  }

  .newsContent ul li .itemMsgBox h3 {
    padding-top: 0;
    width: calc(100vw - 2.8rem);
    float: left;
    font-size: .30rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
  }
  .newsContent ul li a { 
    display: flex;
    width: 100%;
    height: 100%;
    flex-flow: row-reverse;
  }
  .newsContent ul li .itemMsgBox .description {
    display: none;
  }
  .newsContent ul li .itemMsgBox {
    float: initial;
    width: auto;
    height: initial;
  }

  .itemImgBox img {
    width: 100%;
    object-fit: cover;
    height: 70px;
  }

  .itemMsgBox p {
    clear: both;
  }

  .newsContent ul li .itemMsgBox p {
    height: auto;
    color: #ccc !important;
    font-size: .24rem;
  }

  .newsContent ul li:nth-last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .pc_banner {
    display: none;
  }

  .m_banner {
    display: block;
  }
}