#boxSection { width:100%; float:left;}
#boxSection .main { width: 100%; float: left; padding: 30px; box-sizing: border-box;}
#section { width:100%; float:left;}
#section .title { width:100%; float:left; font-size:24px; line-height:28px; color:#333; text-transform: none; font-family: 'Din-Bold'; text-align: center;}
#section .content { width:100%; float:left; margin-top:6px; font-size:13px; line-height:18px; color:#333; text-align:center;}
#section .lists { width:100%; float:left; margin-top:12px;}
#section .lists .swiper-container { padding-bottom: 15px; }
#section .lists .swiper-slide .img { width: 100%; float: left; }
#section .lists .swiper-slide .img img { width: 100%; float: left; height: auto; }
#section .lists .swiper-slide .title { width: 100%; float: left; font-size: 16px; line-height: 20px; font-family: 'Din-Bold'; color: #333; text-align: left; margin-top: 6px; }
#section .lists .swiper-slide .title a { font-family: 'Din-Bold'; color: #0095d8; }
#section .lists .swiper-slide .line { width: 100%; float: left; margin-top: 5px; padding-top: 5px; border-top: 1px solid #ccc; }
#section .lists .swiper-slide .con { width: 100%; float: left; font-size: 13px; line-height: 18px; color: #333; }
#section .lists .swiper-pagination { bottom: 0; }
#section .lists .swiper-pagination .swiper-pagination-bullet { width:6px; height:6px; border:1px solid #0095d8; border-radius:100%; box-sizing:border-box; background:none; opacity:1; margin: 0 3px;}
#section .lists .swiper-pagination .swiper-pagination-bullet-active { border:1px solid #0095d8; background:#0095d8;}
#section .secmore { width: 100%; float: left; margin-top: 12px; }
#section .secmore ul { width: 100%; float: left; }
#section .secmore ul li { width: 100%; float: left; }
#section .secmore ul li+li { margin-top: 10px; }
#section .secmore ul li a { width: 100%; 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;}
#section .secmore ul li a:after { content:"+"; font-size: 24px; font-family: arial; color: #fff; position: absolute; right: 14px; }