
body main {
  padding:0 10px;
}
#news-TitlePicture .title{
  display:none;
}
img{
  width:auto;
  display:inline-block;
}
#titleImages{
  margin-bottom:15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#titleImages a:nth-child(1) img,
.titleImages img{
  height:50px;
}
#titleImages a:nth-child(2) img{
  height:30px;
}
body {
  background-color:#4a453f!important;
}
#news-TitlePicture .itemList .item .right a,
#news-TitlePicture .itemList .item .right .summary{
  color:#f5f5f5;
}
#news-TitlePicture .itemList .item .right .time{
  color:#e7ccaf;
}
#news-TitlePicture .itemList .item{
  background:#866c50;
}
footer p{
  padding:10px 0;
}
#news-TitlePicture .itemList{
  margin-bottom:30px;
}



@media(max-width:650px){
  body #LeftimageAndRightText .swiper-pagination-bullet{
    margin: 0 2px;
  }
  body #LeftimageAndRightText,
  body #RightText{
    width:100%;
  }
  body #LeftimageAndRightText{
    margin-bottom:10px;
  }
  body #LeftimageAndRightText .swiper-slide>a{
    padding-right: 30%;
    line-height:30px;
  }
  body #titleImages a:nth-child(1) img,
  body .titleImages img {
    height: 35px;
  }
  body #titleImages a:nth-child(2) img {
    height: 25px;
  }
  body #LeftimageAndRightText .swiper-pagination{
    bottom:9px;
  }
}
#lunbo-LeftimageAndRightText a:hover,
#news-TitlePicture a:hover{
  color:#fff!important;
}
.oneLine{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
#LeftimageAndRightText{
  overflow:hidden;
  width:calc(55% - 10px);
  position: relative;
}
#LeftimageAndRightText .swiper-slide>a{
  background: #30445c;
  color: #fff;
  padding: 5px;
  padding-right: 17%;
}
#LeftimageAndRightText .swiper-pagination-bullet{
  background:#fff;
  opacity: .9;
}
#LeftimageAndRightText .swiper-pagination-bullet-active{
  background:#70c8ec;
}
#LeftimageAndRightText .swiper-pagination{
  bottom: 6px;
  left: auto;
  width: auto;
  right: 0;
}
#lunbo-LeftimageAndRightText{
  margin-bottom:30px;
  margin-top:60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#RightText{
  width: calc(45% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#RightText>div{
  padding:10px 5px;
  padding-left: 21px;
  background-color:#b7aea7;
}

#RightText>div.active{
  border-left: 10px solid #8b3111;
  background:#866c50;
}
#RightText>div.active a{
  color:#fff;
}
#RightText>div>a{
  color:#4a453f;
  font-size:18px;
}