@charset "UTF-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { font-size: 100px; min-width: 320px; }

body { overflow-x: hidden; }
body.hide { overflow: hidden; }

.overflow { height: 100vh; overflow: hidden; }

.container { width: 90%; max-width: 1600px; margin: 0 auto; font-size: .16rem; }

.pc-hide { display: none; }

.banner { position: relative; z-index: 1; margin: 1.18rem 0 0; }
.banner .img { position: relative; display: block; width: 100%; padding: 34.375% 0 0; overflow: hidden; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: transform 0.4s linear 0s; -moz-transition: transform 0.4s linear 0s; -ms-transition: transform 0.4s linear 0s; -o-transition: transform 0.4s linear 0s; transition: transform 0.4s linear 0s; }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1.06); -moz-transform: scale(1.06); -ms-transform: scale(1.06); -o-transform: scale(1.06); transform: scale(1.06); -webkit-transition: transform 6s linear 0s; -moz-transition: transform 6s linear 0s; -ms-transition: transform 6s linear 0s; -o-transition: transform 6s linear 0s; transition: transform 6s linear 0s; }
.banner .swiper-slide-active img { -webkit-transition: transform 6s linear 1.4s; -moz-transition: transform 6s linear 1.4s; -ms-transition: transform 6s linear 1.4s; -o-transition: transform 6s linear 1.4s; transition: transform 6s linear 1.4s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .arrow { position: absolute; top: calc(50% - .3rem); right: auto; bottom: auto; left: auto; z-index: 1; width: .46rem; height: .6rem; opacity: .2; -webkit-transition: opacity 0.36s linear 0s; -moz-transition: opacity 0.36s linear 0s; -ms-transition: opacity 0.36s linear 0s; -o-transition: opacity 0.36s linear 0s; transition: opacity 0.36s linear 0s; background-image: url("../images/x_icon1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(0, 0, 0, 0.4); background-size: auto; cursor: pointer; border-radius: 5px; }
.banner .arrow.swiper-prev { left: 2%; }
.banner .arrow.swiper-next { right: 2%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .swiper-pagination { bottom: .3rem; }
.banner .swiper-pagination .swiper-pagination-bullet { width: auto; height: auto; padding: 3px; margin: 0 8px; border-radius: 50%; border: 2px solid transparent; background: none; -webkit-transition: all 0.15s ease-out 0s; -moz-transition: all 0.15s ease-out 0s; -ms-transition: all 0.15s ease-out 0s; -o-transition: all 0.15s ease-out 0s; transition: all 0.15s ease-out 0s; }
.banner .swiper-pagination .swiper-pagination-bullet::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; border-radius: 50%; background: #fff; box-shadow: 0 0 6px 0 #818181; -webkit-transition: all 0.15s ease-out 0s; -moz-transition: all 0.15s ease-out 0s; -ms-transition: all 0.15s ease-out 0s; -o-transition: all 0.15s ease-out 0s; transition: all 0.15s ease-out 0s; }
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { border-color: #0061b6; }
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after { width: 12px; height: 12px; background: #0061b6; }
.banner:hover .arrow { opacity: .8; }

.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: .2rem 0; background: #0061b6; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4); }
.header .container { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; -webkit-transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s; -moz-transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s; -ms-transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s; -o-transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s; transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s; }
.header .right-box { display: flex; flex-wrap: wrap; justify-content: flex-end; width: 62%; }
.header.inset { position: relative; }
.header.show .container { opacity: 1; -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); transform: translateY(0%); }

.logo img { max-height: .78rem; }

.top-link { font-size: 0.14rem; font-weight: 500; line-height: 0.34rem; color: #fff; text-align: left; }
.top-link a { color: #fff; }
.top-link span { margin: 0 .18rem; }

.nav { display: flex; justify-content: space-between; width: 100%; text-align: right; white-space: nowrap; user-select: none; -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; -ms-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; }
.nav li { position: relative; }
.nav li > a::after { display: block; content: ""; box-sizing: border-box; width: 0; height: 2px; margin: 0 auto; background: #fff; border-radius: 2px; -webkit-transition: all 0.36s ease-out 0s; -moz-transition: all 0.36s ease-out 0s; -ms-transition: all 0.36s ease-out 0s; -o-transition: all 0.36s ease-out 0s; transition: all 0.36s ease-out 0s; }
.nav li a { position: relative; display: block; font-size: 0.18rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: center; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.nav li:hover > a::after { width: 100%; }
.nav li:hover .lv2 { display: block; animation: flipInY .6s; -ms-animation: flipInY .6s; }
.nav li:last-child > a { padding-right: 0; }
.nav .lv2 { display: none; position: absolute; top: calc(100% + 11px); right: auto; bottom: auto; left: calc(50% - .75rem); z-index: 1; width: 1.5rem; padding: .08rem 0 .12rem; background: #fff; border-radius: 2px; transform-origin: 50% 10%; -ms-transform-origin: 50% 10%; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); }
.nav .lv2 a { padding: .12rem 5px; font-size: .15rem; line-height: .18rem; font-weight: 400; color: #333; }
.nav .lv2 a:hover { color: #fff; background: #0061b6; }
.nav .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 11px; overflow: hidden; }
.nav .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 10px; height: 10px; 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); }

.pad-btn { display: flex; align-items: center; font-size: 0; }
.pad-btn .search-btn { position: relative; z-index: 5; display: inline-block; width: .34rem; height: .34rem; background-image: url(../images/x_icon2_1.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.pad-btn .nav-btn { display: none; position: relative; z-index: 5; width: 32px; margin: 0 0 0 .2rem; vertical-align: middle; cursor: pointer; }
.pad-btn .nav-btn i { display: block; height: 2px; margin: 8px 0; background: #fff; -webkit-transition: all 0.25s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -moz-transition: all 0.25s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -ms-transition: all 0.25s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -o-transition: all 0.25s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; transition: all 0.25s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; }
.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(2) { opacity: 0; }
.pad-btn .nav-btn.close i:nth-child(3) { -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); }

#mask { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background: rgba(0, 0, 0, 0.3); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s linear 0.4s; -moz-transition: all 0.3s linear 0.4s; -ms-transition: all 0.3s linear 0.4s; -o-transition: all 0.3s linear 0.4s; transition: all 0.3s linear 0.4s; }
#mask::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 30%; opacity: 0; background: rgba(0, 0, 0, 0.4); content: ""; -webkit-transition: all 0.3s linear 0.2s; -moz-transition: all 0.3s linear 0.2s; -ms-transition: all 0.3s linear 0.2s; -o-transition: all 0.3s linear 0.2s; transition: all 0.3s linear 0.2s; }
#mask .search-box { position: absolute; top: 40%; right: auto; bottom: auto; left: 0; z-index: 10; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 100%; padding: .2rem 0; overflow: hidden; }
#mask .search-box .form { position: relative; background: #fff; white-space: nowrap; padding: .2rem .18rem; width: 8rem; opacity: 0; -webkit-transition: all 0.42s linear 0s; -moz-transition: all 0.42s linear 0s; -ms-transition: all 0.42s linear 0s; -o-transition: all 0.42s linear 0s; transition: all 0.42s linear 0s; box-shadow: 0 0 2px 0 #ccc; border-radius: 4px; -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); }
#mask .search-box .input { width: calc(100% - .55rem); height: .55rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.16rem; font-weight: 500; line-height: 0.55rem; color: #333; text-align: left; border: 1px solid #cbdef0; border-radius: .1rem; }
#mask .search-box .submit { width: .5rem; height: .55rem; vertical-align: top; background-image: url("../images/search1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
#mask .search-box .close { width: .55rem; height: .55rem; margin-left: .5rem; cursor: pointer; -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); -webkit-transition: all 0.42s linear 0s; -moz-transition: all 0.42s linear 0s; -ms-transition: all 0.42s linear 0s; -o-transition: all 0.42s linear 0s; transition: all 0.42s linear 0s; }
#mask .search-box .close .line { display: block; width: 100%; height: 2px; }
#mask .search-box .close .line i { display: block; width: 100%; height: 2px; background: #fff; }
#mask .search-box .close .line.l1 { -webkit-transform: translate(0, 25px) rotate(45deg); -moz-transform: translate(0, 25px) rotate(45deg); -ms-transform: translate(0, 25px) rotate(45deg); -o-transform: translate(0, 25px) rotate(45deg); transform: translate(0, 25px) rotate(45deg); }
#mask .search-box .close .line.l2 { -webkit-transform: translate(0, 23px) rotate(135deg); -moz-transform: translate(0, 23px) rotate(135deg); -ms-transform: translate(0, 23px) rotate(135deg); -o-transform: translate(0, 23px) rotate(135deg); transform: translate(0, 23px) rotate(135deg); }
#mask .search-box .close:hover .line.l1 i { animation: line-ani1 .5s ease-in-out .3s; }
#mask .search-box .close:hover .line.l2 i { animation: line-ani1 .5s ease-in-out .5s; }
#mask.show { opacity: 1; visibility: visible; -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; }
#mask.show::after { opacity: 1; height: 100%; -webkit-transition: all 0.45s linear 0s; -moz-transition: all 0.45s linear 0s; -ms-transition: all 0.45s linear 0s; -o-transition: all 0.45s linear 0s; transition: all 0.45s linear 0s; }
#mask.show .search-box .form { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); transition-delay: .2s; -ms-transition-delay: .2s; }
#mask.show .search-box .close { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); transition-delay: .2s; -ms-transition-delay: .2s; }

@keyframes line-ani1 { 0% { width: 0%; }
  100% { width: 100%; } }
.mobile-box { display: none; position: fixed; top: 70px; right: auto; bottom: auto; left: 100%; z-index: 1; width: 100%; height: calc(100vh - 70px); padding: .15rem 4% .4rem; background-image: url("../images/x_bg4.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: #fefefe; background-size: 100%; -webkit-transition: all 0.48s ease-in 0s; -moz-transition: all 0.48s ease-in 0s; -ms-transition: all 0.48s ease-in 0s; -o-transition: all 0.48s ease-in 0s; transition: all 0.48s ease-in 0s; transform-origin: 100% 0%; -ms-transform-origin: 100% 0%; -webkit-transform: skew(14deg); -moz-transform: skew(14deg); -ms-transform: skew(14deg); -o-transform: skew(14deg); transform: skew(14deg); opacity: 0; visibility: hidden; }
.mobile-box .nav { display: block; width: 100%; height: calc(100% - 1.2rem); padding: 0 0 .2rem; }
.mobile-box .nav ul { display: block; height: 100%; overflow-y: auto; }
.mobile-box .nav li { position: relative; width: 100%; border-bottom: 1px solid #ddd; }
.mobile-box .nav li a { color: #323232; font-weight: 500; padding: 0 .1rem; line-height: .56rem !important; text-align: left; }
.mobile-box .nav li .down-icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .56rem; height: .56rem; background-image: url(../images/down.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.mobile-box .nav li .down-icon.close { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
.mobile-box .nav li > a { font-size: .2rem; }
.mobile-box .nav li .lv2 { display: none; position: static; opacity: 1; width: 100%; padding: 0 0 12px 30px; background: none; box-shadow: none; transition: none; border: none; visibility: visible; }
.mobile-box .nav li .lv2 .tri { display: none; }
.mobile-box .nav li .lv2 a { line-height: .4rem !important; }
.mobile-box .nav li .lv2::before { display: none; }
.mobile-box .mobile-search { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 100%; margin: .15rem auto; overflow: hidden; }
.mobile-box .mobile-search .form { display: flex; width: 100%; border: 1px solid #0061b6; border-radius: 2px; overflow: hidden; }
.mobile-box .mobile-search .input { width: calc(100% - .5rem); height: .5rem; margin: 0 .1rem 0 0; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.17rem; font-weight: 500; line-height: 0.5rem; color: #333; text-align: left; background: #fff; }
.mobile-box .mobile-search .submit { width: .7rem; height: .5rem; vertical-align: top; background-image: url("../images/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #0061b6; background-size: auto; }
.mobile-box .top-link { position: static; padding: 0; background: none; text-align: center; }
.mobile-box .top-link a { color: #0061b6; font-size: 16px; text-align: center; }
.mobile-box .top-link2 { margin: 0 .2rem; }
.mobile-box.show { left: 0; opacity: 1; visibility: visible; -webkit-transform: skew(0deg); -moz-transform: skew(0deg); -ms-transform: skew(0deg); -o-transform: skew(0deg); transform: skew(0deg); }

.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; }

.tt6 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; }

.img-scale { display: block; overflow: hidden; }
.img-scale img { display: none; width: 100%; height: auto; -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; }
.img-scale .img-frame { overflow: hidden; }
.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; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }
.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); }

.column { position: relative; width: 100%; margin: .35rem 0 .25rem; }
.column h3 { position: relative; z-index: 2; display: inline-block; font-size: 0.32rem; font-weight: 500; line-height: 0.7rem; color: #333; text-align: left; }
.column h3::after { display: block; content: ""; box-sizing: border-box; width: .6rem; height: 3px; background: #0061b6; }
.column .more { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 2; }

.more { display: block; font-size: 0.16rem; font-weight: 500; line-height: 0.7rem; color: #666; text-align: left; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; overflow: hidden; }
.more:hover { color: #0061b6; font-weight: 700; }

.title { font-size: 0.18rem; font-weight: 500; line-height: 0.55rem; color: #000; text-align: left; }

.date { font-family: Arial, Helvetica, sans-serif; font-size: 0.16rem; font-weight: 500; line-height: 0.55rem; color: #666; text-align: left; }

.date1 { position: relative; display: inline-block; vertical-align: top; width: 68px; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 0.12rem; font-weight: 500; line-height: 0.27rem; color: #fff; text-align: center; background: #0061b6; }
.date1 p:first-child { font-size: .26rem; line-height: .4rem; font-weight: 700; }
.date1 p:first-child::after { display: block; content: ""; box-sizing: border-box; width: 30px; height: 1px; margin: 0 auto; background: rgba(255, 255, 255, 0.4); }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #666; text-align: justify; }

.list1 { font-size: 0; }
.list1 li { display: -ms-flexbox; display: flex; justify-content: space-between; border-bottom: 1px solid #e6e6e6; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list1 li:last-child { border: none; }
.list1 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list1 li:hover .title, .list1 li:hover .date { color: #0061b6; }
.list1 .title { width: calc(100% - 105px); }

.list2 li:first-child .box { padding-top: 0; }
.list2 li:last-child .box { padding-bottom: 0; }
.list2 .box { position: relative; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: .23rem 0; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list2 .box:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list2 .box:hover .title { color: #0061b6; }
.list2 .text { display: inline-block; vertical-align: top; width: calc(100% - 68px); padding: 0 0 0 .18rem; }
.list2 .title { line-height: .3rem; max-height: .6rem; }

.list3 a { display: flex; justify-content: space-between; align-items: center; margin: 0 0 .15rem; padding: .2rem .24rem; box-shadow: 0 0 8px 0 #ccc; }
.list3 a:hover .icon.dqgz { background-color: #0b8151; background-image: url(../images/x_icon5_2.png); }
.list3 a:hover .icon.llyd { background-color: #88b2d8; background-image: url(../images/x_icon7_2.png); }
.list3 .icon { width: 45px; height: 45px; background-repeat: no-repeat; background-position: 50% 50%; background-color: #edf1f5; background-size: auto; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list3 .icon.dqgz { background-image: url(../images/x_icon5_1.png); background-position: 49% 49%; }
.list3 .icon.llyd { background-image: url(../images/x_icon7_1.png); }
.list3 .text { width: calc(100% - .6rem); }
.list3 .text .info { margin: 5px 0 0; }
.list3 .date { line-height: .3rem; }
.list3 .date span { margin-right: .1rem; font-family: 'NSimSun'; font-size: .3rem; font-weight: 700; color: #0061b6; }

.slide-box .column .more { display: none; }
.slide-box .column .more.on { display: block; }
.slide-box .slide-item { display: none; }
.slide-box .slide-item.on { display: block; }

.index-layer1 { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.index-layer1 .left-box { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; width: 72.1875%; }
.index-layer1 .left-box .news-swiper1 { width: 47.6%; }
.index-layer1 .left-box .list1 { width: 50.2%; }
.index-layer1 .left-box .list1 li:first-child { flex-direction: column; padding: 0 0 .12rem; }
.index-layer1 .left-box .list1 li:first-child .title { width: 100%; font-size: .24rem; line-height: .32rem; }
.index-layer1 .left-box .list1 li:first-child .date { text-align: right; line-height: .17rem; }
.index-layer1 .right-box { width: 24.6875%; }

.index-layer2 { position: relative; z-index: 1; margin: .4rem 0 0; padding: .1rem 0 0; }
.index-layer2::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; height: 3.95rem; max-height: 100%; background-image: url("../images/x_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; content: ""; }
.index-layer2 .column { margin-bottom: .13rem; }
.index-layer2 .column h3 { color: #fff; }
.index-layer2 .column h3::after { display: none; }
.index-layer2 .column .more { color: #fff; }
.index-layer2 .wrapper { position: relative; height: 3.1rem; padding: .4rem .55rem .4rem .35rem; background: #fff; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22); }
.index-layer2 .wrapper::after { position: absolute; top: auto; right: 0.32rem; bottom: 0.38rem; left: auto; z-index: 1; width: .9rem; height: .5rem; border-right: 1px solid #0061b6; border-bottom: 2px solid #0061b6; content: ""; }
.index-layer2 .tag-box { position: absolute; top: auto; right: auto; bottom: 100%; left: 2.5rem; z-index: 1; display: -ms-flexbox; display: flex; }
.index-layer2 .tag-box .slide-tag { position: relative; min-width: 1.15rem; padding: 0 .15rem; font-size: 0.18rem; font-weight: 500; line-height: 0.48rem; color: #fff; text-align: center; cursor: pointer; }
.index-layer2 .tag-box .slide-tag:last-child::after { display: none; }
.index-layer2 .tag-box .slide-tag::after { position: absolute; top: calc(50% - .1rem); right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 1px; height: .2rem; background: rgba(255, 255, 255, 0.3); }
.index-layer2 .tag-box .slide-tag.on { font-weight: 700; color: #0061b6; background: #f4f4f4; }
.index-layer2 .list1 { width: 40%; }
.index-layer2 .list1 li { border: none; padding: 0 !important; }
.index-layer2 .list1 .title { width: 100%; line-height: .46rem; }
.index-layer2 .list1 .title::before { display: inline-block; content: ""; width: 5px; height: 5px; margin: 0 .12rem 2px 0; background: #0061b6; }
.index-layer2 .content { position: relative; z-index: 2; width: 55%; display: -ms-flexbox; display: flex; justify-content: space-between; }
.index-layer2 .content .img { width: 2rem; }
.index-layer2 .content .img img { width: 100%; height: 2.2rem; object-fit: cover; }
.index-layer2 .content .text { width: calc(100% - 2.35rem); font-size: 0.16rem; font-weight: 500; line-height: 0.36rem; color: #333; text-align: justify; text-indent: 2em; }
.index-layer2 .content .text p { max-height: 1.8rem; }
.index-layer2 .content a { display: inline-block; color: #0061b6; background: #fff; text-indent: 0; }
.index-layer2 .content a:hover { text-decoration: underline; }

.index-layer3 { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 0 .35rem; }
.index-layer3 .left-box { width: 48.4%; }
.index-layer3 .right-box { width: 48.4%; }
.index-layer3 .list1 { margin: -.05rem 0 0; }
.index-layer3 .list1 li { border: none; }
.index-layer3 .list1 .title { width: calc(100% - 1.3rem); line-height: .48rem; }
.index-layer3 .list1 .date { color: #0061b6; line-height: .48rem; }

.index-layer4 { padding: 1px 0 0; background-image: url("../images/x_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.index-layer4 .column { text-align: center; font-size: 0; }
.index-layer4 .column h3 { color: #666; cursor: pointer; }
.index-layer4 .column h3::after { width: 0; margin: 0 auto; -webkit-transition: all 0.22s ease-out 0s; -moz-transition: all 0.22s ease-out 0s; -ms-transition: all 0.22s ease-out 0s; -o-transition: all 0.22s ease-out 0s; transition: all 0.22s ease-out 0s; }
.index-layer4 .column h3.on { color: #0061b6; }
.index-layer4 .column h3.on::after { width: .6rem; }
.index-layer4 .column .line { display: inline-block; vertical-align: top; width: 1px; height: .32rem; margin: .2rem .3rem 0; background: #c4c4c4; }

.index-layer5 { position: relative; z-index: 1; padding: .1rem 0 0; background-image: url("../images/x_bg4.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100%; }
.index-layer5 .group1 .column { text-align: center; font-size: 0; }
.index-layer5 .group1 .column h3 { color: #666; cursor: pointer; }
.index-layer5 .group1 .column h3::after { width: 0; margin: 0 auto; -webkit-transition: all 0.22s ease-out 0s; -moz-transition: all 0.22s ease-out 0s; -ms-transition: all 0.22s ease-out 0s; -o-transition: all 0.22s ease-out 0s; transition: all 0.22s ease-out 0s; }
.index-layer5 .group1 .column h3.on { color: #0061b6; }
.index-layer5 .group1 .column h3.on::after { width: .6rem; }
.index-layer5 .group1 .column .line { display: inline-block; vertical-align: top; width: 1px; height: .32rem; margin: .2rem .3rem 0; background: #c4c4c4; }
.index-layer5 .group2 .column { text-align: center; }
.index-layer5 .group2 .column h3::after { margin: 0 auto; }
.index-layer5 .group3 { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: flex-start; padding: .8rem 0; }
.index-layer5 .group3 .column { margin-top: .1rem; }
.index-layer5 .group3 .column h3::after { margin: 0 auto; }
.index-layer5 .group3 .left-box { position: relative; display: block; width: 46.6%; }
.index-layer5 .group3 .left-box::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; width: 100%; height: 70%; content: ""; background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent); }
.index-layer5 .group3 .left-box .img { padding: 3.95rem 0 0; }
.index-layer5 .group3 .left-box .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 3; width: 100%; padding: 0 8% .25rem; }
.index-layer5 .group3 .left-box .text .title { color: #fff; font-weight: 700; line-height: .5rem; }
.index-layer5 .group3 .left-box .text .title::before { display: block; content: ""; box-sizing: border-box; width: .55rem; height: 4px; background: #0b8151; }
.index-layer5 .group3 .left-box .text .icon { font-size: .16rem; line-height: 30px; color: #fff; padding: 0 0 0 30px; background-image: url("../images/x_icon9.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.index-layer5 .group3 .right-box { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; width: 50.6%; }
.index-layer5 .group3 .media-list { width: calc(100% - 2.1rem); }
.index-layer5 .group3 .QR-code { width: 1.3rem; background: #0061b6; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2); }
.index-layer5 .group3 .QR-code img { width: 1.2rem; height: 1.2rem; border: .05rem solid #fff; }
.index-layer5 .group3 .QR-code p { font-size: 0.14rem; font-weight: 500; line-height: 0.33rem; color: #fff; text-align: center; }

.ptjs-box { margin: .07rem 0 0; }

.ptjs-tag { position: relative; z-index: 2; width: 40%; margin: .15rem 0 0; }
.ptjs-tag li { position: relative; height: .6rem; display: -ms-flexbox; display: flex; align-items: center; margin: .1rem 0 0; padding: 0 .28rem; background: #e4e4e4; cursor: pointer; -webkit-transition: all 0.36s ease-out 0s; -moz-transition: all 0.36s ease-out 0s; -ms-transition: all 0.36s ease-out 0s; -o-transition: all 0.36s ease-out 0s; transition: all 0.36s ease-out 0s; }
.ptjs-tag li:first-child { margin: 0; }
.ptjs-tag li::after { position: absolute; top: calc(50% - 6px); right: auto; bottom: auto; left: 100%; z-index: 1; width: 0; height: 0; border: 6px solid transparent; border-left-color: #0b8151; opacity: 0; content: ""; }
.ptjs-tag li.on { width: 108%; height: .7rem; background: #0b8151; }
.ptjs-tag li.on::after { opacity: 1; }
.ptjs-tag li.on .title { color: #fff; }
.ptjs-tag .title { font-size: .17rem; line-height: .25rem; }

.ptjs-wrapper { position: relative; z-index: 1; width: 60%; height: 3.1rem; padding: .35rem .45rem .3rem .9rem; background: #fff; box-shadow: 5px 3px 6px 0 rgba(0, 0, 0, 0.1); }
.ptjs-wrapper::after { position: absolute; top: auto; right: 0.32rem; bottom: 0.38rem; left: auto; z-index: 1; width: .9rem; height: .5rem; border-right: 1px solid #0061b6; border-bottom: 2px solid #0061b6; content: ""; }
.ptjs-wrapper .ptjs-title { display: none !important; margin: 0 0 .12rem; font-size: 0.19rem; font-weight: 500; line-height: 0.25rem; color: #333 !important; text-align: left; }
.ptjs-wrapper .ptjs-item { font-size: 0; display: none; }
.ptjs-wrapper .ptjs-item.on { display: block; }
.ptjs-wrapper .ptjs-item .img-scale { display: inline-block; vertical-align: top; width: 2.6rem; }
.ptjs-wrapper .ptjs-item .img-scale .img { padding: 70.3% 0 0; }
.ptjs-wrapper .ptjs-item .text { display: inline-block; vertical-align: top; width: calc(100% - 2.6rem); padding: 0 .35rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.34rem; color: #333; text-align: justify; text-indent: 2em; }
.ptjs-wrapper .ptjs-item .text p { max-height: 2.04rem; }
.ptjs-wrapper .ptjs-item a { display: inline-block; color: #0061b6; background: #fff; text-indent: 0; }
.ptjs-wrapper .ptjs-item a:hover { text-decoration: underline; }

.xkjs-list { font-size: 0; margin: 0 0; margin: .35rem 0 0; }
.xkjs-list > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 0; }
.xkjs-list li { position: relative; background: #fff; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.25); }
.xkjs-list li:nth-child(2n) { background: #eee; }
.xkjs-list li::after { position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 1; width: 100%; height: 0; content: ""; background: #0b8151; opacity: 0; }
.xkjs-list a { position: relative; z-index: 2; display: block; padding: .22rem .5rem .36rem; }
.xkjs-list .icon { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; height: .8rem; }
.xkjs-list .icon img { max-height: 100%; }
.xkjs-list .title { margin: 5px 0 6px; font-weight: 700; text-align: center; -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; }
.xkjs-list .info { height: .96rem; line-height: .32rem; -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; }

.media-list li { position: relative; padding: .16rem 0; border-top: 1px solid #e6e6e6; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.media-list li::before { position: absolute; top: -1px; right: auto; bottom: auto; left: 0; z-index: 1; width: 0; height: 1px; background: #0061b6; -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; content: ""; }
.media-list li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.media-list li:hover::before { width: 100%; }
.media-list li:hover .title, .media-list li:hover .date { color: #0061b6; }
.media-list .date { display: -ms-flexbox; display: flex; align-items: center; line-height: .32rem; }
.media-list .date img { margin: 0 0 0 .15rem; }
.media-list .title { line-height: .32rem; }

.news-swiper1 .swiper-slide { position: relative; }
.news-swiper1 .swiper-slide-active .text .title { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.news-swiper1 .img { padding: 4.12rem 0 0; }
.news-swiper1 .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; width: 100%; background: rgba(0, 0, 0, 0.5); }
.news-swiper1 .text .title { padding: 0 140px 0 .2rem; color: #fff; font-weight: 700; line-height: .55rem; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all 0.2s ease-out 0.7s; -moz-transition: all 0.2s ease-out 0.7s; -ms-transition: all 0.2s ease-out 0.7s; -o-transition: all 0.2s ease-out 0.7s; transition: all 0.2s ease-out 0.7s; }
.news-swiper1 .swiper-pagination { width: auto; bottom: .16rem; left: auto; right: 6px; text-align: right; }
.news-swiper1 .swiper-pagination .swiper-pagination-bullet { width: .2rem; height: 5px; margin: 0 0 0 4px; border-radius: 0; background: transparent; border: 1px solid rgba(255, 255, 255, 0.6); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; cursor: pointer; }
.news-swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; border-color: #fff; }

.news-swiper2, .news-swiper3 { position: relative; padding: .1rem 0 0; }
.news-swiper2 .img-frame, .news-swiper3 .img-frame { display: block;     background: #f4f4f4; border: 1px solid #eee; }
.news-swiper2 .img-frame .img, .news-swiper3 .img-frame .img { padding: 64% 0 0; background-size:contain; }
.news-swiper2 .text, .news-swiper3 .text { position: relative; display: block; text-align: right; padding: 0 0 .2rem; }
.news-swiper2 .text::after, .news-swiper3 .text::after { position: absolute; top: auto; right: auto; bottom: 0.12rem; left: calc(50% - 0.58); z-index: 1; width: 1.16rem; height: 1px; background: #0061b6; content: ""; -webkit-transition: all 0.36s ease-out 0s; -moz-transition: all 0.36s ease-out 0s; -ms-transition: all 0.36s ease-out 0s; -o-transition: all 0.36s ease-out 0s; transition: all 0.36s ease-out 0s; }
.news-swiper2 .text .title, .news-swiper3 .text .title { margin: .1rem 0 0; text-align: center; }
.news-swiper2 .text .date, .news-swiper3 .text .date { display: inline-block; padding: 0 0 0 22px; line-height: .26rem; background-image: url("../images/x_icon11.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.news-swiper2 .img-scale:hover .text::after, .news-swiper3 .img-scale:hover .text::after { width: 100%; left: 0; }
.news-swiper2 .img-scale:hover .title, .news-swiper3 .img-scale:hover .title { font-weight: 700; color: #0061b6; }
.news-swiper2 .img-scale:hover .date, .news-swiper3 .img-scale:hover .date { color: #0061b6; }
.news-swiper2 .arrow, .news-swiper3 .arrow { position: absolute; top: calc(50% - .3rem); right: auto; bottom: auto; left: auto; z-index: 1; width: .4rem; height: .6rem; background-image: url("../images/x_icon10.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.news-swiper2 .arrow.swiper-prev, .news-swiper3 .arrow.swiper-prev { left: -.52rem; }
.news-swiper2 .arrow.swiper-next, .news-swiper3 .arrow.swiper-next { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); right: -.52rem; }

.news-swiper4 { position: relative; padding: .1rem 0 0; }
.news-swiper4 .img { padding: 61.25% 0 0; }
.news-swiper4 .arrow { position: absolute; top: calc(50% - .3rem); right: auto; bottom: auto; left: auto; z-index: 1; width: .4rem; height: .6rem; background-image: url("../images/x_icon10.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.news-swiper4 .arrow.swiper-prev { left: -.52rem; }
.news-swiper4 .arrow.swiper-next { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); right: -.52rem; }

.footer { position: relative; z-index: 2; background: #0061b6; }

.foot-link { position: relative; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; }
.foot-link .tips { font-size: 0.18rem; font-weight: 500; line-height: 0.5rem; color: #fff; text-align: left; }
.foot-link .tips::after { display: inline-block; width: 0; height: 0; margin: 0 .15rem 1px .12rem; border: 5px solid transparent; border-left-color: #fff; content: ""; }
.foot-link .link-box { position: relative; z-index: 1; width: calc((100% - 130px) / 4); background: rgba(255, 255, 255, 0.1); cursor: pointer; }
.foot-link .link-box p { position: relative; padding: 0 .3rem 0 .18rem; font-size: 0.16rem; font-weight: 500; line-height: 0.5rem; color: #fff; text-align: left; }
.foot-link .link-box p::after { position: absolute; top: 0.17rem; right: 0.17rem; bottom: auto; left: auto; z-index: 1; content: ""; width: 16px; height: 10px; background-image: url("../images/x_icon12.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.foot-link ul { display: none; position: absolute; top: auto; right: auto; bottom: 100%; left: 0; z-index: 1; width: 100%; max-height: 2.15rem; border-radius: 2px; background: #fff; box-shadow: 0 -0.06rem 0.08rem 0 rgba(0, 0, 0, 0.2); overflow-y: auto; }
.foot-link ul::-webkit-scrollbar { width: 6px; }
.foot-link ul::-webkit-scrollbar-thumb { border-radius: 5px; background: #0061b6; }
.foot-link ul::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.1); }
.foot-link ul a { display: block; padding: .1rem .15rem; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #393939; text-align: left; border-bottom: 1px solid #e3e3e3; -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; }
.foot-link ul a:hover { color: #0061b6; font-weight: 700; }

.copy { padding: .27rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; }
.copy a { color: #fff; }
.inline-block { display: inline-block; }

.index-main { position: relative; z-index: 2; -webkit-transform: translateY(1rem); -moz-transform: translateY(1rem); -ms-transform: translateY(1rem); -o-transform: translateY(1rem); transform: translateY(1rem); opacity: 0; background-image: url("../images/x_bg4.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100%; -webkit-transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s; -moz-transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s; -ms-transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s; -o-transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s; transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s; }
.index-main.show { opacity: 1; -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); transform: translateY(0%); }

.decoration { position: relative; padding: 3.5rem 0 0; margin: 1.18rem 0 0; overflow: hidden; }
.decoration img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.sidebar { position: relative; z-index: 3; width: 18%; min-width: 2.3rem; margin: -.4rem 0 .4rem; }
.sidebar h3 { font-size: 0.28rem; font-weight: 500; line-height: 0.9rem; color: #fff; text-align: center; background: #0061b6; border-bottom: 4px solid #f79f2c; }
.sidebar h3 i { display: block; margin: 0 auto; }
.sidebar h3 i.close { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
.sidebar .lv2-nav { padding: 0 0.2rem 0.6rem; background: #f4f8fb; }
.sidebar .lv2-nav li { position: relative; padding: 0.15rem 0.3rem .15rem .2rem; border-top: 1px dashed #fff; border-bottom: 1px dashed #ccc; }
.sidebar .lv2-nav li:first-child { border-top: none; }
.sidebar .lv2-nav li.cur > a { color: #0061b6; font-weight: 700; }
.sidebar .lv2-nav li.cur .lv3 { display: block; }
.sidebar .lv2-nav li:last-child { border-bottom: none; }
.sidebar .lv2-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .3rem; height: .6rem; background-image: url(../images/down.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
.sidebar .lv2-nav .down.close { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
.sidebar .lv2-nav a { display: block; font-size: 0.18rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: left; }
.sidebar .lv2-nav .lv3 { display: none; padding: .1rem 0 .1rem .12rem; }
.sidebar .lv2-nav .lv3 a { padding: .05rem 0; font-size: 0.15rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left; }
.sidebar .lv2-nav .lv3 a:hover { color: #0061b6; }
.sidebar .lv2-nav .lv3 a.cur { color: #0061b6; font-weight: 700; }

.main { width: 77.85%; max-width: calc(100% - 2.55rem); min-height: 5rem; margin: .20rem 0 .4rem; }
.main .list1 { margin: .2rem 0 0; }
.main .list1 li { position: relative; border-bottom: 1px dashed #ddd; }
.main .list1 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #0061b6; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; }
.main .list1 li:hover::after { width: 100%; }
.main .list1 .title { line-height: .65rem; }
.main .list1 .title::before { display: inline-block; content: ""; width: 6px; height: 6px; border-radius: 50%; margin: 0 .12rem 2px 0; background: #0061b6; }
.main .list1 .date { line-height: .65rem; }
.main .list3 li { display: flex; justify-content: space-between; align-items: center; padding: .16rem 0; border-bottom: 1px dashed #ddd; }
.main .list3 a { width: calc(100% - 1.3rem); padding: 0; margin: 0; box-shadow: none; }
.main .list3 .info { display: inline-block; margin: 0; padding: 2px .35rem 0 .29rem; line-height: .36rem; background-repeat: no-repeat; background-position: -2px 50%; background-color: transparent; background-size: auto; }
.main .list3 .info.bgr { background-image: url(../images/x_icon4_1.png); }
.main .list3 .info.sj { background-image: url(../images/x_icon4_2.png); }
.main .list3 .info.dz { background-image: url(../images/x_icon4_3.png); }
.main .list3 .date2 span { margin-right: .1rem; font-family: 'NSimSun'; font-size: .34rem; font-weight: 700; color: #0061b6; }

.position { margin: 0 0 .05rem; border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; margin: 0 0 -1px; font-size: 0.26rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: left; border-bottom: 3px solid #0061b6; }

.place { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #808080; text-align: left; padding: .13rem 0 .13rem .25rem; background-image: url(../images/home.png); background-repeat: no-repeat; background-position: 0 .15rem; background-color: transparent; background-size: auto; }
.place a { color: #808080; }
.place a:hover { color: #0061b6; }
.place a:last-child { color: #0061b6; font-weight: 700; }

.lv4-nav { font-size: 0; margin: .3rem 0 0; border-bottom: 1px solid #0061b6; }
.lv4-nav a { display: inline-block; vertical-align: top; margin: 0 .2rem 0 0; padding: 0 .35rem; font-size: 0.18rem; font-weight: 500; line-height: 0.48rem; color: #000; text-align: center; }
.lv4-nav a.cur { color: #fff !important; background: #0061b6; }
.lv4-nav a:hover { color: #0061b6; }

.teach-department { margin: .3rem 0; padding: 0 .2rem; font-size: 0.18rem; font-weight: 700; line-height: 0.5rem; color: #0061b6; text-align: left; background: #e1eaf1; }

.teach-list { font-size: 0; margin: 0 -0.2rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 16.6666666667%; padding: 0 0.2rem; }
.teach-list li { margin: .32rem 0 0; }
.teach-list li .box { border-bottom: 1px solid #0061b6; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.teach-list li .box:hover { box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.2); }
.teach-list li .box:hover .title { font-weight: 700; }
.teach-list .img-scale { border-bottom: none; }
.teach-list .img-scale .img { padding: 133.89% 0 0; background-repeat: no-repeat; background-position: 50% 50%; background-color: #f5f5f5; background-size: cover; }
.teach-list .text { padding: 0 .1rem; background: #fff; text-align: center; }
.teach-list .title { line-height: .45rem; text-align: center; }

.news-list li { padding: .25rem .2rem; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.news-list li:hover { box-shadow: 0.1rem 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.15); background: #fff; }

.news-list .img-scale { display: inline-block; vertical-align: top; width: 2.4rem; }
.news-list .img-scale .img { padding: 66.666% 0 0; }
.news-list .text { width: calc(100% - 2.6rem); padding: .07rem 0 0; }
.news-list .title { width: 100%; font-size: .18rem; line-height: .3rem; font-weight: 700; }
.news-list .title::before { display: none; margin: 0; }
.news-list .title:hover { color: #0061b6; font-weight: 700; }
.news-list .info { margin: .1rem 0 0; }
.news-list .date { margin: .1rem 0 0; line-height: .3rem; }
.news-list .date span { margin-right: .1rem; font-family: 'NSimSun'; font-size: .3rem; font-weight: 700; color: #0061b6; }

.article { padding: .4rem 0; }
.article .title { font-size: 0.26rem; font-weight: 500; line-height: 0.35rem; color: #000; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #000; 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: .05rem 0 0; padding: .15rem 0 .25rem; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #868686; text-align: center; border-bottom: 1px dashed #ddd; }
.article .content { padding: .3rem 0 .2rem; font-size: 0.18rem; font-weight: 500; line-height: 220%; color: #333; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .3rem; }
.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: .2rem auto; }
.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: .2rem auto; }
.article .cont-page { padding: .3rem .35rem .34rem; border: 1px solid #DFDFDF; border-top: 3px solid #0061b6; background: #fff; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.17rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: left; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s 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: #0061b6; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; content: ""; }
.article .cont-page a:hover { text-decoration: none; color: #0061b6; }
.article .cont-page a:hover span::after { width: 100%; }
.article.about { padding-left: 0; padding-right: 0; }
.article.about .title { margin: 0 0 .25rem; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }
.article .table-box { overflow-x: auto; }

#to-top { position: fixed; top: auto; right: -1rem; bottom: 30%; left: auto; z-index: 20; width: .55rem; height: .55rem; border-radius: 2px; background-image: url(../images/toTop.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #0b8151; background-size: auto; cursor: pointer; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5); opacity: .8; -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; -ms-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; }
#to-top:hover { opacity: 1; }

#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(../images/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/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; }

#list-page { margin: .3rem 0 .2rem !important; font-family: Arial; text-align: center; }
#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: 9px 11px; 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: #0061b6; font-weight: bold; color: #fff; border-color: #0061b6; }
#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; }

.pc-no { display: none !important; }
@media screen and (min-width: 1025px) {
.xkjs-list li:hover::after { height: 100%; opacity: 1; -webkit-transition: all 0.35s ease-in 0s; -moz-transition: all 0.35s ease-in 0s; -ms-transition: all 0.35s ease-in 0s; -o-transition: all 0.35s ease-in 0s; transition: all 0.35s ease-in 0s; }
.xkjs-list li:hover .icon img { filter: grayscale(100%) brightness(1000%); }
.xkjs-list li:hover .title { color: #fff; }
.xkjs-list li:hover .info { color: #fff; }
}
@media screen and (max-width: 1400px) { .news-swiper2 .arrow, .news-swiper3 .arrow, .news-swiper4 .arrow { background-size: .16rem; } }
@media screen and (max-width: 1024px) { .header { padding: 10px 0 !important; }
  .header .right-box { width: auto; padding: 0 !important; }
  .header .right-box .top-link, .header .right-box .nav, .header .right-box .search-btn { display: none; }
  .logo { width: auto; min-width: auto; height: 50px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 50px; }
  .pad-btn .nav-btn { display: block; }
  .mobile-box { display: block; }
  .banner { margin: 70px 0 0; }
  .banner .arrow { display: none; }
  .banner .swiper-pagination { bottom: .14rem; }
  .banner .swiper-pagination .swiper-pagination-bullet { padding: 2px; margin: 0 4px; }
  .banner .swiper-pagination .swiper-pagination-bullet::after { display: block; content: ""; box-sizing: border-box; width: 10px; height: 10px; }
  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { border-color: #0061b6; }
  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after { width: 8px; height: 8px; background: #0061b6; }
  .column { margin: .20rem 0 .2rem; }
  .column h3 { font-size: .28rem; line-height: .6rem; }
  .column .more { line-height: .6rem; }
  .list2 .box { padding: .1rem 0; }
  .index-layer1 .left-box { width: 100%; }
  .index-layer1 .left-box .news-swiper1 { width: 100%; }
  .index-layer1 .left-box .list1 { width: 100%; margin: .3rem 0 0; }
  .index-layer1 .left-box .list1 li:first-child .title { font-size: .2rem; line-height: .28rem; }
  .index-layer1 .right-box { width: 100%; }
  .index-layer2 { padding: 1px 0 0; }
  .index-layer2 .wrapper { height: auto; padding: .12rem .2rem .2rem; margin-top: .5rem; }
  .index-layer2 .wrapper::after { right: .12rem; bottom: .3rem; }
  .index-layer2 .tag-box { left: 0; width: 100%; }
  .index-layer2 .tag-box .slide-tag { width: 20%; min-width: auto; padding: 0 5px; line-height: .4rem; }
  .index-layer2 .list1 { width: 100%; }
  .index-layer2 .content { width: 100%; margin: .15rem 0 0; }
  .index-layer3 .left-box { width: 100%; }
  .index-layer3 .right-box { width: 100%; }
  .index-layer5 .group3 { padding: .3rem 0; flex-direction: column; }
  .index-layer5 .group3 .right-box { width: 100%; margin: .2rem 0 0; }
  .index-layer5 .group3 .left-box { width: 100%; }
  .index-layer5 .group3 .left-box .img { padding: 66% 0 0; }
  .index-layer5 .group3 .QR-code { margin: .3rem 0 0; }
  .news-swiper1 .img { padding: 66% 0 0; }

  .xkjs-list > li { width: 50%; background: #fff !important; }
.xkjs-list li:nth-child(2), .xkjs-list li:nth-child(3) { background: #eee !important; }
  .xkjs-list .icon { height: .6rem; }
  .xkjs-list a { padding: .2rem .15rem .2rem; }
  .ptjs-tag { display: none; }
  .ptjs-wrapper { width: 100%; height: auto; padding: 0; background: none; box-shadow: none; }
  .ptjs-wrapper::after { right: .12rem; bottom: .3rem; display: none; }
  .ptjs-wrapper .ptjs-title { display: block !important; margin: 0; font-weight: 500; text-align: left; }
  .ptjs-wrapper .ptjs-item { display: block !important; margin: .15rem 0 0; padding: .2rem; background: #fff; box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.15); }
  .ptjs-wrapper .ptjs-item:first-child { margin: 0; }
  .ptjs-wrapper .ptjs-item .text { display: none; padding: 0 .2rem 0 0; }
.ptjs-wrapper .ptjs-item .img-scale { display: none; }
  .decoration { padding: 30% 0 0; margin: 70px 0 0; }
  .sidebar { width: 100%; min-width: 100%; margin: .22rem 0 0; border-radius: 2px; overflow: hidden; }
  .sidebar h3 { display: block; position: relative; padding: 0 .2rem; font-size: .23rem; line-height: .5rem; text-align: left; background: #0061b6; border-width: 2px; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .sidebar h3 i.down { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .sidebar .lv2-nav { display: none; padding-bottom: .1rem; }
  .sidebar .lv2-nav li { padding-top: 0; padding-bottom: 0; }
  .sidebar .lv2-nav li .lv3 { padding-top: 0; }
  .sidebar .lv2-nav a { text-align: left; font-size: .18rem; line-height: .5rem; }
  .sidebar .lv2-nav .down { height: .5rem; }
  .main { width: 100%; max-width: 100%; margin-top: .2rem; }
  .position h3 { font-size: .22rem; }
  .news-swiper2, .news-swiper3, .news-swiper4 { padding: .1rem .2rem 0; }
  .news-swiper2 .arrow.swiper-prev, .news-swiper3 .arrow.swiper-prev, .news-swiper4 .arrow.swiper-prev { left: -.2rem; }
  .news-swiper2 .arrow.swiper-next, .news-swiper3 .arrow.swiper-next, .news-swiper4 .arrow.swiper-next { right: -.2rem; }
  .pc-no { display: block !important; }
  .mobile-no { display: none !important; }
.index-layer4 { padding-bottom: .3rem; }
.sidebar h3 span { display: none; }
.pc-hide { display: inline-block !important; }
.article .cont-page { padding: .12rem; }
  .teach-list { margin: 0 -.1rem; }
  .teach-list > li { padding: 0 .1rem; } }
@media screen and (max-width: 768px) { .foot-link { flex-wrap: wrap; }
  .foot-link .tips { width: 100%; }
  .foot-link .link-box { width: 48%; margin: 5px 0 0; }
  #to-top { bottom: 18%; width: .42rem; height: .42rem; background-size: 30px; }
  .main { margin-top: .1rem; }
  .position { margin: 0 0 .15rem; }
  .position h3 { display: none; }
  .place { float: none; }
  .article { padding-top: .1rem; }
  .article .title { font-size: .21rem; }
  .teach-list > li { width: 33.33%; }
  .main .list3 li { display: block; }
  .main .list3 li a { width: 100%; }
  .main .list3 li .icon { display: none; }
  .main .list3 li .title { margin: 0 0 .1rem; line-height: .3rem; overflow: auto; text-overflow: clip; white-space: initial; }
  .main .list3 li .info { line-height: .25rem; }
  .main .list3 li .text { width: 100%; }
  .main .list3 li .date { margin: .1rem 0 0; }
  #list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 7px 9px; }
  #list-page .p_goto input { height: 30px; line-height: 30px; } }
@media screen and (max-width: 520px) { .column { margin: .20rem 0 .2rem; }
  .column h3 { font-size: .24rem; line-height: .5rem; }
  .column .more { line-height: .5rem; }
  .index-layer2 .tag-box .slide-tag { font-size: .16rem; }
  .index-layer2 .content { flex-wrap: wrap; }
  .index-layer2 .content .img { width: 100%; }
  .index-layer2 .content .text { width: 100%; }
  .index-layer3 .list1 .title { width: 100%; }
  .index-layer4 .column, .index-layer5 .group1 .column { text-align: left; }
  .index-layer4 .column h3::after, .index-layer5 .group1 .column h3::after { margin: 0; }
  .index-layer4 .column .line, .index-layer5 .group1 .column .line { margin: .14rem .12rem 0; }
  .index-layer5 .group2 .column, .index-layer5 .group3 .column { text-align: left; }
  .index-layer5 .group2 .column h3::after, .index-layer5 .group3 .column h3::after { margin: 0; }
  .xkjs-list .title { line-height: .4rem; }
  .xkjs-list .icon { height: .45rem; }
  .main .list1 .title { line-height: .2rem; overflow: visible; text-overflow: clip; white-space: initial; }
  .sidebar { width: 100%; min-width: 100%; margin: .22rem 0 0; border-radius: 5px; overflow: hidden; }
  .sidebar h3 { font-size: .21rem; }
  .news-swiper2, .news-swiper3, .news-swiper4 { padding: .1rem .2rem 0; }
  .news-swiper2 .arrow, .news-swiper3 .arrow, .news-swiper4 .arrow { width: .3rem; height: .4rem; top: calc(50% - .22rem); background-size: 10px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); background-color: #fff; border-radius: 4px; }
  .news-swiper2 .arrow.swiper-prev, .news-swiper3 .arrow.swiper-prev, .news-swiper4 .arrow.swiper-prev { left: 0; }
  .news-swiper2 .arrow.swiper-next, .news-swiper3 .arrow.swiper-next, .news-swiper4 .arrow.swiper-next { right: 0; }
  .index-layer5 .group3 .media-list { width: 100%; }
  .index-layer5 .group3 .QR-code { margin: 0 auto; }
  .index-layer5 .group3 .left-box .text { padding: 0 3% .1rem; }
  .index-layer5 .group3 .left-box .text .title { line-height: .3rem; }
  .mobile-box .mobile-search { margin: .1rem auto; }
  .teach-list > li { width: 50%; margin: .24rem 0 0; }
  .news-list li { padding: .2rem 0; }
  .news-list .img-scale { float: none; width: 100%; }
  .news-list .text { float: none; width: 100%; }
.index-layer1 .list1 .date { text-align: right; }
.index-layer1 .left-box .list1 li:first-child .title { font-size: .18rem !important; }
.index-layer2 .list1 li { padding: .14rem 0 !important; } .index-layer3 .list1 li { border-bottom: 1px dashed #ddd !important; }
  .list1 li { padding: .14rem 0; flex-direction: column; border-bottom: 1px dashed #ddd; }
  .list1 .title { width: 100%; overflow: visible; text-overflow: clip; white-space: initial; line-height: .24rem !important; }
  .list1 .date { line-height: .32rem !important; color: #0061b6; }
  .ptjs-wrapper { padding-top: 0; }
  .ptjs-wrapper .ptjs-item { display: flex !important; flex-direction: column; margin: .12rem 0 0; }
  .ptjs-wrapper .ptjs-item .img-scale { width: 100%; margin: .1rem 0 0; }
  .ptjs-wrapper .ptjs-item .text { width: 100%; } }

/*# sourceMappingURL=style.css.map */