@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: #132c89;position: fixed;
    top: 0;
    left: 0;z-index:5;
height: 132px;
background: linear-gradient(to bottom, rgb(19, 44, 137) 0%, rgba(19, 44, 137, 1) 40%, rgba(19, 44, 137, 0.95) 50%, rgba(19, 44, 137, 0.8) 60%, rgba(19, 44, 137, 0.5) 77%, rgba(19, 44, 137, 0) 100%);


}
.header .fr { text-align: right;}

.logo img{ max-width: calc(100% - 0.6rem);    max-height: 60px;}

.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.jpg); background-repeat: no-repeat; background-position: 35% 45%; background-color: transparent; background-size: auto;}

.nav { position: fixed;
top: 60px; z-index: 10; width: 100%;}
.nav li { position: relative; z-index: 1; float: left; width: 10%;}
.nav li a { text-decoration:none; 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: .15rem; line-height: .22rem; color: #333; word-break: break-all; word-wrap: break-word; font-weight: bold;}
.nav li .lv2 a:hover { color: #fff; background: #2d458f;}
.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; }
.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: #19327f;}
.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;      margin-bottom: -210px;}
.banner.index{
  margin-bottom: 0;
}

.index .banner-slick .slick-slide
{
    height: auto;
}
.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: 30%; 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: #2d458f;}
.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.jpg); 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.jpg); 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.jpg); 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%;  -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; border-radius:2%;}
.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.3rem; 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: absolute; right:20px; top: 11px; display: inline-block; font-size: .14rem; line-height: .31rem; color: #fff; padding: 0 .26rem; border: 1px solid transparent; border-radius: 2px; background: #2d458f; 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: #2d458f; border-color: #2d458f;}
.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; text-align: justify;}
.title:hover { color: #162b88;}

.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.16rem; 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: #162b88; text-align: center; background: #eee;}
.date1 p:first-child { font-size: .26rem; font-weight: 700; line-height: .28rem;}


.index-news .news-list {     
    width: 60%;
    padding-left: 0.2rem;
}
.index-news .news-list li {width: 50%; padding: .25rem .2rem .26rem;display: inline-block;}
.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: #162b88;}
.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%;}
.fuwuliangdian .title{
text-align:center;
}

.index-student { margin: .45rem 0 0; padding: .35rem 0 .25rem; background-image: url(../images/x_bg2.jpg); 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;}

.index-news .news-images{
width: 40%; 
height:100%;
border-radius: 10px;
}

.center-news .container{
display: flex;
}
.index-news .news-slick1 { 

}
.news-slick1 { font-size: 0;}
.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: #162b88;}
.news-slick1 .title { font-size: .18rem;}
.index-news .news-slick1 img { box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); object-fit: cover; height: 4.31rem;}
.news-thumb .thumb-item{
    margin-top: 0.02rem;
    border: 2px solid  transparent;
    box-sizing: border-box;
    height: 0.65rem;
object-fit:cover;
width:100%;
border-radius:5%;
overflow:hidden;
}
.news-thumb .thumb-item:hover{
    border:none;
    box-shadow: 0 0 8px #007bff;
}
.news-thumb .thumb-item.slick-current{
    border-color: #258CFF;
    box-shadow: 0 0 8px #2D458F;
}

.news-thumb .slick-prev,
.news-thumb .slick-next {
    position: absolute;
    top: calc(50% - 0.08rem);
    z-index: 10;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    color: #fff;
    cursor: pointer;
}

.news-thumb .slick-prev {
    left: 0;   /* 左侧位置 */
}

.news-thumb .slick-next {
    right: -0rem;  /* 右侧位置 */
transform: rotate(180deg);
}

.news-thumb .slick-prev:hover,
.news-thumb .slick-next:hover {
    background: rgba(0,0,0,0.5);
}


 .news-slick1 .img-frame { padding: 56.296% 0 0;}
 .index-news .news-slick1 { width: 100%;}

.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: #162b88;}
.news-slick2 .slick-slide a:hover .title { color: #162b88;}
.news-slick2 .slick-slide a:hover .date { color: #fff; background-color: #162b88; background-image: url(../images/time2.jpg);}
.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: #162b88; border-radius: 0 0 4px 0; background-image: url(../images/time1.jpg); 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:  6px; background: #d7d7d7; border-radius: 30%; 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: #162b88;}

.news-slick3 { font-size: 0;height: 350px;overflow: hidden;}
.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.jpg); 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-slick3 {
    position: relative;
}

.news-slick3 .slick-prev,
.news-slick3 .slick-next {
    position: absolute;
    top: calc(50% - 0.55rem);
    z-index: 10;
    width: 0.4rem;
    height: 0.4rem;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    color: #fff;
    cursor: pointer;
}

.news-slick3 .slick-prev {
    left: 0;   /* 左侧位置 */
}

.news-slick3 .slick-next {
    right: -0.4rem;  /* 右侧位置 */
}

.news-slick3 .slick-prev:hover,
.news-slick3 .slick-next:hover {
    background: rgba(0,0,0,0.5);
}





.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 .title { margin: .16rem 0 4px;}
.news-slick4 .date { padding: 0 0 0 .24rem; background-image: url(../images/time1.jpg); background-repeat: no-repeat; background-position: 0 42%; background-color: transparent; background-size: auto;}

.news-slick4 {
    position: relative;
}


.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.jpg); 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: 0;}
.news-slick4 .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 .slick-prev,
.news-slick4 .slick-next {
    position: absolute;
    top: calc(50% - 0.55rem);
    z-index: 10;
    width: 0.4rem;
    height: 0.4rem;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    color: #fff;
    cursor: pointer;
}
.news-slick4 .slick-prev:hover,
.news-slick4 .slick-next:hover {
    background: rgba(0,0,0,0.5);
}

.news-slick4 .img-scale img{
width:100%;
height:100%;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
/*
.news-slick4 .img-scale img{
width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 5%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
*/

















.list1 li { position: relative; font-size: 0; 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: auto; right: auto; bottom: 0; left: 0; z-index: 1; content: ""; width: 0; height: 2px; background: #162b88;}
.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 0 0 .25rem; padding: 0 .12rem; line-height: .32rem; color: #162b88; 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; margin-right:0.1rem;text-align: justify;}
.list2 .date::before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 3px; height: 50%; background: #162b88;}
.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: #162b88; -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: #162b88;}
.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: #162b88; 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.jpg); 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: #162b88;}
.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: #162b88; font-weight: 700;}
.news-list1 .info { margin: .12rem 0 .18rem;}
.news-list1 .date { padding: 0 0 0 22px; background-image: url(../images/time1.jpg); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto;}
.news-list ul {
    background: white;
font-size: 0;
}


.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.6rem; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22); border-radius: 4px; overflow: hidden; background-color: #fff;}
.sidebar h3 { 
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 0.7rem;
    color: #fff;
    text-align: center;
    background: #2D458F;
}
.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: #2D458F; background: #E3EBF4;}
.sidebar .lv2-nav li.cur > a { color: #162b88; font-weight: 700; background-image: url(../images/jiantou1.png);background-size: 34px 23px;}
.sidebar .lv2-nav li.cur .lv3 { display: block;}
.sidebar .lv2-nav li:hover:not(li.lv3) > a { color: #162b88; font-weight: 700; background-image: url(../images/jiantou1.png);}
.sidebar .lv2-nav li li:hover > a { color: #162b88;}
.sidebar .lv2-nav li li.cur > a { color: #162b88;}
.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: 34px 23px; 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: 34px 23px; -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 {background-image: none;}
.sidebar .lv2-nav li.lv3{ padding: .05rem 0; font-size: 0.15rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left;}
.sidebar .lv2-nav li.lv3 a:hover { color: #162b88;background-image: none;}
.sidebar .lv2-nav li.lv3.cur { color: #162b88; font-weight: 700;background-image: none;border-color:transparent;}
.sidebar .lv2-nav li.lv3.cur a{ color: #162b88; font-weight: 500;background-image: none;}

.main { flex: 1; min-height: 4rem; margin: 0 0 0 .27rem;}
.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.jpg); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto;}

.position { margin: 0 0 .05rem; border-bottom: 1px solid #ddd; height: 0.5rem;}
.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 #162b88;}

.place {position:absolute; 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.jpg); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto;}
.place a { color: #808080;}
.place a:hover { color: #162b88;}
.place a:last-child { color: #162b88; 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: #162b88; 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: #162b88;}
.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 #162b88;}
.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: #162b88;}
.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: #162b88;}

.article { padding: .35rem 0.2rem;word-wrap: break-word;
    word-break: break-all;
    table-layout: fixed;}
.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: #162b88; font-weight: 700;}
.article .cont-page a:hover { color: #162b88; -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.jpg) no-repeat 0 0;}
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.jpg) no-repeat 0 -100px;}
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.jpg) no-repeat 0 -200px;}
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.jpg) 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: #162b88; font-weight: bold; color: #fff; border-color: #162b88;}
#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;}
  .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;} 
  .index-news .news-images{
    display:none;
  } 
  .index-news .news-list{
    width:100%;

padding:0;
  }

}
@media screen and (max-width: 1024px) { .header {  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;}
  .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 { margin-top:62px;
margin-bottom: -27vh;}
  .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.jpg); 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.jpg); 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;}
  .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: #162b88;}
  .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: #162b88; 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.jpg); 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;}
  .container2{ display: block !important;}
  .main { width: 100%; max-width: 100%; margin-top: .1rem; margin: 0;}
  .position h3 { font-size: .22rem;}
  .article .content { padding-left: 0; padding-right: 0; padding-top: 0;} 
  .position{  }
  .index-news .news-list{
    padding:0;
  }

  .index img.index-banner{
    height:50vw !important;
  }
}
  
@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;}
.index-news .news-list{
padding:0;
}
  .abstract-list img {
      width: 100% !important;
object-fit: contain !important;
  }
  .abstract-list .text {
      flex-direction: column;
  }
 }
@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;  height: 44px !important;}
  .logo img { max-height: 52px;        max-width: calc(100% - 1rem);}
  .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;} 
.index-news .news-list{
height: 5.12rem;
overflow:hidden;
padding:0;
}
  .abstract-list img {
      width: 100% !important;
  }
  .abstract-list .text {
      flex-direction: column;
  }
}

.center-news{
    pointer-events: none; 
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: 2;
    padding-top: 80px;
    margin-top: -170px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100px, rgb(255, 255, 255) 170px, rgb(255, 255, 255) 100%);
}

.index.center-news{
    pointer-events: none; 
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: 2;
    padding-top: 0.2rem;
    margin-top: 0;
    background: white;
}
  .index img.index-banner{
    height:100vh;
  }
  .index.banner-slick .slick-slide{
    height:100% !important;
  }

.news-header{
    position: relative;
    background: #2D458F;
    color: white;
    border-radius: 10px 10px 0 0;
padding:0 20px;
}

.news-header h3{
    display: inline-block;
    font-size: 0.20rem;
    font-weight: 500;
    line-height: 0.55rem;
    text-align: left;
}

.news-slick3 .slick-slide {
    height:350px;
    padding-right: 0.13rem;
}


.news-slick3 .slick-slide img{ 
    position: relative; display: block; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); object-fit: contain;    height: calc(100% - 0.75rem);
    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-slick3 .slick-slide:hover { border:0.01rem solid transparent;}

.news-slick3 .slick-slide .title{
width:100%;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #000;
    text-align: left;
    text-align: center;
    
    overflow:hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.container2{
  display: flex;
}

.center-main{
pointer-events: none; 
  position: relative;
  width: 100%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100px, rgb(255, 255, 255) 226px, rgb(255, 255, 255) 100%);
  padding-top: 80px;
}
/*
.center-main1{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100px, rgb(255, 255, 255) 170px, rgb(255, 255, 255) 100%);
margin-top: -300px;
}
*/
.main .article .list2 a{
  display: flex;
  justify-content: space-between;
width: 100%;
    height: fit-content;
}

.main .article .list2 .title {
  font-size: 0.16rem;
}

.main .list2{
  min-height:200px;
}
.search-result {
        padding: 1px .35rem .35rem .35rem;
        box-shadow: 0 0 8px 0 #ccc;
    }

    .index-news {
        pointer-events: auto;
    }
    .abstract-list{
        display: inline-block !important;
    }

    .abstract-list .title {
    font-size: 20px !important;
    color: #132c90;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: bold;

    text-align: left;
    }

    .abstract-list .abs span {
color: #132c90;


    }

    .abstract-list img {
        width: 2rem;
        height: 3.0rem;
        object-fit: contain;
    }

    .abstract-list .people img {
        width: 1.5rem;
        height: 2.0rem;
    object-fit: cover;
    }

    .abstract-list .text {
        display: flex;
    }

    .abstract-list .text .abs {
        color: #000;
        flex: 1;
white-space: pre-wrap; 
word-break: break-all;
word-wrap: break-word;
        padding: 0 0 0 0.35rem;
font-size: 0.16rem;
line-height: 200%;
    }


.list2.third li a{
padding: 0.2rem;
}
.list2.third li:hover{
    transform: translateX(4px) !important;
box-shadow: inset 4px 0 0 0 #E3EBF4;
}










.news-tabs {
    margin-bottom: 15px;
}

.news-tabs span div {
    display: inline-flex;
    background: #5568A3;
    border-radius: 50%;
    font-size: 0.18rem;
    justify-content: center;
    align-items: center;
    width: 0.38rem;
    height: 0.38rem;
    margin-right: 5px;
    color: white;
}

.news-tabs span div b{
font-weight:normal;
    font-size: 0.2rem;
}
.news-tabs span {
    display: inline-block;
    padding: 6px 14px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 20px;
    background: #f5f5f5;
    transition: all 0.3s;
    font-size: 0.18rem;
}

.news-tabs span.active {
    background: #1677ff;
    color: #fff;
}
.news-tabs span.active div{
    background: #1677ff;
    color: #fff;
}
.news-item {
    padding: 6px;
}

.news-item img {
    width: 100%;
    border-radius: 10px;
}

.news-item .title {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.4;
}
/* ===== Footer ===== */

    footer {
        background: linear-gradient(135deg, rgb(19, 44, 137) 0%, #2D458F 100%);
        color: rgba(255, 255, 255, 0.88);
        padding: 22px 0 22px;
        position: relative;
        overflow: hidden;
    }

    footer::before {
        content: "";
        position: absolute;
        top: -120px;
        right: -120px;
        width: 320px;
        height: 320px;
        background: rgba(255, 255, 255, 0.04);
        border-radius: 50%;
    }

    footer::after {
        content: "";
        position: absolute;
        bottom: -140px;
        left: -140px;
        width: 360px;
        height: 360px;
        background: rgba(59, 130, 246, 0.08);
        border-radius: 50%;
    }

    footer * {
        box-sizing: border-box;
    }

    .wrapper {
        width: 1400px;
        max-width: calc(100% - 40px);
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .iflex {
        display: flex;
    }

    footer a {
        text-decoration: none;
        transition: all .3s ease;
    }

    /* ===== Left ===== */

    .ifoot-l {
        flex: 1;
        min-width: 0;
    }

    .flogo {
        display: flex;
        align-items: center;
        gap: 28px;
    }

    .flogo a {
        display: block;
    }

    .flogo img {
        height: 64px;
        object-fit: contain;
        filter: brightness(0) invert(1);
        opacity: .95;
        transition: transform .35s ease, opacity .35s ease;
    }

    .flogo a:hover img {
        transform: translateY(-3px);
        opacity: 1;
    }

    .ifoot-l-c {
        display: flex;
        align-items: end;
        margin-bottom: 35px;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .faddress {
        padding-top: 56px;
        height: 194px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: auto;
        width: 360px;
    }

    .faddress p {
        font-size: 15px;
        line-height: 1.9;
        color: rgba(255, 255, 255, .78);
        letter-spacing: .3px;
    }

    .fqr {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 18px 22px 18px;
        background: rgba(255, 255, 255, .06);
        border: 1px solid rgba(255, 255, 255, .08);
        backdrop-filter: blur(10px);
        border-radius: 18px;
        transition: all .35s ease;
    }

    .fqr:hover {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, .09);
        border-color: rgba(255, 255, 255, .16);
    }

    .fqr h2 {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        white-space: nowrap;
    }

    .fqr_img {
        width: 96px;
        height: 96px;
        padding: 6px;
        border-radius: 16px;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
    }

    .fqr_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        display: block;
    }

    .copyright {
        padding-top: 22px;
        border-top: 1px solid rgba(255, 255, 255, .08);
        font-size: 13px;
        color: rgba(255, 255, 255, .5);
        line-height: 1.8;
        width: 1400px;
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }

    /* ===== Right ===== */

    .ifoot-r {
        width: 360px;
        margin-left: auto;
    }

    .ifoot-r h2 {
        margin: 0 0 24px;
        font-size: 22px;
        color: #fff;
        font-weight: 600;
        position: relative;
        padding-left: 14px;
    }

    .ifoot-r h2::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 22px;
        border-radius: 10px;
        background: linear-gradient(to bottom, #38bdf8, #2563eb);
    }

    .ifoot-r ul {
        margin: 0;
        padding: 0;
        list-style: none;
        flex-direction: column;
        gap: 26px;
    }

    .ifoot-r li {
        width: 100%;
    }

    /* ===== Select ===== */

    .ifoot-r select {
        width: 100%;
        height: 54px;
        padding: 0 18px;
        border-radius: 14px;
        border: 1px solid rgba(255, 255, 255, .08);
        background: rgba(255, 255, 255, .06);
        color: rgba(255, 255, 255, .92);
        font-size: 15px;
        outline: none;
        cursor: pointer;
        transition: all .3s ease;
        backdrop-filter: blur(10px);
    }

    .ifoot-r select:hover {
        background: rgba(255, 255, 255, .1);
        border-color: rgba(255, 255, 255, .18);
    }

    .ifoot-r select:focus {
        border-color: #60a5fa;
        box-shadow: 0 0 0 4px rgba(96, 165, 250, .18);
    }

    .ifoot-r option {
        color: #222;
    }

    /* ===== Responsive ===== */

    @media (max-width: 1100px) {

        .wrapper {
            flex-direction: column;
            gap: 50px;
        }

        .ifoot-r {
            width: 100%;
            margin-left: 0;
        }
    }

    @media (max-width: 768px) {

        footer {
            padding: 45px 0 24px;
        }

        .flogo {
            gap: 16px;
            flex-wrap: wrap;
        }

        .flogo img {
            height: 50px;
        }

        .ifoot-l-c {
            gap: 24px;
        }

        .fqr {
            width: 100%;
            justify-content: space-between;
        }

        .fqr_img {
            width: 80px;
            height: 80px;
        }

        .ifoot-r h2 {
            font-size: 20px;
        }
    }