body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    background: #fbf4fa;

}

.img-hide {
    overflow: hidden;
    display: block;
}

.img-hide img {
    transition: 0.5s all;
    transform: scale(1, 1);
}

.img-hide:hover img {
    transform: scale(1.05, 1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover,
a {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,
button:hover,
input:focus {
    outline: none !important;
}

p {
    margin: 0;
}

img {
    display: inline-block;
    vertical-align: middle;
}

.container {
    width: 1470px;
}

.slick-dots li button:before {
    display: none;
}

.tab-content {
    position: relative;
}

.tab-content .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s all;
}

.tab-content .tab-pane.active {
    position: relative;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner {
    margin: 0;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.header {
    background: url(../images/header-bj.png) center no-repeat;
    background-size: 100% 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
    padding-bottom: 40px;
}

.header.one {
    background: #713380;
    padding-bottom: 0px;
}

.logo {
    padding: 25px 0;
}

.header-right-sm {
    padding-top: 25px;
}

.header-a {
    line-height: 30px;
    color: #8ecaad;
}



.header-a a {
    color: #fff;
    margin: 0 10px;
}

.header-a a img {
    margin-right: 10px;
}

.search-box {
    width: 240px;
    position: relative;
    margin-left: 20px;
}

.search-box .form-control {
    width: 100%;
    height: 32px;
    padding-right: 40px;
    box-shadow: none;
    border: none;
    background: rgba(255,255,255,.3);
    color: #fff;
    border-radius: 30px;
}

.btn-search {
    position: absolute;
    right: -2px;
    height: 30px;
    top: 0;
    bottom: 0;
    background: url(../images/search.png) center no-repeat;
}

.nav-list li {
    float: left;
    margin-left: 30px;
    position: relative;
}

.nav-list {
    margin-top: 20px;
}

.nav-list li a {
    font-size: 18px;
    color: #fff;
    display: block;
    padding-bottom: 15px;
    font-weight: bold;

}

.nav-list li.active {
    border-bottom: 4px solid #713380;
}

.banner .slick-dots {
    bottom: 30px;
}

.banner .slick-dots li,
.banner .slick-dots li button {
    width: 35px;
    height: 35px;
}

.banner .slick-dots li button {
    background: url(../images/li01.png) center no-repeat;
}

.banner .slick-dots li.slick-active button {
    background: url(../images/xh-qh.png) center no-repeat;
    background-size: 100% 100%;
}

.page-one {
    background: #fbf4fa;
    padding: 60px 0 30px 0;
    background-size: cover;
}

.one-left {
    width: 69.5%;
}

.title {
    font-size: 34px;
    margin-bottom: 50px;
    line-height: 30px;
    color: #713380;
    font-weight: bold;

}

.title span {
    color: #713380;
    position: relative;
    padding-top: 10px;
    padding-bottom: 24px;
    background: url(../images/dcdsc.png)top -2px center no-repeat;
    background-size: 50% 80%;
    line-height: 20px;
}

.title b {
    font-size: 16px;
    color: #713380;
    font-family: -webkit-pictograph;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
}






.title a {
    float: right;
    font-weight: normal;
    font-size: 16px;
    color: #713380;
    font-weight: bold;
    padding-right: 25px;
    background: url(../images/more.png) right center no-repeat;
}

.img-slick {
    width: 61.5%;
touch-action: auto;
}

.img-slick-img div {
    height: 405px;
}

.img-slick-bottom {
    background: #fff;
    height: 250px;
    padding: 30px 20px;
}

.img-slick-tt {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    line-height: 33px;
    height: 65px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.img-slick-p {
    font-size: 16px;
    color: #888;
    line-height: 28px;
    height: 50px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.img-slick .slick-dots {
    bottom: 45px;
}

.img-slick .slick-dots li,
.img-slick .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
}



.img-slick .slick-dots li button {
    background: #cdcdcd;
}

.img-slick .slick-dots li.slick-active button {
    background: #713380;
}

.one-news li {
    background: #fff;
    padding: 20px 25px;
    margin-bottom: 20px;
}

.one-news li:nth-child(4) {
    margin-bottom: 0px;
}

.one-left-sm {
    width: 38.5%;
    padding-left: 25px;
}

.one-news-tt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: #333;
    line-height: 26px;
    height: 50px;
    font-weight: bold;
    margin-bottom: 10px;
}

.one-news li a {
    display: block;
    height: 109px;
}

.one-news li a span {
    font-size: 14px;
    color: #fff;
    padding: 3px 12px;
    background: #ee9640;

}


.one-news-date {
    font-size: 16px;
    color: #999;
    margin-top: 6px;
    line-height: 24px;
}

.one-news li a:hover {
    border-color: #713380;
}

.one-news li a:hover .one-news-tt {
    color: #713380;
    font-weight: bold;
}

.one-right {
    width: 30.5%;
    padding-left: 40px;
}

.tz-ul {
    background: #fff;
    padding: 20px;
}

.tz-ul li {
    border-bottom: 1px dotted #777;
    margin-bottom: 10px;
}

.tz-ul li:nth-child(7) {
    margin-bottom: 0px;
    border: none;
}

.tz-ul li:nth-child(7) a {
    margin-bottom: 0px;
}

.tz-ul li a {
    display: block;
    padding: 0px 0px 0px 85px;
    position: relative;
    height: 70px;
    margin-bottom: 10px;
}

.tz-ul li:hover .tz-ul-tt {
    color: #713380;
}

.tz-ul li:hover .tz-ul-date {
    background: #713380;
    color: #fff;
}



.tz-ul li a .tz-ul-date {
    position: absolute;
    font-size: 14px;
    color: #713380;
    left: 0;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #713380;
}

.tz-ul li a .tz-ul-date span {
    font-size: 28px;
    font-weight: bold;
}

.tz-ul li a .tz-ul-date font {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    border-top: solid 1px #198853;
    color: #7ec8a5;
    padding-top: 7px;
}

.tz-ul-tt {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: justify;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




.nav-down {
    position: absolute;
    display: none;
    padding: 10px 0;
    min-width: 120px;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    background: #fff;
}

.nav-down li {
    float: none;
    text-align: center;
    margin: 0 !important;
    white-space: nowrap;
    padding: 0;
}

.nav-down li a {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #333;
    padding: 0 10px;
}

.nav-down li:hover {
    background: #713380;
}
.nav-down li a:hover {
    color: #fff;
}

.nav-down:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 7px;
    background: url(../images/raw-t.png) center no-repeat;
}

.nav-list li:hover .nav-down {
    display: block;
}

.nav-click {
    display: none;
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}
.li-nav.on .list-nav-down{display:block;}

/*学院动态*/
.two {
    background: url(../images/xydt-bj.png)center no-repeat;
    padding: 60px 0 300px 0;
    background-size: cover;
}

.two .title {
    color: #fff;
    margin-bottom: 70px;
}

.two .title span {
    color: #fff;
    background: url(../images/dcdsc2.png)top -5px center no-repeat;
}

.two .title a {
    color: #fff;
    background: url(../images/more2.png) right center no-repeat;
    margin-top: 10px;
}

.two .title b {
    color: #fff;
}

.xydt-l {
    max-width: 33.333%;
    padding: 30px;
    background: #1a6ddd;
}

.xydt-l2 {
    background: #ee9640;
}

.xydt-l3 {
    background: #338049;
}

.xydt-l4 {
    background: #1ac3b9;
}

.xydt-lb {
    margin: 0 -20px;
touch-action: auto;
    
}
.xydt-lb .slick-list{overflow: hidden;}

.xydt-lb .xydt-l {
    margin: 0 20px;
}

.xydt-l h2 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    width: 140px;
    text-align: center;
    position: relative;
    background: url(../images/fff.png)left top no-repeat;
    margin: auto;
    padding-bottom: 30px;
    padding-top: 5px;
    margin-bottom: 30px;
}

.xydt-l h2 b {
    font-size: 16px;
    color: #fff;
    font-family: -webkit-pictograph;
    position: absolute;
    bottom: 0px;
    width: 102%;
    left: 0px;
    text-align: center;
}

.xydt-l ul {
    width: 100%;
    display: inline-block;
}

.xydt-l ul li {
    width: 100%;
    display: inline-block;
    border-left: 4px solid rgba(255, 255, 255, .3);
    padding-left: 12px;
    margin-bottom: 25px;
}

.xydt-l ul li:nth-child(5) {
    margin-bottom: 10px;
}


.xydt-l ul li a {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.xydt-l ul li p {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
    background: url(../images/icon-p02.png)left center no-repeat;
}

.xydt-lb .slick-prev {
    width: 76px;
    height: 66px;
    background: url(../images/dt-qh.png)center no-repeat;
    background-size: cover;
    left: -100px;
}

.xydt-lb .slick-next {
    width: 76px;
    height: 66px;
    background: url(../images/dt-qh2.png)center no-repeat;
    background-size: cover;
    right: -100px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}


/*学术活动*/
.three {
    background: #672777;
    background-size: cover;
    position: relative;
    margin-bottom: 100px;
}

.three:before {
    content: "";
    display: block;
    position: absolute;
    left: 5%;
    top: -15em;
    right: 0;
    background: url(../images/xshd-bj.png)top center no-repeat;
    background-size: cover;
    height: 880px;
    width: 90%;
}




.three .title {
    color: #fff;
    margin-bottom: 70px;
}

.three .title span {
    color: #fff;
    background: url(../images/dcdsc2.png)top -5px center no-repeat;
}

.three .title a {
    color: #fff;
    background: url(../images/more2.png) right center no-repeat;
    margin-top: 10px;
    position: relative;
}

.three .title b {
    color: #fff;
}

.kxyj {
    width: 48%;
}

.kxyj-l {
    position: relative;
}

.kxyj-l a {
    width: 100%;
    display: block;
    padding: 20px;
    box-sizing: border-box;
}

.kxyj-l {
    background: url(../images/gnghn.png)top center no-repeat;
    background-size: 100% 70%;
}


.kxyj-l .kxyj-img {
    position: relative;
    display: block;
    padding-top: 127%;
    margin-bottom: 15px;
}

.kxyj-l .kxyj-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.kxyj-l p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.kxyj-lb {
    margin: 0 -15px;
   touch-action: auto;
}

.kxyj-lb .kxyj-l {
    margin: 0 15px;

}


.kxyj-l .tz-ul-date {
    position: absolute;
    font-size: 14px;
    color: #fff;
    left: 1px;
    top: 1px;
    width: 76px;
    height: 76px;
    background: #ee9640;
}

.kxyj-l .tz-ul-date span {
    font-size: 28px;
    font-weight: bold;
}


.kxyj-lb .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
}

.kxyj-lb .slick-dots li.slick-active {
    background: #fff;
}

.kxyj-lb .slick-dots {
    bottom: -35px;
}


.xshd {
    width: 47%;
    position: relative;
}

.xshd ul {
    width: 100%;
    display: inline-block;
margin-top:25px;
}

.xshd ul li {
    width: 100%;
    display: inline-block;
    border-left: 5px solid rgba(255, 255, 255, .3);
    padding-left: 17px;
    margin-bottom: 25px;
}

.xshd ul li:nth-child(6) {
    margin-bottom: 10px;
}


.xshd ul li a {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.xshd ul li p {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
    background: url(../images/icon-p02.png)left center no-repeat;
}


/*师资队伍*/
.four {
    background: url(../images/szdw-bj.png)top 50px center no-repeat;
    padding: 60px 0 0px 0;
    background-size: cover;
}

.si-lb-tit {
    width: 100%;
    border-bottom: 1px dotted #713380;
    display: flex;
    justify-content: center;
}

.si-lb-tit h2 {
    font-size: 22px;
    color: #713380;
    font-weight: bold;
    margin: 0 3%;
    padding-bottom: 20px;
}

.si-lb-tit h2.on {
    border-bottom: 5px solid #713380;
}


.sec2-list {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.sz-qh {
    width: 100%;
    display: inline-block;
    opacity: 0;
    z-index: -10;
    transition: 0.5s all;
    position: absolute;
    touch-action: auto;
}

.sz-qh.on {
    z-index: 10;
    opacity: 1;
    position: relative;

}

.sz-l {
    width: 100%;
    display: inline-block;

}

.sz-l ul {
    width: 100%;
    display: flex !important;
    justify-content: space-evenly;
}

.sz-l li {
    width: 23%;
    padding: 20px 0;
    overflow: hidden;
}

.sz-l li a {
    position: relative;
    display: block;
    padding-top: 150%;
}

.sz-l li a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;

    --f: .07;
    /* the parallax factor (the smaller the better) */
    --r: 0px;
    /* radius */
    --_a: calc(90deg*var(--f));
    aspect-ratio: calc(1 + var(--f));
    object-fit: cover;
    clip-path: inset(0 var(--_f) 0 0 round var(--r));
    transform: perspective(400px) var(--_t, rotateY(var(--_a)));
    transition: .5s;
    margin-top: 0.5rem;
}



.sz-l li:nth-child(3) a img,
.sz-l li:nth-child(4) a img {
    --f: .07;
    --_a: calc(-90deg*var(--f));
    aspect-ratio: calc(1 + var(--f));
    object-fit: cover;
    clip-path: inset(0 var(--_f) 0 0 round var(--r));
    transition: .5s;
    margin-top: 0.5rem;
}

.sz-l li a span {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    width: 50%;
    text-align: center;
    display: block;
    z-index: 999;
    position: absolute;
    bottom: -15px;
}

.sz-l li:nth-child(odd) a span {
    background: #ee9640;
}

.sz-l li:nth-child(even) a span {
    background: #713380;
}

.sz-l li:nth-child(3) a span {
    right: 0px;
}

.sz-l li:nth-child(4) a span {
    right: 0px;
}


.sz-qh .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d9aee1;
}

.sz-qh .slick-dots li.slick-active {
    background: #713380;
}

.sz-qh .slick-dots {
    bottom: -55px;
}

.sec22-list {
    display: none;
    position: relative;
    overflow: hidden;
}

.sec22-list .sz-l li {
    width: 100%;
}

.sec22-list .sz-l li a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    --f: 0;
    --r: 0px;
    --_a: calc(90deg*var(--f));
    aspect-ratio: calc(1 + var(--f));
    object-fit: cover;
    clip-path: inset(0 var(--_f) 0 0 round var(--r));
    transform: perspective(400px) var(--_t, rotateY(var(--_a)));
    transition: .5s;
    margin-top: 0.5rem;
}


/*学生活动*/
.five {
    padding: 50px 0 10px 0;
}

.xshd2 {
    padding: 0 0px;
    width: 100%;
    display: inline-block;
}

.xshd2 li:nth-child(1) {
    width: 47%;
    float: left;
}

.xshd2 li:nth-child(1) a {
    padding-top: 83%;
}

.xshd2 li {
    width: 26.5%;
    float: left;
    padding: 5px;
}

.xshd2 li a {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 73.2%;
}

.xshd2 li a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.xshd2 li .mask-box {

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display:none;
background:rgba(113,51,128,.8)
}



.five .title {
    position: relative;
    margin-bottom: 5px;
}

.five .title:before {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 170px;
    background: url(../images/xshd-tit-bj.png)left top no-repeat;
    background-size: cover;
    top: -60px;
    z-index: 9;
}

.five .title span {
    z-index: 99;
    left: 30px;
}

/*专题专栏*/
.ztzl {
    padding: 50px 0;
    background: url(../images/ztzl-bj.png)top center no-repeat;
}

.zt-slick {
    margin: 0 -20px;
    touch-action: auto;
}

.zt-slick .slick-slide {
    padding: 0 20px;
}

.zt-slick a {
    display: block;
    position: relative;
    padding-top: 50%;
    border-radius: 4px;
    overflow: hidden;
}

.zt-slick a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.zt-slick .slick-prev {
    left: -15px;
    width: 22px;
    height: 40px;
    background: url(../images/left.png) center no-repeat;
    margin-top: -25px;
    background-size: 100% 100%;
}

.zt-slick .slick-next {
    right: -15px;
    width: 22px;
    height: 40px;
    background: url(../images/right.png) center no-repeat;
    margin-top: -25px;
    background-size: 100% 100%;
}


/*友情链接*/
.yqlj {
    margin-top: 0px;
    padding-left: 200px;
    position: relative;
    bottom: -40px;
    z-index: 999;
}

.yqlj h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    color: #713380;
    width: 100px;
    float: left;
    font-weight: bold;
}

.yqlj a {
    font-size: 18px;
    color: #713380;
    padding: 0 15px;
    border-right: 1px solid #713380;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 10px;
}

footer {
    position: relative;
    padding-top: 100px;
}

footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    background: url(../images/footer-bj.png)top center no-repeat;
    background-size: cover;
    height: 310px;
    width: 100%;
}


.footer-left {
    position: relative;
    padding-top: 20px;
}

.footer-center {
    position: relative;
    margin-left:80px;
}

.footer-center p {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding-left: 30px;
}

.footer-center p:nth-child(2) {
    background: url(../images/icon-dh.png)left center no-repeat;
}
.footer-center p:nth-child(3) {
    background: url(../images/icon-dw.png)left center no-repeat;
}
.footer-center p:nth-child(4) {
    background: url(../images/icon-yx.png)left center no-repeat;
}




.footer-right {
    position: absolute;
    width: 192px;
    height: 206px;
    padding-top: 14px;
    background: url(../images/ewm-bj.png)center no-repeat;
    background-size: cover;
    right: 0px;
    top: -90px;
}

.footer-right img {
    width: 100%;
}

.footer-right p {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    ;
}

footer .container {
    position: relative;
    padding: 30px 0 0 100px;
}

.foot{width: 100%;border-top: 1px #777 dotted;margin-top: 20px;padding: 18px 0 0;text-align: center;}
.foot p{font-size: 16px;color: #fff;}









































































































































.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}



.layer .close,
.search-a {
    display: none;
}

/****************党政领导**************/
.list-back {
    background: #f5f5f5;
    padding-bottom: 40px;
    position: relative;
}

.list-banner {
    height: 600px;
}

.list-left {
    width: 280px;
    background: #fff;
    padding-bottom: 40px;
}

.list-left-top {
    font-size: 28px;
    margin-top: -50px;
    color: #fff;
    line-height: 100px;
    background: #713380;
}

.list-left-nav {
    margin-right: 20px;
}

.nav-a {
    display: block;
    position: relative;
    line-height: 60px;
    border-bottom: solid 1px #ddd;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.list-nav-down li a {
    display: block;
    position: relative;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    padding-left: 30px;
}
.list-nav-down li a:hover{    background: #713380;color:#fff;}

.list-nav-down {
    padding: 15px 0;
    display: none;
    background: #e3c2eb;
}

.list-nav-down li.active a:before {
    display: block;
    content: "";
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    width: 5px;
    background: url(../images/raw-r02.png) center no-repeat;
}

.nav-a.on {

}
.li-nav.on .list-nav-down{display:block;}
.nav-a.on i {
    position: absolute;
    right: 32px;
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
    width: 5px;
    background: url(../images/raw-r.png) center no-repeat;
}

.nav-a.on:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #713380;
}

.list-right {
    width: calc(100% - 320px);
}

.list-right-top-tt {
    font-size: 20px;
    color: #713380;
    font-weight: bold;
    line-height: 50px;
}

.nav-b {
    line-height: 50px;
    background: url(../images/nav-b.png) left center no-repeat;
    padding-left: 22px;
    font-size: 16px;
    color: #888;
}

.nav-b a {
    font-size: 16px;
    color: #888;
}

.list-back:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    height: 50px;
}

.list-back .container {
    position: relative;
    z-index: 100;
}

.ld-list li a {
    display: block;
    position: relative;
    height: 240px;
    background: #fff;
    padding: 20px 20px 0 190px;
}

.ld-list-img {
    position: absolute;
    left: 20px;
    top: 20px;
}

.ld-list-img img {
    width: 150px;
    height: 200px;
}

.ld-list li {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.ld-list {
    padding-top: 40px;
    margin: 0 -15px;
}

.ld-list-name {
    border-bottom: solid 1px #ddd;
}

.ld-list-name span {
    display: inline-block;
    padding-bottom: 6px;
    padding-right: 5px;
    border-bottom: solid 2px #713380;
    color: #713380;
    font-size: 18px;
    font-weight: bold;
}

.ld-list-p {
    font-size: 16px;
    line-height: 25px;
    min-height:25px;
    color: #555;
    margin-top: 10px;
    position: relative;

}

.ld-list-p span {
    position: absolute;
    left: 0;
    top: 0;
}

.ld-list-p-b {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-left-top-phone {
    display: none;
}

/**************列表页****************/
.lb-list li a {
    display: block;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    height: 140px;
    padding: 25px 40px 0 110px;
}

.lb-list-date {
    position: absolute;
    left: 28px;
    top: 13px;
    color: #555;
    padding-bottom: 35px;
    background: url(../images/icon-lb.png) right bottom no-repeat;
    text-align: right;
}

.lb-list-date span {
    font-size: 30px;
    color: #713380;
    font-weight: bold;
}

.lb-list {
    margin-top: 40px;
min-height:400px;
}

.lb-list-tt {
    font-size: 18px;
    color: #333;
}

.lb-list-p {
    color: #888;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-box {
    margin-top: 30px;
}

.list-tp li a {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    max-width: 1120px;
    background: #fff;
    height: 160px;
}

.list-tp {
    padding-top: 40px;
}

.lb-img img {
    width: 260px;
    height: 160px;
}

.lb-img {
    width: 260px;
    min-width: 260px;
}

.lb-right {
    margin-left: 260px;
    padding: 25px 25px 0 25px;
    flex: 1;
    vertical-align: top;
}

.lb-right-tt {
    font-size: 18px;
    color: #333;
}

.lb-right-p {
    color: #888;
    line-height: 25px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
}

.lb-right-date {
    color: #713380;
    margin-top: 10px;
}

.list-tp li a.lg .lb-right {
    margin-left: 0;
}



.img-lb li {
    float: left;
    padding: 0 15px;
    width: 33.333333%;
    margin-top: 30px;
}

.img-lb {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 -15px;
}

.img-lb-top {
    position: relative;
    padding-top: 62%;
}

.img-lb-top img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.img-lb-tt {
    font-size: 18px;
    color: #555;
    background: #fff;
    padding: 0 15px;
    line-height: 50px;
}

/*************内容页**********/
.article-tt {
    font-size: 26px;
    color: #444;
    font-weight: bold;
    margin-top: 40px;
    font-family: emoji !important;
}

.article-sm {
    color: #888;
    margin-top: 20px;
}

.article-sm span {
    display: inline-block;
    padding: 0 15px;
}

.article-box p {
    font-size: 18px;
    color: #555;
    text-align: justify;
    line-height: 35px;

}

.article-box {
    background: #fff;
    padding: 30px 40px 30px 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-link p {
    margin-bottom: 20px;
}

.article-link {
    padding-top: 30px;
}

.article-link p a {
    font-size: 16px;
    color: #888;
}

.about-back {
    background: #fff;
    padding: 20px 40px 40px 40px;
    margin-top: 40px;
}

.about-back p {
    font-size: 18px;
    color: #555;
    text-align: justify;
    line-height: 33px;
    margin-bottom: 25px;
}

.about-link {
    display: block;
    font-size: 20px;
    color: #713380;
    border: solid 1px #713380;
    line-height: 48px;
    padding: 0 30px;
    border-radius: 50px;
}

.about-link span {
    display: block;
    padding-right: 60px;
    background: url(../images/link-raw.png) right center no-repeat;
}


@media(max-width: 1650px) {
    .three:before{width: 100%;left: 0px;}
}

@media(max-width: 1479px) {
    .container {
        width: 96%;
    }

    .logo {
        width: 350px;
        padding: 0;
        line-height: 113px;
    }
.nav-list li a{font-size:17px;}
    .nav-list li {
        margin-left: 20px;
    }

.logo img{width:320px;}
    .list-right {
        width: calc(100% - 300px);
    }

    .yj-right {
        width: 100%;
    }

    .yj-img {
        width: 100%;
        text-align: center;
    }

    .tabs-sm li {
        width: 33.333333%;
    }

    .xydt-lb .slick-prev {
        display: none;
    }

    .xydt-lb .slick-next {
        display: none;
    }

}


@media(max-width: 1360px) {
    .nav-list li {
        margin-left: 20px;
    }

    .nav-list li a {
        font-size: 16px;
    }

}



@media(max-width: 1279px) {
    .logo {
        width: 260px;
    }
.header{zoom:0.8;}
    .header-right-sm {
        padding-top: 15px;
    }

    .nav-list {
        margin-top: 10px;
    }

    .nav-list li a {
        padding-bottom: 10px;
    }

    .nav-list li {
        margin-left: 15px;
    }

    .nav-list li a {
        font-size: 16px;
    }

    .list-right {
        width: calc(100% - 300px);
    }

    .ld-list li {
        width: 100%;
    }

    .tabs-sm li {
        width: 50%;
    }

    .zn-list-center {
        display: none;
    }

    .zn-list-left {
        width: auto;
    }

    .two{    padding: 60px 0 250px 0;}
    .sec2-list{margin-top: 30px;}
    footer{background: #713380;padding-top: 0px;}
    footer:before{display: none;}
    .yqlj{bottom: 0px;margin-bottom: 30px;padding-left: 0px;}
    .footer-right{width: 100px;height: 100px;position: unset;background: none;padding-top: 0px;}
    footer .container{padding: 30px 20px 0;}
    .foot p{text-align: center;}

}

@media(max-width: 1100px) {
    .nav-list li a {
        font-size: 14px;
    }

    .header-a a {
        font-size: 13px;
    }

    .footer-center{margin-left: 40px;}
}

@media(max-width: 991px) {
.header{zoom:1;}
.logo img{width:auto;}
    .two{    padding: 60px 0 200px 0;}
    .kxyj-l{background-size: 100% 60%;}
    .kxyj-l a{padding: 10px;}
    .kxyj{width: 100%;margin-bottom: 80px;}
    .xshd{width: 100%;}
    .three{padding-bottom: 40px;    margin-bottom: 0px;}
    .sec2-list{margin-top: 20px;}
    .sec22-list{margin-top: 20px;}
    .one-left {
        width: 100%;
    }
    .five .title:before{display: none;}
    .five .title{position: unset;margin-bottom: 40px;}
    .sec2-list{padding-bottom: 50px;}
    .sec22-list{padding-bottom: 60px;}
    .five .title span{left: 0px; }
    .footer-left{width: 100%;text-align: center;margin-bottom: 20px;}
    .footer-center{margin-left: 0px;}











    .one-right {
        width: 100%;
        padding: 0;
    }

    .header {
        height: 50px;
        background: #713380;
    }

    .logo {
        line-height: 50px;
        width: auto;
    }

    .logo img {
        height: 30px;
    }

    .header .container {
        width: 100%;
    }

    .header-a {
        display: none;
    }

    .header-right-sm {
        padding-top: 10px;
        margin-right: 50px;
    }

    .menu-button {
        display: block;
    }

    .search-box .form-control {
        background: transparent;
        border: 1px solid #fff;
    }

    .nav-list {
        position: fixed;
        border-top: solid 1px #fff;
        display: none;
        left: 0;
        top: 50px;
        margin: 0;
        bottom: 0;
        overflow-y: auto;
        right: 0;
        background: #713380;
    }

    .nav-list li {
        float: none;
        margin: 0;
    }

    .nav-list li a {
        line-height: 40px;
        padding: 0 15px;
        font-size: 16px;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .nav-down li a {
        text-align: left;
        padding: 0 15px;
        display: block;
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-down {
        position: static;
        transform: translate(0, 0);
        margin: 0;
        width: 100%;
        background: #decfe1;
    }

    .nav-down:before {
        display: none;
    }

    .nav-down li a {
        color: #713380 !important;
        padding: 0 25px;
    }

    .search-box {
        width: 180px;
    }

    .list-right {
        width: calc(100% - 300px);
    }

    .list-banner {
        height: 400px;
    }

    .nav-b {
        display: none;
    }

    .ls-list li {
        padding-left: 0;
        margin-top: 20px;
    }

    .ls-list:before {
        display: none;
    }

    .ld-date {
        position: static;
        text-align: left;
        width: auto;
    }

    .ld-p {
        font-size: 16px;
        line-height: 25px;
        margin-top: 5px;
    }

    .ls-list {
        padding: 1px 20px;
    }

    .ls-list li:before {
        display: none;
    }

    .lb-img {
        display: none;
    }

    .lb-right {
        margin-left: 0;
    }

    .img-lb li {
        width: 50%;
    }

    .about-back img.a {
        margin: 0 0 0 -2em !important;
        float: none !important;
    }

    .yj-title {
        padding-left: 0;
        background: none;
    }

    .yj-tt-right {
        font-size: 20px;
    }

    .fx-ul {
        margin-left: 0;
    }

    .cg-box {
        padding: 0;
    }
.ld-list li{width:100%;}
    .zn-bottom .ld-list li a {
        height: auto;
  
    }

    .zn-bottom .ld-list-p {
        margin-top: 10px;
    }

}

@media(max-width: 767px) {

    .container {
        width: 100%;
    }

    .img-slick {
        width: 100%;
    }

    .img-slick-img div {
        height: auto;
        padding-top: 75%;
    }

    .img-slick-bottom {padding: 20px 20px;height: 170px;}

    .xydt-l ul li a{font-size: 16px;}
    .xydt-l h2{font-size: 22px;padding-bottom: 20px;    margin-bottom: 20px;}
    .xydt-l h2 b{font-size: 14px;}
    .xydt-l ul li p{font-size: 13px;}
    .kxyj-l p{font-size: 16px;}
    .xshd ul li a{font-size: 16px;}
    .xshd ul li p{font-size: 13px;}
    .xshd2 li .mask-box{    padding: 30px 10px 10px 10px;}
    .xshd2 li:nth-child(1){width: 100%;}
    .xshd2 li{width: 50%;}
    .ztzl{background: none;}
    .img-slick-tt {
        font-size: 16px;
        line-height: 26px;
        height: 48px;
        margin-bottom: 6px;
    }

    .img-slick-p {
        font-size: 14px;
        line-height: 22px;
        height: 42px;
        margin-top: 0px;
    }
    .img-slick .slick-dots {
        bottom: 22px;
    }

    .one-left-sm {
        width: 100%;
        padding: 0;
    }

    .one-news-tt {
        font-size: 16px;
        line-height: 25px;
        height: auto;
    }
    .one-news li{    padding: 10px 15px;}
    .one-news li a {
        height: auto;
        padding: 10px 0;
    }

    .img-slick {
        margin-bottom: 20px;
    }

    .one-news {
        margin-bottom: 20px;
    }

    .tz-ul-tt {
        font-size: 16px;
    }

    .page-tow {
        padding: 30px 0;
    }

    .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .header-a {
        display: none;
    }

    .banner .slick-dots {
        bottom: 10px;
    }

    .page-one {
        padding: 30px 0;
    }

    .fz-ul li a {
        font-size: 16px;
    }

    .tabs-ul li a {
        font-size: 16px;
    }

    .layer {
        background: rgba(0, 0, 0, 0.8);
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1000000;
        opacity: 0;
        z-index: -1;
        transition: all 0.3s ease-out 0s;
    }

    .layer.showdiv {
        opacity: 1;
        visibility: visible;
        z-index: 100000;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .layer .close {
        font-size: 60px;
        display: block;
        font-family: "宋体";
        position: absolute;
        right: 50px;
        top: 50px;
        width: 80px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        cursor: pointer;
        color: #ccc;
    }

    .layer .search_box {
        height: 45px;
        line-height: 45px;
        width: 90%;
        margin-left: 0%;
        display: -ms-flexbox;
        display: flex;
        transform: translateY(-50px);
        opacity: 0;
        margin-top: -100px;
    }

    .layer.showdiv .search_box {
        transform: none;
        transition: all 0.5s ease-out 0s;
        opacity: 1;
    }

    .layer .search_box .kw {
        background: #fff;
        border: none;
        -ms-flex: 1;
        flex: 1;
        padding: 0 12px;
        font-size: 16px;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
    }

    .layer .search_box .ok {
        background: #94070a;
        color: #fff;
        box-shadow: none;
        border: none;
        width: 120px;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
    }

    .layer.active {
        opacity: 1;
        z-index: 1000000;
    }

    .search-a {
        display: block;
        position: absolute;
        right: 55px;
        z-index: 10000;
        line-height: 50px;
    }

    .layer .close {
        top: 50%;
        width: 40px;
        margin-top: -160px;
        right: 5%;
        display: block;
    }

    .search-a {
        display: block;
        position: absolute;
        right: 60px;
        top: 0;
        line-height: 50px;
    }

    .list-banner {
        height: 150px;
    }

    .list-back:before {
        display: none;
    }

    .list-left {
        width: 100%;
        padding: 0;
    }

    .list-left-top {
        height: 50px;
        line-height: 50px;
        margin: 15px 0 0 0;
        text-align: left;
        padding-left: 20px;
        font-size: 18px;
    }

    .nav-a {
        font-size: 16px;
        line-height: 40px;
    }

    .list-nav-down li a {
        font-size: 14px;
        line-height: 30px;
    }

    .list-right {
        width: 100%;
    }

    .ld-list-img {
        width: 100%;
        text-align: center;
        position: static;
    }

    .ld-list li a {
        height: auto;
        padding: 15px;
    }

    .ld-list-name {
        margin-top: 15px;
    }

    .ld-list-p {
        margin-top: 5px;
        font-size: 14px;
    }

    .ld-list li {
        margin-bottom: 15px;
    }

    .list-back {
        padding-bottom: 20px;
    }

    .list-left-nav {
        display: none;
    }

    .list-left-top {
        display: none;
    }

    .list-left-top-phone {
        display: block;
        position: relative;
    }

    .list-left-top-phone .nav-click {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .ld-list {
        padding-top: 0;
    }

    .ld-top {
        margin-top: 10px;
        padding: 15px;
    }

    .js-img {
        width: 100%;
        float: none !important;
        text-align: center;
    }

    .js-right {
        margin: 0;
    }

    .ld-box {
        padding: 15px;
    }

    .ld-box-p p {
        font-size: 14px;
        line-height: 25px;
    }

    .ld-box-p {
        margin-top: 15px;
    }

    .ls-list {
        margin-top: 10px;
    }

    .ld-p {
        font-size: 14px;
    }

    .lb-list {
        margin-top: 0;
    }

    .list-tp {
        padding-top: 0;
    }



    .img-lb-tt {
        font-size: 14px;
        line-height: 40px;
    }

    .img-lb li {
        padding: 0 5px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .img-lb {
        margin: 0 -5px;
        padding: 0;
    }

    .article-tt {
        font-size: 20px;
        margin-top: 0;
    }

    .article-box {
        padding: 20px;
        margin-top: 20px;
    }

    .article-box p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .article-link p a {
        font-size: 14px;
    }

    .about-back {
        padding: 20px;
        margin-top: 0;
    }

    .about-back p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .about-link span {
        font-size: 16px;
    }

    .about-link {
        line-height: 36px;
        padding: 0 20px;
    }

    .yj-back {
        padding: 20px;
        margin-top: 0;
    }

    .yj-right,
    .cg-p {
        font-size: 14px;
        line-height: 25px;
    }

    .yj-tt-right {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .yj-tt-right span {
        padding-right: 5px;
    }

    .yj-title {
        margin: 20px 0 10px 0;
    }

    .cg-list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .cg-ul {
        margin-top: 0;
    }

    .cg-ul li {
        width: 33.333333%;
        margin-bottom: 15px;
    }

    .team-slick .slick-prev,
    .team-slick .slick-next {
        top: -35px;
    }

    .team-slick-img {
        padding: 15px;
    }

    .team-slick-img div {
        border-radius: 10px;
    }

    .team-name {
        font-size: 16px;
    }

    .team-p {
        font-size: 14px;
    }

    .teacher-sm {
        padding: 20px;
    }

    .teacher-list li {
        min-width: 100px;
        margin-bottom: 15px;
    }

    .teacher-list li a {
        font-size: 16px;
        padding-left: 20px;
    }

    .teacher-list {
        padding: 0;
    }

    .teacher-tt {
        margin-bottom: 15px;
    }

    .teacher-tabs li a {
        font-size: 18px;
    }

    .tabs-sm li a {
        font-size: 14px;
        height: 62px;
    }

    .tabs-sm li {
        margin-bottom: 0;
        height: 70px;
    }

    .teacher-box {
        margin-top: 0;
    }

    .zn-bottom .ld-list li a {
        padding: 15px;
    }

    .zn-list {
        margin-top: 0;
    }

    .jg-box {
        margin-top: 0;
        padding: 20px;
    }

    .about-back p span {
        
    }
}

@media(max-width: 600px) {
    .sec2-list {
        display: none;
    }

    .sec22-list {
        display: block;
        padding-bottom: 60px;
    }

    .sec22-list {
        margin-top: 30px;
    }
    .sz-l li a span{width: 100%;}
    .sz-qh {
        margin: 0 0px;
    }

    .sz-l {
        margin: 0 10px;
    }
    .si-lb-tit h2{font-size: 16px;}

    .footer-left img{max-width: 90%;}
    .footer-center{width: 100%;margin-bottom: 20px;}
    .footer-right{width: 100%;text-align: center;height: auto;}
    .footer-right img{width: auto;}
}