@charset "UTF-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }
#loading .loading-img { width: 100%; height: 100%; background-image: url(../images/logo.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; animation: fade 1.5s infinite alternate; }

html { min-width: 320px; font-size: 100px; }

body.hide { overflow: hidden; }

.container { width: 85%; max-width: 1400px; margin: 0 auto; font-size: .16rem; }

.header { position: relative; z-index: 200; padding: .27rem 0; background-image: url(../images/t_bg1.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.header .logo { max-width: calc(100% - 3rem); }
.header .logo a { display: inline-block; outline: none; }
.header .logo img { max-width: 100%; vertical-align: middle; }
.header .container .fr { margin: .2rem 0 0; }

.top-link { display: inline-block; font-size: 0.14rem; font-weight: 500; line-height: 0.4rem; color: #000; text-align: right; vertical-align: top; }
.top-link a { color: #000; }
.top-link a:hover { text-decoration: underline !important; }
.top-link span { margin: 0 8px; }
.top-link span:last-child { margin-right: 5px; }

.search { display: inline-block; font-size: 0; padding: 0 5px 0 0; border-radius: 5px; border-radius: .35rem; vertical-align: top; -webkit-transition: background 0.3s linear 0s; -moz-transition: background 0.3s linear 0s; -o-transition: background 0.3s linear 0s; transition: background 0.3s linear 0s; }
.search .input { width: 0rem; height: .4rem; font-size: 0.14rem; font-weight: 500; line-height: 0.4rem; color: #333; text-align: left; vertical-align: top; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.search .input::placeholder { color: #999; }
.search .submit { width: .35rem; height: .4rem; vertical-align: top; background-image: url(../images/t_icon1.png); background-repeat: no-repeat; background-position: 50% 40%; background-color: transparent; background-size: auto; }
.search form { white-space: nowrap; }
.search:hover { background: #fff; border: 1px solid #ddd; border-radius: 4px; padding-left: .15rem; }
.search:hover .input { width: 2rem; }

.nav { position: relative; z-index: 2; background: #940f16; }
.nav li { position: relative; float: left; width: 11.1111%; }
.nav li a { display: block; font-size: 0.18rem; font-weight: 500; line-height: 0.55rem; color: #fff; text-align: center; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.nav li:hover > a { background: #c43b29; }
.nav li:hover .lv2 { display: block; animation: flipInY .8s; -ms-animation: flipInY .8s; }
.nav .lv2 { display: none; position: absolute; top: calc(100% + 12px); right: auto; bottom: auto; left: 0%; z-index: 1; width: 100%; 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 .lv2 a { padding: .1rem 5px; font-size: .16rem; line-height: .2rem; color: #333; }
.nav .lv2 a:hover { color: #fff; background: #940f16; }
.nav .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 12px; overflow: hidden; }
.nav .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); -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); }

@keyframes fade { 0% { opacity: 1; }
  100% { opacity: 0.1; } }
.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.4s linear 0s; -moz-transition: transform 0.4s linear 0s; -o-transition: transform 0.4s linear 0s; transition: transform 0.4s 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.4s linear 0s; -moz-transition: transform 0.4s linear 0s; -o-transition: transform 0.4s linear 0s; transition: transform 0.4s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.column { font-size: 0; margin: .35rem 0 .3rem; border-bottom: 1px solid #ddd; }
.column h3 { display: inline-block; padding: 0 0 0 .38rem; font-size: 0.24rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: left; background-image: url(../images/t_icon2.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.more { font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #808080; text-align: left; letter-spacing: 1px; }
.more:hover { color: #940f16; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.58rem; color: #000; text-align: justify; }
.title span { background-image: linear-gradient(#940f16, #940f16); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s linear 0s; -moz-transition: background-size 0.5s linear 0s; -o-transition: background-size 0.5s linear 0s; transition: background-size 0.5s linear 0s; }
.title:hover span { background-size: 100% 1px; }
.title:hover { color: #940f16; }

.date { font-size: 0.14rem; font-weight: 500; line-height: 0.58rem; color: #999; text-align: left; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #888; text-align: justify; }

.news { width: 67.1428%; }
.news .list1 { width: 46.8%; height: 3.35rem; overflow: hidden; }
.news .list1 li:last-child { border: none; }

.news-slick { width: 50%; font-size: 0; }
.news-slick .slick-active .title p { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.news-slick .img-scale { position: relative; }
.news-slick .img-scale .img { padding: 3.13rem 0 0; }
.news-slick .date { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; padding: 8px 5px 9px; line-height: .2rem; text-align: center; color: #fff; background: rgba(187, 114, 19, 0.8); }
.news-slick .date p:first-child { font-size: .24rem; font-weight: 700; line-height: .3rem; }
.news-slick .title { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: 0 1.35rem 0 .18rem; line-height: .4rem; color: #fff; background: rgba(0, 0, 0, 0.6); }
.news-slick .title p { -webkit-transition: all 0.3s linear 0.5s; -moz-transition: all 0.3s linear 0.5s; -o-transition: all 0.3s linear 0.5s; transition: all 0.3s linear 0.5s; opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }
.news-slick .slick-dots { position: absolute; top: auto; right: 0.24rem; bottom: 0.14rem; left: auto; z-index: 1; }
.news-slick .slick-dots li { display: inline-block; width: 12px; height: 12px; margin: 0 4px; border-radius: 50%; background: #fff; vertical-align: middle; cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.news-slick .slick-dots li.slick-active { background: #cc0000; }

.notice { width: 30%; }
.notice .column h3 { padding: 0; color: #666; background-image: none; cursor: pointer; margin: 0 0 0 .38rem; }
.notice .column h3:nth-child(3) { margin-left: 0; }
.notice .column h3.active { color: #000; padding: 0 0 0 .38rem; background-image: url(../images/t_icon2.png); }
.notice .column .more { display: none; }
.notice .column .more.active { display: block; }
.notice .slide-item { display: none; }
.notice .slide-item.active { display: block; }

.academic { width: 33.6%; }

.teaching { width: 33.6%; margin: 0 2.85%; }

.links { width: 27.1%; margin: .32rem 0 0; }
.links .links-list { font-size: 0; margin: 0 -0.1rem; }
.links .links-list > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.1rem; }
.links a { display: table; width: 100%; height: 1rem; margin: 0 0 .18rem; padding: 0 .1rem; border-radius: 4px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; position: relative; }
.links a.a2 { background: #246a97; }
.links a.a2 i { background-image: url(../images/t_icon3_1.png); }
.links a.a5 { background: #975f24; }
.links a.a5 i { background-image: url(../images/t_icon3_2.png); }
.links a.a1 { background: #9f0006; }
.links a.a1 i { background-image: url(../images/t_icon3_3.png); }
.links a.a3 { background: #249697; }
.links a.a3 i { background-image: url(../images/t_icon3_4.png); }
.links a.a4 { background: #c43b29; }
.links a.a4 i { background-image: url(../images/t_icon3_5.png); }
.links a.a6 { background: #3280c3; padding: 0 .06rem; }
.links a.a6 i { background-image: url(../images/t_icon3_7.png); }
.links a i { display: block; width: .65rem; height: .45rem; margin: 0 auto 0px; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.links a p { font-size: 0.16rem; font-weight: 700; line-height: 0.24rem; color: #fff; text-align: center; }
.links a:hover { -webkit-transform: translateY(-7px); -moz-transform: translateY(-7px); -o-transform: translateY(-7px); transform: translateY(-7px); }
.links a::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: -8px; left: 0; z-index: 1; width: 100%; height: 8px; background-image: radial-gradient(ellipse closest-side at 50% 50%, rgba(0, 0, 0, 0.28), transparent); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.links a:hover::before { bottom: -13px; opacity: 1; visibility: visible; }
.links a.a6 p { font-size: .15rem; line-height: .2rem; text-align: justify; }

.list1 { margin: -.2rem 0 0; }
.list1 li { border-bottom: 1px dashed #ddd; -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }
.list1 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list1 .title { display: inline-block; vertical-align: top; width: calc(100% - .9rem); }
.list1 .title::before { display: inline-block; content: ""; width: 8px; height: 8px; margin: 0 4px 0 0; background: #940f16; border-radius: 50%; }

.list2 li { padding: .19rem 0 .12rem; font-size: 0; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }
.list2 li:first-child { padding-top: 0; }
.list2 li:last-child { padding-bottom: 0; border: none; }
.list2 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list2 .date { display: inline-block; vertical-align: top; width: 56px; line-height: .26rem; text-align: center; color: #940f16; }
.list2 .date p:first-child { font-size: .24rem; line-height: .3rem; color: #fff; background: #be131c; }
.list2 .text { display: inline-block; vertical-align: top; width: calc(100% - 56px); padding: 0 0 0 .15rem; }
.list2 .title { line-height: .28rem; height: .56rem; }

.pic-list1 li { position: relative; font-size: 0; padding: .25rem 0; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.pic-list1 li:hover { box-shadow: 0 -15px 20px -20px rgba(0, 0, 0, 0.3) inset, 0 0 0 0 #fff inset; }
.pic-list1 li:hover .title { font-weight: 700; }
.pic-list1 .img-scale { display: inline-block; vertical-align: top; width: 1.6rem; }
.pic-list1 .img-scale .img { padding: 62.5% 0 0; }
.pic-list1 .text { display: inline-block; vertical-align: top; width: calc(100% - 1.6rem); padding: 0 0 0 2.6%; }
.pic-list1 .text .title { line-height: .2rem; font-weight: 700; }
.pic-list1 .info { margin: 7px 0 5px; }
.pic-list1 .date { color: #c43b29; line-height: .24rem; }

.table-cell { display: table-cell; vertical-align: middle; }

.yqlj { margin: .25rem 0 0; padding: .25rem 0; background: #efefef; }
.yqlj .container { font-size: 0; }
.yqlj h6 { display: inline-block; vertical-align: top; width: 100px; font-size: 0.18rem; font-weight: 700; line-height: 0.3rem; color: #940f16; text-align: left; }
.yqlj .select { display: inline-block; vertical-align: top; width: calc((92.8% - 100px) / 5); margin: 0 1.8% 0 0; }
.yqlj .select:last-child { margin-right: 0; }

.select { position: relative; padding: 0 .12rem; border: 1px solid #ddd; border-radius: 3px; background: #fff; cursor: pointer; }
.select p { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #333; text-align: left; }
.select::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0.11rem; right: 0.15rem; bottom: auto; left: auto; z-index: 1; width: 0; height: 0; border: 8px solid transparent; border-top-color: #940f16; border-radius: 3px; }
.select ul { display: none; position: absolute; top: auto; right: auto; bottom: calc(100% + 1px); left: 0px; z-index: 1; width: calc(100% + 0px); background: #fff; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); border: 1px solid #ddd; border-radius: 3px; }
.select ul li { border-bottom: 1px dashed #ddd; }
.select ul li:last-child { border: none; }
.select ul a { display: block; padding: .07rem .12rem; font-size: 0.14rem; font-weight: 500; line-height: 0.18rem; color: #333; text-align: left; -webkit-transition: all 0.15s linear 0s; -moz-transition: all 0.15s linear 0s; -o-transition: all 0.15s linear 0s; transition: all 0.15s linear 0s; }
.select ul a:hover { color: #fff; background: #940f16; }
.select.show::after { top: .03rem; border-top-color: transparent; border-bottom-color: #940f16; }

.copy { padding: .14rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #fff; text-align: center; background: #940f16; }

.btn { display: none; align-items: center; }
.btn .search-btn { display: inline-block; width: 34px; height: 32px; background-image: url(../images/t_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: 70%; vertical-align: top; cursor: pointer; border-radius: 4px; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }
.btn .nav-btn { display: inline-block; width: 34px; height: 32px; font-size: 0; padding: 7px 0 0; margin: 0 0 0 .2rem; 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); }
.btn .nav-btn i { display: inline-block; width: 22px; height: 2px; margin: 6px 0 0; background: #940f16; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.btn .nav-btn i:nth-child(1) { margin-top: 0; }
.btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 8px) rotate(45deg); -moz-transform: translate(0, 8px) rotate(45deg); -o-transform: translate(0, 8px) rotate(45deg); transform: translate(0, 8px) rotate(45deg); }
.btn .nav-btn.close i:nth-child(2) { opacity: 0; }
.btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -8px) rotate(-45deg); -moz-transform: translate(0, -8px) rotate(-45deg); -o-transform: translate(0, -8px) rotate(-45deg); transform: translate(0, -8px) rotate(-45deg); }

.mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; background: rgba(0, 0, 0, 0.75); }
.mask.show .search { top: 38%; opacity: 1; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.mask .close { position: absolute; top: 12%; right: 12%; bottom: auto; left: auto; z-index: 1; cursor: pointer; width: 80px; height: 80px; }
.mask .close i { display: block; width: 100%; height: 2px; background: #fff; }
.mask .close i:nth-child(1) { -webkit-transform: translate(0, 41px) rotate(45deg); -moz-transform: translate(0, 41px) rotate(45deg); -o-transform: translate(0, 41px) rotate(45deg); transform: translate(0, 41px) rotate(45deg); }
.mask .close i:nth-child(2) { -webkit-transform: translate(0, 39px) rotate(-45deg); -moz-transform: translate(0, 39px) rotate(-45deg); -o-transform: translate(0, 39px) rotate(-45deg); transform: translate(0, 39px) rotate(-45deg); }

.sidebar { width: 2rem; margin: .5rem 0 0; }
.sidebar h1 { font-size: 0.2rem; font-weight: 700; line-height: 0.68rem; color: #fff; text-align: center; background: url(../images/t_bg2.jpg) no-repeat 0% 50% #940f16; }
.sidebar h1 i { display: block; margin: 0 auto; }
.sidebar .lv2-nav { user-select: none; }
.sidebar .lv2-nav li { position: relative; border-bottom: 1px solid #c43b29; }
.sidebar .lv2-nav li > a { padding: .12rem .1rem; }
.sidebar .lv2-nav li > a:hover { color: #fff; background: #c43b29; }
.sidebar .lv2-nav a { display: block; font-size: 0.16rem; font-weight: 500; line-height: 0.21rem; color: #000; text-align: center; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.sidebar .lv2-nav li.cur > a { color: #fff; font-weight: 700; background: #c43b29; }
.sidebar .lv2-nav li.cur > a::after { display: block; }
.sidebar .lv2-nav li.cur .lv3 { display: block; }
.sidebar .lv2-nav li.cur .down { display: block; }
.sidebar .lv2-nav .down { display: none; position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .45rem; height: .45rem; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
.sidebar .lv2-nav .down.s { -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
.sidebar .lv2-nav .lv3 { display: none; padding: .1rem 0 .1rem; }
.sidebar .lv2-nav .lv3 a { padding: 5px 0; font-size: .15rem; font-weight: 500; line-height: .25rem; color: #000; }
.sidebar .lv2-nav .lv3 a:hover { color: #c43b29; }
.sidebar .lv2-nav .lv3 a.cur { color: #c43b29; font-weight: 700; }

.main { width: calc(100% - 2.4rem); min-height: 6rem; margin: .35rem 0 .4rem; }
.main .list1 { margin: .1rem 0 0; }
.main .list2 li { padding: .25rem 0 .2rem; }

.position { margin-top: 0; border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; margin: 0 0 -1px; font-size: 0.24rem; font-weight: 500; line-height: 0.48rem; color: #000; text-align: left; border-bottom: 3px solid #940f16; }

.place { padding: 0 0 0 .25rem; font-size: 0.14rem; font-weight: 500; line-height: 0.48rem; color: #999; text-align: left; background-image: url(../images/x_icon5.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.place a { color: #999; }
.place a:hover { color: #940f16; }

.article { padding: .35rem 5% 0; }
.article .title { margin: .1rem 0 .25rem; font-size: 0.24rem; font-weight: 700; line-height: 0.32rem; color: #940f16; text-align: center; }
.article .sub { margin: .2rem 0 .3rem; padding: .13rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #999; text-align: center; border-bottom: 1px dashed #ccc; border-top: 1px dashed #ccc; }
.article .sub span { margin: 0 6px; }
.article .content { padding: 0 0 .4rem; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #000; text-align: left; }
.article .content p { margin: 0 0 .12rem; text-indent: 2em; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .25rem auto .13rem; }
.article .content table { max-width: 100%; margin: .25rem auto .13rem; }
.article .content table p { text-indent: 0; }
.article .content iframe { max-width: 100%; margin: .25rem auto .13rem; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #ccc; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.27rem; color: #494949; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.article .cont-page a span { color: #940f16; }
.article .cont-page a:hover { color: #940f16; -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }

.teach-list { margin: .12rem 0 0; }
.teach-list li { position: relative; float: left; width: 48%; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; border-bottom: 1px dashed #ddd; padding: 0.25rem 0; }
.teach-list li:nth-child(odd) { margin-right: 4%; }
.teach-list li:hover { box-shadow: 0 0 15px 0 #ccc; }
.teach-list li:hover .title { color: #274480; }
.teach-list li .img-scale { width: 1.7rem; background: #f2f2f2; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.teach-list li .img-scale .img { padding-top: 125%; background-position-y: 10%; }
.teach-list li .text { width: calc(100% - 1.9rem); }
.teach-list li .name { display: inline-block; color: #000; font-size: .2rem; font-weight: 700; line-height: 0.58rem; }
.teach-list li .name span { margin: 0 0 0 .15rem; font-size: .16rem; color: #666; font-weight: 400; }
.teach-list li .info { font-size: .16rem; line-height: .32rem; color: #494949; word-break: break-all; }
.teach-list li .info span { color: #000; }
.teach-list li .dzyj { position: relative; }

#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; }

@media screen and (max-width: 1400px) { .container { width: 90%; }
  .header { padding: .2rem 0; background-position: 38% 50%; }
  .column { margin: .2rem 0 .25rem; }
  .column h3 { padding: 0 0 0 .28rem; font-size: .2rem; background-size: .25rem; }
  .select p { font-size: .14rem; }
  .select::after { right: .1rem; }
  .links a p { font-size: .15rem; } }
@media screen and (max-width: 1200px) { html { font-size: 95px; }
  .header { padding: .2rem 0; background-position: 30% 50%; }
  .search .submit { background-size: 80%; }
  .links a { height: .95rem; padding: 0 5px; } .main { min-height: 4rem; }
  .yqlj { margin: .15rem 0 0; }
  .yqlj h6 { display: block; margin: 0 0 .12rem; }
  .yqlj .select { width: calc(92.8% / 5); } }
@media screen and (max-width: 992px) { html { font-size: 95px; }
  .header { padding: .12rem 0; border-bottom: 2px solid #940f16; }
  .header .container { display: flex; justify-content: space-between; align-items: center; }
  .header .container::after, .header .container::before { display: none; }
  .header .container .logo { float: none; max-width: none; padding: 0 .3rem 0 0; }
  .header .container .logo img { max-height: 50px; }
  .header .container > .fr { display: flex; align-items: center; float: none; margin: 0; }
  .top-link { margin: 0 .15rem 0 0; }
  .top-link span { display: none; }
  .btn { display: flex; }
  .search { visibility: hidden; opacity: 0; position: fixed; top: 40%; right: auto; bottom: auto; left: 20%; z-index: 200; width: 60%; padding: 10px 10px !important; background: #fff; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .search .input { width: calc(100% - 42px) !important; height: 40px; padding: 0 8px !important; line-height: 40px; color: #333; border: 1px solid  #eee !important; border-radius: 0 !important; }
  .search .input::placeholder { color: #888; }
  .search .submit { width: 40px; height: 40px; background-image: url(../images/t_icon1.png); background-position: 50% 50% !important; background-size: 62%; }
  .search.show { border: none; border-radius: 0; visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  .nav { visibility: hidden; opacity: 0; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; width: 100%; height: 100%; padding: .9rem 0 30px; background: rgba(0, 0, 0, 0.8); overflow-x: hidden; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .nav li { float: none; width: 100%; margin: 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  .nav li a { font-size: .18rem; line-height: .55rem; padding: 0 .15rem; text-align: left; color: #fff; background: none !important; }
  .nav li .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; 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); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .nav li .down.close { -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .nav li .lv2 { display: none; position: static; visibility: visible; opacity: 1; padding-left: 40px; padding-top: 0; border: none; background: none; }
  .nav li .lv2 a { color: #fff !important; }
  .nav li .lv2 .tri { display: none; }
  .nav li:hover .lv2 { display: none; animation: none; }
  .nav.show { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  .news { width: 100%; }
  .notice { width: 100%; }
  .notice .column h3 { margin-right: .15rem; }
  .academic { width: 48%; }
  .teaching { width: 48%; margin: 0 0 0 4%; }
  .yqlj { padding: .2rem 0 .1rem; }
  .yqlj .select { width: calc(92.8% / 3); margin-bottom: .15rem; }
  .links { width: 100%; margin: .2rem 0 0; }
  .links .links-list > li { width: 33.33%; }
  .list1 .title::before { width: 8px; height: 8px; }
  .list2 li { padding: .12rem 0 .08rem; }
  .sidebar { width: 100%; margin: .25rem 0 0; }
  .sidebar h1 { position: relative; padding: 0 .2rem; line-height: .5rem; font-size: .22rem; text-align: left; }
  .sidebar h1 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .sidebar h1 i.down { -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .sidebar .lv2-nav { display: none; background: #f5f5f5; }
  .sidebar .lv2-nav li > a { text-align: left; padding: 0 .3rem; }
  .main { width: 100%; max-width: 100%; margin: .25rem 0 .3rem; } }
@media screen and (max-width: 768px) { .container { width: 92%; }
  .top-link { display: none; }
  .academic { width: 100%; }
  .teaching { width: 100%; margin: 5px 0 0; }
  .column { margin: .15rem 0; }
  .news-slick { width: 100%; margin: 0 0 .2rem; }
  .news-slick .img-scale .img { padding: 66.65% 0 0; }
  .news .list1 { width: 100%; }
  .yqlj .select { width: calc(92.8% / 2); }
  .main { margin: .15rem 0 0; }
  .position { text-align: center; }
  .position h3 { display: block; border: none; margin: 0 0 -1px; text-align: center; font-size: .18rem; font-weight: 700; }
  .position h3::after { display: block; content: ""; width: .5rem; height: 3px; margin: 0 auto -1px; background: #940f16; }
  .place { float: none; display: inline-block; line-height: .3rem; text-align: center; background-position: 0px 4px; }
  .place .icon { height: .3rem; }
  .list1 { margin: 0; }
  .list1 li { padding: .1rem 0; }
  .list1 li:first-child { padding-top: 0; }
  .list1 .title { width: 100%; line-height: .26rem; overflow: visible; text-overflow: clip; white-space: initial; }
  .list1 .date { float: none; line-height: .28rem; }
  .article { padding-left: 0; padding-right: 0; }
  .notice .column { margin-top: .15rem; }
  .teaching .column { margin-top: 0; }
.teach-list li { width: 100%; float: none; margin: .3rem 0 0; } 
  .links { margin: .1rem 0 0; } }
@media screen and (max-width: 520px) { html { font-size: 90px; }
  .links .links-list > li { width: 50%; }
  .search { left: 10%; width: 80%; }
  .pic-list1 li { padding: .2rem 0; }
  .pic-list1 .img-scale { width: 100%; }
  .pic-list1 .text { width: 100%; padding: 0; margin: .1rem 0 0; }
  .pic-list1 .date { top: .2rem; left: 0; right: auto; -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } }
@media screen and (max-width: 430px) { .yqlj .select { width: 100%; margin: 0 0 .15rem; } }

/*# sourceMappingURL=style.css.map */

#list-page {font-family: Arial; text-align: center; margin: 25px 0 30px !important; }
#list-page .p_pages a { transition: all .3s; -ms-transition: all .3s; }
#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; border: 1px solid #aaa; border-radius: 4px; color: #428bca;}
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {background: #c43b29; font-weight: bold; color: #fff; border-color: #c43b29;}
#list-page .p_t{ padding: 0 2px 0 0; color: #777;}
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d{display: inline-block;}
#list-page .p_pages span{color: #aaa;}
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 2px; width: 40px; height: 30px; line-height: 30px; vertical-align: bottom; }