@charset "utf-8";
.download_1{background:#fff;text-align:center;padding-top:30px;}
.download_1 .down_search{width:580px;height:54px;border:1px solid #e5e5e5;border-radius:25px;box-sizing: border-box;box-shadow:0 0 15px rgba(0,0,0,.1);overflow:hidden;}
.download_1 .down_1_box{display:flex;align-items:center;justify-content:center;}
.download_1 .down_1_box a.clear{display:inline-block;font-size:15px;line-height:30px;color:#666666;font-weight:500;padding-left:30px;background:url(../images/download/clear.svg) no-repeat left center;background-size:24px;margin-left:25px;text-decoration:none;cursor:pointer;transition:all .5s;}
.download_1 .down_1_box a.clear:hover{color:#00206a;background:url(../images/download/clear_h.svg) no-repeat left center;background-size:24px;}
.download_1 .down_search .flex{display:flex;}
.download_1 .down_search .flex input{border:0;heigght:52px;font-size:16px;color:#333;height:26px;padding:13px 30px;width:500px;}
.download_1 .down_search .flex a.sech_btn{width:80px;height:52px;background:url(../images/download/search.svg) no-repeat center;background-size:24px;}
.download_1 .down_tab{padding-top:45px;border-bottom:2px solid #00216b;}
.download_1 .down_tab a{display:inline-block;width:180px;height:48px;line-height:48px;background:#c2c2c2;font-size:18px;color:#666;margin:0 5px;text-decoration:none;border-radius:25px 25px 0 0;}
.download_1 .down_tab a.active{background:#00206a;color:#fff;}
.download_2{padding:40px 0;background:#f3f3f3;}
.download_2 .list-num{text-align:right;font-size:14px;line-height:24px;color:#333;padding-bottom:15px;}
.download_2 .listTp{display:flex;justify-content: space-between;padding-bottom:20px;cursor:pointer;}
.download_2 .listTp span{font-size:18px;line-height:28px;color:#00206a;font-weight:500;}
.download_2 .listTp i{display:inline-block;width:28px;height:28px;background:url(../images/download/down.svg) no-repeat center;background-size:24px;transition:all .5s;}
.download_2 .listTp.active i{transform: rotate(180deg);}
.download_2 .list{display:flex;flex-wrap:wrap;}
.download_2 .list .list-item{width:calc((100% - 30px)/2);margin-right:30px;margin-bottom:20px;}
.download_2 .list .list-item:nth-child(2n + 2){margin-right:0}
.download_2 .list .list-item a{box-sizing: border-box;padding:30px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);display:block;width:100%;text-decoration:none;}
.download_2 .list .list-item a .box-flex{display:flex;align-items:center;}
.download_2 .list .list-item a .box-flex .imgbox{width:120px;height:150px;margin-right:30px;}
.download_2 .list .list-item a .box-flex .imgbox img{width:100%;height:100%;object-fit:cover;}
.download_2 .list .list-item a .box-flex .txtbox{width:calc(100% - 150px);}
.download_2 .list .list-item a .box-flex .txtbox h4{font-size:16px;line-height:24px;color:#000;margin-bottom:5px;transition:all .5s;}
.download_2 .list .list-item a .box-flex .txtbox h5{font-size:13px;line-height:24px;color:#000;}
.download_2 .list .list-item a .box-flex .txtbox p{display:block;margin-top:5px;padding-left:25px;font-size:13px;line-height:24px;color:#333;}
.download_2 .list .list-item a .box-flex .txtbox p.pdf{background:url(../images/download/pdf.svg) no-repeat left center;background-size:auto 20px}
.download_2 .list .list-item a .box-flex .txtbox p.excel{background:url(../images/download/excel.svg) no-repeat left center;background-size:auto 20px}
.download_2 .list .list-item a .box-flex .txtbox p.doc{background:url(../images/download/word.svg) no-repeat left center;background-size:auto 20px}
.download_2 .list .list-item a .box-flex .txtbox p.zip{background:url(../images/download/zip.svg) no-repeat left center;background-size:auto 20px;}
.download_2 .list .list-item a:hover .box-flex .txtbox h4{color:#f60}

.Pager{padding:40px 0;text-align:center;}
.Pager a,.Pager span{display:inline-block;font-size:14px;line-height:14px;color:#333;padding:10px;border:1px solid #e0e0e0;margin:0 3px;text-decoration:none;background:#fff;}
.Pager a.active,.Pager span.active,.Pager a:hover,.Pager span:hover{border:1px solid #012974;background-color:#012974;color:#fff;}







