#boxNews { width:100%; float:left; position:relative;}
#newslist { width:100%; float:left;}
#newslist .swiper-container { width:100%; float:left;}
#newslist .swiper-container .swiper-wrapper { width:100%; float:left;}
#newslist .swiper-container .swiper-wrapper .swiper-slide { width:100%; float:left;}
#newslist .swiper-container .swiper-wrapper .swiper-slide .img { width: 100%; float: left; padding: 0 30px; box-sizing: border-box; }
#newslist .swiper-container .swiper-wrapper .swiper-slide img { width:100%; float:left; height:auto;}
#newslist .swiper-container .swiper-wrapper .swiper-slide .imgover { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background-color: rgba(0,0,0,0.2); }
#newslist .swiper-slide .info { z-index: 3; width: 100%; float: left; display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 30px; box-sizing: border-box; }
#newslist .swiper-slide .info .title { width: 100%; float: left; font-size: 16px; color: #333; font-family: 'Din-Bold'; text-align: center; line-height: 20px; text-transform: none; }
#newslist .swiper-slide .info .content { width: 100%; float: left; font-size: 13px; color: #333; line-height: 18px; text-align: center; margin-top: 6px; }
#newslist .swiper-slide .info .button { width: 100%; float: left; margin-top: 25px; display: flex; justify-content: center; }
#newslist .swiper-slide .info .button a { width: 360px; height: 51px; border-bottom: 4px solid #c86b00; background: #f19831; color: #fff; text-align: center; line-height: 51px; font-size: 21px; font-family: 'Din-Bold',Arial; text-transform: none; float: left; position:relative;}
#newslist .swiper-slide .info .button a:after { content:"+"; font-size: 24px; font-family: arial; color: #fff; position: absolute; right: 14px; }
#newslist .swiper-container .swiper-pagination { bottom:5px;}
#newslist .swiper-container .swiper-pagination .swiper-pagination-bullet { width:6px; height:6px; border:1px solid #979797; border-radius:100%; box-sizing:border-box; background:none; opacity:1; margin: 0 3px;}
#newslist .swiper-container .swiper-pagination .swiper-pagination-bullet-active { border:1px solid #0095d8; background:#0095d8;}
#boxNews .main { width:100%; position:absolute; z-index:2; left: 0; top:0px; height:100%;}
#boxNews .main.event { pointer-events: none; }
#news.news_page { width:100%; float:left; height:100%; padding:30px; box-sizing:border-box; display:flex; flex-direction:column; justify-content:space-around;}
#news.news_page .top { width:100%; float:left;}
#news.news_page .title { width:100%; float:left; text-align:center; font-size:24px; line-height:28px; color:#fff; font-family: 'Din-Bold';}
#news.news_page .content { width:100%; float:left; text-align:center; font-size:13px; line-height:18px; color:#fff; margin-top:6px;}
#news.news_page .more { width:100%; float:left; pointer-events:all; display: flex; justify-content: center;}
#news.news_page .more a { font-size:24px; line-height:60px; color:#0095d8;}
#news.news_page .more a { width: 360px; height: 51px; border-bottom: 4px solid #c86b00; background: #f19831; color: #fff; text-align: center; line-height: 51px; font-size: 21px; font-family: 'Din-Bold',Arial; text-transform: none; float: left; position:relative;}
#news.news_page .more a:after { content:"+"; font-size: 24px; font-family: arial; color: #fff; position: absolute; right: 14px; }