@charset "UTF-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { width: 100%; min-width: 320px; font-size: 100px; }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 84%; max-width: 1500px; margin: 0 auto; font-size: .16rem; }

.header { position: relative; z-index: 2; }
.header .right-box { position: absolute; top: 0.3rem; right: calc(50% - 750px); bottom: auto; left: auto; z-index: 2; display: -ms-flexbox; display: flex; align-items: center; }

.top-link { display: -ms-flexbox; display: flex; align-items: center; margin-left: .2rem; }
.top-link a { display: block; width: .4rem; height: .4rem; font-family: "Microsoft YaHei"; font-size: 0.14rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: center; background: #e48a16; border-radius: 50%; transition: all .3s; }
.top-link a:hover { background: #fff; color: #e48a16; }
.search { width: 2.6rem; border: 1px solid rgba(255, 255, 255, 0.6); overflow: hidden; border-radius: .4rem; background: rgba(255, 255, 255, 0.1); }
.search .form { display: -ms-flexbox; display: flex; }
.search .input { width: calc(100% - .45rem); height: .4rem; padding: 0 .1rem 0 .25rem; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: left; }
.search .input::placeholder { color: rgba(255, 255, 255, 0.5); }
.search .submit { width: .45rem; height: .4rem; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 20% 50%; background-color: transparent; background-size: auto; }

.nav { position: absolute; top: 100%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; background: #003b7e; }
.nav ul { display: flex; justify-content: space-between; align-items: center; }
.nav li { position: relative; width: 16.66%; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.nav li::after { position: absolute; top: 0.2rem; right: -1px; bottom: auto; left: auto; z-index: 1; content: ""; width: 1px; height: .3rem; background: rgba(255, 255, 255, 0.25); }
.nav li a { position: relative; z-index: 2; display: block; text-transform: capitalize; font-size: 0.18rem; font-weight: 500; line-height: 0.7rem; color: #fff; text-align: center; }
.nav li > a { -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -ms-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }
.nav li:last-child::after { display: none; }
.nav li:hover { background: #e48a16; }
.nav li:hover .sub-nav { visibility: visible; top: 100%; opacity: 1; }
.nav li.on { background: #e48a16; }
.nav .sub-nav { position: absolute; top: 130%; right: auto; bottom: auto; left: 0; z-index: 1; min-width: 100%; padding: .1rem .2rem; background: #003b7e; opacity: 0; visibility: hidden; box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.14); background: white; border-radius: 4px; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.nav .sub-nav dd { border-bottom: 1px solid #efefef; }
.nav .sub-nav dd:last-child { border: none; }
.nav .sub-nav a { padding: .16rem 0; font-size: .17rem; line-height: .21rem; color: #888; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.nav .sub-nav a:hover { color: #003b7e; }
.nav .sub-nav .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 12px; overflow: hidden; border: none; }
.nav .sub-nav .tri::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; margin: 0 auto; background: #fff; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -ms-transform: translate(0px, 6px) rotate(45deg); -o-transform: translate(0px, 6px) rotate(45deg); transform: translate(0px, 6px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }
.nav.show { position: fixed; bottom: auto; top: 0; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.3); }

.banner { margin: 0 0 .7rem; width: 100%; user-select: none; }
.banner img { width: 100%; }
@media screen and (min-width: 1025px) {
.index-main .r-box { min-height: calc(100vh - 23.958vw - 1rem); }
}


.pad-btn { display: none; align-items: center; }
.pad-btn .nav-btn { display: inline-block; width: 34px; height: 37px; font-size: 0; margin: 0 0 0 .15rem; border-radius: 4px; text-align: right; vertical-align: top; }
.pad-btn .nav-btn i { display: inline-block; width: 100%; height: 2px; margin: 0 0 9px; background: #fff; -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.6, 0) 0s; -moz-transition: all 0.3s cubic-bezier(0.3, 0, 0.6, 0) 0s; -ms-transition: all 0.3s cubic-bezier(0.3, 0, 0.6, 0) 0s; -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.6, 0) 0s; transition: all 0.3s cubic-bezier(0.3, 0, 0.6, 0) 0s; }
.pad-btn .nav-btn i:nth-child(2) { width: 70%; }
.pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 16px) rotate(45deg); -moz-transform: translate(0, 16px) rotate(45deg); -ms-transform: translate(0, 16px) rotate(45deg); -o-transform: translate(0, 16px) rotate(45deg); transform: translate(0, 16px) rotate(45deg); }
.pad-btn .nav-btn.close i:nth-child(2) { opacity: 0; }
.pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -6px) rotate(-45deg); -moz-transform: translate(0, -6px) rotate(-45deg); -ms-transform: translate(0, -6px) rotate(-45deg); -o-transform: translate(0, -6px) rotate(-45deg); transform: translate(0, -6px) rotate(-45deg); }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.column { margin: 1rem 0 .7rem; display: -ms-flexbox; display: flex; justify-content: center; }
.column h3 { display: -ms-flexbox; display: flex; align-items: center; font-family: 'Times New Roman', Times, serif; font-size: 0.5rem; font-weight: 500; line-height: 0.5rem; color: #273161; text-align: left; }
.column h3 img { margin: 0 .18rem 0 0; }

.section { background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 0; background-color: #ECF0FE; background-size: 100%; }
.section .container { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }

.index-main { padding: .4rem 0 .6rem; }
.index-main .container { display: flex; flex-wrap: wrap; justify-content: space-between; overflow: hidden; }
.index-main .l-box { width: 3rem; padding: .2rem .3rem; background: #fff; border-radius: .06rem; box-shadow: 0 0 0.3rem 0 rgba(182, 205, 254, 0.3); }
.index-main .r-box { width: calc(100% - 3.4rem); padding: .2rem .3rem .5rem; background: #fff; border-radius: .06rem; box-shadow: 0 0 0.3rem 0 rgba(182, 205, 254, 0.3); }
.index-main.ny { padding-top: 0 !important; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.24rem; color: #222; text-align: left; -webkit-transition: color 0.3s linear 0s; -moz-transition: color 0.3s linear 0s; -ms-transition: color 0.3s linear 0s; -o-transition: color 0.3s linear 0s; transition: color 0.3s linear 0s; }

@keyframes yuan1 { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
.aside .group { margin: 0 0 .4rem; }
.aside .group h6 { display: flex; align-items: center; text-transform: capitalize; font-size: 0.19rem; font-weight: 700; line-height: 0.46rem; color: #003b7e; text-align: left; border-bottom: 1px solid #cbd4ea; }
.aside .group h6::before { display: block; content: ""; box-sizing: border-box; width: 7px; height: 7px; margin-right: .1rem; background: #e48a16; }

.aside-nav a { color: #333; }
.aside-nav a:hover { color: #003b7e; font-weight: 700; }
.aside-nav li.cur::before { content: "◆"; }
.aside-nav li.cur a { color: #003b7e; font-weight: 700; }

.zbdw { padding: .1rem 0 0; }
.zbdw li { position: relative; margin: .1rem 0; padding: 0 0 0 .2rem; }
.zbdw li::before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: inline-block; content: "◇"; font-family: "Microsoft YaHei"; margin: 0 .12rem 0 0; color: #003b7e; }
.zbdw li a:hover { color: #003b7e; font-weight:700; }

.zyrq { padding: .1rem 0 0; }
.zyrq li { position: relative; margin: .1rem 0; padding: 0 0 0 .2rem; }
.zyrq li::before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: inline-block; content: "◇"; font-family: "Microsoft YaHei"; margin: 0 .12rem 0 0; color: #003b7e; }
.zyrq .title { font-weight: 700; }
.zyrq .info { font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #003b7e; text-align: left; }

.list1 li { position: relative; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; border-bottom: 1px dashed #ddd; }
.list1 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #003b7e; }
.list1 li:hover { -webkit-transform: translateX(0.1rem); -moz-transform: translateX(0.1rem); -ms-transform: translateX(0.1rem); -o-transform: translateX(0.1rem); transform: translateX(0.1rem); }
.list1 li:hover::after { width: 100%; -webkit-transition: all 0.5s linear 0s; -moz-transition: all 0.5s linear 0s; -ms-transition: all 0.5s linear 0s; -o-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; }
.list1 li:hover .title { color: #003b7e; }
.list1 .title { width: calc(100% - 1.4rem); font-size: .18rem; line-height: .7rem; }
.list1 .title::before { display: inline-block; content: ""; width: 7px; height: 7px; background: #003b7e; margin: 0 .12rem 2px 0; border-radius: 50%; }
.list1 .date { font-family: Arial, Helvetica, sans-serif; font-size: 0.16rem; font-weight: 500; line-height: 0.7rem; color: #999; text-align: left; }

.link-list1 { font-size: 0; margin: 0 -0.2rem; text-align: center; }
.link-list1 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.2rem; }
.link-list1 li { margin: 0 0 .5rem; }
.link-list1 li:nth-child(4n), .link-list1 li:nth-child(5n) { width: 45.875%; }
.link-list1 .img-scale { position: relative; display: block; overflow: hidden; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; height: 1rem; padding: .1rem; border-radius: 6px; background: linear-gradient(90deg, rgba(203, 232, 251, 0.05) 40%, rgba(182, 205, 254, 0.4) 97%); background-color: #ECF0FE; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; box-shadow: 0px 4px 10px 0px #BCC9F9; }
.link-list1 .img-scale img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.link-list1 .img-scale .img-frame { position: relative; overflow: hidden; }
.link-list1 .img-scale .img { /*背景图替换img*/ height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.link-list1 .img-scale .img img { display: none; min-height: 100%; }
.link-list1 .img-scale:hover img { -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); }
.link-list1 .img-scale:hover .img { -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); }
.link-list1 .img-scale img { position: static; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: initial; }
.link-list1 .img-scale:hover { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); box-shadow: 0px .1rem .2rem 0px #BCC9F9; }

.footer { position: relative; padding: .3rem 0; overflow: hidden; background: #003b7e; }

.copy { position: relative; z-index: 2; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: rgba(255, 255, 255, 0.8); text-align: center; }
.copy img { margin: 0 0 .25rem; }

.place .container { justify-content: flex-start; font-size: 0.15rem; font-weight: 500; line-height: 0.5rem; color: #003b7e; text-align: left; }
.place span { padding: 0 0 0 .28rem; background-image: url("../images/place.png"); background-repeat: no-repeat; background-position: 0 48%; background-color: transparent; background-size: 0.16rem; }
.place i { font-style: initial; font-family: "宋体"; color: #888; margin: 0 .08rem; }
.place a { color: #003b7e; text-transform: capitalize; }
.place a:hover { color: #e48a16; }

.article .title { margin: .22rem 0 0; font-size: 0.32rem; font-weight: 700; line-height: 140%; color: #333; text-align: center; }
.article .sub-title1 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #444; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { margin: 0 0 .1rem; padding: .14rem 0 .3rem; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #888; text-align: center; border-bottom: 1px solid #ddd; }
.article .sub span { margin: 0 .1rem; }
.article .sub span span { margin: 0; }
.article .content { padding: .3rem 0 .2rem; font-size: 0.18rem; font-weight: 500; line-height: 0.32rem; color: #333; text-align: left; }
.article .content p { word-break: break-word; }
.article .content * { font-family: "Arial" !important; font-size: .18rem !important; line-height: .32rem !important; }
.article .content img, .article .content video { max-width: 100%; height: auto !important; }
.article .content video { display: block; margin: 0 auto; }
.article .content table { max-width: 100%; margin: 0 auto .2rem; }
.article .content table td { word-break: break-all; }
.article .content table p { text-indent: 0; margin: 0; }
.article .content table img, .article .content table video, .article .content table iframe { margin-top: 0; margin-bottom: 0; }
.article .content iframe { display: block; max-width: 100%; margin: 0 auto .2rem; }
.article .cont-page { position: relative; padding: .3rem 90px .28rem .1rem; border-top: 2px solid #003b7e; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.17rem; font-weight: 500; line-height: 0.28rem; color: #666; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.article .cont-page a span { position: relative; }
.article .cont-page a span::after { position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 0; height: 1px; background: #003b7e; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; content: ""; }
.article .cont-page a:hover { text-decoration: none; color: #003b7e; font-weight: 700; }
.article .cont-page a:hover span::after { width: 100%; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }
.article .table-box { overflow-x: auto; }

.picture1 { font-size: 0; margin: 0 -0.3rem; margin-top: .3rem; }
.picture1 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.3rem; }
.picture1 li { margin: 0 0 .45rem; }
.picture1 .img-scale { -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; position: relative; display: block; overflow: hidden; }
.picture1 .img-scale img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.picture1 .img-scale .img-frame { position: relative; overflow: hidden; }
.picture1 .img-scale .img { /*背景图替换img*/ height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.picture1 .img-scale .img img { display: none; min-height: 100%; }
.picture1 .img-scale:hover img { -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }
.picture1 .img-scale:hover .img { -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }
.picture1 .img-scale:hover .title { color: #003b7e; }
.picture1 .img-frame .img { padding: 62.3% 0 0; }
.picture1 .img-frame img { display: none; }
.picture1 .date { display: inline-block; margin: .18rem 0 .1rem; font-family: Georgia; font-size: 0.18rem; font-weight: 500; line-height: 0.3rem; color: #003b7e; text-align: left; text-transform: capitalize; }
.picture1 .title { max-height: .75rem; font-size: 0.2rem; font-weight: 500; line-height: 0.25rem; color: #003b7e; text-align: left; }

#list-page { margin: .5rem 0 .3rem !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: .16rem; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 8px 10px; color: #428bca; border: 1px solid #aaa; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #003b7e; font-weight: bold; color: #fff; border-color: #003b7e; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: 40px; height: 32px; line-height: 32px; vertical-align: bottom; }

.to-top-part { position: fixed; top: auto; right: 0.2rem; bottom: 23%; left: auto; z-index: 1; overflow: hidden; padding: .08rem; visibility: hidden; }
.to-top-part #to-top { display: block; width: .46rem; height: .46rem; border-radius: 4px; background-image: url("../images/toTop.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #003b7e; background-size: 0.24rem; cursor: pointer; box-shadow: 0 0 0.06rem 0 rgba(0, 0, 0, 0.3); -webkit-transform: translateY(120%); -moz-transform: translateY(120%); -ms-transform: translateY(120%); -o-transform: translateY(120%); transform: translateY(120%); -moz-transition: all 0.3s linear 0s;  transition: all 0.3s linear 0s; }
.to-top-part #to-top:hover { background-color: #e48a16; }
.to-top-part.show { visibility: visible; }
.to-top-part.show #to-top { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

@media screen and (min-width: 1025px) { .ny-header .right-box { top: auto; bottom: calc(100% + .3rem); }
  .ny-header .mobile-box { position: absolute; top: 1.01rem; right: 0; bottom: auto; left: auto; z-index: 2; width: 100%; height: auto; }
  .ny-header .nav { position: static !important; bottom: auto; background: none; border-bottom: 1px solid rgba(255, 255, 255, 0.15); } }
@media screen and (max-width: 1785px) { .header .right-box { right: 8%; } }
@media screen and (max-width: 1024px) { html { font-size: 90px; }
  .header { overflow: visible; }
  .header .right-box { position: static; }
  .header .head-box { position: absolute; top: 0; right: 3%; height: 100%; display: -ms-flexbox; display: flex; align-items: center; padding: 8px 0; border: none; }
  .header .head-box .container { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; }
  .header .head-box::after { display: none; }
  .banner { margin: 0; }
  .logo a { display: -ms-flexbox; display: flex; align-items: center; height: 45px; }
  .logo img { max-height: 100%; }
  .pad-btn { display: flex; align-items: center; }
  .pad-btn .nav-btn { position: relative; z-index: 2; display: inline-block; }
  .container { width: 94%; max-width: 94%; }
  .mobile-box { position: fixed; top: 23.958vw; right: 100%; bottom: auto; left: auto; z-index: 100; width: 100%; height: calc(100vh - 23.958vw); padding: .2rem 4% .3rem; background: #fff; opacity: 0; visibility: hidden; -webkit-transition: all 0.5s linear 0s; -moz-transition: all 0.5s linear 0s; -ms-transition: all 0.5s linear 0s; -o-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; -webkit-transform: skew(-10deg); -moz-transform: skew(-10deg); -ms-transform: skew(-10deg); -o-transform: skew(-10deg); transform: skew(-10deg); transform-origin: 0 0%; }
  .mobile-box.show { right: 0; opacity: 1; visibility: visible; -webkit-transform: skew(0deg); -moz-transform: skew(0deg); -ms-transform: skew(0deg); -o-transform: skew(0deg); transform: skew(0deg); }
  .search { width: 100%; border: none; border-radius: 4px; border: 1px solid #003b7e; background: rgba(0, 0, 0, 0.02); }
  .search .input { width: calc(100% - .5rem); height: .5rem; font-size: .18rem; line-height: .5rem; }
  .search .input::placeholder { color: #666; }
  .search .submit { width: .62rem; height: .5rem; background-color: #003b7e; background-position-x: 50%; }
  .nav { position: static !important; margin: .25rem 0 0; height: calc(100% - .75rem); overflow-y: auto; background: none; }
  .nav .container { width: 100%; max-width: 100%; flex-wrap: wrap; }
  .nav li { width: 100%; background: none !important; border-bottom: 1px solid #ddd; }
  .nav li::before { display: none; }
  .nav li a { text-align: left; font-size: .21rem; padding: 0 .15rem; color: #333; }
  .nav li.show { background: #fff !important; }
  .nav li.show > a { font-weight: 700; }
  .nav .sub-nav { display: none; position: static; opacity: 1; visibility: visible; transition: none; box-shadow: none; width: 100%; padding: 0 0 .12rem .3rem; }
  .nav .sub-nav::before { display: none; }
  .nav .sub-nav a { font-size: .18rem; padding: .1rem 0; }
  .nav .icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 3; width: .7rem; height: .7rem; background-image: url(../images/down1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 7px; cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; opacity: .8; }
  .nav .icon.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .nav .tri { display: none; }
  .column { margin: .6rem 0 .4rem; }
  .column h3 { font-size: .45rem; }
  .index-main { padding: .3rem 0 .4rem; }
  .index-main .l-box { width: 100%; order: 2; }
  .index-main .r-box { order: 1; width: 100%; margin: 0 0 .3rem; }
  .aside .group { margin: 0 0 .2rem; }
  .to-top-part { display: none; }
  .list1 .title { width: 100%; margin: .12rem 0 0; overflow: visible; text-overflow: clip; white-space: initial; line-height: .26rem; }
  .list1 .date { line-height: .34rem; margin: 0 0 .08rem; } }
@media screen and (max-width: 768px) { .index-main { padding: .2rem 0 .3rem; }
  .index-main .l-box { padding: .1rem .2rem .3rem; }
  .index-main .r-box { padding: .1rem .2rem .3rem; }
  .position { position: static; }
  .position .container { position: relative; width: 100% !important; align-items: flex-start; flex-direction: column-reverse; }
  .position .lv2-nav { display: none; width: 100%; padding: 0 5%; background: #fff; }
  .position .lv2-nav a { display: block; margin: 0; color: #003b7e; border-bottom: 1px solid #ddd; }
  .position .lv2-nav a:last-child { border: none; }
  .position .lv2-nav a::after { display: none; }
  .article .title { margin: .12rem 0 0; font-size: .28rem; }
  .article .content { padding-top: .2rem; }
  .picture1 { margin: .2rem -.12rem 0; }
  .picture1 > li { width: 50%; padding: 0 .12rem; }
  .ny-main .left-box { display: none; }
  .ny-main .right-box { width: 100%; padding: .3rem 0 0; } }
@media screen and (max-width: 520px) { .pad-btn .nav-btn { width: 28px; }
  .pad-btn .nav-btn i { margin: 0 0 7px; }
  .pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 10px) rotate(45deg); -moz-transform: translate(0px, 10px) rotate(45deg); -ms-transform: translate(0px, 10px) rotate(45deg); -o-transform: translate(0px, 10px) rotate(45deg); transform: translate(0px, 10px) rotate(45deg); }
  .pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -8px) rotate(-45deg); -moz-transform: translate(0px, -8px) rotate(-45deg); -ms-transform: translate(0px, -8px) rotate(-45deg); -o-transform: translate(0px, -8px) rotate(-45deg); transform: translate(0px, -8px) rotate(-45deg); }
  .search .input { height: .45rem; line-height: .45rem; }
  .search .submit { height: .45rem; }
  .nav li a { font-size: .19rem; }
  .picture1 { margin: .2rem 0 0; }
  .picture1 > li { width: 100%; margin: 0 0 .3rem; padding: 0 0; }
  .index-main .l-box, .index-main .r-box { padding: .1rem .15rem .25rem; }
  .article .title { font-size: .25rem; }
  .article .content { padding-top: .2rem; } }

/*# sourceMappingURL=style.css.map */