@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; overflow-x: auto; background: #f2f2f2; }

.container { width: 1400px; max-width: 90%; margin: 0 auto; font-size: .16rem; }

.overflow { height: 100vh; overflow: hidden; }

.header { width: 100%; padding: .16rem 0 .2rem; border-top: 4px solid #9f1e31; background: #fff; }
.header .fr { text-align: right; }

.logo img { width: auto; }

.top-link { margin: 0 0 7px; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #999; text-align: right; }
.top-link a { color: #666; }
.top-link a:hover { text-decoration: underline !important; }
.top-link span { margin: 0 .08rem; }

.search { display: inline-block; padding: 0 3px 0 .1rem; font-size: 0; border-radius: 2px; border: 1px solid #dfdfdf; }
.search .input { width: 1.9rem; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #333; text-align: left; vertical-align: top; }
.search .input::placeholder { color: #c8c8c8; }
.search .submit { width: .3rem; height: .32rem; background-image: url(../images/search.png); background-repeat: no-repeat; background-position: 35% 45%; background-color: transparent; background-size: auto; }


.search2 { width: 100%; max-width: 6.5rem; margin: .3rem auto .3rem; padding: .1rem; box-shadow: 0 0 14px 0 #ccc;  }
.search2 .input { width: calc(100% - .52rem); height: .45rem; padding-left: .15rem; font-size: 0.15rem; font-weight: 500; line-height: 0.43rem; color: #555; text-align: left; vertical-align: top; border: 1px solid #eee; }
.search2 .submit { width: .45rem; height: .45rem; vertical-align: top; background-image: url(../images/search2.png); background-repeat: no-repeat; background-position: 70% 50%; background-color: transparent; background-size: auto; }
.search2 form { white-space: nowrap; font-size: 0; }

.nav { position: relative; z-index: 10; width: 100%; background: #9f1e31; }
.nav li { position: relative; z-index: 1; float: left; width: 10%; }
.nav li a { display: block; font-size: 0.16rem; font-weight: 500; line-height: 0.5rem; color: #fff; text-align: center; -webkit-transition: background 0.36s linear 0s; -moz-transition: background 0.36s linear 0s; -ms-transition: background 0.36s linear 0s; -o-transition: background 0.36s linear 0s; transition: background 0.36s linear 0s; }
.nav li .lv2 { display: none; position: absolute; top: calc(100% + 12px); right: auto; bottom: auto; left: calc(50% - .73rem); z-index: 1; width: 1.46rem; padding: .08rem 0 .1rem; background: #fff; transform-origin: 50% 10%; -ms-transform-origin: 50% 10%; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); border-radius: 2px; }
.nav li .lv2 a { padding: .08rem .05rem; font-size: .16rem; line-height: .22rem; color: #333; }
.nav li .lv2 a:hover { color: #fff; background: #9f1e31; }
.nav li .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 12px; overflow: hidden; }
.nav li .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 20px; height: 20px; margin: 0 auto; background: #fff; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -ms-transform: translate(0px, 6px) rotate(45deg); -o-transform: translate(0px, 6px) rotate(45deg); transform: translate(0px, 6px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }
.nav li:hover { z-index: 2; }
.nav li:hover > a { font-weight: 700; background: #8d0320; }
.nav li:hover .lv2 { display: block; animation: flipInY .8s; -ms-animation: flipInY .8s; }
.nav li.cur > a { font-weight: 700; background: #8d0320; }
.nav li:last-child::after { display: none; }

.banner-slick { position: relative; z-index: 1; font-size: 0; overflow: hidden; }
.banner-slick .img { position: relative; display: block; height: 0; padding: 30% 0 0; }
.banner-slick .img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.banner-slick .slick-dots { position: absolute; top: auto; right: auto; bottom: 0.15rem; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.banner-slick .slick-dots li { display: inline-block; width: 12px; height: 12px; margin: 0 6px; background: #fff; border-radius: 50%; 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; }
.banner-slick .slick-dots li.slick-active { background: #d56e16; }
.banner-slick .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: 42px; height: 42px; background-image: url(../images/arrow1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; border-radius: 50%; opacity: 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; }
.banner-slick .slick-arrow.slick-prev { left: -2.6%; }
.banner-slick .slick-arrow.slick-next { right: -2.6%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner-slick:hover .slick-arrow { opacity: 1; }
.banner-slick:hover .slick-arrow.slick-prev { left: 1.5%; }
.banner-slick:hover .slick-arrow.slick-next { right: 1.5%; }

.pad-btn { display: none; align-items: center; font-size: 0; }
.pad-btn .search-btn { width: 36px; height: 36px; background-image: url(../images/search.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: auto; border-radius: 4px; border: 1px solid #e6e6e6; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }
.pad-btn .nav-btn { display: inline-block; width: 36px; height: 36px; font-size: 0; padding: 7px 0 0; margin: 0 0 0 .15rem; border-radius: 4px; border: 1px solid #e6e6e6; text-align: center; vertical-align: top; cursor: pointer; background: #fff; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }
.pad-btn .nav-btn i { display: inline-block; width: 22px; height: 2px; margin: 6px 0 0; background: #9f1e31; -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; }
.pad-btn .nav-btn i:nth-child(1) { margin-top: 0; }
.pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 8px) rotate(45deg); -moz-transform: translate(0, 8px) rotate(45deg); -ms-transform: translate(0, 8px) rotate(45deg); -o-transform: translate(0, 8px) rotate(45deg); transform: translate(0, 8px) rotate(45deg); }
.pad-btn .nav-btn.close i:nth-child(2) { opacity: 0; }
.pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -8px) rotate(-45deg); -moz-transform: translate(0, -8px) rotate(-45deg); -ms-transform: translate(0, -8px) rotate(-45deg); -o-transform: translate(0, -8px) rotate(-45deg); transform: translate(0, -8px) rotate(-45deg); }

#mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10000; background: rgba(0, 0, 0, 0.85); }
#mask .close { width: .7rem; height: .7rem; position: absolute; top: calc(80px + 5%); right: 10%; bottom: auto; left: auto; z-index: 1; cursor: pointer; }
#mask .close i { display: block; width: 100%; height: 3px; background: #fff; }
#mask .close i:nth-child(1) { -webkit-transform: translate(0, 33px) rotate(45deg); -moz-transform: translate(0, 33px) rotate(45deg); -ms-transform: translate(0, 33px) rotate(45deg); -o-transform: translate(0, 33px) rotate(45deg); transform: translate(0, 33px) rotate(45deg); }
#mask .close i:nth-child(2) { -webkit-transform: translate(0, 31px) rotate(-45deg); -moz-transform: translate(0, 31px) rotate(-45deg); -ms-transform: translate(0, 31px) rotate(-45deg); -o-transform: translate(0, 31px) rotate(-45deg); transform: translate(0, 31px) rotate(-45deg); }

.search-box { position: absolute; top: 40%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; padding: .2rem 0; overflow: hidden; }
.search-box form { background: #fff; white-space: nowrap; padding: .15rem .1rem .15rem .15rem; width: 80%; max-width: 6.5rem; margin: 0 auto; 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: 2px; -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); }
.search-box .input { width: calc(100% - .55rem); height: .5rem; padding: 0 .1rem 0 .15rem; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #333; text-align: left; border: 1px solid #eee; }
.search-box .submit { width: .5rem; height: .5rem; vertical-align: top; background-image: url("../images/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.search-box.show 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; }

.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; }

.img-scale { position: relative; display: block; overflow: hidden; }
.img-scale img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img-frame { position: relative; 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; margin: .3rem 0; border-bottom: 1px solid #e1e1e1; }
.column h3 { height: 42px; margin: 0 0 -1px; font-size: 0; border-radius: 4px 4px 0 0; background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto 100%; }
.column h3.c1 { background-image: url("../images/column1.png"); }
.column h3.c2 { background-image: url("../images/column2.png"); }
.column h3.c3 { background-image: url("../images/column3.png"); }
.column h3.c4 { background-image: url("../images/column4.png"); }
.column h3.c5 { background-image: url("../images/column5.png"); }
.column h3.c6 { background-image: url("../images/column6.png"); }
.column h3.c7 { background-image: url("../images/column7.png"); }
.column h3.c8 { background-image: url("../images/column8.png"); }
.column .more { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; }

.more { position: relative; display: inline-block; font-size: .14rem; line-height: .41rem; color: #999; -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; }
.more:hover { color: #9f1e31; }

.pic-list1 { font-size: 0; margin: 0px -20px 0; }
.pic-list1 li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 33.33%; margin: 30px 0 0; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
.pic-list1 .img-scale { margin: 0 20px; background: #efefef; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
.pic-list1 .img-scale .img-frame { height: 0; padding: 66.6666% 0 0; }
.pic-list1 .img-scale:hover { box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35); }
.pic-list1 .img-scale:hover .title { color: #54637f; }
.pic-list1 .text { position: relative; padding: 10px 20px; }
.pic-list1 .title { line-height: 40px; }
.pic-list1 .date { line-height: 20px; margin: 0 0 10px; color: #54637f; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left; }
.title:hover { color: #9f1e31; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: justify; }

.date { font-family: Arial, Helvetica, sans-serif; font-size: 0.15rem; font-weight: 500; line-height: 0.3rem; color: #999; text-align: left; }

.date1 { display: inline-block; vertical-align: top; width: 66px; font-family: Arial, Helvetica, sans-serif; font-size: 0.13rem; font-weight: 500; line-height: 0.14rem; color: #666; text-align: center; }
.date1 p:first-child { margin: 0 0 .06rem; font-size: .25rem; font-weight: 700; line-height: .25rem; color: #9f1e31; }

.index-main { background: #fff; box-shadow: 0 0 8px 0 #ccc; }
.index-main .wrapper { min-height: 3rem; padding: .1rem .3rem 0; }

.xinwen { width: 66.4%; }
.xinwen .news-slick1 { width: 46.06%; }
.xinwen .list1 { width: 51.123%; margin-top: -5px; }
.xinwen .list1 li:first-child { padding-top: 0; }
.xinwen .list1 li:last-child { padding-bottom: 0; border: none; }

.gonggao { width: 30.6%; }
.gonggao .list2 li:first-child { padding-top: 0; }
.gonggao .list2 li:last-child { padding-bottom: 0; border: none; }

.danggong { width: 31.5%; }
.danggong .list1 { margin: 8px 0 0; }
.danggong .list1 li { padding: 2px 0; border: none; }

.xueshu { width: 31.5%; margin: 0 3.2%; }

.zhaosheng { width: 30.6%; }
.zhaosheng .list1 { margin: 8px 0 0; }
.zhaosheng .list1 li { padding: 2px 0; border: none; }

.jiaoxue, .xuegong { width: 48.13%; }
.jiaoxue .list1, .xuegong .list1 { margin: 8px 0 0; }
.jiaoxue .list1 li, .xuegong .list1 li { padding: 2px 0; border: none; }

.lianjie { width: 100%; margin: 0 0 20px; }

.news-slick1 { font-size: 0; }
.news-slick1 .slick-slide { position: relative; opacity: 1 !important; }
.news-slick1 .active-item { z-index: 999 !important; }
.news-slick1 .slick-active { z-index: 1000 !important; }
.news-slick1 .slick-active .img-scale { animation: slideLeft 1s forwards; }
.news-slick1 .img-scale { height: 0; padding: 2.75rem 0 0; }
.news-slick1 .date { position: absolute; top: auto; right: auto; bottom: 0.52rem; left: 0; z-index: 1; padding: 0 .14rem 0 .38rem; color: #fff; line-height: .34rem; background-image: url("../images/date.png"); background-repeat: no-repeat; background-position: 0.15rem 50%; background-color: #d56d15; background-size: auto; }
.news-slick1 .title { padding: .12rem 0 0; font-size: .18rem; line-height: .4rem; background: #fff; }
.news-slick1 .slick-dots { position: absolute; top: auto; right: 0; bottom: 0.64rem; left: auto; z-index: 1; width: 100%; text-align: center; }
.news-slick1 .slick-dots li { display: inline-block; width: 10px; height: 10px; margin: 0 5px; border: 1px solid #fff; border-radius: 50%; 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; }
.news-slick1 .slick-dots li.slick-active { background: #fff; }

@keyframes slideLeft { 0% { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -o-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }
  100% { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -o-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); } }
.list1 li { padding: .06rem 0; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.27s linear 0s; -moz-transition: all 0.27s linear 0s; -ms-transition: all 0.27s linear 0s; -o-transition: all 0.27s linear 0s; transition: all 0.27s linear 0s; }
.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 { color: #9f1e31; }
.list1 li:hover .title::before { background: #9f1e31; }
.list1 .title { display: inline-block; vertical-align: top; width: calc(100% - .94rem); }
.list1 .title::before { display: inline-block; content: ""; width: 7px; height: 7px; margin: 0 8px 2px 0; background: #ccc; border-radius: 50%; -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; }

.list2 li { padding: 4px 0; font-size: 0; border-bottom: 1px solid #e5e5e5; }
.list2 .date1 { width: auto; margin: 7px 0 0; padding: 0 12px 0 0; font-size: .12rem; border-right: 1px solid #e5e5e5; }
.list2 .text { display: inline-block; vertical-align: top; width: calc(100% - 59px); padding: 0 0 0 .14rem; }

.link1 { font-size: 0; margin: 0 -0.11rem; }
.link1 > li { display: inline-block; vertical-align: top; width: 16.6666666667%; padding: 0 0.11rem; }
.link1 li { margin: 0 0 .2rem; }
.link1 a { display: block; padding: .1rem .05rem .14rem; border: 1px solid #e9e9e9; -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; }
.link1 a:hover { background: #9f1e31; background: #9f1e31; background: #9f1e31; background: #9f1e31; background: #9f1e31; background: #9f1e31; }
.link1 a:hover .title { color: #fff; }
.link1 a:hover .icon.i1 { background-image: url("../images/x_icon1_2.png"); animation: jello 1s; -ms-animation: jell0 1s; }
.link1 a:hover .title { color: #fff; }
.link1 a:hover .icon.i2 { background-image: url("../images/x_icon2_2.png"); animation: jello 1s; -ms-animation: jell0 1s; }
.link1 a:hover .title { color: #fff; }
.link1 a:hover .icon.i3 { background-image: url("../images/x_icon3_2.png"); animation: jello 1s; -ms-animation: jell0 1s; }
.link1 a:hover .title { color: #fff; }
.link1 a:hover .icon.i4 { background-image: url("../images/x_icon4_2.png"); animation: jello 1s; -ms-animation: jell0 1s; }
.link1 a:hover .title { color: #fff; }
.link1 a:hover .icon.i5 { background-image: url("../images/x_icon5_2.png"); animation: jello 1s; -ms-animation: jell0 1s; }
.link1 a:hover .title { color: #fff; }
.link1 a:hover .icon.i6 { background-image: url("../images/x_icon6_2.png"); animation: jello 1s; -ms-animation: jell0 1s; }
.link1 .icon { width: .62rem; height: .64rem; margin: 0 auto; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.link1 .icon.i1 { background-image: url("../images/x_icon1.png"); }
.link1 .icon.i2 { background-image: url("../images/x_icon2.png"); }
.link1 .icon.i3 { background-image: url("../images/x_icon3.png"); }
.link1 .icon.i4 { background-image: url("../images/x_icon4.png"); }
.link1 .icon.i5 { background-image: url("../images/x_icon5.png"); }
.link1 .icon.i6 { background-image: url("../images/x_icon6.png"); }
.link1 .title { text-align: center; }

.news-list1 { font-size: 0; }
.news-list1 li { padding: .08rem 0; border-bottom: 1px dashed #ddd; }
.news-list1 li:first-child { padding-top: 0; }
.news-list1 li:last-child { padding-bottom: 0; border: none; }
.news-list1 .img-scale { display: inline-block; vertical-align: top; width: 1.42rem; height: .86rem; }
.news-list1 .text { display: inline-block; vertical-align: top; width: calc(100% - 1.42rem); padding: 0 0 0 .17rem; }
.news-list1 .info { margin: 4px 0 0; max-height: .48rem; }

.first-news1 { padding: 0 0 .19rem; font-size: 0; border-bottom: 1px dashed #ddd; }
.first-news1 .img-frame { display: inline-block; vertical-align: top; width: 1.42rem; height: .94rem; }
.first-news1 .text { display: inline-block; vertical-align: top; width: calc(100% - 1.42rem); padding: 0 0 0 .17rem; }
.first-news1 .title { max-height: .9rem; }
.first-news1 .info { margin: .08rem 0 0; }

.first-news2 { display: block; padding: 0 0 .27rem; font-size: 0; border-bottom: 1px dashed #ddd; }
.first-news2 .info { margin: .08rem 0 0; max-height: .48rem; }

.footer { position: relative; z-index: 2; background: #666; }
.footer .container { padding: .15rem 0 .1rem; }
.footer .container > .fl { width: calc(100% - 1.5rem); }

.QR-code img { width: 90px; }
.QR-code p { margin: 3px 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #fff; text-align: center; }

.foot-link { padding: .14rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #858585; text-align: left; }
.foot-link h6 { display: inline-block; font-size: .18rem; font-weight: 700; color: #fff; }
.foot-link a { font-size: .14rem; color: #fff; }
.foot-link a:hover { text-decoration: underline; }
.foot-link span { margin: 0 .14rem 0 .16rem; }

.contact { margin: .1rem 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; }

.copy { padding: .1rem; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; background: #4f4e4e; }

.clear.c2 { display: none; }

.decoration { max-height: 3.5rem; overflow: hidden; }
.decoration img { min-height: 100%; }

.position { border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; margin: 0 0 -1px; font-size: 0.24rem; font-weight: 500; line-height: 0.48rem; color: #000; text-align: left; border-bottom: 3px solid #9f1e31; }

.place { padding: 0 0 0 .3rem; font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #777; text-align: left; background-image: url(../images/weizhi.png); background-repeat: no-repeat; background-position: 10px 50%; background-color: transparent; background-size: auto; }
.place a { color: #777; }
.place a:hover { color: #9f1e31 !important; }

.sidebar { width: 19%; min-width: 2rem; margin: .3rem 0 0; }
.sidebar h1 { padding: .1rem 0; font-size: 0.28rem; font-weight: 500; line-height: 0.6rem; color: #fff; text-align: center; background: #9f1e31; letter-spacing: 2px; }
.sidebar .lv2-nav li { position: relative; margin: 7px 0 0; }
.sidebar .lv2-nav a { display: block; padding: .13rem .44rem .13rem 14%; font-size: 0.17rem; font-weight: 500; line-height: 0.24rem; color: #000; text-align: left; background: #f2f2f2; -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 .lv2-nav a:hover { color: #9f1e31; font-weight: 700; }
.sidebar .lv2-nav li.cur > a { color: #9f1e31; font-weight: 700; background-image: url(../images/h_icon8.png); background-repeat: no-repeat; background-position: calc(100% - 24px) 50%; background-color: #f2f2f2; background-size: auto; }
@media screen and (min-width: 1025px) { .sidebar { margin-bottom: .4rem; } }

.main { width: 77.5%; max-width: calc(100% - 2.3rem); margin: .15rem 0 .3rem; }
.main .list1 { margin: 5px 0 0; }
.main .list1 li { padding: .13rem 0; }
.main .list1 .title { width: calc(100% - 1.25rem); }
.main .list1 .date { padding: 0 0 0 .24rem; background-image: url("../images/time.png"); background-repeat: no-repeat; background-position: 0 48%; background-color: transparent; background-size: auto; }

.article { padding: .35rem 0 .2rem; }
.article .title { margin: 0 0 .1rem; font-size: 0.26rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub { margin: .3rem 0; padding: .12rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #777; text-align: center; background: #f2f2f2; }
.article .content { padding: 0 3% .3rem; font-size: 0.16rem; font-weight: 500; line-height: 220%; color: #000; text-align: justify; }
.article .content p { text-indent: 2em; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .15rem auto .05rem; }
.article .content table { max-width: 100%; margin: .18rem auto; }
.article .content table p { text-indent: 0; line-height: 150%; }
.article .content table img, .article .content table video { margin-top: 0; margin-bottom: 0; }
.article .content iframe { max-width: 100%; margin: .18rem auto; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #ccc; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.15rem; font-weight: 500; line-height: 0.27rem; color: #494949; 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 { color: #9f1e31; font-weight: 700; }
.article .cont-page a:hover { color: #9f1e31; -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
.article.about .title { padding: 0 0 .12rem; }
.article.about .content { padding-left: 0; padding-right: 0; padding-bottom: 0; }

.daper { margin: .3rem 0 0; border-bottom: 1px solid #e6e6e6; }
.daper h3 { position: relative; display: inline-block; width: 1.3rem; margin: 0 0 -1px; letter-spacing: 2px; font-size: 0.18rem; font-weight: 500; line-height: 42px; color: #fff; text-align: center; background: #9f1e31; }
.daper h3::after { position: absolute; top: 0; right: auto; bottom: auto; left: 100%; z-index: 1; content: ""; border-top: 21px solid transparent; border-right: 4px solid transparent; border-bottom: 21px solid #9f1e31; border-left: 4px solid #9f1e31; }

.teach-list { font-size: 0; margin: 0 -0.14rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 16.6666666667%; padding: 0 0.14rem; }
.teach-list li { margin: .3rem 0 0; }
.teach-list a { display: block; padding: 0 10% 0 10%; font-size: 0.16rem; font-weight: 500; line-height: 0.47rem; color: #000; text-align: center; border-radius: 2px; background-repeat: no-repeat; background-position: 50% 50%; background-color: #f2f2f2; background-size: auto; -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; }
.teach-list a:hover { color: #fff; background-color: #9f1e31; }

.teach-search { margin: .25rem 0 0; padding: .2rem .3rem; background: #f2f2f2; font-size: 0; }
.teach-search .tips { width: 108px; font-size: 0.17rem; font-weight: 500; line-height: 0.34rem; color: #89101f; text-align: justify; text-align-last: justify; vertical-align: top; letter-spacing: 1px; }
.teach-search .link { width: calc(100% - 108px); }
.teach-search .link a { margin: 0 0 0 .3rem; font-size: 0.16rem; font-weight: 500; line-height: 0.34rem; color: #000; text-align: left; white-space: nowrap; }
.teach-search .link a:hover, .teach-search .link a.cur { color: #89101f; }
.teach-search .link a.cur { font-weight: 700; }
.teach-search .name-search { padding: 0 0 .15rem; border-bottom: 1px dashed #bcc3cf; }
.teach-search .dept-search { padding: .15rem 0 0; border-top: 1px dashed #fff; }

.teach-list2 { font-size: 0; margin: 0 -0.12rem; }
.teach-list2 > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 0.12rem; }
.teach-list2 li { position: relative; margin: .5rem 0 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; }
.teach-list2 li .img-scale { position: relative; z-index: 1; background: #fff; overflow: visible; transition: all .3s; -ms-transition: all .3s; }
.teach-list2 li .img-scale::after { position: absolute; bottom: -6px; right: -6px; content: ""; z-index: -1; width: 91.8%; height: 68%; border-radius: 100% 0 6px 0; background: #f6f6f6; transition: all .3s; -ms-transition: all .3s; }
.teach-list2 li .img-scale:hover { box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); }
.teach-list2 li .img-scale:hover::after { background: #c96573; }
.teach-list2 li .img-scale:hover .title { color: #89101f }
.teach-list2 li .img-frame { display: inline-block; vertical-align: top; width: 1.35rem; -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-list2 li .img-frame .img { padding-top: 130%; background-position-y: 15%; background-color: #fff; }
.teach-list2 li .text { position: absolute; top: 0; right: 0px; z-index: 2; bottom: 0px; width: calc(100% - 1.35rem); padding: 0 0 0 .2rem; background: #fff; }
.teach-list2 li .title { display: inline-block; color: #000; font-size: .2rem; font-weight: 700; margin: .16rem 0 .12rem; }
.teach-list2 li .title span { margin: 0 0 0 .15rem; font-size: .16rem; color: #666; font-weight: 400; }
.teach-list2 li .info { font-size: .15rem; line-height: .2rem; padding: .05rem 0; color: #666; word-break: break-all; }
.teach-list2 li .info span { color: #000; }
.teach-list2 li .info.xb { margin: .12rem 0 .06rem; }

#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: 25px 0 30px !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: 8px 10px; color: #428bca; border: 1px solid #aaa; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #9f1e31; font-weight: bold; color: #fff; border-color: #9f1e31; }
#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; }

.overflow { height: 100vh; overflow: hidden; }

@media screen and (max-width: 1400px) { html { font-size: 94px; }
.teach-list2 > li { width: 33.33%; }
  .index-main .wrapper { padding: 0 .25rem; } }
@media screen and (max-width: 1200px) { .clear.c1 { display: none; }
  .clear.c2 { display: block; }
  .xinwen { width: 100%; }
  .gonggao, .xueshu { float: left; width: 48.13%; margin: 0; }
  .danggong, .zhaosheng { float: right; width: 48.13%; }
  .danggong .list1 li { padding: 6px 0; }
  .foot-link { padding-bottom: 0; }
  .link1 .title { font-size: .15rem; }
  .teach-list > li { width: 20%; } }
@media screen and (max-width: 1024px) { .header { position: relative; z-index: 10002; padding: 8px 0; border-bottom: 2px solid #9f1e31; }
  .header .container { max-width: 100%; padding: 0 .25rem; display: flex; justify-content: space-between; align-items: center; }
  .header .container::before, .header .container::after { display: none; }
  .header > .fr { display: flex; align-items: center; float: none; margin: 0; }
  .header .search { display: none; }
  .logo img { height: 52px !important; }
  .top-link { display: none; }
  .top-link span:first-child { display: none; }
  .pad-btn { display: flex; align-items: center; }
  .search { display: none; }
  .banner .arrow { display: none; }
  .banner .img { height: 0; padding: 42% 0 0; transform: none !important; }
  .banner .swiper-pagination { bottom: .15rem; }
  .banner .swiper-pagination .swiper-pagination-bullet { width: 10px; height: 10px; }
  .nav { position: fixed; top: 70px; right: 0; bottom: 0; left: 0; z-index: 8; display: block; width: auto; height: calc(100vh - 70px); margin: 0; padding: .2rem 0; overflow-x: hidden; background: #f5f5f5; visibility: hidden; opacity: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); -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 ul { height: 100%; padding: .1rem .22rem; background: #fff; overflow-x: hidden; border-radius: 10px; box-sizing: border-box; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1); }
  .nav li { display: block; width: 100%; border-bottom: 1px dashed #ccc; }
  .nav li a { display: block; padding: 0 8px; font-size: .17rem; font-weight: 400; line-height: .6rem; text-align: left; color: #494949 !important; background: transparent !important; }
  .nav li a .icon { display: none !important; }
  .nav li .tri { display: none !important; }
  .nav li .down-icon { display: block; position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .6rem; background-image: url("../images/down1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -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 .down-icon.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .nav li .lv2 { display: none; position: static; visibility: visible; opacity: 1; padding-left: .3rem; padding-top: 0; border: none; background: none; box-shadow: none; transition: none; }
  .nav li .lv2 a { color: #333 !important; }
  .nav li .lv2 .tri { display: none; }
  .nav li:hover .lv2 { display: none; animation: none; box-shadow: none; }
  .nav li::after { display: none; }
  .nav.show { opacity: 1; visibility: visible; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  .nav::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; display: block; width: 100%; height: 1.5rem; background-image: url("../images/t_bg5_1.png"); background-repeat: no-repeat; background-position: 0% 0%; background-color: transparent; background-size: auto; opacity: .25; }
  .index-main { max-width: 100%; }
  .sidebar { width: 100%; min-width: 100%; margin: .22rem 0 0; border-radius: 3px; overflow: hidden; }
  .sidebar h1 { display: block; position: relative; padding: 0 .2rem; font-size: .21rem; line-height: .5rem; text-align: left; background: #9f1e31; border-width: 2px; }
  .sidebar h1 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 h1 i.close { -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 .lv3 { padding-top: 0; }
  .sidebar .lv2-nav li:last-child a { border: none; }
  .sidebar .lv2-nav a { text-align: left; font-size: .16rem; padding: 0 .4rem 0 .1rem; line-height: .45rem; }
  .sidebar .lv2-nav .down { height: .5rem; }
  .main { width: 100%; max-width: 100%; margin-top: .1rem; }
  .position h3 { font-size: .22rem; }
  .article .content { padding-left: 0; padding-right: 0; } }
@media screen and (max-width: 768px) { .column { margin: .3rem 0 .25rem; }
  .xinwen .news-slick1 { width: 100%; margin: 0 0 .2rem; }
  .xinwen .list1 { width: 100%; }
  .news-slick1 .title { text-align: center; }
  .news-slick1 .img-scale { padding: 66.8% 0 0; }
  .gonggao, .xueshu, .danggong, .zhaosheng, .jiaoxue, .xuegong { width: 100%; }
  .link1 > li { width: 33.33%; }
  .foot-link { padding-top: 0; }  .teach-list2 > li { width: 50%; }
  .position h3 { display: none; }
  .place { float: none; padding: 0 0 0 24px; background-position-x: 0; }
  .teach-list { margin: 0 -.08rem; }
  .teach-list > li { width: 25%; padding: 0 .08rem; } }
@media screen and (max-width: 520px) { .column { margin: .23rem 0 .15rem; }
  .column h3 { height: 35px; }
  .header .container, .index-main .wrapper { padding: 0 .13rem; }
  .logo { display: flex; align-items: center; width: calc(100% - 1.05rem); height: 44px !important; }
  .logo img { max-width: 100%; height: auto !important; max-height: 52px; }
  .nav { top: 64px; height: calc(100vh - 64px); }
  .nav ul { max-width: 94%; padding: 6px .16rem; }
  .list1 li { padding: 9px 0; }
  .list1 .title { width: 100% !important; line-height: .24rem; }
  .list1 .date { float: none; padding: 0 !important; }
  .list1 .tt1 { white-space: initial; text-overflow: clip; overflow: auto; }
  .first-news1 .img-frame { width: 100%; height: auto; padding: 66.66% 0 0; }
  .first-news1 .text { width: 100%; padding: 12px 0 0; }
  .news-list1 li { padding: .15rem 0; }
  .news-list1 .img-scale { width: 100%; height: auto; padding: 66.66% 0 0; }
  .news-list1 .text { width: 100%; padding: 12px 0 0; }
  .link1 > li { width: 50%; }
  .footer .container > .fl { width: 100%; }
  .QR-code { width: 100%; margin: 0 0 .1rem; text-align: center; }
  .sidebar h1 { font-size: .19rem; line-height: .45rem; }
  .sidebar h1 i { width: .45rem; height: .45rem; }.teach-list2 > li { width: 100%; }
  .teach-list > li { width: 33.333%; } }