@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; }

.container { width: 1400px; max-width: 85%; margin: 0 auto; font-size: .16rem; }

.overflow { height: 100vh; overflow: hidden; }

.header { width: 100%; padding: .18rem 0; background: #89101f; }
.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: #fff; text-align: right; }
.top-link a { color: #fff; }
.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 rgba(255, 255, 255, 0.4); }
.search .input { width: 1.9rem; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; vertical-align: top; }
.search .input::placeholder { color: rgba(255, 255, 255, 0.4); }
.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; }

.nav { position: relative; z-index: 10; width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.4); background: #89101f; }
.nav li { position: relative; z-index: 1; float: left; width: 9.0909%; }
.nav li a { display: block; font-size: 0.17rem; font-weight: 500; line-height: 0.6rem; 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: #89101f; }
.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; color: #fff; background: #780a18; }
.nav li:hover .lv2 { display: block; animation: flipInY .8s; -ms-animation: flipInY .8s; }
.nav li:hover::after { display: none; }
.nav li.cur { z-index: 2; }
.nav li.cur > a { font-weight: 700; color: #fff; background: #780a18; }
.nav li:last-child::after { display: none; }
.nav li::after { position: absolute; top: 22px; right: -1px; bottom: auto; left: auto; z-index: 1; content: ""; width: 1px; height: 20px; background: rgba(255, 255, 255, 0.3); }

.banner { position: relative; z-index: 1; font-size: 0; overflow: hidden; }
.banner .img { position: relative; display: block; height: 0; padding: 25% 0 0; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: transform 0.25s linear 0s; -moz-transition: transform 0.25s linear 0s; -ms-transition: transform 0.25s linear 0s; -o-transition: transform 0.25s linear 0s; transition: transform 0.25s linear 0s; }
.banner .img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.banner .slick-current a { -webkit-transform: scale(1.04); -moz-transform: scale(1.04); -ms-transform: scale(1.04); -o-transform: scale(1.04); transform: scale(1.04); -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 .slick-dots { position: absolute; top: auto; right: auto; bottom: 20px; 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-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-dots li.slick-active { background: #89101f; }
.banner .slick-arrow { position: absolute; top: 46%; right: auto; bottom: auto; left: auto; z-index: 1; width: 42px; height: 42px; background-image: url(../images/arrow2.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-arrow.slick-prev { left: -2.6%; }
.banner .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:hover .slick-arrow { opacity: 1; }
.banner:hover .slick-arrow.slick-prev { left: 2.6%; }
.banner:hover .slick-arrow.slick-next { right: 2.6%; }

.pad-btn { display: none; align-items: center; font-size: 0; }
.pad-btn .search-btn { position: relative; z-index: 5; display: inline-block; width: 34px; height: 34px; background-image: url(../images/search.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; border: 1px solid #fff; border-radius: 50%; cursor: pointer; }
.pad-btn .nav-btn { position: relative; z-index: 5; display: flex; width: 36px; margin: 0 .2rem 0 .52rem; vertical-align: middle; cursor: pointer; }
.pad-btn .nav-btn i { display: block; height: 2px; margin: 9px 0; background: #fff; -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.close i:nth-child(1) { -webkit-transform: translate(0px, 11px) rotate(45deg); -moz-transform: translate(0px, 11px) rotate(45deg); -ms-transform: translate(0px, 11px) rotate(45deg); -o-transform: translate(0px, 11px) rotate(45deg); transform: translate(0px, 11px) 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, -11px) rotate(-45deg); -moz-transform: translate(0px, -11px) rotate(-45deg); -ms-transform: translate(0px, -11px) rotate(-45deg); -o-transform: translate(0px, -11px) rotate(-45deg); transform: translate(0px, -11px) 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 !important; -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;    object-fit: cover;}
.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: .35rem 0 .3rem; text-align: center; }
.column h3 { display: inline-block; font-size: 0.34rem; font-weight: 500; line-height: 0.55rem; color: #000; text-align: left; }
.column h3::after { display: block; content: ""; box-sizing: border-box; width: .4rem; height: 4px; margin: 0 auto; background: #cd9967; }
.column .more { position: absolute; top: 0.12rem; right: 0; bottom: auto; left: auto; z-index: 1; }

.more { position: relative; display: inline-block; font-size: .14rem; line-height: .31rem; color: #fff; padding: 0 .26rem; border: 1px solid transparent; border-radius: 2px; background: #89101f; overflow: hidden; -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 span { position: relative; z-index: 2; }
.more::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 0; height: 0; opacity: 0; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 50%; background: #fff; -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: #89101f; border-color: #89101f; }
.more:hover::after { width: 260px; height: 260px; opacity: 1; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left; }
.title:hover { color: #89101f; }

.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; padding: 8px 0; font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #89101f; text-align: center; background: #eee; }
.date1 p:first-child { font-size: .26rem; font-weight: 700; line-height: .28rem; }

.index-news { background-image: url("../images/x_bg3.jpg"); background-repeat: no-repeat; background-position: 100% 100%; background-color: #f3f3f3; background-size: auto; }
.index-news .news-slick1 { width: 38.571%; }
.index-news .news-list { width: 59.2857%; }
.index-news .news-list li { float: left; width: 48.19%; padding: .25rem .2rem .26rem; }
.index-news .news-list li:nth-child(2n) { float: right; }
.index-news .news-list .title { height: .6rem; }

.index-notice .column { margin-bottom: .28rem; }

.index-work { margin: .45rem 0 0; padding: 0 0 .3rem; background-image: url("../images/x_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; }
.index-work .column { text-align: left; }
.index-work .column h3::after { margin: 0; }
.index-work .work { width: 47.857%; }
.index-work .work .column h3 { color: #fff; }
.index-work .teaching { width: 47.857%; }
.index-work .list1 li { margin: 0; background: transparent; border-bottom: 1px dashed #ddd; }
.index-work .list1 li:hover { background: #89101f; }
.index-work .list1 li:hover .title { color: #fff; }
.index-work .list1 li:hover .date1 { background: #fff; }
.index-work .list1 .text { line-height: .6rem; }
.index-work .list1 .text .title { display: inline-block; vertical-align: middle; width: 100%; }

.index-research .column { text-align: left; }
.index-research .column h3::after { margin: 0; }
.index-research .research { width: 47.857%; }
.index-research .study { width: 47.857%; }

.index-student { margin: .45rem 0 0; padding: .35rem 0 .25rem; background-image: url("../images/x_bg2.png"); background-repeat: repeat-x; background-position: 0 0; background-color: #f3f3f3; background-size: auto; }
.index-student .column { text-align: left; }
.index-student .column h3::after { margin: 0; }
.index-student .cooperate { width: 47.857%; }
.index-student .cooperate .list3 li { padding: .16rem 0; }
.index-student .student { width: 47.857%; }
.index-student .student .list3 li:first-child { padding-top: 0; }

.news-slick1 { font-size: 0; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
.news-slick1 .img-frame { height: 0; padding: 3.05rem 0 0; }
.news-slick1 .text { position: relative; width: 100%; padding: .58rem .22rem .3rem; font-size: 0; background: #fff; }
.news-slick1 .date1 { position: absolute; top: -0.34rem; right: auto; bottom: auto; left: 0.2rem; z-index: 1; color: #fff; background: #89101f; }
.news-slick1 .title { font-size: .18rem; }
.news-slick1 .slick-dots { position: absolute; top: auto; right: 0; bottom: 0.8rem; 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; background: #d7d7d7; 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: #89101f; }

.news-slick2 { margin: 0 -.2rem; font-size: 0; }
.news-slick2 .slick-list { padding: 6px 0; }
.news-slick2 .slick-slide { padding: 0 .2rem; }
.news-slick2 .slick-slide a { position: relative; display: block; padding: .5rem .23rem .25rem; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); border: 1px solid transparent; -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-slick2 .slick-slide a:hover { border-color: #89101f; }
.news-slick2 .slick-slide a:hover .title { color: #89101f; }
.news-slick2 .slick-slide a:hover .date { color: #fff; background-color: #89101f; background-image: url("../images/time2.png"); }
.news-slick2 .date { position: absolute; top: -1px; right: auto; bottom: auto; left: -1px; z-index: 1; padding: 0 .1rem 0 .34rem; line-height: .34rem; color: #89101f; border-radius: 0 0 4px 0; background-image: url("../images/time1.png"); background-repeat: no-repeat; background-position: 0.1rem 50%; background-color: #e5e5e5; 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; }
.news-slick2 .title { height: .6rem; }
.news-slick2 .slick-dots { width: 100%; margin: .22rem 0 0; text-align: center; }
.news-slick2 .slick-dots li { display: inline-block; width: 12px; height: 12px; margin: 0 6px; background: #d7d7d7; 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-slick2 .slick-dots li.slick-active { background: #89101f; }

.news-slick3 { font-size: 0; }
.news-slick3 .img-scale { height: 0; padding: 66.4% 0 0; }
.news-slick3 .title { width: 68.6567%; margin: .17rem 0 .05rem; color: #fff; font-weight: 700; }
.news-slick3 .slick-dots { position: absolute; top: 0; right: auto; bottom: auto; left: -6.5%; z-index: 1; }
.news-slick3 .slick-dots li { padding: 2px; margin: 12px 0 0; border: 1px solid transparent; 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-slick3 .slick-dots li button { width: 8px; height: 8px; border: 1px solid #fff; border-radius: 50%; }
.news-slick3 .slick-dots li.slick-active { border-color: #ffe1a8; }
.news-slick3 .slick-dots li.slick-active button { border-color: #ffe1a8; background: #ffe1a8; }
.news-slick3 .slick-arrow { position: absolute; top: auto; right: auto; bottom: 0; left: auto; z-index: 1; width: 32px; height: 32px; background-image: url(../images/arrow.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: auto; border-radius: 50%; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); -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-slick3 .slick-arrow.slick-prev { right: .5rem; }
.news-slick3 .slick-arrow.slick-next { right: 0%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.news-slick4 { margin: 0 -.15rem; padding: 0 0 .52rem; font-size: 0; }
.news-slick4 .slick-slide { padding: 0 .15rem; }
.news-slick4 .img-frame { height: 0; padding: 66.875% 0 0; }
.news-slick4 .slick-arrow { position: absolute; top: auto; right: auto; bottom: 0; left: auto; z-index: 1; width: 32px; height: 32px; background-image: url(../images/arrow.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: auto; border-radius: 50%; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); -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-slick4 .slick-arrow.slick-prev { left: calc(50% - .44rem); }
.news-slick4 .slick-arrow.slick-next { right: calc(50% - .44rem); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.news-slick4 .title { margin: .16rem 0 4px; }
.news-slick4 .date { padding: 0 0 0 .24rem; background-image: url("../images/time1.png"); background-repeat: no-repeat; background-position: 0 42%; background-color: transparent; background-size: auto; }

.list1 li { position: relative; font-size: 0; margin: 0 0 .33rem; padding: .2rem; border-top: 2px solid transparent; background: #fff; -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:hover { border-color: transparent; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); }
.list1 li:hover::after { width: 100%; -webkit-transition: all 0.5s linear 0s; -moz-transition: all 0.5s linear 0s; -ms-transition: all 0.5s linear 0s; -o-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; }
.list1 li::after { position: absolute; top: -2px; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 0; height: 2px; background: #89101f; }
.list1 .text { display: inline-block; vertical-align: top; width: calc(100% - 66px); padding: 0 0 0 .22rem; }

.list2 li { padding: .12rem 0; border-bottom: 1px dashed #ddd; }
.list2 li:first-child { padding-top: 0; }
.list2 li:last-child { border: none; }
.list2 li:hover .date { margin: 0 .19rem 0 0; }
.list2 .date { position: relative; display: inline-block; vertical-align: top; margin: 0 .25rem 0 0; padding: 0 .12rem; line-height: .32rem; color: #89101f; background: #eee; -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 .date::before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 3px; height: 50%; background: #89101f; }
.list2 .date::after { position: absolute; top: 50%; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 3px; height: 50%; background: #cd9967; }
.list2 .title { line-height: .32rem; }

.list3 li { padding: .12rem 0; border-bottom: 1px dashed #d3d3d3; -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 li:hover .title { color: #89101f; -webkit-transform: translate3d(4px, 0, 0); -moz-transform: translate3d(4px, 0, 0); -ms-transform: translate3d(4px, 0, 0); -o-transform: translate3d(4px, 0, 0); transform: translate3d(4px, 0, 0); }
.list3 li:hover .title::before { background: #89101f; }
.list3 li:last-child { border: none; }
.list3 .date { padding: 0; background-image: none; }
.list3 .title { display: inline-block; vertical-align: top; width: calc(100% - 1.2rem); -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 .title::before { display: inline-block; content: ""; width: 8px; height: 8px; margin: 0 .12rem 1px 0; background: #89101f; border-radius: 50%; -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; }

.first-news { padding: 0 0 .14rem; font-size: 0; }
.first-news .img-scale { display: inline-block; vertical-align: top; width: 1.6rem; }
.first-news .img-scale .img { padding: 75% 0 0; }
.first-news .text { display: inline-block; vertical-align: top; padding: 0 0 0 .2rem; width: calc(100% - 1.6rem); }
.first-news .title { font-weight: 700; }
.first-news .info { margin: .06rem 0; }
.first-news .date { padding: 0 0 0 .24rem; background-image: url("../images/time1.png"); background-repeat: no-repeat; background-position: 0 42%; background-color: transparent; background-size: auto; }

.news-list1 li { padding: .22rem .2rem .22rem 0; border-bottom: 1px dashed #ddd; -webkit-transition: box-shadow 0.36s linear 0s; -moz-transition: box-shadow 0.36s linear 0s; -ms-transition: box-shadow 0.36s linear 0s; -o-transition: box-shadow 0.36s linear 0s; transition: box-shadow 0.36s linear 0s; }
.news-list1 li:hover { border-bottom-right-radius: .3rem; box-shadow: 0.1rem 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.15); }
.news-list1 li:hover .date span { background: #89101f; }
.news-list1 .img-scale { display: inline-block; vertical-align: top; width: 2.4rem; }
.news-list1 .img-scale .img { padding: 66.666% 0 0; }
.news-list1 .text { width: calc(100% - 2.6rem); padding: .07rem 0 0; }
.news-list1 .title { width: 100%; font-size: .18rem; }
.news-list1 .title::before { display: none; margin: 0; }
.news-list1 .title:hover { color: #89101f; font-weight: 700; }
.news-list1 .info { margin: .12rem 0 .18rem; }
.news-list1 .date { padding: 0 0 0 22px; background-image: url("../images/time1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.footer { background: #89101f; }
.footer .text { max-width: calc(100% - 1.38rem); }

.foot-link { padding: .2rem 0; border-bottom: 1px solid #952836; }
.foot-link h6 { display: inline-block; font-size: 0.16rem; font-weight: 700; line-height: 0.35rem; color: #fff; text-align: left; }
.foot-link a { margin: 0 .17rem 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.35rem; color: #fff; text-align: left; }
.foot-link a:hover { text-decoration: underline; }

.copy { padding: .34rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #fff; text-align: left; }

.ewm { margin: .35rem 0 0; }
.ewm img { max-width: 1rem; }
.ewm p { margin: .06rem 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; }

.decoration { position: relative; padding: 18.75% 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; }

.index-main .inset { padding: 1px .35rem 0; box-shadow: 0 0 8px 0 #ccc; background: #fff; }
.index-main .inset .main { padding-bottom: 6px; margin-bottom: 0; }

.sidebar { position: relative; z-index: 3; width: 19%; min-width: 2.4rem; margin: .42rem 0 0; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22); border-radius: 4px; overflow: hidden; }
.sidebar h3 { font-size: 0.3rem; font-weight: 500; line-height: 0.8rem; color: #fff; text-align: center; background: #89101f; }
.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 1rem; background: #fff; }
.sidebar .lv2-nav li { position: relative; padding: 0 .2rem; border-left: 4px solid transparent; }
.sidebar .lv2-nav li.cur { border-color: #89101f; background: #f3f3f3; }
.sidebar .lv2-nav li.cur > a { color: #89101f; font-weight: 700; background-image: url("../images/jiantou1.png"); }
.sidebar .lv2-nav li.cur .lv3 { display: block; }
.sidebar .lv2-nav li:hover > a { color: #89101f; font-weight: 700; background-image: url("../images/jiantou1.png"); }
.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/jiantou2.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; padding: .15rem .28rem .15rem .2rem; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: left; border-bottom: 1px solid #eee; background-image: url("../images/jiantou2.png"); background-repeat: no-repeat; background-position: 95% 50%; background-color: transparent; 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; }
.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: #89101f; }
.sidebar .lv2-nav .lv3 a.cur { color: #89101f; font-weight: 700; }

.main { width: 77.85%; max-width: calc(100% - 2.85rem); min-height: 4rem; margin: .27rem 0; }
.main .list3 { margin: .1rem 0 0; }
.main .list3 li { padding: .15rem 0; }
.main .list3 .date { padding: 0 0 0 22px; background-image: url("../images/time1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.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 #89101f; }

.place { font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #808080; text-align: left; padding: 0 0 0 .22rem; background-image: url(../images/weizhi.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.place a { color: #808080; }
.place a:hover { color: #89101f; }
.place a:last-child { color: #89101f; font-weight: 700; }

.teach-search { margin: .25rem 0 0; padding: .2rem .3rem; background: #f3f3f3; font-size: 0; }
.teach-search .tips { width: 100px; font-size: 0.17rem; font-weight: 500; line-height: 0.35rem; color: #89101f; text-align: right; vertical-align: top; letter-spacing: 1px; }
.teach-search .link { width: calc(100% - 100px); }
.teach-search .link a { margin: 0 0 0 .3rem; font-size: 0.16rem; font-weight: 500; line-height: 0.35rem; 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-list { font-size: 0; margin: 0 -0.24rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.24rem; }
.teach-list 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-list li:hover .img-scale { box-shadow: -5px 5px 0px 0 #89101f; }
.teach-list li:hover .line::before { width: 100%; -webkit-transition: all 0.5s linear 0s; -moz-transition: all 0.5s linear 0s; -ms-transition: all 0.5s linear 0s; -o-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; }
.teach-list li .img-scale { display: inline-block; vertical-align: top; width: 1.6rem; -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 .img-scale .img { padding-top: 130%; background-position: 10%; }
.teach-list li .text { display: inline-block; vertical-align: top; width: calc(100% - 1.7rem); padding: 0 0 0 .25rem; }
.teach-list li .title { display: inline-block; color: #000; font-size: .2rem; }
.teach-list li .title span { margin: 0 0 0 .15rem; font-size: .16rem; color: #666; font-weight: 400; }
.teach-list li .title:hover { color: #89101f; }
.teach-list li .info { font-size: .15rem; line-height: .2rem; padding: .05rem 0; color: #666; word-break: break-all; }
.teach-list li .info span { color: #000; }
.teach-list li .info.xb { margin: .12rem 0 .06rem; }
.teach-list li .line { position: relative; margin: .14rem 0 0; padding: .14rem 0 0; border-top: 1px solid #ddd; text-align: right; }
.teach-list li .line .more { padding: 0 .17rem; line-height: .27rem; }
.teach-list li .line::before { position: absolute; top: -2px; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 0; height: 3px; background: #89101f; }

.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: #89101f; font-weight: 700; }
.article .cont-page a:hover { color: #89101f; -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; }

#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: 2px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #89101f; font-weight: bold; color: #fff; border-color: #89101f; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 2px; width: 40px; height: 32px; line-height: 32px; vertical-align: bottom; }

@media screen and (max-width: 1300px) { .nav li a { font-size: .16rem; }
  .column { margin: .3rem 0 .25rem; }
  .column h3 { font-size: .31rem; }
  .index-news { padding: 0 0 .18rem; }
  .index-news .news-list li { margin: 0 0 .25rem; padding: .2rem .16rem .21rem; }
  .news-slick1 .img-frame { padding: 2.6rem 0 0; }
  .news-slick2 { margin: 0 -.12rem; }
  .news-slick2 .slick-slide { padding: 0 .12rem; }
  .list1 li { padding: .15rem; }
  .list1 .text { padding: 0 0 0 .16rem; }
  .copy { padding: .15rem 0; }
  .teach-list { margin-left: 0; margin-right: 0; }
  .teach-list li { width: 100%; padding: 0; } }
@media screen and (max-width: 1024px) { .header { position: relative; z-index: 102; padding: 9px 0; border: none; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4); }
  .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 { position: absolute; top: 0; right: 0; bottom: 0; left: auto; z-index: 1; display: flex; align-items: center; }
  .pad-btn .search-btn { width: 42px; height: 42px; background-color: rgba(255, 255, 255, 0.15); border-radius: 50%; }
  .pad-btn .nav-btn { display: inline-block; }
  .pad-btn::after { position: absolute; top: 0; right: 0; bottom: 0; left: auto; z-index: 1; content: ""; border-top: 70px solid #cd9967; border-bottom: 0px solid transparent; border-right: 75px solid #cd9967; border-left: 12px solid transparent; }
  .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; }
  .column { margin: .2rem 0 .15rem; text-align: left; }
  .column h3 { font-size: .26rem; }
  .column h3::after { margin-left: 0; }
  .news-slick1 .img-frame { padding: 56.296% 0 0; }
  .index-news .news-slick1 { width: 100%; margin: 0 0 .27rem; }
  .index-news .news-list { width: 100%; }
  .index-work { margin: 0; background-image: url("../images/x_bg4.jpg"); background-repeat: no-repeat; background-position: 100% 100%; background-color: transparent; background-size: auto; }
  .index-work .container { max-width: 100%; }
  .index-work .work { width: 100%; margin: .3rem 0 0; padding: 0 7.5% .3rem; background: #89101f; }
  .index-work .teaching { width: 100%; padding: 0 7.5% 0; }
  .news-slick3 .title { width: calc(100% - 1rem); }
  .news-slick3 .slick-dots { left: -4%; }
  .index-research .research { width: 100%; }
  .index-research .study { width: 100%; }
  .index-student .cooperate { width: 100%; }
  .index-student .student { width: 100%; }
  .decoration { padding: 30% 0 0; }
  .index-main .inset { padding: 0; box-shadow: none; }
  .sidebar { width: 100%; min-width: 100%; margin: .22rem 0 0; }
  .sidebar h3 { display: block; position: relative; padding: 0 .2rem; font-size: .21rem; line-height: .5rem; text-align: left; background: #89101f; 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 .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) { .container { max-width: 92%; }
  .index-news .news-list li { width: 100%; }
  .index-work .teaching { padding: 0 4% 0; }
  .news-list1 li { padding: .2rem 0; }
  .news-list1 .img-scale { width: 100%; }
  .news-list1 .text { float: none; width: 100%; margin: .15rem 0 0; padding: 0; }
  .news-list1 .title { font-size: .16rem; }
  .news-list1 .info { margin: 6px 0 8px; }
  .position h3 { display: none; }
  .place { float: none; }
  .teach-list1 > li { width: 33.333%; }
  .teach-search .tips { width: 100%; text-align: left; }
  .teach-search .link { width: 100%; }
  .teach-search .link a { margin: 0 0 0 .23rem; font-size: .15rem; line-height: .32rem; } }
@media screen and (max-width: 500px) { html { font-size: 95px; }
  .index-work .list1 .text .title { white-space: initial; text-decoration: none; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .first-news .img-scale { width: 100%; }
  .first-news .text { width: 100%; padding: .12rem 0 0; }
  .list3 .title { width: 100%; line-height: .24rem; }
  .list3 .date { float: none; margin: .05rem 0 0; }
  .list3 .tt1 { white-space: initial; text-overflow: clip; overflow: auto; }
  .footer .text { width: 100%; max-width: 100%; }
  .foot-link { padding: .1rem 0; }
  .ewm { width: 100%; margin: 0 0 .15rem; text-align: center; }
  .logo { display: flex; align-items: center; width: calc(100% - 1.3rem); height: 44px !important; }
  .logo img { max-width: 100%; height: auto !important; max-height: 52px; }
  .pad-btn::after { border-top-width: 62px; border-right-width: 55px; }
  .pad-btn .search-btn { width: 38px; height: 38px; }
  .pad-btn .nav-btn { width: 32px; margin: 0 14px 0 32px; }
  .pad-btn .nav-btn i { margin: 7px 0; }
  .pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 9px) rotate(45deg); -moz-transform: translate(0px, 9px) rotate(45deg); -ms-transform: translate(0px, 9px) rotate(45deg); -o-transform: translate(0px, 9px) rotate(45deg); transform: translate(0px, 9px) rotate(45deg); }
  .pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -9px) rotate(-45deg); -moz-transform: translate(0px, -9px) rotate(-45deg); -ms-transform: translate(0px, -9px) rotate(-45deg); -o-transform: translate(0px, -9px) rotate(-45deg); transform: translate(0px, -9px) rotate(-45deg); }
  .teach-list li .img-scale { display: block; margin: 0 auto; }
  .teach-list li .text { width: 100%; padding: .16rem 0 0; } }

/*# sourceMappingURL=style.css.map */