.mainContent{
  padding: 30px 0;
  background:url(https://wwp-static.wenweipo.com/img/special/2024ChinaIAAE/cover.png)no-repeat;
  background-size:100% 100%;
  background-color:#f4f6f6;
}
body .atlas-section{
  margin-bottom:30px;
}
.mainContent main{
  padding:0 10px;
}
main #VideosList .video_title {
  position: static;
  background:#e3f5fb;
}
main #VideosList .video_title a{
  color:#014b8b;
  font-size: 20px;
}
#news-TitlePicture .itemList .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  background-color:#e3f5fb;
}
#news-TitlePicture .itemList .item .left {
  width: calc(25% - 10px);
  overflow: hidden;
}

main #news-TitlePicture .itemList .item .right {
  width: calc(75% - 10px);
}

main #news-TitlePicture .itemList .item .right a {
  color: #222953;
  font-family: "方正锐正黑_GBK";
}

main #news-TitlePicture .itemList .item .right .time {
  justify-content: flex-end;
  font-size: 14px;
  color: #222953;
  font-family: "方正大雅宋_GBK";
}

#news-TitlePicture .storyTimeIcon {
  display: none;
}

.title img {
  width: auto!important;
  height: 42px;
}
.pcTitleAndphoneTitle{
  position: relative;
  margin-bottom: 20px;
}
.pcTitleAndphoneTitle .moreImg{
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  font-weight:700;
  color: #014b8b!important;
}
.showBanner>img {
  margin-bottom: 0px!important;
}
footer {
  margin-top: 0px!important;
}
.mainContent .atlas-section>a{
  position: absolute;
  top: 52%;
  left: 30%;
  z-index: 9;
  color: #fff;
  font-weight: 700;
  border: 2px solid #173e8c;
  border-radius: 11px;
  padding: 0 10px;
}
@media(max-width:650px){
  .mainContent .atlas-section>a{
    top: auto;
    left: 0;
    bottom: 34px;
    right: 0;
    width: 75px;
    text-align: center;
    margin: auto
  }
  main #VideosList .item{
    width:100%;
  }
  .title img {
    height: 30px;
    margin:0;
  }
  .pcTitleAndphoneTitle {
    display: flex;
    justify-content: space-between;
  }
  .pcTitleAndphoneTitle .moreImg {
    position: static;
  }
  #news-TitlePicture .title img{
    margin:0;
  }
}