@charset "utf-8";
.m-title .hd{background: #f7f7f7; display: flex; justify-content: space-between; align-items: center; height: 52px; padding: 0 16px; position: relative;}
.m-title .hd::before{content: '\20'; position: absolute; left: 0; top: 16px; width: 4px; height: 20px; background: #de2910;}
.m-title .hd .tit{font-size: 24px; font-weight: bold; color: #de2910;}
.m-title .hd .tip a{font-size: 16px; color: #999999; transition: all 0.3s;}
.m-title .hd .tip a:hover{color: #de2910;}
.m-title .bd ul li{border-bottom: 1px dashed #e5e5e5;}
.m-title .bd a{display: flex;justify-content: space-between;align-items: center;color: #333333;position: relative;padding: 17px 0;}
.m-title .bd a::before{content: '\20'; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: #cccccc; transition: all 0.3s;}
.m-title .bd .tit{width: 80%; font-size: 16px; padding-left: 10px; transition: all 0.3s; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.m-title .bd .tip{font-size: 14px;}
.m-title .bd a:hover{color: #de2910;}
.m-title .bd a:hover::before{background: #de2910;}
.m-title .bd a:hover .tit{padding-left: 20px;}

.section1{display: flex; justify-content: space-between;}
.section1 .a1,.section1 .a2{width: 48.3%;}
.section2{margin-top: 40px;}
.section3{margin-top: 24px;}
.section3 .a1 .b2{margin-top: 6px;}
.section3 .a1 .b2 .picBox{position: relative; overflow: hidden;}
.section3 .a1 .b2 .picBox img{ transition: all 0.4s;}
.section3 .a1 .b2 a:hover .picBox img{transform: scale(1.1);}
.section4{margin-top: 32px;}
.section4 .m-title .hd{background: #fff;}
.section4 .a1 .b2{margin-top: 10px;}
.section4 .link-swiper .swiper-slide{width: auto;}
.section4 .link-swiper a{display: block; border: 1px solid #e5e5e5; padding: 10px;}
.section4 .link-swiper .swiper-slide .picBox{position: relative; overflow: hidden;}
.section4 .link-swiper .swiper-slide .picBox img{transition: all 0.3s;}
.section4 .link-swiper a:hover .picBox img{transform: scale(1.1);}

/* 分页 */
.page { padding:0 0 40px; line-height:24px; text-align:center; margin-top: 60px;}
.page a { display:inline-block; margin:0 2px; padding:0 8px; border:1px solid #cdd5d8;color:#333; vertical-align:top; }
.page a:hover,.page .current { border:1px solid #0186d1; background:#0186d1; color:#fff; }

/* 内容模式 */
.article { padding:0 0 40px; line-height:2; font-size:14px; word-wrap:break-word; margin-top: 40px; }
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size:20px; }
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }

.article img{max-width: 100%;}
