@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 { overflow: hidden; }

.container { width: 80%; max-width: 1400px; margin: 0 auto; font-size: .16rem; }

.banner .img { position: relative; display: block; width: 100%; padding: 32.25% 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; }
.banner .slick-arrow { position: absolute; top: 42%; right: auto; bottom: auto; left: auto; z-index: 1; width: .58rem; height: .58rem; -webkit-transition: opacity 0.35s linear 0s; -moz-transition: opacity 0.35s linear 0s; -ms-transition: opacity 0.35s linear 0s; -o-transition: opacity 0.35s linear 0s; transition: opacity 0.35s linear 0s; background-image: url("../images/t_icon2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.banner .slick-arrow.slick-prev { left: 5%; }
.banner .slick-arrow.slick-next { right: 5%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 0.25rem; 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; margin: 0 5px; width: .2rem; height: 6px; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; cursor: pointer; border-radius: 6px; background: #fff; }
.banner .slick-dots li.slick-active { width: .3rem; background: #f4981d; }

.header { position: relative; z-index: 2; width: 100%; padding: .16rem 6.25%; background: #007595; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); }
.header > .fr { width: calc(100% - 5.5rem); font-size: 0; text-align: right; }
.header.inset { position: relative; }

.logo img { max-width: 100%; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }

.top-link { display: inline-block; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; }
.top-link a { color: #fff; }
.top-link span { margin: 0 .14rem; }

.search-btn { display: inline-block; vertical-align: top; width: .32rem; height: .32rem; background-image: url("../images/t_icon1.png"); background-repeat: no-repeat; background-position: 20% 100%; background-color: transparent; background-size: auto; cursor: pointer; }

.search-box { position: absolute; top: 35%; 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/t_icon1_2.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; }

.search2 { width: 740px; max-width: 90%; margin: .35rem auto .25rem; padding: 8px 10px; box-shadow: 0 0 15px 0 #ccc; }
.search2 form { white-space: nowrap; }
.search2 .input { width: calc(100% - .5rem); height: .5rem; padding: 0 10px; border: 1px solid #eee; vertical-align: top; font-size: 16px; font-weight: 500; line-height: .5rem; color: #333; text-align: left; }
.search2 .submit { width: .5rem; height: .5rem; vertical-align: top; background-image: url("../images/t_icon1_2.png"); background-repeat: no-repeat; background-position: 50% 45%; background-color: transparent; background-size: auto; }

#mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 102; background: rgba(0, 0, 0, 0.8); }
#mask .close { width: .7rem; height: .7rem; position: absolute; top: 1rem; 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); }

.nav { width: 100%; margin: .15rem 0 0; font-size: 0; text-align: right; white-space: nowrap; user-select: none; }
.nav li { display: inline-block; position: relative; width: 11.1111%; }
.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.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }
.nav li > a::after { display: block; content: ""; box-sizing: border-box; height: 3px; width: 0; margin: 0 auto; border-radius: 3px; background: #f4981d; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }
.nav li .lv2 { display: none; position: absolute; top: calc(100% + 12px); right: auto; bottom: auto; left: calc(50% - .75rem); z-index: 1; width: 1.5rem; padding: .08rem 0 .12rem; background: #fff; transform-origin: 50% 10%; -ms-transform-origin: 50% 10%; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); }
.nav li .lv2 a { padding: .1rem 5px; font-size: .14rem; line-height: .18rem; font-weight: 400; color: #333; white-space: initial; }
.nav li .lv2 a:hover { color: #fff; background: #007595; }
.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 > a { font-weight: 700; }
.nav li:hover > a .icon { background-position: 0 0; }
.nav li:hover > a::after { width: 60%; }
.nav li:hover .lv2 { display: block; animation: flipInY .8s; -ms-animation: flipInY .8s; }
.nav li:last-child > a { padding-right: 0; }

.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 { display: block; overflow: hidden; }
.img-scale img { display: block; 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-image: url(); 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.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.column { position: relative; z-index: 2; margin: 0 0 .3rem; }
.column h3 { position: relative; display: inline-block; vertical-align: top; font-size: 0; background: #007595; border: 1px solid #007595; border-radius: .2rem; overflow: hidden; letter-spacing: 1px; }
.column h3 p { display: inline-block; vertical-align: top; padding: 0 .16rem 0 .22rem; font-size: 0.24rem; font-weight: 500; line-height: 0.44rem; color: #fff; text-align: left; }
.column h3 p:last-child { padding: 0 .22rem 0 .16rem; font-weight: 700; color: #007595; background: #fff; }
.column h3::before { content: ""; position: absolute; top: 2px; right: calc(50% + .37rem); bottom: auto; left: auto; z-index: 1; width: .1rem; height: 3px; border-radius: 3px; background: #f4981d; }
.column h3::after { content: ""; position: absolute; top: 2px; right: 50%; bottom: auto; left: auto; z-index: 1; width: .3rem; height: 3px; border-radius: 3px; background: #f4981d; }
.column .more { margin: .1rem 1px 0 0; }

.more { padding: 0 .12rem; font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #007595; text-align: left; background: #fff; border: 1px dashed #007595; border-radius: 1px; }
.more span { margin: 0 0 0 4px; color: #f4981d; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }

.date { position: relative; display: inline-block; vertical-align: top; font-family: Arial, Helvetica, sans-serif; padding: 0 .2rem 0 .39rem; font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #888; text-align: left; border: 1px solid #ddd; border-radius: .28rem; }
.date span { position: absolute; top: -1px; right: auto; bottom: -1px; left: -1px; z-index: 1; width: .3rem; font-size: .18rem; line-height: .3rem; font-weight: 700; color: #fff; border-radius: 50%; background: #999; text-align: center; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #666; text-align: justify; }

.line-box { position: relative; margin: .4rem 0 0; }
.line-box::before { content: ""; position: absolute; top: 0.22rem; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 2px; background: #e3e9eb; }

.arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: .4rem; height: .4rem; -webkit-transition: opacity 0.35s linear 0s; -moz-transition: opacity 0.35s linear 0s; -ms-transition: opacity 0.35s linear 0s; -o-transition: opacity 0.35s linear 0s; transition: opacity 0.35s linear 0s; background-image: url("../images/t_icon2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #007595; background-size: auto; border-radius: 50%; cursor: pointer; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4); }
.arrow.slick-prev { left: -.7rem; }
.arrow.slick-next { right: -.7rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.index-news .news-slick, .index-news .list1 { width: 48.21%; }

.index-notice .container { position: relative; }
index-notice .arrow { top: 58%; }

.index-research { min-height: 4.2rem; padding: .45rem 0 .32rem; background-image: url(../images/t_img5.jpg); background-repeat: no-repeat; background-position: 50% 0%; background-color: transparent; background-size: cover; }
.index-research::before { top: .67rem; background: #4097b0; }
.index-research .container { position: relative; }
.index-research .arrow { background-color: rgba(255, 255, 255, 0.02); box-shadow: none; border: 1px solid rgba(255, 255, 255, 0.62); }

.index-teaching .container > .fl, .index-teaching .container > .fr, .index-student .container > .fl, .index-student .container > .fr { width: 48.21%; overflow: hidden; }

.news-slick { position: relative; padding: 0 0 .52rem; }
.news-slick .news-slick-img { width: 100%; }
.news-slick .news-slick-text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; width: 87%; padding: .15rem .2rem; background: #0086ab; }
.news-slick .news-slick-text::after { content: ""; position: absolute; top: 0; right: auto; bottom: auto; left: 100%; z-index: 1; border-top: 0.55rem solid transparent; border-right: 0.16rem solid transparent; border-bottom: 0.55rem solid #0086ab; border-left: 0.16rem solid #0086ab; }
.news-slick .news-slick-text .title { font-size: .18rem; font-weight: 700; color: #fff; line-height: .34rem; }
.news-slick .news-slick-text .date { color: #fff; margin: .16rem 0 0; }
.news-slick .news-slick-text .date span { background: #f4981d; }
.news-slick .img-scale .img { padding: 56.296% 0 0; }
.news-slick .slick-dots { position: absolute; top: auto; right: 0.15rem; bottom: 0.25rem; left: auto; z-index: 1; }
.news-slick .slick-dots li { display: inline-block; margin: 0 5px; width: .1rem; height: .1rem; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; cursor: pointer; border-radius: 50%; border: 1px solid #fff; }
.news-slick .slick-dots li.slick-active { background: #fff; }

.notice-slick { margin: 0 -.4rem; }
.notice-slick .slick-slide { padding: 0 .4rem; border-right: 1px solid #cfcfcf; }
.notice-slick .slick-slide:hover .title { color: #007595; }
.notice-slick .slick-slide:hover .title::after { width: 100%; }
.notice-slick .slick-slide:hover .date span { background: #0086ab; }
.notice-slick .slick-slide:hover .more { color: #007595; }
.notice-slick .title { position: relative; display: block; padding: .1rem 0 .16rem; border-bottom: 1px solid #d4e1e5; }
.notice-slick .title .tt2 { height: .6rem; }
.notice-slick .title::after { content: ""; position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; width: 0%; height: 1px; background: #007595; -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; }
.notice-slick .more { display: block; margin: .14rem 0 0; padding: 0; border: none; color: #999; }

.research-slick { margin: 0 -.27rem; }
.research-slick .slick-slide { padding: 0 .27rem; }
.research-slick .img-scale { padding: .18rem; background: #007595; border: 1px solid #2c8aa3; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }
.research-slick .img-scale .img-frame { margin: .24rem 0 .2rem; }
.research-slick .img-scale .img { padding: 66.666% 0 0; }
.research-slick .img-scale:hover { background: #fff; border-color: #fff; }
.research-slick .img-scale:hover .date { color: #999; }
.research-slick .img-scale:hover .date span { background: #0086ab; }
.research-slick .img-scale:hover .title { color: #000; }
.research-slick .img-scale:hover .more { color: #999; }
.research-slick .date { color: #fff; }
.research-slick .date span { background: #f4981d; }
.research-slick .title { height: .6rem; color: #fff; }
.research-slick .more { padding: 4px 0 0; color: #ccc; border: none; background: none; }

.work-slick { margin: 0 -.17rem; }
.work-slick .slick-slide { padding: 0 .17rem; }
.work-slick .img-scale .img { padding: 56.25% 0 0; }
.work-slick .img-scale:hover .title { color: #007595; border-left: 3px solid #f4981d; }
.work-slick .img-scale:hover .date { border-left: 3px solid #fff; }
.work-slick .img-scale:hover .date span { background: #0086ab; }
.work-slick .title { margin: .12rem 0 .15rem; padding: 0 0 0 .15rem; border-left: 1px solid #b5d0d8; }
.work-slick .date { margin: 0 0 0 .15rem; border-left: 1px solid #fff; }
.work-slick .slick-dots { margin: .3rem 0 0; text-align: center; }
.work-slick .slick-dots li { display: inline-block; margin: 0 5px; width: .2rem; height: 6px; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; cursor: pointer; border-radius: 6px; background: #ddd; }
.work-slick .slick-dots li.slick-active { width: .3rem; background: #f4981d; }

.list1 li { padding: .16rem 0; border-bottom: 1px dashed #d3d3d3; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }
.list1 li:last-child { border: none; padding-bottom: .05rem; }
.list1 li:hover { -webkit-transform: translate3d(5px, 0, 0); -moz-transform: translate3d(5px, 0, 0); -ms-transform: translate3d(5px, 0, 0); -o-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
.list1 li:hover .title { color: #007595; }
.list1 li:hover .title::before { background: #007595; }
.list1 li:hover .date span { background: #0086ab; }
.list1 .title { display: inline-block; vertical-align: top; width: calc(100% - 1.5rem); }
.list1 .title::before { display: inline-block; content: ""; width: 8px; height: 8px; margin: 0 .12rem 1px 0; background: #f4981d; border-radius: 50%; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }

.list2 li { position: relative; padding: 0 0 .2rem; }
.list2 li::before { content: ""; position: absolute; top: 0.15rem; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 0; border-bottom: 1px dashed #d3d3d3; }
.list2 li::after { content: ""; position: absolute; top: 0.15rem; right: auto; bottom: auto; left: 0; z-index: 1; width: 0%; height: 0; border-bottom: 1px dashed #007595; -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; }
.list2 li:hover::after { width: 100%; }
.list2 li:hover .title { color: #007595; -webkit-transform: translate3d(5px, 0, 0); -moz-transform: translate3d(5px, 0, 0); -ms-transform: translate3d(5px, 0, 0); -o-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
.list2 li:hover .title::before { background: #007595; }
.list2 li:hover .date span { background: #0086ab; }
.list2 .title::before { display: inline-block; content: ""; width: 8px; height: 8px; margin: 0 .12rem 1px 0; background: #f4981d; border-radius: 50%; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }
.list2 .date { position: relative; z-index: 2; margin: 0 0 .06rem; background: #fff; }

.first-news { padding: .2rem 0 .26rem; border-top: 3px solid #0086ab; transform: none !important; -ms-transform: none !important; }
.first-news .title { width: 100%; font-size: .18rem; font-weight: 700; }
.first-news .title::before { display: none; margin: 0; }
.first-news .title:hover { color: #007595; -webkit-transform: translate3d(5px, 0, 0); -moz-transform: translate3d(5px, 0, 0); -ms-transform: translate3d(5px, 0, 0); -o-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
.first-news .info { margin: 8px 0 .12rem; }
.first-news .date span { background: #0086ab; }

.teaching .first-news { padding: 0 0 .18rem; border-top: none; border-bottom: 1px solid #ddd; }
.teaching .first-news .img-scale { display: inline-block; vertical-align: top; width: 2.1rem; }
.teaching .first-news .img-scale .img { padding: 66.666% 0 0; }
.teaching .first-news .text { width: calc(100% - 2.3rem); }
.teaching .first-news .date { margin: 0 0 .08rem; }
.teaching .first-news .info { margin-bottom: 0; }

.foot-link { margin: .2rem 0 0; padding: .45rem 0 .32rem; background-image: url(../images/t_img6.jpg); background-repeat: no-repeat; background-position: 50% 0%; background-color: transparent; background-size: cover; }
.foot-link::before { top: .67rem; background: #4097b0; }
.foot-link .column { text-align: center; }

.links { font-size: 0; margin: 0 -0.2rem; }
.links > li { display: inline-block; vertical-align: top; width: 16.6666666667%; padding: 0 0.2rem; }
.links a { display: block; padding: 0 0 .14rem; border: 1px solid #4ea2ba; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }
.links a div { position: relative; display: block; width: 1.1rem; max-width: 80%; height: .65rem; margin: -1px auto .12rem; overflow: hidden; border-bottom-left-radius: .12rem; border-bottom-right-radius: .12rem; }
.links a div i { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.links a div.icon1 i { background-image: url(../images/t_icon4_1.png); }
.links a div.icon2 i { background-image: url(../images/t_icon4_2.png); }
.links a div.icon3 i { background-image: url(../images/t_icon4_3.png); }
.links a div.icon4 i { background-image: url(../images/t_icon4_4.png); }
.links a div.icon5 i { background-image: url(../images/t_icon4_5.png); }
.links a div.icon6 i { background-image: url(../images/t_icon4_6.png); }
.links a div::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; background: #0a8baf; }
.links a div::after { content: ""; position: absolute; top: 0; right: 0; bottom: 100%; left: 0; z-index: 1; background: #f4981d; }
.links a:hover { background: #fff; color: #000; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3); }
.links a:hover div::after { bottom: 0; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }

.copy { padding: .16rem 4%; font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #fff; text-align: center; background: #005269; }
.copy a { color: #fff; }

#to-top { position: fixed; top: auto; right: -1rem; bottom: 30%; left: auto; z-index: 1; width: .6rem; height: .6rem; border-radius: 50%; background-image: url(../images/toTop.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #0c98be; background-size: auto; cursor: pointer; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5); -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; }

.pad-btn { display: none; align-items: center; }
.pad-btn .cut { margin: 0 .14rem; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; }
.pad-btn .nav-btn { display: inline-block; width: 34px; height: 32px; font-size: 0; padding: 7px 0 0; margin: 0 0 0 .15rem; border-radius: 4px; 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: #007595; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s 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); }

.decoration { position: relative; z-index: 1; max-height: 3.8rem; overflow: hidden; }
.decoration img { width: 100%; height: 320px; object-fit: cover; }

.position { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; padding: 0 0 0 calc(50% - 700px); font-size: 0; background-image: linear-gradient(-90deg, rgba(0, 117, 149, 0.9) 70%, transparent); white-space: nowrap; }
.position h3 { display: inline-block; vertical-align: top; width: 23.5vw; font-size: 0.26rem; font-weight: 700; line-height: 80px; color: #fff; text-align: left; }
.position .place { display: inline-block; vertical-align: top; padding: 0 .3rem 0 .25rem; font-size: 0.14rem; font-weight: 500; line-height: 80px; color: #fff; text-align: left; background-image: url(../images/t_icon5.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.position .place a { color: #fff; }
.position .place a:hover { color: #f4981d; }
.position::after { content: ""; position: absolute; top: 0; right: auto; bottom: auto; left: 100%; z-index: 1; width: 0; height: 0; border-top: 40px solid transparent; border-right: 10px solid transparent; border-bottom: 40px solid rgba(0, 117, 149, 0.9); border-left: 10px solid rgba(0, 117, 149, 0.9); }

.section { position: relative; z-index: 2; }

.sidebar { width: 2.4rem; margin: .4rem 0 0; }
.sidebar li { position: relative; border-bottom: 1px solid #ddd; }
.sidebar li a { position: relative; display: block; padding: 0 5%; font-size: 0.18rem; font-weight: 500; line-height: 0.5rem; color: #333; text-align: center; border-left: 4px solid transparent; }
.sidebar li a:hover { color: #007595; }
.sidebar li.cur { border-bottom: none; border-left: 4px solid #f4981d; background: #007595; }
.sidebar li.cur > a { color: #fff; border: none; }

.main { width: calc(100% - 2.85rem); min-height: 4rem; margin: .25rem 0 .5rem; }

.current-column { margin: 0 0 .12rem; border-bottom: 1px solid #ddd; }
.current-column h3 { display: inline-block; margin: 0 0 -1px; font-size: 0.22rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: left; border-bottom: 3px solid #f4981d; }

.article { padding: .2rem 6% 0; background: #fff; }
.article .title { font-size: 0.25rem; font-weight: 500; line-height: 0.32rem; color: #007595; text-align: center; }
.article .sub { margin: .3rem 0; padding: .13rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #666; text-align: center; border-top: 1px dashed #dedede; border-bottom: 1px dashed #dedede; }
.article .content { padding: 0 0 .3rem; font-size: 0.17rem; font-weight: 500; line-height: 220%; color: #333; text-align: justify; }
.article .content p { text-indent: 2em; margin: 0 0 .1rem; }
.article .content a { color: #0086ab; }
.article .content a:hover { color: #f4981d; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .2rem auto; }
.article .content table { max-width: 100%; margin: .2rem auto; line-height: 160%; }
.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: .25rem 0 0; border-top: 1px dashed #aaa; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: left; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }
.article .cont-page a:hover { color: #007595; -webkit-transform: translate3d(5px, 0, 0); -moz-transform: translate3d(5px, 0, 0); -ms-transform: translate3d(5px, 0, 0); -o-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
.article.about { padding-left: 0; padding-right: 0; }
.article.about .title { margin: .1rem 0 .3rem; font-size: .26rem; }

.people-list { font-size: 0; margin: .35rem -0.2rem 0; }
.people-list > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.2rem; margin: 0 0 .4rem; }
.people-list > li:hover .img-scale { box-shadow: -7px -7px 0 0 #f4981d, 0 0 7px 0 rgba(0, 0, 0, 0.2); }
.people-list .name { display: block; font-size: 0.22rem; line-height: 0.4rem; color: #007595; text-align: left; }
.people-list .name:hover { color: #ff9c00; }
.people-list .info { height: .78rem; margin: .1rem 0 0; font-size: .14rem; line-height: .26rem; }
.people-list .info span { color: #000; font-size: .16rem; font-weight: 700; }
.people-list .img-scale { display: inline-block; vertical-align: top; width: 1.4rem; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }
.people-list .img-scale .img { padding: 133% 0 0; background-position: 50% 50%; background-size: 85%; background-color: #eee; }
.people-list .text { display: inline-block; vertical-align: top; width: calc(100% - 1.4rem); padding: 0 0 0 .28rem; }
.people-list .more2 { margin: .15rem 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.45rem; text-align: right; border-top: 1px solid #eee; }
.people-list .more2 a { color: #f4981d; }
.people-list .more2 a:hover { text-decoration: underline; }

.leader-list { font-size: 0; margin: .35rem -0.2rem 0; }
.leader-list > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.2rem; margin: 0 0 .4rem; }
.leader-list .name { display: block; font-size: 0.22rem; font-weight: 700; line-height: 0.4rem; color: #007595; text-align: left; }
.leader-list .name span { color: #000; margin-left: .3rem; }
.leader-list .info { height: .9rem; margin: .1rem 0 0; font-size: .16rem; line-height: .3rem; }
.leader-list .info span { color: #000; }
.leader-list .img-scale { border: 1px solid #e8e8e8; }
.leader-list .img-frame { display: inline-block; vertical-align: top; width: 1.4rem; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }
.leader-list .img-frame .img { padding: 133% 0 0; background-position: 50% 50%; background-size: 85%; background-color: #eee; }
.leader-list .text { display: inline-block; vertical-align: top; width: calc(100% - 1.4rem); padding: .2rem .17rem 0 .28rem; }

.notice-list { font-size: 0; margin: 0 -0.13rem; margin-top: .4rem; }
.notice-list > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.13rem; }
.notice-list li { margin: 0 0 .36rem; }
.notice-list a { display: block; padding: .26rem .2rem .12rem; background: #f4f7f8; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }
.notice-list a:hover { background: #007595; }
.notice-list a:hover .title { color: #fff; }
.notice-list a:hover .more { color: #fff; border-color: #0086ab; }
.notice-list a:hover .date span { background: #f4981d; }
.notice-list .date { background: #fff; }
.notice-list .title { height: .64rem; margin: .1rem 0 .14rem; line-height: .32rem; }
.notice-list .more { background: none; padding: 0; border: none; line-height: .52rem; border-top: 1px solid #d4e1e5; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }

.news-list li { padding: .22rem 0; border-bottom: 1px dashed #ddd; }
.news-list li:hover .date span { background: #0086ab; }
.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; font-weight: 700; }
.news-list .title::before { display: none; margin: 0; }
.news-list .title:hover { color: #007595; -webkit-transform: translate3d(5px, 0, 0); -moz-transform: translate3d(5px, 0, 0); -ms-transform: translate3d(5px, 0, 0); -o-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
.news-list .info { margin: .1rem 0 .15rem; }

#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: .28rem 0 .3rem !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; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 10px 12px; color: #428bca; border: 1px solid #aaa; border-radius: 30px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #0086ab; font-weight: bold; color: #fff; border-color: #0086ab; }
#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: 34px; line-height: 34px; vertical-align: bottom; }

.teach-list { margin: .24rem 0 0; }
.teach-list .depar { border-bottom: 1px solid #ddd; }
.teach-list .depar h5 { position: relative; display: inline-block; margin: 0 0 -1px; font-size: 0.18rem; font-weight: 700; line-height: 0.45rem; color: #007595; text-align: left; border-bottom: 3px solid #007595; }
.teach-list .depar h5::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 100%; right: auto; bottom: auto; left: calc(50% - 8px); z-index: 1; width: 0; height: 0; border-top: 8px solid #007595; border-right: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 8px solid transparent; }
.teach-list .name { font-size: 0; margin: 0 -0.1rem; }
.teach-list .name > li { display: inline-block; vertical-align: top; width: 16.6666666667%; padding: 0 0.1rem; }
.teach-list .name li { margin: .25rem 0 0; }
.teach-list .name a { display: block; padding: 0 0 0 20%; font-size: 0.16rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: left; background: #f1f5f7; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }
.teach-list .name a:hover { color: #fff; background: #007595; box-shadow: 0 0 5px 0 #999;  }

@media screen and (max-width: 1750px) { .position { padding-left: 10%; } }
@media screen and (max-width: 1600px) { .header { padding: .15rem 4%; }
  .header > .fr { width: calc(100% - 4rem); } }
@media screen and (max-width: 1450px) { html { font-size: 95px; }
  .notice-slick { margin: 0 -.2rem; }
  .notice-slick .slick-slide { padding: 0 .2rem; }
  .research-slick { margin: 0 -.15rem; }
  .research-slick .slick-slide { padding: 0 .15rem; }
  .position h3, .position .place { line-height: .6rem; }
  .position h3 { font-size: .22rem; } }
@media screen and (max-width: 1250px) { .header { padding: .1rem 2.5%; }
  .header > .fr { width: calc(100% - 3.2rem); }
  .logo img { height: 85px; }
  .nav li a { font-size: .16rem; }
  .sidebar { width: 2rem; } .teach-list .name > li { width: 20%; }
  .main { width: calc(100% - 2.4rem); } }
@media screen and (max-width: 992px) { .header { position: relative; z-index: 102; display: flex; justify-content: space-between; align-items: center; padding-top: 9px; padding-bottom: 9px; }
  .header::before, .header::after { display: none; }
  .header > .fr { display: flex; align-items: center; float: none; margin: 0; width: auto; }
  .container { width: 85%; }
  .logo img { height: 60px; }
  .search-btn { width: 34px; height: 32px; background-image: url(../images/x_icon1_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: auto; border-radius: 4px; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }
  .banner .slick-arrow { display: none !important; }
  .banner .img { height: 0; padding: 40% 0 0; }
  .banner .slick-dots { bottom: .15rem; }
  .banner .slick-dots li { margin: 0 5px; width: .16rem; }
  .nav { position: fixed; top: calc(58px + .2rem); right: 0; bottom: 0; left: 100%; z-index: 8; width: auto; height: calc(100vh - (58px + .2rem)); margin: 0; padding: .2rem 5%; overflow-x: hidden; background: #f1f5f8; visibility: hidden; -webkit-transition: all 0.5s linear 0s; -moz-transition: all 0.5s linear 0s; -ms-transition: all 0.5s linear 0s; -o-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; }
  .nav li { display: block; width: 100%; max-width: 100%; border-top: 1px dashed #fff; border-bottom: 1px dashed #b1c0d3; }
  .nav li:first-child { border-top: none; }
  .nav li:last-child:after { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 100%; height: 1px; background: #fff; }
  .nav li a { padding: 0 .15rem; font-size: 17px; line-height: .6rem; text-align: left; color: #494949; background: transparent !important; }
  .nav li a .icon { display: none !important; }
  .nav li a::after { display: none; }
  .nav li .tri { display: none !important; }
  .nav li .down-icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .6rem; background-image: url("../images/x_icon4_3.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 17%; cursor: pointer; -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s 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: 40px; padding-top: 0; border: none; background: none; box-shadow: 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; width: 100%; }
  .nav li::after { display: none; }
  .nav.show { visibility: visible; left: 0; }
  .pad-btn { display: block; }
  .column h3 p { font-size: .22rem; line-height: .38rem; }
  #to-top { display: none !important; }
  .arrow.slick-prev { left: -.45rem; }
  .arrow.slick-next { right: -.45rem; }
  .index-news .news-slick, .index-news .list1 { width: 100%; }
  .index-news .list1 { margin: .35rem 0 0; }
  .index-teaching .container > .fl, .index-teaching .container > .fr, .index-student .container > .fl, .index-student .container > .fr { width: 100%; }
  .index-teaching .container > .fr, .index-student .container > .fr { margin: .3rem 0 0; }
  .news-slick .news-slick-text .date { margin: .15rem 0 0; }
  .foot-link { padding-bottom: .1rem; }
  .links > li { width: 33.33%; margin: 0 0 .2rem; }
  .decoration img { height: 250px; }
  .sidebar { display: flex; flex-wrap: wrap; justify-content: left; width: 100%; margin: .2rem 0 0; }
  .sidebar li { margin: 0 .1rem .14rem; border-bottom: none; border-radius: 4px; overflow: hidden; }
  .sidebar li a { padding: 0 .2rem; white-space: nowrap; line-height: .4rem; border: 1px solid #ddd; border-radius: 4px; }
  .main { width: 100%; max-width: 100%; margin-top: 0; }
  .current-column { display: none; }
  .position h3 { font-size: .2rem; }
.article { padding-left:0; padding-right:0; }
  .notice-list > li { width: 50%; } }
@media screen and (max-width: 768px) { html { font-size: 90px; } .main { padding: 0 !important; }  .teach-list .name > li { width: 25%; }
  .container { width: 90%; }
  .column { margin: 0 0 .2rem; }
  .column h3 p { font-size: .2rem; }
  .arrow { width: .3rem; height: .3rem; }
  .arrow.slick-prev { left: 0rem; }
  .arrow.slick-next { right: 0rem; }
  .notice-slick, .research-slick { margin: 0; padding: 0 .24rem; }
  .list1 .title { width: 100%; line-height: .24rem; }
  .list1 .date { float: none; margin: .12rem 0 0; }
  .list1 .tt1 { white-space: initial; text-overflow: clip; overflow: auto; }
  .list2 .tt1 { white-space: initial; text-overflow: clip; overflow: auto; }
  .news-slick .news-slick-text { position: relative; top: auto; right: auto; left: auto; bottom: auto; width: 100%; padding: 8px .15rem; }
  .news-slick .news-slick-text::after { display: none; }
  .news-slick .news-slick-text .date { margin: 8px 0 0; }
  .decoration img { height: 220px; }
  .position { padding-left: 20%; text-align: center; }
  .position .place { display: none; }
  .position h3 { width: 20vw; line-height: .55rem; }
  .article { padding-top: .1rem; }
  .article .sub { margin: .2rem 0; }
  .people-list > li, .leader-list > li { width: 100%; margin: 0 0 .3rem; } }
@media screen and (max-width: 520px) { .notice-slick .slick-slide { border: none; } .teach-list .name > li { width: 33.33%; }
  .teaching .first-news .img-scale { width: 100%; }
  .teaching .first-news .text { width: 100%; float: none; margin: .2rem 0 0; }
  .links { margin: 0 -.1rem; }
  .links > li { padding: 0 .1rem; width: 50%; }
  .decoration img { height: 180px; }
  .position h3 { width: 32vw; font-size: .19rem; line-height: .45rem; }
  .sidebar li { margin: 0 5px 10px; }
  .sidebar li a { line-height: .35rem; padding: 0 .12rem; font-size: .16rem; }
  .people-list .img-scale { width: 1.1rem; }
  .people-list .text { width: calc(100% - 1.1rem); }
  .people-list .name { font-size: .2rem; }
  .leader-list .img-frame { width: 1.1rem; }
  .leader-list .text { width: calc(100% - 1.1rem); padding-top: .1rem; }
  .leader-list .name { font-size: .2rem; }
  .leader-list .info { height: .75rem; font-size: .14rem; line-height: .25rem; }
  .notice-list > li { width: 100%; }
  .news-list li { padding: .2rem 0; }
  .news-list .img-scale { width: 100%; }
  .news-list .text { float: none; width: 100%; margin: .15rem 0 0; padding: 0; } } 
@media screen and (max-width: 400px) { .top-link { display: none; } .teach-list .name > li { width: 50%; }
  .decoration img { height: 150px; }
  .position h3 { width: 40vw; } }