.swiper-container {
        width: 100%;
        height: 400px;
        margin-left: auto;
        margin-right: auto;}
    .swiper-slide {
        position: relative;
        text-align: center;
        font-size: 14px;
        background: #fff;
            
        flex-wrap: wrap;
        /* center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;}
    .swiper-slide a{
        width:100%;}
    .swiper-slide img {
       width: 100%;
       height: auto;
       float:left;}
  .swiper-pagination {
    position:unset;
    margin-top:10px;}
  .swiper-pagination-bullet {
    margin:5px;}
.swiper-slide span{
        position: absolute;
        left:0;
        bottom: 0;
        width: 100%;
        height: 40px;
        line-height:40px;
         font-size: 18px;
        color: #ffffff;
        overflow: hidden;
       background: rgba(0,0,0,0.5);
        text-overflow: ellipsis;
        white-space: nowrap;}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: right;}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px;
    cursor: pointer;}
.swiper-active-switch {
  background: #a62123;}
 @media screen  and (max-width:767px) {
  .swiper-container {
        height: 200px;}
}
.newsDateArea {
    width: 13%;
    display:inline-block;
    float:left;
    min-width: 46px;}
.newsDate {
    height: 24px;
    width:100%;
    background:#a10000;
    color: #ffffff;
    font-size: 16px;
    text-align:center;
    line-height: 24px;
    float:left;}
.newsM {
    color:#a10000;
    width:100%;
    text-align:center;
    float:left;
    font-size:12px;
    height: 20px;
    line-height: 20px;}

.newstitle {
    width: 95%;
    display:inline-block;
    padding-left: 8px;
    box-sizing:border-box;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
     float:left;}
#news li {
     display:flex;
     background:transparent;
  background: url(images/li_03.png) no-repeat left center;
    padding:0;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px dotted #f0f0f0;
 /*   height: 45px;
    line-height: 20px;
    width: 100%;*/
    box-sizing:border-box;}

#news { 
    padding: 10px 0;
    border:none;
    overflow: hidden;
    background: #ffffff;}
 
 .dn {
   display:none;}
 
 #news .titlewrap {
   width: 70%;}
