* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.about_banner{ width: 100%; }
.about_banner img{ width: 100%; }
.new_box1{ width: 1200px; margin:0 auto;display:flex;align-items:stretch;-webkit-align-items:stretch;flex-wrap:wrap; border-bottom: 1px solid #0047BA; padding-top: 40px; padding-bottom: 10px; margin-bottom: 40px; }
.new_box1 .new_title{ width: 40%; }
.new_box1 .new_title h1{font-size: 24px;line-height: 36px;font-weight: bold;}
.new_box1 .new_title h2{font-family: 'Arial Black', sans-serif;font-size: 48px;line-height: 1;color: #0047BA;}
.new_box1 .subnav{ width: 60%; display:flex; justify-content:flex-end;align-items:flex-end;}
.new_box1 .subnav li{ background: #ececec; margin-left: 20px; font-size: 16px; width: 120px; text-align: center; line-height: 40px; border-radius: 40px; border:1px solid #a6a6a6; }
.new_box1 .subnav li a{ color: #000; display: block; }
.new_box1 .subnav li.on{ background: #0047BA }
.new_box1 .subnav li.on a{ color: #fff; }


.list{width: 1200px;margin:0 auto;}
.list ul{width: 100%; display:flex;align-items:stretch;-webkit-align-items:stretch;flex-wrap:wrap;}
.list ul li{margin-right: 2.6666%; margin-bottom: 20px;width: 23%;}
.list ul li:nth-child(4n){margin-right: 0}
.list ul li dl{width: 100%;}
.list ul li dl img {width:100%;height:auto;border:none;display:block;}

.list ul li .info {padding:10px 0px;width: 100%}
.list ul li .info .info_title {line-height:24px;font-size:16px;color:#000;padding-top:10px; font-weight: bold;}
.list ul li .info .info_text {padding-top:5px;line-height:18px;font-size:12px;color:#919191;}


/*分页*/
.pages{ width:100%;text-align:center; margin:5px auto; height:50px; line-height:50px; margin-bottom:70px;}
.pages ul{ display:table;margin:10px auto; }
.pages ul li{background:#e6e6e6;text-align:center;float:left;*float:none;*display:inline;*zoom:1;margin-right:15px;cursor:pointer;height:40px;width:auto; line-height:40px; width:40px;}
.pages ul li.active{background:#0F76C1;text-align:center;float:left;*float:none;*display:inline;*zoom:1;margin-right:15px;cursor:pointer;height:40px;width:auto; line-height:40px; width:40px;color:#fff;}
.pages ul li.disabled{background:#e6e6e6;text-align:center;float:left;*float:none;*display:inline;*zoom:1;margin-right:15px;cursor:pointer;height:40px;width:auto; line-height:40px; width:40px;}
.pages ul li a.on{ background:#000; height:40px;width:auto; line-height:40px; color:#fff; text-align:center; display:block;}
.pages ul li a{ color:#232323; display:block}

.new_show{ width: 1000px; margin:0 auto; }
.new_show .show_title{ display:flex;align-items:stretch;-webkit-align-items:stretch;flex-wrap:wrap;width:100%; border-bottom: 1px solid #f0f0f0; padding-bottom: 20px; margin-bottom: 20px;}
.new_show .show_title dl{ width: 80%; font-size: 36px; line-height: 48px;}
.new_show .show_title dd{ width: 20%; text-align: right; font-size: 22px;display:flex; justify-content:flex-end;flex-direction:column;}
.new_show .show_con{ font-size: 16px; line-height: 30px; padding-bottom: 50px; }
.new_show .show_con img{ max-width: 100%; }