@charset "utf-8";
html { font-size: 100px; min-width: 320px; }

.container { width: 80%; max-width: 1400px; margin: 0 auto; font-size: .16rem; }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.img-scale { display: block; overflow: hidden; }
.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; }
.img-scale .img-frame { overflow: hidden; }
.img-scale .img {  height: 100%;   background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }
#loading .loading-img { width: 100%; height: 100%; background-image: url(/uploads/image/timages/logo2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; animation: fade 1.5s infinite alternate; }

@keyframes fade { 0% { opacity: 1; }
  100% { opacity: 0.1; } }
.header { padding: .4rem 0 0; background: #243ca8; }
.header .container .fr { width: 52%; }

.logo { width: 48%; padding: 0 5% 0 0; }
.logo img { max-width: 100%; vertical-align: top; }

.top-link { text-align: right; }
.top-link a { display: inline-block; vertical-align: top; padding: 0 0 0 25px; margin: 0 0 0 .3rem; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; background-image: url(/uploads/image/timages/n_icon1.png); background-repeat: no-repeat; background-position: 0 45%; background-color: transparent; background-size: auto; }
.top-link a.i2 { background-image: url(/uploads/image/timages/n_icon2.png); }
.top-link a.i3 { background-image: url(/uploads/image/timages/n_icon3.png); }
.top-link a.i4 { background-image: url(/uploads/image/timages/n_icon4.png); }
.top-link a.i5 { background-image: url(/uploads/image/timages/n_icon5.png); }
.top-link a:first-child { margin: 0; }
.top-link a[href]:hover { text-decoration: underline !important; }

.nav { margin: .2rem 0 0; padding: 0 4.5%; font-size: 0; background: #fff; border-top-left-radius: .1rem; border-top-right-radius: .1rem; }
.nav li { position: relative; display: inline-block; width: 20%; vertical-align: top; }
.nav li:hover > a, .nav li.cur > a { font-weight: 700; color: #243ca8; background: #ededed; border-color: #d4a533; }
.nav a { display: block; border-bottom: 3px solid transparent; font-size: 0.18rem; font-weight: 500; line-height: 0.6rem; color: #000; text-align: center; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.nav .down { display: none; position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .6rem; background-image: url(/uploads/image/timages/n_icon6.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
.nav .down.close { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
.nav .lv2 { display: none; padding: 0 0 .2rem .3rem; }
.nav .lv2 a { font-size: .16rem; line-height: .4rem; font-weight: 400; }

.banner { position: relative; z-index: 1; font-size: 0; }
.banner .slick-active .img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); -webkit-transition: transform 5s linear 0.2s; -moz-transition: transform 5s linear 0.2s; -o-transition: transform 5s linear 0.2s; transition: transform 5s linear 0.2s; }
.banner .img img { height: 3.6rem; object-fit: cover; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s; }
.banner .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: ; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.banner .slick-arrow.slick-prev { left: 3%; background-image: url(/uploads/image/timages/n_icon10.png); }
.banner .slick-arrow.slick-next { right: 3%; background-image: url(/uploads/image/timages/n_icon10_2.png); }
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 0.2rem; left: 50%; z-index: 1; -webkit-transform: translatex(-50%); -moz-transform: translatex(-50%); -o-transform: translatex(-50%); transform: translatex(-50%); }
.banner .slick-dots li { display: inline-block; width: 16px; height: 6px; margin: 0 6px; border-radius: 6px; background: #fff; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.banner .slick-dots li.slick-active { width: 36px; background: #ea9837; }

.search { position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; z-index: 1; width: 70%; max-width: 1000px; margin: 0 0 .4rem; font-size: 0; overflow: hidden; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.search .switch-nav { background: #243ca8; }
.search .switch-nav .switch-tag { display: inline-block; width: 1.2rem; max-width: 20%; font-size: 0.16rem; font-weight: 500; line-height: 0.5rem; color: #fff; text-align: center; letter-spacing: 1px; cursor: pointer; }
.search .switch-nav .switch-tag a{display:block;color:#fff;}
.search .switch-nav .switch-tag.active { background: #3075cd; }
.search .switch-container { padding: .25rem 5.5% .7rem; background: rgba(255, 255, 255, 0.5); }
.search .switch-item h3 { margin: 0 0 .1rem; font-size: 0.24rem; font-weight: 700; line-height: 0.5rem; color: #243ca8; text-align: left; }
.search .form { display: block; }
.search .form .select { width: 1.3rem; height: .5rem; margin: 0 .17rem 0 0; padding: 0 0 0 .13rem; font-size: 0.16rem; font-weight: 500; line-height: normal; color: #444444; text-align: left; background-image: url(/uploads/image/timages/n_icon6.png); background-repeat: no-repeat; background-position: 0.9rem 50%; background-color: #fff; background-size: auto; border-radius: 4px; cursor: pointer; appearance: none; -moz-appearance: none; -webkit-appearance: none; vertical-align: top; }
.search .form .input { width: calc(100% - 1.37rem); height: .5rem; padding: 0 .3rem; font-size: 0.16rem; font-weight: 500; line-height: 0.5rem; color: #333; text-align: left; background: #fff; border-radius: 4px; vertical-align: top; }
.search .form .input::placeholder { color: #999; }
.search .form .input.or1 { width: calc(100% - 2.84rem); }
.search .form .submit { width: 1.2rem; height: .5rem; margin: 0 0 0 .17rem; font-size: 0.2rem; font-weight: 500; line-height: 0.48rem; color: #fff; text-align: center; background-image: linear-gradient(0deg, #243ca8, #4d6ae9); border-radius: 4px; }
.search .form .submit .icon { display: inline-block; vertical-align: middle; width: .3rem; height: .3rem; margin: 0 0 .05rem; background-image: url(/uploads/image/timages/n_icon9.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }

.switch-container .switch-item { display: none; }
.switch-container .switch-item.active { display: block; }

.column { margin: .32rem 0 .35rem; }
.column h3 { display: inline-block; font-size: 0.24rem; font-weight: 700; line-height: 0.55rem; color: #000; text-align: left; border-bottom: 4px solid #243ca8; letter-spacing: 1px; }

.more { font-size: 0.14rem; font-weight: 500; line-height: 0.55rem; color: #999; text-align: left; letter-spacing: 1px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.more:hover { color: #243ca8; letter-spacing: 3px; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left; }
.title:hover { color: #243ca8; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #666; text-align: left; }

.date { display: inline-block; font-size: 0.16rem; font-weight: 500; line-height: 0.25rem; color: #666; text-align: left; }
.date p:first-child { font-size: .3rem; font-weight: 700; line-height: .35rem; color: #243ca8; }

.date2 { width: 65px; font-size: 0.14rem; font-weight: 500; line-height: 0.27rem; color: #3075cd; text-align: center; border: 1px solid #3075cd; border-radius: 3px; }
.date2 p:first-child { font-size: .2rem; font-weight: 700; line-height: .3rem; color: #fff; background: #3075cd; }

.date3 { padding: 0 0 0 22px; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #243ca8; text-align: left; background-image: url(/uploads/image/timages/n_icon2_2.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.index-news { position: relative; }
.index-news .news-slick { width: 42.85%; }
.index-news .list1 { width: 53.15%; }

.news-slick { font-size: 0; }
.news-slick .img { padding: 75% 0 0; }
.news-slick .img-scale { position: relative; }
.news-slick .title { position: absolute; top: auto; right: auto; bottom: 0; left: auto; z-index: 1; width: 100%; padding: 0 .3rem; color: #fff; line-height: .42rem; background: rgba(0, 0, 0, 0.8); }
.news-slick .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: .34rem; height: .42rem; background-image: ; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.news-slick .slick-arrow.slick-prev { left: 0%; background-image: url(/uploads/image/timages/n_icon7.png); }
.news-slick .slick-arrow.slick-next { right: 0%; background-image: url(/uploads/image/timages/n_icon7_2.png); }
.news-slick .slick-dots { margin: .2rem 0 0; text-align: center; }
.news-slick .slick-dots li { display: inline-block; width: 12px; height: 12px; margin: 0 6px; border-radius: 50%; background: #ccc; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.news-slick .slick-dots li.slick-active { background: #243ca8; }

.list1 li { padding: .20rem 0; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list1 li:first-child { padding-top: 0; }
.list1 li:last-child { padding-bottom: 0; border: none; }
.list1 li:hover { -webkit-transform: translatex(6px); -moz-transform: translatex(6px); -o-transform: translatex(6px); transform: translatex(6px); }
.list1 li:hover .title { color: #243ca8; }
.list1 .text { width: calc(100% - .82rem); }
.list1 .date2 { display: inline-block; }
.list1 .title { display: inline-block; max-width: 100%; margin: 0 0 .05rem; vertical-align: top; }
.list1 .title.new { padding: 0 .5rem 0 0; background-image: url(/uploads/image/timages/n_icon8.png); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto; }

.index-notice { position: relative; }
.index-notice .container > .fl { width: 48.2%; }
.index-notice .container > .fr { width: 48.2%; }
.index-notice .list1 li { padding: .16rem 0 .17rem; }
.index-notice .list1 li:first-child { padding-top: 0; }
.index-notice .list1 li:last-child { padding-bottom: 0; }

.line { position: absolute; top: 0.87rem; right: auto; bottom: auto; left: auto; z-index: -1; width: 100%; height: 4px; background: #e5e5e5; }

.list2 li { padding: .18rem 0 .22rem; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list2 li:first-child { padding-top: 0; }
.list2 li:last-child { padding-bottom: 0; border: none; }
.list2 li:hover { -webkit-transform: translatex(6px); -moz-transform: translatex(6px); -o-transform: translatex(6px); transform: translatex(6px); }
.list2 li:hover .title { color: #243ca8; }
.list2 .title { display: inline-block; max-width: calc(100% - 62px); margin: 0 0 0 4px; line-height: .22rem; vertical-align: top; }
.list2 .title.new { padding: 0 .5rem 0 0; background-image: url(/uploads/image/timages/n_icon8.png); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto; }

.resource-1 { padding: 0 .1rem; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: #fff; text-align: left; border-radius: 4px; background: #243ca8; }

.resource-2 { padding: 0 .1rem; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: #fff; text-align: left; border-radius: 4px; background: #3075cd; }

.footer { margin: .45rem 0 0; padding: .45rem 0; background-image: url(/uploads/image/timages/n_bg1.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.foot-logo { width: 55%; padding: 0 8% 0 0; }
.foot-logo img { max-width: 100%; vertical-align: top; }

.copy { width: 45%; font-size: 0.14rem; font-weight: 500; line-height: 0.35rem; color: #fff; text-align: right; }
.copy .ib { display: inline-block; text-align: left; }

.btn { display: none; position: absolute; top: 50%; right: 3%; bottom: auto; left: auto; z-index: 1; -webkit-transform: translatey(-50%); -moz-transform: translatey(-50%); -o-transform: translatey(-50%); transform: translatey(-50%); }
.btn .nav-btn { display: inline-block; width: 40px; height: 35px; font-size: 0; text-align: right; vertical-align: top; cursor: pointer; }
.btn .nav-btn i { display: inline-block; width: 100%; height: 2px; margin: 12px 0 0; background: #fff; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.btn .nav-btn i:nth-child(1) { margin-top: 0; }
.btn .nav-btn i:nth-child(2) { width: 70%; }
.btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 15px) rotate(45deg); -moz-transform: translate(0, 15px) rotate(45deg); -o-transform: translate(0, 15px) rotate(45deg); transform: translate(0, 15px) rotate(45deg); }
.btn .nav-btn.close i:nth-child(2) { opacity: 0; }
.btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -13px) rotate(-45deg); -moz-transform: translate(0, -13px) rotate(-45deg); -o-transform: translate(0, -13px) rotate(-45deg); transform: translate(0, -13px) rotate(-45deg); }

.section { position: relative; z-index: 2; }

.sidebar { width: 17.2%; margin: -.3rem 0 0; }
.sidebar h1 { position: relative; margin: 0 0 .35rem; font-size: 0.26rem; font-weight: 500; line-height: 0.6rem; color: #fff; text-align: left; text-indent: .3rem; background: #243ca8; }
.sidebar h1 i { display: block; margin: 0 auto; }
.sidebar h1::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: 100%; z-index: 1; width: 0; height: 0; border-top: .3rem solid transparent; border-right: .1rem solid transparent; border-bottom: 0.3rem solid #243ca8; border-left: 0.1rem solid #243ca8; }
.sidebar .lv2-nav li { position: relative; border-bottom: 1px solid #ddd; }
.sidebar .lv2-nav a { display: block; border-left: 4px solid transparent; padding: 0 40px 0 20%; font-size: 0.18rem; font-weight: 500; line-height: 0.6rem; color: #000; text-align: left; background-image: url(/uploads/image/timages/n_icon11_2.png); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto; }
.sidebar .lv2-nav a:hover { color: #243ca8; font-weight: 700; }
.sidebar .lv2-nav li.cur > a { color: #243ca8; font-weight: 700; border-color: #243ca8; background-color: #e9edf3; background-image: url(/uploads/image/timages/n_icon11.png); }

.main { width: 78.5%; margin: .5rem 0 0; }
.main .list1 li { padding: .3rem 0; }
.main .list1 li:first-child { padding-top: 0; }

.position { margin: 0 0 .4rem; border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; margin: 0 0 -1px; font-size: 0.24rem; font-weight: 700; line-height: 0.5rem; color: #000; text-align: left; border-bottom: 3px solid #243ca8; }

.place { font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #999; text-align: left; }
.place a { color: #999; }
.place a:hover { color: #243ca8; }
.place .icon { display: inline-block; width: .25rem; height: .5rem; vertical-align: top; background-image: url(/uploads/image/timages/h_icon9.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.book-list li { position: relative; padding: .22rem 0; font-size: 0; border-bottom: 1px dashed #ccc; }
.book-list li:first-child { padding-top: 0; }
.book-list .img-scale { display: inline-block; vertical-align: top; width: .8rem; }
.book-list .img-scale img { width: 100%; }
.book-list .text { display: inline-block; vertical-align: top; width: calc(100% - .8rem); padding: 0 0 0 .25rem; }
.book-list .title span { font-size: .18rem; font-weight: 700; color: #243ca8; }
.book-list .title strong { margin: 0 0 0 .25rem; }
.book-list .info { margin: .1rem 0 0; }
.book-list .info strong { color: #000; margin: 0 5px 0 0; }

.article .title { margin: 0 0 .1rem; font-size: 0.25rem; font-weight: 700; line-height: 0.38rem; color: #243ca8; text-align: center; }
.article .sub { margin: 0 0 .3rem; padding: 0 0 .2rem; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #999; text-align: center; border-bottom: 1px dashed #ccc; }
.article .sub span { margin: 0 .06rem; }
.article .content { padding: 0 0 .4rem; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #000; text-align: left; }
.article .content p { text-indent: 2em;font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: #000; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .25rem auto; }
.article .content table { max-width: 100%; margin: .25rem auto; }
.article .content table p { text-indent: 0; }
.article .content iframe { max-width: 100%; margin: .25rem auto; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #ccc; }
.article .cont-page a { display: block; padding: 5px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.26rem; color: #666; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.article .cont-page a span { color: #000; font-weight: 700; }
.article .cont-page a:hover { -webkit-transform: translatex(6px); -moz-transform: translatex(6px); -o-transform: translatex(6px); transform: translatex(6px); color: #243ca8; }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(/uploads/image/timages/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(/uploads/image/timages/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(/uploads/image/timages/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconedge { background: url(/uploads/image/timages/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

@media screen and (max-width: 1500px) { .header .container { width: 92%; } }
@media screen and (max-width: 1300px) { html { font-size: 90px; }
  .container { width: 90%; }
  .header { padding: .2rem 0 0; }
  .top-link a { margin: 0 0 0 .1rem; }
  .nav { margin: .1rem 0 0; }
  .nav a { line-height: .45rem; }
  .sidebar .lv2-nav a { font-size: .16rem; padding-left: 10%; }
  .sidebar h1 { font-size: .22rem; } }
@media screen and (max-width: 992px) { .container { width: 80%; }
  .index-news .news-slick { width: 100%; margin: 0 0 .3rem; }
  .index-news .list1 { width: 100%; }
  .index-notice .container > .fl, .index-notice .container > .fr { width: 100%; }
  .header { position: relative; z-index: 10; padding: 0; }
  .header .container { width: 100%; }
  .header .container > .fl { width: 100%; padding: .1rem 4%; }
  .header .container > .fr { width: 100%; padding: 3px 4%; background: #001368; }
  .header.fixed .nav { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  .logo { position: relative; }
  .logo img { height: auto; max-width: 80%; }
  .nav { position: absolute; top: 100%; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: calc(100vh - 1.04rem); margin: 0; padding: .35rem 5%; overflow-x: hidden; border-radius: 0; background: #fff; visibility: hidden; opacity: 0; -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -o-transform: scale(0.95); transform: scale(0.95); -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
  .nav li { display: block; width: 100%; margin: 0; border-bottom: 1px solid #a1a1a1; }
  .nav li a { font-size: 18px; line-height: .6rem; text-indent: .1rem; text-align: left; color: #222 !important; border: none !important; background: none !important; }
  .nav .down { display: block; }
  .btn { display: block; }
  .sidebar { width: 100%; margin: .3rem 0 0; }
  .sidebar h1 { display: block; position: relative; padding: 0 20px; margin: 0; line-height: 50px; text-indent: 0; text-align: left; }
  .sidebar h1 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 55px; height: 50px; background-image: url(/uploads/image/timages/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
  .sidebar h1::after { display: none; }
  .sidebar .lv2-nav { display: none; }
  .sidebar .lv2-nav li { border-radius: 0; }
  .sidebar .lv2-nav li.cur { background: #3a6fb1; }
  .sidebar .lv2-nav a { text-align: left; padding-left: .3rem; }
  .main { width: 100%; margin: .3rem 0 0; } }
@media screen and (max-width: 768px) { html { font-size: 80px; }
  .container { width: 92%; }
  .banner .slick-arrow, .banner .slick-dots { display: none; }
  .search { width: 92%; }
  .search .switch-container { padding: .15rem 3% .4rem; background: #f2f2f2; }
  .search .form .input { padding: 0 .1rem; }
  .top-link { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .top-link a { margin: 0 4px; }
  #loading .loading-img { background-size: 80%; } }
@media screen and (max-width: 450px) { 
  .search .form .submit { width: .6rem; margin: 0 0 0 .07rem; font-size: 0; }
  .search .form .select { margin: 0 0 .15rem; background-position: 90% 50%; background-size: .12rem; }
  .search .form .input { width: calc(100% - .72rem) !important; } 
  .foot-logo { width:98%; }
  .copy { width:98%;  float: none; text-align: center;}
}


#list-page {font-family: arial; text-align: center; margin: 25px 0 30px !important; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a {font-size: 14px; 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: 7px 9px; border: 1px solid #aaa; border-radius: 2px; color: #428bca;}
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {background: #0167af; font-weight: bold; color: #fff; border-color: #0167af;}
#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: 2px; width: 40px; height: 30px; line-height: 30px; vertical-align: bottom; }