@charset "utf-8";

@font-face {
    font-family: "Cochin";
    src: url("https://www.sist.tsinghua.edu.cn/fonts/Cochin.woff2") format("woff2"),
        url("https://www.sist.tsinghua.edu.cn/fonts/Cochin.woff") format("woff"),
        url("https://www.sist.tsinghua.edu.cn/fonts/Cochin.ttf") format("truetype"),
        url("https://www.sist.tsinghua.edu.cn/fonts/Cochin.eot") format("embedded-opentype"),
        url("https://www.sist.tsinghua.edu.cn/fonts/Cochin.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

#page-list {
    font-family: Arial;
    text-align: center;
    margin: 30px 0 20px;
}

#page-list .p_pages a,
#page-list span {
    font-size: 14px;
    width: auto;
    height: auto;
}

#page-list .p_pages a,
#page-list .p_no_d,
#page-list .p_fun_d {
    padding: 8px 10px;
    border: 1px solid #aaa;
    border-radius: 4px;
    color:

        #1a5fa5;
}

#page-list .p_pages .p_no_d,
#page-list a:hover {
    background: #660099;
    font-weight: bold;
    color: #fff;
    border-color: #660099;
}

#page-list .p_t {
    padding: 0 25px 0 0;
    color: #444;
}

#page-list .p_first,
#page-list .p_first_d,
#page-list .p_last,
#page-list .p_last_d {
    display: inline-block;
}

#page-list .p_pages span {
    color: #666;
}

.bd_weixin_popup {
    height: auto !important;
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
    height: 21px !important;
    margin-left: 10px !important;
    padding-left: 24px !important;
    background: url(https://www.sist.tsinghua.edu.cn/images/share-wx.png) center no-repeat !important;
    background-position: 0 0 !important;
}

.bdshare-button-style0-16 .bds_tsina {
    background: url(https://www.sist.tsinghua.edu.cn/images/share-wb.png) center no-repeat !important;
    background-position: 0 0 !important;
}

.bdshare-button-style0-16 .bds_qzone {
    background: url(https://www.sist.tsinghua.edu.cn/images/share-kj.png) center no-repeat !important;
    background-position: 0 0 !important;
}

.bdshare-button-style0-16 .bds_more {
    background: url(https://www.sist.tsinghua.edu.cn/images/share-more.png) center no-repeat !important;
    background-position: 0 0 !important;
}

.container {
    width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-weight: normal;
}

ol,
ul {
    list-style: none
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    color: #666;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none
}

a:hover {
    color: #660099
}

abbr[title] {
    border-bottom: 1px dotted
}


.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}



b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 1px;
    background: #ddd;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

:focus {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible;
    border: none
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal;
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #000;
}

td,
th {
    padding: 0;
    border: 1px solid #000;
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}


.tz-list li,
.img-ul li {
    position: relative;
}

.tz-list li:hover,
.img-ul li:hover {
    z-index: 1000;
    border-color: #fff;
}

.tz-list li:hover:before,
.img-ul li:hover:before {
    box-shadow: 0 0 20px #ddd;
    left: -15px;
    right: -15px;
    top: -1px;
    bottom: -1px;
    display: block;
    content: "";
    z-index: 100;
    position: absolute;
    z-index: -1;
    background-color: #fff;
}

.tz-list-date {
    transition: 0.5s all;
}

.tz-list li:hover .tz-list-tt a,
.img-ul li:hover .img-ul-tt a {
    color: #7c1dab;
}

.cg-more:hover {
    color: #fff;
    background: url(https://www.sist.tsinghua.edu.cn/images/cg-more02.png) left center no-repeat;
}

::-webkit-input-placeholder {
    color: 999;
    opacity: .54
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

::selection {
    background: #660099;
    color: #fff
}

::-moz-selection {
    background: #660099;
    color: #fff
}

::-webkit-selection {
    background: #660099;
    color: #fff
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "."
}

.l {
    float: left
}

.r {
    float: right
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.bor {
    border: 1px dashed #999
}

.poab {
    position: absolute
}

.pore {
    position: relative
}

.texto {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.imgInline {
    display: inline-block !important;
    vertical-align: middle
}

.imgMargin {
    margin: 0 auto
}

.imgW100 {
    width: 100%
}

.text-r {
    text-align: right
}

.text-m {
    text-align: center
}

.text-bold {
    font-weight: 700;
}

.text-light {
    font-weight: 100;
}

.text-up {
    text-transform: uppercase;
}

.other-banner {
    position: relative;
    max-height: 650px;
    overflow: hidden;
    margin-top: 90px;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-left {
    display: flex;
    flex-wrap: wrap
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.flex-v-bottom {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.trans {
    transition: all .5s
}

.trans-mask {
    display: block;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.trans-mask img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.trans-mask:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.wp {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.img_content {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 100px 0 50px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6), transparent);
}

.banner-tt {
    font-size: 44px;
    color: #fff;
    line-height: 50px;
    margin-right: 30px;
}

.nav-b {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.nav-b a {
    color: #fff;
}

.banner-ul li {
    float: left;
    margin-left: 30px;
    margin-bottom: 5px;
    margin-right: 0px;
}

.banner-ul li a {
    font-size: 18px;
    color: #fff;
    position: relative;
}

.banner-ul li.active a,
.banner-ul li a:hover {
    color: #ffcc00;
}

.banner-ul li.active a:before {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: -20px;
    margin-top: -1px;
    background: #ffcc00;
}

.tabs-ul1 li a {
    font-size: 16px;
    color: #666;
}

.tabs-ul1 {
    margin: 40px 0;
}

.tabs-ul1 li.active a,
.tabs-ul1 li a:hover {
    color: #660099;
}

.tabs-ul1 li.active a:before {
    background: #660099;
}

.greybg {
    background: #f2f2f2
}

.textup {
    text-transform: uppercase
}

.co-main {
    color: #660099;
}

.co-fff {
    color: #fff !important
}

.fixdbody {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.m-show {
    display: none
}

.filter-page {
    filter: blur(5px);
}

@media screen and (max-width:900px) {
    .pc-show {
        display: none
    }

    .m-show {
        display: block
    }
}

.icon-plus {
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #eee;
    flex: 0 0 auto;
    margin: 0 0 0 1em;
    cursor: pointer
}

.icon-plus {
    display: none;
}

.icon-plus:after,
.icon-plus:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 15px;
    height: 1px;
    background-color: #1a1a1a;
    content: ""
}

.icon-plus:after {
    transition: .4s ease;
    transform: rotate(90deg)
}

.icon-plus.-active:after {
    transform: rotate(0)
}

.tz-list li {
    border-bottom: solid 1px #ccc;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    padding-left: 166px;
}

.tz-list-tt a {
    font-size: 24px;
    color: #333;
}

.tz-list-p {
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    margin-top: 30px;
}

.tz-list-date {
    position: absolute;
    top: 40px;
    left: 0;
    color: #666;
}

.tz-list-date span {
    font-size: 48px;
    margin-top: 18px;
    color: #660099;
    display: inline-block;
    border-bottom: solid 2px #660099;
}

.tz-list {
    margin-top: 50px;
}

.page-box {
    padding: 30px 0 100px 0;
}

.img-ul li {
    position: relative;
    border-bottom: solid 1px #d0d0d0;
    padding-bottom: 40px;
    padding-top: 40px;
}

.img-ul-img {
    float: left;
    width: 20%;
}

.tit_zy {
    float: right;
    width: 75%;
}

.img-ul-img img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.img-ul-tt a {
    font-size: 22px;
    color: #000;
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img-ul-p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    text-indent: 2em;
    margin-top: 20px;
    margin-bottom: 40px;
}

.img-date {
    color: #999;
    padding-left: 26px;
    background: url(https://www.sist.tsinghua.edu.cn/images/img-date.png) left center no-repeat;
}

.img-ul {
    margin-top: 50px;
}

.text-right {
    text-align: right;
}

.article-box {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    margin-top: 110px;
    position: relative;
    z-index: 10;
    width: 70%;
    margin-left: 30px;
}

.article-title {
    font-size: 34px;
    color: #000;
    text-align: center;
}

.article-date {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    text-align: center;
}

.article-date span {
    padding: 0 35px;
}

.article-txt {
    padding-top: 90px;
    margin-top: 40px;
}

.article-txt p {
    text-indent: 34px;
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 32px;
    margin-bottom: 30px;
}

.share-box {
    border-top: solid 1px #dedede;
    padding-top: 30px;
    padding-bottom: 100px;
}

.share-txt {
    color: #666;
    padding: 7px 0px 0 0;
}

.teach-list li {
    /* float: left; */
    width: 20%;
    padding: 0 22px;
    margin-bottom: 30px;
}

.teach-list2 li {
    /* float: left; */
    width: 33.33%;
    padding: 0 22px;
    margin-bottom: 30px;
}

.teach-list {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}


.teach-list2 {
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 30px;
}
.teach-list2 {
    
    margin: 0 -22px;
}

.teach-list {
    margin: 0 -22px;
}

.teach-list-box {
    background: #fff;
    position: relative;
    height: auto;
    padding: 18px 0;
    border: solid 1px #fff;
    text-align: center;
}

.teach-img img {
    width: 140px;
    height: 180px;
    margin: 0 auto;
}

.teach-img2 img {
    width: 260px;
    height: 180px;
    margin: 0 auto;
}


.teacher-name {
    font-size: 16px;
    color: #333;
    margin-top: 12px;
    height: 40px;
}

.teacher-name a {
    font-size: 16px;
    color: #660099;
    font-weight: bold;
}

.teacher-name2 {
    font-size: 16px;
    color: #333;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /*这里设置几行*/
    overflow: hidden;
    height: 105px;
}

.teacher-name2 a {
    font-size: 16px;
    color: #660099;
    font-weight: bold;
}


.teacher-name3 {
    font-size: 16px;
    color: #333;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /*这里设置几行*/
    overflow: hidden;
    height: 105px;
}
.teacher-name3 a {
    font-size: 14px;
   
}

.teacher-p p {
    margin-bottom: 15px;
    color: #666;
}

.teach-top {
    background: #fff;
    position: relative;
    border-top: solid 5px #660099;
    min-height: 260px;
    padding: 35px 35px 35px 225px;
}

.teach-top-img {
    position: absolute;
    left: 35px;
    top: 35px;
}

.teach-top-img img {
    width: 140px;
    height: 170px;
}

.xq-title {
    background: #fff;
    font-size: 20px;
    color: #660099;
    margin: 35px 0;
    line-height: 50px;
    padding-left: 20px;
    border-left: solid 5px #660099;
}

.jl-txt p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.jl-txt {
    margin-bottom: 50px;
}


.footer {
    position: relative;
    padding: 60px 0 80px;
    color: #660099;
}

.footer .bgimg {
    position: absolute;
    top: 1%;
    left: 3%;
    z-index: -1
}

.bgimg1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 55%
}

.footer-l {
    width: 38%
}

.footer-l,
.footer-r {
    position: relative;
    z-index: 5
}

.footer-r {
    width: 27.3%
}

.footer-link {
    position: relative;
    z-index: 5;
    width: 57%
}

.footer-logo {
    margin-bottom: 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd
}

.footer-copyright p:first-child {
    margin-bottom: 6px
}

.footer-copyright p {
    color: #666666;
}

.footer-link dt {
    margin-bottom: 35px
}

.footer-link dd {
    margin-bottom: 18px;
}

.footer-link dd a {
    float: left;
    display: block;
    width: 33%;
    padding: 0 3%;
    margin: 13px 0;
    height: 120px;
}

.footer-link dd a img {
    display: block;
    /* width:100%; */
    height: 45%;
}

.footer-r span {
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: 5;
    color: #fff
}


@media screen and (max-width:1340px) {
    .container {
        width: 1230px;
    }

}

@media screen and (max-width:1279px) {
    .container {
        width: 970px;
    }

    .teacher-p p {
        margin-bottom: 5px;
    }

    .teach-list li {
        width: 25%;
    }
    .teach-list2 li {
        width: 33.33%;
    }

    .teach-img2 img {
        width: 220px;
    height: 160px;
    margin: 0 auto;
    }
}

@media screen and (max-width: 991px) {
    .container {
        width: 750px;
    }

    .banner-tt {
        font-size: 32px;
    }

    .nav-b a {
        font-size: 12px;
    }

    .banner-ul li a {
        font-size: 16px;
    }

    .img_content {
        padding: 70px 0 30px;
    }

    .teach-list li {
        width: 33.33%;
    }
    .teach-list2 li {
        width: 50%;
    }

    
    .teach-img2 img {
        width: 220px;
    height: 160px;
    margin: 0 auto;
    }
    

    .teacher-banner {
        height: auto;
    }
}



.patb100 {
    padding: 100px 0
}

.patb80 {
    padding: 80px 0
}

.patb60 {
    padding: 60px 0
}

.f58 {
    font-size: 3.625em
}

.f38 {
    font-size: 2.375em
}

.f36 {
    font-size: 2.25em
}

.f30 {
    font-size: 1.875em
}

.f28 {
    font-size: 1.75em
}

.f20 {
    font-size: 1.25em
}

.f18 {
    font-size: 1.125em
}

.f16 {
    font-size: 1em
}

@media screen and (max-width:1366px) {
    .f58 {
        font-size: 3.2625em
    }

    .f38 {
        font-size: 2.1375em
    }

    .f36 {
        font-size: 2.0250em
    }

    .f30 {
        font-size: 1.6875em
    }

    .f28 {
        font-size: 1.5750em
    }

}

@media screen and (max-width:1024px) {
    .f58 {
        font-size: 2.9000em
    }

    .f38 {
        font-size: 1.9000em
    }

    .f36 {
        font-size: 1.8000em
    }

    .f30 {
        font-size: 1.5000em
    }

    .f28 {
        font-size: 1.4000em
    }

    .f20 {
        font-size: 1.125em
    }

    /*18px*/
}

@media screen and (max-width:840px) {
    .f58 {
        font-size: 2.5375em
    }

    .f38 {
        font-size: 1.6625em
    }

    /*26.6px*/
    .f36 {
        font-size: 1.5750em
    }

    /*25.2px*/
    .f30 {
        font-size: 1.3125em
    }

    /*21px*/
    .f28 {
        font-size: 1.2250em
    }

    /*19.6px*/

    .f20 {
        font-size: 1.0625em
    }

    /*17px*/
    .f18 {
        font-size: 0.975em
    }

    /*15px*/
    .f16 {
        font-size: 0.875em
    }

    /*14px*/
}

@media screen and (max-width:640px) {
    .f58 {
        font-size: 2.1750em
    }

    /*34.8px*/
    .f18 {
        font-size: 0.875em
    }

    /*14px*/

}

@media screen and (max-width:845px) {
    .tz-list-date {
        top: 5px;
    }
}




@media screen and (max-width:767px) {
    .teach-list li {
        width: 50%;
    }
    .teach-list2 li {
        width: 50%;
    }

    
    .teach-img2 img {
        width: 160px;
    height: 120px;
    margin: 0 auto;
    }

    .container {
        width: 100%;
    }

    .tz-list {
        margin-top: 30px;
    }

    .tz-list li {
        padding-left: 90px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        padding-top: 10px;
    }

    .tz-list-p {
        margin-top: 15px;
        line-height: 25px;
        height: 50px;
    }

    .tz-list-date {
        top: 10px;
    }

    .tz-list-date span {
        margin-top: 0px;
        font-size: 44px;
    }

    .tz-list-tt a {
        font-size: 18px;
    }

    .tz-list {
        margin-top: 30px;
    }

    .page-box {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .img-ul-img {
        top: 20px;
        width: 30%;
    }

    .img-ul li {
        height: auto;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .img-ul-img img {
        height: 90px;
    }

    .tit_zy {
        width: 65%;
    }

    .img-ul-tt a {
        font-size: 18px;
    }

    .img-ul-p {
        line-height: 22px;
        height: 44px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .img-date {
        display: none;
    }

    .img-ul {
        margin-top: 30px;
    }

    .article-box {
        width: 100%;
        padding: 40px 15px;
    }

    .article-title {
        font-size: 18px;
    }

    .article-date {
        font-size: 12px;
        line-height: 25px;
    }

    .article-date span {
        padding: 0;
    }

    .article-txt {
        border-width: 1px;
        padding-top: 30px;
        margin-top: 20px;
    }

    .article-txt p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .teach-top-img {
        position: static;
        text-align: center;
        margin-bottom: 15px;
    }

    .teach-top {
        padding: 20px;
    }

    .teacher-name {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 30px;
    }

    .teacher-name a {
        font-size: 18px;
        padding-right: 10px;
    }

    .teacher-name2 {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 30px;
    }

    .teacher-name2 a {
        font-size: 18px;
        padding-right: 10px;
    }

    .teacher-p p {
        font-size: 12px;
        line-height: 22px;
    }

    .teach-list li {
        margin-bottom: 20px;
    }

    .teach-img {
        left: 10px;
        top: 10px;
    }

    .teach-list-box .lind-bottom {
        position: relative;
    }
}

@media screen and (max-width:400px) {
    .teach-list li {
        width: 100%;
    }

    .teach-list2 li {
        width: 100%;
    }

    
    .teach-img2 img {
        width: 250px;
    height: 170px;
    margin: 0 auto;
    }
}



.trans-line:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 100%;
    margin-top: 0px;
    margin-left: -120px;
    overflow: hidden;
    z-index: 6;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.trans-line:hover:before {
    -webkit-animation: aniBlink .6s ease-out forwards;
    -moz-animation: aniBlink .6s ease-out forwards;
    -o-animation: aniBlink .6s ease-out forwards;
    animation: aniBlink .6s ease-out forwards
}

@keyframes aniBlink {
    from {
        margin-left: -50%
    }

    to {
        margin-left: 120%
    }
}

@-webkit-keyframes aniBlink {
    from {
        margin-left: -50%
    }

    to {
        margin-left: 120%
    }
}

.in-more a {
    display: inline-block;
    width: 140px;
    height: 40px;
    border: 1px solid #ccc;
    line-height: 40px
}

.in-more a:hover {
    border: 1px solid #660099;
    background: #660099;
    color: #fff
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 126px;
    border-top: 3px solid #660099;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 50%, transparent 100%);
}

.header .wp-header {
    padding-right: 2%;
    padding-left: 2%
}

.logo img {
    display: none;
}

.logo {
    margin-top: 28px
}

.logo a {
    display: block;
    overflow: hidden;
    width: 450px;
    height: 68px;
    background: url(https://www.sist.tsinghua.edu.cn/images/logoW.png) no-repeat 50%;
    background-size: auto 100%;
    text-indent: -99999em
}

.mian-nav ul {
    margin-top: 50px
}

.mian-nav ul li {
    position: relative;
    margin-right: 35px;
    font-size: 18px;
    transition: .3s
}

.mian-nav ul li a {
    color: #fff
}

.mian-nav ul li a:hover,
.mian-nav ul li:hover .nav-parent a {
    color: #fff;
    font-weight: bold;
}

.sub-nav {
    position: absolute;
    top: 100%;
    right: -30px;
    left: -30px;
    z-index: 99;
    display: none;
    padding-top: 20px
}

.sub-nav .sub-nav-h {
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: 3px solid #fff;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, .4) 40%, transparent 100%);
}

.sub-nav .sub-nav-h a {
    display: block;
    font-size: 16px;
    line-height: 35px
}

.mian-nav ul li:hover .sub-nav {
    display: block
}

.nav-parent {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.mian-nav .lan {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mian-nav .lan a {
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
    height: 40px;
    margin-left: 5px;
}

.mian-nav .lan a.toSearch {
    font-size: 16px
}

.mian-nav .lan a:hover {
    display: block;
    border: 1px solid #660099;
    background: #fff
}

.head-menu-btn {
    display: none;
    z-index: 999;
    overflow: hidden;
    margin-top: 15px;
    margin-left: 40px;
    width: 50px;
    height: 50px;
    background: 0 0;
    text-indent: -5260px;
    opacity: 1;
    transform: translateX(0)
}

.head-menu-btn .line-1,
.head-menu-btn .line-2,
.head-menu-btn .line-3 {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    margin-right: -25px;
    width: 50px;
    height: 2px;
    background: #fff;
    transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
    transition-property: transform, width, margin, background-color
}

.head-menu-btn .line-1 {
    margin-top: -15px;
    width: 36px
}

.head-menu-btn .line-3 {
    margin-top: 15px;
    width: 36px
}

.drawerMenu-open .head-menu-btn .line-1 {
    visibility: hidden
}

.drawerMenu-open .head-menu-btn .line-2 {
    margin-top: 0 !important;
    width: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.drawerMenu-open .head-menu-btn .line-3 {
    margin-top: 0 !important;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.scrolling .head-menu-btn .line-1,
.scrolling .head-menu-btn .line-2,
.scrolling .head-menu-btn .line-3 {
    background: #660099
}

.scrolling .mian-nav ul li a:hover,
.scrolling .mian-nav ul li:hover .nav-parent a {
    color: #660099;
    font-weight: bold;
}

.scrolling .header {
    height: 90px;
    background: #fff
}

.scrolling .logo a {
    width: 380px;
    height: 56px;
    background: url(https://www.sist.tsinghua.edu.cn/images/logoB.png) no-repeat 50%;
}

.scrolling .logo {
    margin-top: 15px
}

.scrolling .mian-nav ul {
    margin-top: 30px
}

.scrolling .mian-nav .lan {
    margin-top: 22px
}

.scrolling .mian-nav ul li a {
    color: #000
}

.scrolling .mian-nav .lan a {
    border: 1px solid #ccc;
    color: #000
}

.scrolling .mian-nav .lan a:hover {
    border: 1px solid #660099;
    background: #660099;
    color: #fff
}

.scrolling .mian-nav ul li a:hover {
    color: #660099
}

.scrolling .sub-nav {
    padding-top: 31px
}

.scrolling .sub-nav .sub-nav-h {
    background: #fff
}


@media screen and (max-width:1690px) {
    .mian-nav ul li {
        margin-right: 25px
    }
}

@media screen and (max-width:1480px) {
    .header {
        height: 90px
    }

    .mian-nav ul li {
        margin-right: 15px
    }

    .logo a {
        width: 380px;
        height: 56px;
        background: url(https://www.sist.tsinghua.edu.cn/images/logoC.png) no-repeat 50%;
        background-size: auto 100%
    }

    .logo {
        margin-top: 15px
    }

    .mian-nav ul {
        margin-top: 30px
    }

    .mian-nav .lan {
        margin-top: 22px
    }

    .mian-nav .lan a {
        padding: 5px
    }

    .head-menu-btn {
        margin-top: 12px
    }

    .sub-nav {
        padding-top: 31px
    }
}

@media screen and (max-width:1300px) {
    .mian-nav-list {
        display: block;
        overflow-y: auto;
        height: 90%
    }

    .head-menu-btn,
    .icon-plus {
        display: block
    }

    .mian-nav-h {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 888;
        display: none;
        margin-top: 0 !important;
        padding-top: 90px;
        padding-right: 5%;
        padding-left: 5%;
        background: rgba(0, 0, 0, .85)
    }
    
   

    .logo,
    .mian-nav .lan {
        position: relative;
        z-index: 999
    }

    .mian-nav-list li {
        padding: 10px 0
    }

    .mian-nav ul li:hover .sub-nav {
        display: none
    }

    .mian-nav-list li a {
        color: #fff !important
    }

    .sub-nav {
        position: inherit;
        right: 0;
        left: 0;
        display: none
    }

    .sub-nav .sub-nav-h {
        padding-right: 6%;
        border-top: 2px solid hsla(0, 0%, 100%, .6);
        text-align: right
    }

    .scrolling .sub-nav .sub-nav-h {
        background: 0 0
    }

    .drawerMenu-open .logo a {
        width: 425px;
        height: 56px;
        background: url(https://www.sist.tsinghua.edu.cn/images/logoC.png) no-repeat 50%;
        background-size: auto 100%
    }

    .drawerMenu-open .scrolling .head-menu-btn .line-1,
    .drawerMenu-open .scrolling .head-menu-btn .line-2,
    .drawerMenu-open .scrolling .head-menu-btn .line-3 {
        background: #fff
    }

    .drawerMenu-open .mian-nav .lan a {
        border: 1px solid #ccc;
        color: #fff
    }

    .mian-nav-list::-webkit-scrollbar {
        width: 6px;
        height: 1px
    }

    .mian-nav-list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #535353;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
    }

    .mian-nav-list::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #ededed;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
    }

    .mian-nav .lan a {
        height: 35px
    }
}

@media screen and (max-width:640px) {
    .header {
        height: 60px
    }

    .logo {
        margin-top: 10px
    }

    .mian-nav ul {
        margin-top: 0
    }

    .logo a {
        width: 240px;
        height: 36px;
        background: url(https://www.sist.tsinghua.edu.cn/images/logoC.png) no-repeat 50%;
        background-size: auto 100%
    }

    .mian-nav .lan {
        margin-top: 10px
    }

    .sub-nav {
        padding-top: 20px
    }

    .head-menu-btn {
        margin-top: 5px;
        margin-left: 20px;
        width: 40px;
        height: 40px
    }

    .head-menu-btn .line-1,
    .head-menu-btn .line-2,
    .head-menu-btn .line-3 {
        margin-right: -20px;
        width: 40px;
        height: 1px
    }

    .head-menu-btn .line-1 {
        margin-top: -12px;
        width: 36px
    }

    .head-menu-btn .line-3 {
        margin-top: 12px;
        width: 36px
    }

    .scrolling .header {
        height: 65px;
        background: #fff
    }

    .scrolling .logo a {
        width: 240px;
        height: 36px;
        background: url(https://www.sist.tsinghua.edu.cn/images/logoB.png) no-repeat 50%;
    }

    /* background-size:auto 100% */
    .scrolling .logo {
        margin-top: 10px
    }

    .scrolling .mian-nav ul {
        margin-top: 0
    }

    .scrolling .mian-nav .lan {
        margin-top: 10px
    }

    .drawerMenu-open .logo a {
        width: 250px;
        height: 36px;
        background: url(https://www.sist.tsinghua.edu.cn/images/logoC.png) no-repeat 50%;
        background-size: auto 100%
    }

    .mian-nav .lan a {
        border: none;
        margin-left: 0
    }

    .mian-nav .lan a {
        height: 33px
    }

    .drawerMenu-open .mian-nav .lan a {
        border: none
    }

    .other-banner {
        margin-top: 65px;
    }
}



.in-banner .swiper-slide {
    height: 740px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.in-banner .swiper-slide img {
    display: none
}

.in-banner .wp {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.in-banner .txt {
    position: absolute;
    top: 43%;
    width: 100%;
    left: -60%;
    opacity: 1;
    color: #fff;
    transition: 1.5s;
    overflow: hidden;
}

.in-banner .txt h4 {
    margin-bottom: 35px;
    position: relative;
}

.in-banner .txt p {
    margin-bottom: 30px;
    max-width: 620px;
    line-height: 1.8em
}

.in-banner .txt .in-more a {
    color: #fff;
    text-align: center
}

.in-banner .swiper-slide-active .txt {
    left: 0;
    opacity: 1;
    z-index: 3;
}

.in-banner .swiper-pagination {
    right: 3%;
    bottom: 30px;
    left: inherit;
    width: auto
}

.in-banner .swiper-pagination-bullet {
    margin: 0 9px;
    width: 38px;
    height: 38px;
    border-radius: 0;
    background: url(https://www.sist.tsinghua.edu.cn/images/clw.svg) no-repeat 50%;
    background-size: 100% 100%;
    color: #fff;
    line-height: 38px;
    opacity: 1
}

.in-banner .swiper-pagination-bullet-active {
    background: url(https://www.sist.tsinghua.edu.cn/images/ban_01.png) no-repeat 50%;
    background-size: 100% 100%;
    color: #fff
}

@media screen and (max-width:1366px) {
    .in-banner .swiper-slide {
        height: 640px
    }
}

@media screen and (max-width:840px) {
    .in-banner .swiper-slide {
        height: 540px
    }

    .in-more a {
        display: inline-block;
        width: 100px;
        height: 35px;
        border: 1px solid #e5e5e5;
        line-height: 35px
    }
}

@media screen and (max-width:640px) {
    .in-banner .swiper-pagination-bullet {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .in-banner .swiper-slide {
        height: 440px
    }

    .in-banner .txt {
        top: 35%
    }

    .in-banner .txt h4 {
        margin-bottom: 20px
    }

    .in-banner .txt p {
        margin-bottom: 15px;
        line-height: 1.6em
    }
}





.in-news {
    padding: 100px 0 100px 16.6666%;
    background: url(https://www.sist.tsinghua.edu.cn/images/bg1.jpg) no-repeat top;
    background-size: cover
}

.in-news-l {
    width: 180px
}

.in-news-tit {
    padding: 22%;
    width: 180px;
    height: 180px;
    background: url(https://www.sist.tsinghua.edu.cn/images/xwbg.jpg) no-repeat 50%;
    background-size: cover;
    color: #fff;
    text-align: center
}

.in-news-r {
    position: relative;
    z-index: 5;
    width: calc(100% - 220px)
}

.in-news-r ul li {
    width: 33.33%;
    background: #fff
}

.in-news-r ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.in-news-r ul li:last-child {
    border-right: 0
}

.in-news-r ul li .info {
    position: relative;
    padding: 30px 30px 30px 40px;
    background: #fff
}

.in-news-r ul li .info:after {
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background: #ccc;
    content: ""
}

.in-news-r ul li:last-child .info:after {
    display: none
}

.in-news-r ul li h4 {
    position: relative;
    margin-bottom: 15px;
}

.in-news-r ul li a {
    color: #000;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    width: 100%;
    height: 185px;
    -webkit-box-orient: vertical;
}

.in-news-r ul li a:hover {
    color: #660099
}

.in-news-r ul li h4 i {
    position: absolute;
    top: 7px;
    left: -20px;
    display: inline-block
}

.in-news-r ul li p {
    margin-bottom: 50px;
    color: #666;
    line-height: 1.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.in-news-r ul li time {
    padding: 5px 14px;
    background: #660099;
    color: #fff
}

.in-news-r ul li:hover a,
.in-news-r ul li:hover i {
    color: #660099
}

@media screen and (max-width:1366px) {
    .in-news {
        padding-left: 5%
    }

    .in-news-l {
        width: 140px
    }

    .in-news-tit {
        width: 140px;
        height: 140px;
        background: url(https://www.sist.tsinghua.edu.cn/images/xwbg.jpg) no-repeat 50%;
        background-size: cover;
        color: #fff;
        text-align: center
    }

    .in-news-r {
        position: relative;
        z-index: 5;
        width: calc(100% - 180px)
    }
}

@media screen and (max-width:840px) {
    .in-news {
        padding: 50px 2%
    }

    .in-news-l {
        margin-bottom: 20px;
        width: 100%;
        flex-direction: row !important;
        justify-content: space-between
    }

    .in-news-tit {
        padding: 10px 20px;
        width: 50%;
        height: auto
    }

    .in-news-r {
        position: relative;
        z-index: 5;
        width: 100%
    }
}

@media screen and (max-width:640px) {
    .in-news {
        padding: 50px 5%
    }

    .in-news-r ul li {
        margin-bottom: 20px;
        width: 100%
    }

    .in-news-r ul li .info:after {
        display: none
    }

    .in-news-r ul li p {
        margin-bottom: 30px
    }
}

.in-notice {
    padding: 0 0 200px;
    background: url(https://www.sist.tsinghua.edu.cn/images/bg2.jpg) no-repeat top;
    background-size: cover
}

.in-notice .wp {
    padding: 60px 0 70px;
    border-bottom: 1px solid #e5e5e5;
    background: hsla(0, 0%, 100%, .9)
}

.in-notice-list {
    margin-bottom: 50px
}

.in-notice-list li {
    padding: 0 3% 0 4.5%;
    width: 33.33%;
    border-right: 1px solid #e5e5e5
}

.in-notice-list li:last-child {
    border-right: 0
}

.in-notice-list li h4 {
    margin-bottom: 15px
}

.in-notice-list li a {
    color: #000;
    line-height: 1.5em
}

.in-notice-list li a:hover {
    color: #660099
}

.in-notice-list li h4 i {
    position: absolute;
    top: 2px;
    left: -20px;
    display: inline-block
}

.in-notice-list li p {
    color: #666;
    line-height: 1.7em
}

.in-notice-list li time span {
    margin-right: 10px
}

.in-notice-list li:hover a,
.in-notice-list li:hover i,
.in-notice-list li:hover time {
    color: #660099
}

@media screen and (max-width:640px) {

    .footer-link dd {
        width: 96%;
        margin: 0 2% 12px;
        float: none;
        text-align: left;
    }

    .in-notice {
        padding: 0 0 150px
    }

    .in-notice-list li {
        margin-bottom: 20px;
        padding-bottom: 20px;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ddd
    }

    .in-notice-list li:last-child {
        margin-bottom: 0
    }
}

.in-pic-ico {
    padding: 0 0 80px;
    background: url(https://www.sist.tsinghua.edu.cn/images/bg3.jpg) no-repeat 50%;
    background-size: cover
}

.in-pic-ico-l {
    position: relative;
    margin-top: -130px;
    width: 40%
}

.in-pic-ico-r {
    padding-top: 80px;
    width: 46%
}

.in-pic-ico-list .txt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 10%
}

.in-pic-ico-list li img {
    width: 100%
}

.in-pic-ico-list li:first-child .txt h4 {
    margin-bottom: 20px;
    color: #9493ff
}

.in-pic-ico-list li:first-child .txt p {
    margin-bottom: 20px;
    max-width: 220px;
    color: #9493ff;
    line-height: 1.6em
}

.in-pic-ico-list li:first-child .txt i {
    color: #9493ff
}

.in-pic-ico-list a {
    color: #fff
}

.in-pic-ico-list li .addbook {
    position: absolute;
    right: 21%;
    bottom: -33%;
    z-index: 3;
    width: auto
}

.in-tit {
    margin-bottom: 35px;
    text-align: center
}

.in-tit h3 {
    position: relative;
    display: inline-block
}

.in-tit h3:before {
    left: -60px
}

.in-tit h3:after,
.in-tit h3:before {
    position: absolute;
    top: 49%;
    width: 45px;
    height: 1px;
    background: #660099;
    content: ""
}

.in-tit h3:after {
    right: -60px
}

.in-pic-ico-r .in-tit {
    margin-bottom: 40px
}

.in-pic-ico-r .in-tit h3 {
    color: #fff
}

.in-pic-ico-r .in-tit h3:after,
.in-pic-ico-r .in-tit h3:before {
    background: #fff
}

.in-pic-ico-r .ico-list li {
    padding: 2px 2%;
    width: 50%;
    color: #fff;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-left: 60px;
}

.in-pic-ico-r .ico-list li .num {
    display: block;
    margin-bottom: 5px;
    font-family: Cochin !important;
    line-height: 1em
}

.in-pic-ico-r .ico-list li .txt p {
    font-size: 21px;
    color: #fff;
}

.in-pic-ico-r .ico-list li .txt p a {
    color: #fff;
    display: block;
    height: 50px;
    width: 100%;
    line-height: 25px;
    font-family: cursive;
}

.in-pic-ico-r .ico-list li .ico {
    margin-right: 20px
}

.in-pic-ico-r .ico-list li .ico i {
    display: block;
    width: 76px;
    height: 76px;
    border: 1px dashed #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    line-height: 76px
}

.slide-ico {
    padding-bottom: 30px
}

.slide-ico .swiper-pagination {
    bottom: 0;
    left: 0;
    width: 100%
}

.slide-ico .swiper-pagination-bullet {
    margin: 0 5px;
    width: 20px;
    height: 2px;
    border-radius: 0;
    background: #fff;
    opacity: .6
}

.slide-ico .swiper-pagination-bullet-active {
    width: 40px;
    opacity: 1
}

@media screen and (max-width:900px) {
    .in-pic-ico-l {
        margin-top: -100px;
        margin-bottom: 30px;
        width: 100%
    }

    .in-pic-ico-r {
        padding-top: 60px;
        width: 100%
    }

    .in-pic-ico-r .ico-list li .txt p {
        font-size: 16px
    }

    .in-pic-ico-r .ico-list li .ico i {
        width: 56px;
        height: 56px;
        font-size: 30px;
        line-height: 56px
    }

    .in-pic-ico-r .ico-list li {
        padding: 20px 3%
    }
}






@media screen and (max-width:480px) {
    .in-pic-ico-r .in-tit {
        margin-bottom: 20px
    }

    .in-pic-ico-r .ico-list li .txt p {
        font-size: 13px;
    }

    .in-pic-ico-r .ico-list li .ico i {
        width: 56px;
        height: 56px;
        font-size: 30px;
        line-height: 56px
    }

    .in-pic-ico-r .ico-list li {
        padding: 20px 3%
    }
}

@media screen and (max-width:840px) {

    .footer-l {
        margin-bottom: 30px;
        width: 100%;
        text-align: center
    }

    .footer-r {
        width: 44%
    }

    .footer-link {
        position: relative;
        z-index: 5;
        width: 100%;
    }

    .footer-link a {
        margin-left: 0
    }

    .footer-logo {
        padding-bottom: 20px
    }

    .footer-link dt,
    .footer-logo {
        margin-bottom: 15px
    }

    .footer-link dd {
        margin-bottom: 8px
    }
}

@media screen and (max-width:480px) {
    .in-pic-ico-r .ico-list li {
        width: 100%;
    }

    .footer-link dd a {
        width: 50%;
        margin: 15px auto;
    }

    .footer-r {
        width: 100%
    }

    .footer-link {
        margin-bottom: 20px;
        width: 100%;
        text-align: center
    }

    .footer {
        padding: 40px 0 65px
    }

    .banner-tt,
    .nav-b {
        display: none;
    }

    .scrolling .logo a {
        width: 231px;
    }
}

.hidden_search .text {
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 16px;
    color: #444;
    background: none;
    border: none;
    font-family: "Microsoft Yahei";
}

.hidden_search .btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 50px;
    border: none;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
    font-size: 24px;
    color: #004D9C;
}

.hidden_search .search_wrap {
    border: 1px solid #e4eaec;
    border-radius: 20px;
    position: relative;
    padding-right: 45px;
    padding-left: 20px;
    width: 95%
}

.hidden_search .close_btn {
    position: absolute;
    right: 20px;
    top: 32%;
    width: 35px;
    height: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 26px
}

.hidden_search .close_btn:hover {
    color: #004D9C;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
    opacity: 0;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    padding: 30px 40px 30px 30px;
    background: #fff;
    width: 60%;
    margin: 0 auto;
    top: 50%;
    margin-top: -58px;

    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.is-visible .cd-popup-container {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cd-popup0,
.cd-popup1,
.cd-popup2,
.cd-popup3 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
}

.cd-popup0.is-visible,
.cd-popup1.is-visible,
.cd-popup2.is-visible,
.cd-popup3.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container0,
.cd-popup-container1,
.cd-popup-container2,
.cd-popup-container3 {
    position: relative;
    padding: 40px;
    background: #fff;
    width: 60%;
    margin: 0 auto;
    top: 20%;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property:
        transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container1 {
    top: 10%;
}

.is-visible .cd-popup-container0,
.is-visible .cd-popup-container1,
.is-visible .cd-popup-container2,
.is-visible .cd-popup-container3 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sear_p {
    float: left;
    margin: 20px 0 0 5%;
    width: 90%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

.sear_txt {
    float: left;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border: none;
    width: calc(100% - 35px);
    background: none;
    color: #666;
    text-indent: 5px;
}


@media screen and (max-width: 600px) {
    .hidden_search .close_btn {
        right: 5px;
        font-size: 18px;
        top: 35%;
    }

    .cd-popup-container {
        width: 90%
    }

    .hidden_search .text {
        font-size: 14px
    }

    .cd-popup-container {
        padding: 20px 30px 20px 10px
    }
}




@charset "utf-8";
html{overflow-x: hidden;}
@media (max-width:1920px) {
	html {font-size: 16px;}
}
@media (min-width:1400px) and (max-width:1600px) {
	html {font-size: 16px;}
}
@media (min-width:640px) and (max-width:1399px) {
	html {font-size: 15px;}
}
@media (min-width:471px) and (max-width:639px) {
	html {font-size: 14px;}
}
@media (min-width:320px) and (max-width:470px) {
	html {font-size: 14px;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .links-nr .bd li dd p{color:#eed097 !important;background:none !important;}
}
/*低版本跳转样式*/
.ie_bg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;opacity:0.9;filter:alpha(opacity=90);z-index:99998;}
.ie9tips{width:600px;height:300px;position:fixed;top:50%;left:50%;margin:-150px 0 0 -300px;line-height: 1.8;color:#fff;z-index:99999;text-align:center;}
.ie9tips a{color:red;}  
.ie9tips img{display:block;margin:0 auto;opactiy:0.9;filter:alpha(opacity=90);max-width: 100%;} 
.ie9tips p{padding-top:10px;color:#fff;width: 420px;margin:10px auto;line-height: 1.8;}
/*==========================================公共 开始=============================================*/
.w10{width:100%;margin: 0 auto;}
.wrap {max-width: 1200px;width: 100%;margin: 0 auto;}
.head-box{background:#fff;}

.head-box .wrap{position: relative;z-index: 2;}
.head-box::after{content: "";width: 100%;height: 4px;position: absolute;left: 0;top: 0;background: url(../images/top-bg.png) repeat-y top center;z-index: 1;}
.head-r{margin-top: 0.75rem;}
#header {z-index: 1000;padding: 1.25rem 0;background:#fff url(../images/top-bg02.png) no-repeat 60% bottom;}
#header .logo {width: 35.5%;position: relative;}
#header .logo a{display: block;}
#header .logo img {width: 100%;}
.head-r p{float: left;padding:0.375rem 0.625rem;border: 1px solid #efefef;border-radius: 0.9375rem;margin-right: 1.875rem;transition: 0.6s all;}
.head-r p a{color: #999999;font-size: 0.75rem; padding: 0 6px;transition: 0.6s all;}
.head-r p:hover{background-image: -moz-linear-gradient( -180deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -ms-linear-gradient( -180deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  transition: 0.6s all;
  }
 .head-r p:hover a{color: #fff;transition: 0.6s all;}
.head-r .search{float: left;overflow: hidden;width: 200px;border-bottom: 1px solid #dcdcdc;padding-bottom: 0.625rem;}
.head-r .search .text{height: 1.25rem;line-height: 1.25rem;width: 180px;background: transparent;border: none; font-size: 0.75rem;color: #999;}
.head-r .search .btn{width: 18px;height: 18px;float: right;cursor: pointer;}
.animenu__toggle {display: none;cursor: pointer;background-image: -moz-linear-gradient( -180deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -ms-linear-gradient( -180deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);border: 0;padding: 0.3rem;height: 2.5rem;width: 2.5rem;}
.animenu__toggle.animenu__toggle--active {background-color: #d6b97f;}
.animenu__toggle.animenu__toggle--active .animenu__toggle__bar {background: #fff}
.animenu__toggle__bar {display: block;width: 1.875rem;height: 2px;background-color: #fff;-webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);-o-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);}
.animenu__toggle__bar+.animenu__toggle__bar {margin-top: 0.45rem;}
.animenu__toggle--active .animenu__toggle__bar {margin: 0;position: absolute;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {opacity: 0;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.animenu {
  background-image: -moz-linear-gradient( -180deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -ms-linear-gradient( -180deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);

}
.animenu ul {padding: 0;list-style: none;text-align: left;}
.animenu li,.animenu a {display: inline-block;font-size: 1.125rem;}
.animenu a {color: #fff;text-decoration: none;}
.animenu__nav {}
.animenu__nav>li {position: relative;height: 3.125rem;width: 8%;text-align: center;}
.animenu__nav>li>a{font-size: 1rem;line-height: 3.125rem;}
.animenu__nav>li>a {text-transform: uppercase;color: #fff;}
.animenu__nav>li>a:first-child:nth-last-child(2):before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 10px;display: none;}
.animenu__nav>li:hover>ul {opacity: 1;visibility: visible;margin: 0px 0 0;}
.animenu__nav>li:hover>a {color: #d6b97f;}
.animenu__nav__child {min-width: 124%;position: absolute;top: 100%;z-index: 9;opacity: 0;visibility: hidden;margin: 10px 0 0 0;background-color: #550882;transition: margin .15s, opacity .15s;}
.animenu__nav__child>li {width: 100%;text-align: center;border-bottom: 1px solid rgba(255, 255, 255, 0.2);position: relative;}
.animenu__nav__child>li:first-child>a:after {content: '';position: absolute;height: 0;width: 0;left: 50%;margin-left: -6px;top: -6px;border: 6px solid transparent;border-top: 0;border-bottom-color: #550882;}
.animenu__nav__child>li:last-child {border: 0;}
.animenu__nav__child a {padding: 10px;width: 100%;border-color: #550882;font-size: 0.875rem;}
.animenu__nav__child a:hover {border-color: #550882;color: #d6b97f;}
.animenu__nav--open {display: block !important;}
.animenu__nav--open .animenu__nav__child {}
.animenu__nav__child>li dl{position: absolute;left: -100%; top: 0;background-color: #550882;width: 100%;display: none;}
.animenu__nav__child>li:hover dl{display: block;}
.animenu__nav>li>a.on{color: #d6b97f;}
.head-box2{position: fixed;width: 100%;top: 0;left: 0;z-index: 999;box-shadow: 0px 1px 40px 0px rgba(35, 29, 39, 0.3);}
@media only screen and (max-width:1440px) {
	
}
@media(max-width: 1366px) {
	.head-box{padding: 0 0.9375rem;}
        .head-box2{position: relative;}
	#header .wrap{width: 100%;}
	#header .logo {}
	.head-r{margin-right: 3.125rem;}
	.animenu__nav__child>li {border-bottom: #e5e5e5 1px solid;}
	.animenu>ul{background: rgba(26,26,26,0.95);}
	.animenu {padding: 0;position: absolute;right: 0;top:70px;z-index: 9;width: 30%;z-index: 9999;}
	.center{margin-left: 1.875rem;}
	.animenu__toggle {display: inline-block;position: absolute;right: 0;margin-top: 0.9375rem;}
	.animenu__nav,.animenu__nav__child {display: none;}
	.animenu__nav__child a{color: #323232;line-height: 40px;font-size: 16px;}
	.animenu__nav>li {width: 100%;border-right: 0;border-bottom: 1px solid #4f0779;height: auto;background: none;}
	.animenu__nav>li .jt{ content:""; position:absolute; right:0; top:0; width:4rem; height:4rem; background:rgba(255,255,255,0.05) url(../images/jiantou.png) center no-repeat; background-size:6px auto; z-index:1000;}
	.animenu__nav>li>a.on{color: #fff;}
	.animenu__nav>li:last-child {border: 0;}
	.animenu__nav>li:first-child>a:after {content: '';position: absolute;height: 0;width: 0;left: 1em;top: -6px;border: 6px solid transparent;border-top: 0;border-bottom-color: inherit;display: none;}
	.animenu__nav>li>a {width: 100%;color: #fff; padding: 0 0 0 2rem !important;border-color: #111;background: #550882;position: relative;height: 4rem;line-height: 4rem;text-align: left;}
	.animenu__nav a:hover {background-color: #550882;border-color: #550882;color: #fff;height: 4rem;line-height: 4rem;}
	.animenu__nav__child {position: static;background-color: #f8f8f8;margin: 0;transition: none;visibility: visible;opacity: 1;}
	.animenu__nav__child>li:first-child>a:after {content: none;}
	.animenu__nav__child>li dl{display: block;position: relative;left: auto;top: auto;background: #f8f8f8;margin:0 50px 50px;width: auto;}
	.animenu__nav__child>li dl dd{border-top: 1px solid #e5e5e5;}
	.animenu__nav__child>li dl dd a{line-height: 26px;font-size: 14px;}
	.animenu__nav>li:hover>a{color: #fff;}
	.backtop{right: 0.3125rem;border: 0.9375rem;width: 40px;}
}
@media screen and (max-width: 1024px) {

}
@media(max-width: 768px) {
#header{position: relative;}
.top-r{position: absolute;margin-bottom: 0;right: 0;top: 0.625rem;}	
#header .logo{width: 72%;}
.head-r{position: absolute;top: 0;right: 0;}
.animenu{margin-top: 0;top: 88px;width: 70%;}
.animenu__toggle{margin-top: 0;}
.head-box{position: relative;}
.head-box::after{content: "";display: none;}
#header .wrap{padding-top: 2.5rem;}
.head-r{margin-right: 0;margin-top: 0;}
}
@media(max-width: 414px) {

}
@media(max-width: 375px) {
	
}
@media(max-width: 360px) {
	.head-r .search{width: 140px;}
	.head-r .search .text{width: 120px;}
}
@media(max-width: 320px) {
	
}

/*==========================================公共 结束=============================================*/

/* banner */
.banner{height: auto !important;}
.banner .swiper-slide{/* background: #4c256b; */height: 500px;width: 100%;}
.banner .swiper-slide .text{width: 29%;height: 100%;/* background: url(../images/bg3.png) no-repeat bottom center;background-size: 90%; */position: relative;z-index: 1;background-color:#4c256b;}
.banner .swiper-slide .text a{display: block;width: 68%;position: absolute;;top: 25%;left:0px;right:0;bottom:0;margin:auto;z-index: 1;}
.banner .swiper-slide .text h5{font-size: 1.375rem;color: #fff;line-height: 2.125rem;height: 4.25rem;overflow: hidden; font-family: simsun;margin-bottom: 1.25rem;}
.banner .swiper-slide .text p{font-size: 0.875rem;color: #c4bdcc;line-height: 1.625rem;overflow: hidden;text-align: justify;}
.banner .swiper-slide .pic{width: 71%;position: relative;text-align: center;overflow: hidden;}
.banner .swiper-slide .text::after{content: "";display: block;position: absolute;z-index: 0;top: 0;right: calc(-28% + 2px); width:28%;height: 100%;background: url(../images/banner-bg01.png) no-repeat right center;background-size: 100% 100%;}
.banner .swiper-slide .pic img {vertical-align: top;width: 100%;height:500px;object-fit: cover;-webkit-animation-name: centerBig;animation-name: centerBig;animation-duration: 5s;animation-iteration-count: infinite;}
.banner .swiper-pagination{display: none;}
.banner .swiper-button-prev{cursor: pointer !important; width: 36px;height: 36px;background: url(../images/banner-l.png) no-repeat center;left: 12.5%;bottom: 5rem;top: auto;z-index: 999;}
.banner .swiper-button-next{cursor: pointer !important; width: 36px;height: 36px;background: url(../images/banner-r.png) no-repeat center;left: 15.41%;bottom: 5rem;top: auto;z-index: 999;}
.banner .swiper-slide .text h5:hover{text-decoration: underline;}
@keyframes centerBig {
	from {transform: scale(1.0, 1.0);}
	to {transform: scale(1.03, 1.03);}
}
@media(max-width: 1366px) {
.banner .swiper-slide,.banner .swiper-slide .pic img{height: 356px;}
.banner .swiper-button-prev,.banner .swiper-button-next{bottom: 2.5rem;}
.banner .swiper-button-next{left: 17%;}
}
@media screen and (max-width: 1024px) {
.banner .swiper-slide,.banner .swiper-slide .pic img{height: 386px;}
.banner .swiper-slide .text{width: 100%;float: none;position: absolute;bottom: 0;height: auto;padding: 0 0.9375rem;}
.banner .swiper-slide .text p{display: none;}
.banner .swiper-slide .text a{float: none;width: 100%;top: auto;margin-top: 0;}
.banner .swiper-slide .text h5{line-height: 2.25rem;height: 2.25rem;overflow: hidden;text-shadow: 0px 1px 8px rgba(35, 29, 39, 0.85);}
.banner .swiper-slide .pic{width: 100%;float: none;}
.banner .swiper-slide .pic::after{content: "";display: none;}
.banner .swiper-button-prev{bottom: auto;top: 50%;left: 10px;}
.banner .swiper-button-next{bottom: auto;top: 50%;right: 10px;left: auto;}
}
@media(max-width: 768px) {
.banner .swiper-slide,.banner .swiper-slide .pic img{height: 290px;}
}
@media(max-width: 414px) {
.banner .swiper-slide,.banner .swiper-slide .pic img{height: 156px;}
.banner .swiper-slide .text h5{margin-bottom: 0;font-size: 1.125rem;}

}
@media(max-width: 375px) {
.banner .swiper-slide,.banner .swiper-slide .pic img{height: 141px;}	
}
@media(max-width: 360px) {
.banner .swiper-slide,.banner .swiper-slide .pic img{height: 136px;}	
}
@media(max-width: 320px) {
.banner .swiper-slide,.banner .swiper-slide .pic img{height: 120px;}	
}
/* part1 */
.part1{padding-top: 3.125rem;}
.part1-l{width: 69.16%;}
.title{margin-bottom: 1.25rem;}
.title h5{font-size: 1.625rem;color: #323232;padding-right: 110px;position: relative;line-height: 1.875rem;}
.title h5::after{content: "";display: block;position: absolute;right: 0;top: 0.9375rem; width: 100px;height: 1px;background: #c5c5c5;}
.title a{font-size: 0.875rem;color: #999999;line-height: 1.875rem;transition: 0.6s all;}
.title a:hover{color: #82308e;padding-right: 0.375rem;transition: 0.6s all;}
.part1-l li{float: left;width: 48.19%;margin-right: 3.62%;background: #fff;position: relative;}
.part1-l li:nth-child(even){margin-right: 0;}
.part1-l li a{display: block;padding: 1.25rem 0;border-top: 1px solid #eeeeee;transition: 0.6s all;position: relative;}
.part1-l li .pic{position: relative;}
.part1-l li .pic .img{background: #82308e;overflow: hidden;}
.part1-l li .pic .img img{display: block;width: 100%;opacity: 0.9;object-fit:cover;transition: 0.6s all;height: 250px;}
.part1-l li .pic .time{position: absolute;right: 0;bottom: 0;padding: 4px 10px 0 0; width: 76px;height: 51px;background: url(../images/part1-02.png) no-repeat center;}
.part1-l li .pic .time .day{font-size: 1.375rem;color: #82308e;text-align: right;font-weight: bold;padding-bottom: 0.25rem;margin-bottom: 0.25rem;background: url(../images/part1-04.png) no-repeat bottom right;}
.part1-l li .pic .time .year{font-size: 0.75rem;color: #82308e;text-align: right;}
.part1-l li .text{margin-top: 1.25rem;transform: 0.6s all;}
.part1-l li .text h5{font-size: 1rem;color: #323232;line-height: 1.625rem;height: 3.25rem;overflow: hidden;font-weight: normal;margin-bottom: 0.9375rem;transition: 0.6s all;}
.part1-l li .text p{font-size: 0.75rem;color: #888888;line-height: 1.375rem;height: 2.75rem;overflow: hidden;}
.part1-l li .text h5 img{margin-top: 8px;margin-left: 0.625rem;}
.part1-l li:hover a{box-shadow: 0px 0px 16px 0px rgba(145, 145, 145, 0.39);padding: 0 0 2.5rem 0; transition: 0.6s all;}
.part1-l li:hover .pic .img img{opacity: 1;transform: scale(1.1); transition: 0.6s all;}
.part1-l li:hover .text{padding: 0 1.25rem;transform: 0.6s all;}
.part1-l li:hover .text h5{color: #82308e;transition: 0.6s all;}
.border{position:absolute;background:none;transition:all .5s ease-in-out;}
.part1-l li>.border:nth-of-type(1){top:0;left:0;width:0;height:0;border-top:1px solid #82308e;}
.part1-l li>.border:nth-of-type(2){top:0;right:0;width:10px;height:0;border-right:1px solid #82308e;}
.part1-l li>.border:nth-of-type(3){bottom:0;right:0;width:0;height:0;border-bottom:1px solid #82308e;}
.part1-l li>.border:nth-of-type(4){bottom:0;left:0;width:0;height:0;border-left:1px solid #82308e;}
.part1-l li:hover .border:nth-of-type(1){width:100%;}
.part1-l li:hover .border:nth-of-type(2){height:100%;}
.part1-l li:hover .border:nth-of-type(3){width:100%;}
.part1-l li:hover .border:nth-of-type(4){height:100%;}
.part1-l .title{position: relative;}
.part1-l .title .fr{float: left;margin-left: 2.5rem;}
.part1-r{width: 27.5%;}
.part1-r li{padding: 1.125rem 0;border-top: 1px solid #eeeeee;}
.part1-r li a{display: block;position: relative;overflow: hidden;}
.part1-r li .time{position: relative;float: left;width: 46px;height: 70px;border: 1px solid #82308e;border-radius: 7px;transition: 0.6s all;}
.part1-r li .day{transition: 0.6s all;font-size: 1.75rem;color: #82308e;font-family: "times new roman";text-align: center;line-height: 42px;background: url(../images/part1-05.png) no-repeat bottom center;margin-bottom: 0.3125rem;}
.part1-r li .month{transition: 0.6s all;font-size: 0.75rem;color: #999999;text-align: center;}
.part1-r li p{margin-left: 66px;font-size: 1rem;color: #323232;line-height: 1.625rem;height: 3.25rem;overflow: hidden;margin-top: 0.625rem;transition: 0.6s all;}
.part1-r li:hover .time{
  background-image: -moz-linear-gradient( 90deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  transition: 0.6s all;
}
.part1-r li:hover .day{color: #fff;background: url(../images/part1-05-on.png) no-repeat bottom center;transition: 0.6s all;}
.part1-r li:hover .month{color: #fff;transition: 0.6s all;}
.part1-r li:hover p{color: #82308e;transition: 0.6s all;}
/* part2 */
.part2{padding: 3.125rem 0;margin: 3.125rem auto 0 auto;}
.part2 .swiper-container{padding-bottom: 8px;}
.part2 .title{position: relative;}
.part2 .title .fr{float: left;margin-left: 2.5rem;}
.part2-nr{position: relative;}
.part2-nr .swiper-slide{}
.part2-nr .swiper-slide a{display: block;position: relative;padding-top: 38px;}
.part2-nr .swiper-slide .text{background:#fff;position: relative;z-index: 3; padding: 3.375rem 1.25rem 1.25rem;box-shadow: 0px 1px 6px 0px rgba(98, 98, 98, 0.16);transition: 0.6s all;}
.part2-nr .swiper-slide .text::after{content: "";position: absolute;z-index: 1; top: 0;left: 0; width: 100%;height: 2px;transition: height 1s;-webkit-transition: height 1s; /* Safari */
background-image: -moz-linear-gradient( 90deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);}
.part2-nr .swiper-slide .text h5{position: relative;z-index: 2; font-size: 1rem;color: #323232;line-height: 1.625rem;height: 3.25rem;overflow: hidden;font-weight: normal;margin-bottom: 0.625rem;}
.part2-nr .swiper-slide .text ul{position: relative;z-index: 2;padding-top: 1.875rem;background: url(../images/part2-02.png) no-repeat top left;}
.part2-nr .swiper-slide .text ul li{padding-left: 32px;font-size: 0.75rem;color: #666666;line-height: 1.5rem;height: 1.5rem;overflow: hidden; margin-bottom: 0.5rem;background: url(../images/part2-03.png) no-repeat left center;}
.part2-nr .swiper-slide .text ul li+li{background: url(../images/part2-04.png) no-repeat left center;}
.part2-nr .swiper-slide .text ul li+li+li{background: url(../images/part2-05.png) no-repeat left center;}
.part2-nr .swiper-slide .pic{position: absolute;z-index: 4; top: 7px;left: 50%;margin-left: -35px; width: 70px;height: 70px;border-radius: 50%;overflow: hidden;}
.part2-nr .swiper-slide .pic img{display: block;width: 70px;height: 70px;border-radius: 50%;transition: 0.6s all;}
.part2-nr .swiper-slide .img{display: block; position: absolute;z-index: 1; top: 0;left: 50%;margin-left: -42px; width: 84px;height: 84px;border-radius: 50%;border: 1px dashed #d39928;transition: 0.6s all;}
.part2-nr .swiper-button-prev{left: -66px;width: 36px;height: 36px;background: url(../images/part2-l.png) no-repeat center;}
.part2-nr .swiper-button-next{right: -66px;width: 36px;height: 36px;background: url(../images/part2-r.png) no-repeat center;}
.part2-nr .swiper-pagination{width: 100%;margin-top: 1.25rem;display: none;}
.part2-nr .swiper-pagination .swiper-pagination-bullet{width: 6px;height: 6px;background: #82308e;margin: 0 5px;}
.part2-nr .swiper-slide:hover .text{ box-shadow: 0px 2px 27px 0px rgba(52, 24, 68, 0.34);transition: 0.6s all;}
.part2-nr .swiper-slide:hover .text::after{height: 100%;}
.part2-nr .swiper-slide:hover .text h5{color: #fff;}
.part2-nr .swiper-slide:hover .text ul{background: url(../images/part2-02-on.png) no-repeat top left;}
.part2-nr .swiper-slide:hover .text ul li{color: #fff;background: url(../images/part2-03-on.png) no-repeat left center;}
.part2-nr .swiper-slide:hover .text ul li+li{background: url(../images/part2-04-on.png) no-repeat left center;}
.part2-nr .swiper-slide:hover .text ul li+li+li{background: url(../images/part2-05-on.png) no-repeat left center;}
.part2-nr .swiper-slide:hover .img{border: 1px solid #e6d6e8;background: #e6d6e8;transition: 0.6s all;}
.part2-nr .swiper-slide:hover .pic img{transition: 0.6s all;transform: scale(1.1);}
/* footer */
/* .footer{background: url(../images/footer-bg.png) no-repeat center;background-size:cover;padding: 1.875rem 0;} */
.footer .clear{position: relative;}
.footer-l{width: 35.41%;
    /* position: absolute; */
    top: 50%;
    /* margin-top: -50px; */
}
.footer-l a{display: block;}
.footer-l img{display: block; width: 100%;}
.footer-c{position: relative;left: 35.41%; padding-left: 1.875rem;margin-left: 1.875rem;border-left: 1px solid #83549d;}
.footer-c li{float: left;margin-right: 0.625rem;}
.footer-c li a{display: block;padding: 0 1.25rem;line-height: 2rem;font-size: 0.875rem;color: #fff;border: 1px solid #83549d;transition: 0.6s all;}
.footer-c p{margin-top: 1.125rem;font-size: 0.875rem;color: #e4dfea;}
.footer-c li:hover a{border: 1px solid #fff;transition: 0.6s all;}
.footer-r{ /*width: 10%;*/}
.footer-r .pic{overflow: hidden;}
.footer-r .pic img{display: block;width: 100%;}
.footer-r p{font-size: 0.75rem;color: #fff;text-align: center;line-height: 1.875rem;}
@media(max-width: 1366px) {
.part1{width: calc(100% - 30px);margin: 0 auto;}
.part2{width: calc(100% - 30px);margin: 0 auto;}
.footer{padding: 1.875rem 0.9375rem; margin: 0 auto;}
.part2-nr .swiper-pagination{display: block;}
.part2-nr .swiper-button-prev,.part2-nr .swiper-button-next{display: none;}
}
@media screen and (max-width: 1024px) {
.part1-l,.part1-r{width: 100%;float: none;}
.part1-l li .pic .img img{height: 299px;}
.part1-r{margin-top: 3.125rem;}
.part1-l li .pic .img img{height: 222px;}
	.footer-l{position: relative;top: auto;float: none;width: 70%;margin: 0 auto;}
	.footer-c{width: 100%;float: none;left: auto;margin-left: 0;padding-left: 0;border-left: none;margin:1.875rem auto;}
	.footer-c ul{display: table;margin: 0 auto;}
	.footer-c p{text-align: center;line-height: 1.25rem;}
	.footer-r{float: none;width:30%;display: table;margin: 0 auto;}
}
@media(max-width: 768px) {
	.part1-l li .pic .img img{height: 222px;}
	.footer-l{position: relative;top: auto;float: none;width: 70%;margin: 0 auto;}
	.footer-c{width: 100%;float: none;left: auto;margin-left: 0;padding-left: 0;border-left: none;margin:1.875rem auto;}
	.footer-c ul{display: table;margin: 0 auto;}
	.footer-c p{text-align: center;line-height: 1.25rem;}
	.footer-r{float: none;width:30%;display: table;margin: 0 auto;}
}
@media(max-width: 414px) {
	.part1-l li{width: 100%;float: none;}
.part1-l li .pic .img img{height: 240px;}
.footer-r{width:50%;}
.footer-c li a{padding: 0 0.625rem;}
}
@media(max-width: 375px) {
	.part1-l li .pic .img img{height: 216px;}
}
@media(max-width: 360px) {
	.part1-l li .pic .img img{height: 206px;}
}
@media(max-width: 320px) {
	.part1-l li .pic .img img{height: 181px;}
}
/* list 公用 start*/
.list-banner{position: relative;width: 100%;background: #4c256b;}
.list-banner .pic{float: right;width: 75.36%;}
.list-banner .pic img{display: block;width: 100%;}
.list-banner .img{position: absolute;left: 0;width: 35.25%;height: 100%; background: url(../images/list-banner02.png) no-repeat left center;background-size: 100%;}
.list{padding: 3.125rem 0;position: relative;}
.list-l{width: 72.5%;}
.position{margin-bottom: 1.25rem;}
.position p{padding-left: 26px;background: url(../images/position.png) no-repeat left center;line-height: 1.25rem;font-size: 0.875rem;color: #888888;}
.position p a{color: #888888;padding: 0 0.3125rem;transition: 0.6s all;}
.position p a:hover{color: #843490;transition: 0.6s all;}
.list-r{width: 22.5%;}
.list-nav{}
.list-nav .pic{display: none;}
.list-nav .pic img{display: block;}
.list-nav h5{padding-left: 1.875rem;font-size: 1.625rem;color: #323232;letter-spacing: 0.125rem;margin-bottom: 0.625rem;}
.list-nav h5 a{color: #323232;}
.list-nav p{padding-left: 1.875rem;font-size: 0.75rem;color: #999999;font-family: "times new roman";letter-spacing: 0.1875rem;margin-bottom: 1.25rem;}
.list-nav ul{position: relative;background: #fff;}
.list-nav ul::after{content: "";width: 3px;height: 100%;background: #dddddd;position: absolute;left: 0;top: 0;z-index: 1;}
.list-nav ul li{}
.list-nav li>a{position: relative; display: block; margin-left:0.625rem; padding: 0.9375rem 1.25rem;font-size: 1.125rem;color: #323232;border-bottom: 1px solid #efefef;}
.list-nav ul li:first-child>a{border-top: 1px solid #efefef;}
.list-nav li>a::after{content: "";width: 3px;height: 0px;background: #82308e;position: absolute;left: -0.625rem;top: 0;z-index: 2;transition: height 1s;-webkit-transition: height 1s; /* Safari */}
.list-nav dl dd{position: relative; margin-left: 0.625rem;padding: 0.9375rem 0 0.9375rem 2.25rem;border-bottom: 1px solid #efefef;}
.list-nav dl dd::after{content: "";width: 3px;height: 0px;position: absolute;left: -0.625rem;top: 0;z-index: 2;background: #82308e;transition: height 1s;-webkit-transition: height 1s; /* Safari */}
.list-nav dl dd a{display: block;padding-left: 0.9375rem;background: url(../images/list-nav01.png) no-repeat left center;font-size: 0.875rem;color: #666666;}
.list-nav dl dd.on::after{content: "";width: 3px;height: 100%;position: absolute;left: -0.625rem;top: 0;z-index: 2;background: #82308e;}
.list-nav dl dd.on a{background: url(../images/list-nav02.png) no-repeat left center;color: #82308e;}
.list-nav ul li>a:hover{color: #82308e;transition: 0.6s all;}
.list-nav ul li>a:hover::after{height: 100%;}
.list-nav dl dd:hover::after{height: 100%;}
.list-nav dl dd:hover a{color: #82308e;}
.list-nav ul li.onn>a{color: #82308e;}
.list-nav ul li.onn>a::after{height: 100%;}
/* 推荐新闻 */
.list-pic{margin-top: 3.125rem;}
.list-pic h5,.list-text h5{margin-bottom: 1.25rem;font-size: 1.625rem;}
.list-pic h5 a,.list-text h5 a{color: #323232;transition: 0.6s all;}
.list-pic h5:hover a,.list-text h5:hover a{color: #82308e;transition: 0.6s all;}
.list-pic .img a{display: block;}
.list-pic .img .pic{overflow: hidden;background: #82308e;margin-bottom: 0.9375rem;}
.list-pic .img .pic img{display: block;width: 100%;opacity: 0.9;transition: 0.6s all;}
.list-pic .img p{font-size: 1rem;color: #323232;line-height: 1.5rem;height: 3rem;overflow: hidden;transition: 0.6s all;}
.list-pic .img:hover .pic img{opacity: 1;transform: scale(1.1);transition: 0.6s all;}
.list-pic .img:hover p{color: #82308e;transition: 0.6s all;}
.list-pic li{margin-top: 0.9375rem;padding-top: 0.9375rem;border-top: 1px solid #efefef;}
.list-pic li a{display: block;position: relative;overflow: hidden;}
.list-pic li .pic{position: relative;width: 90px;height: 56px;overflow: hidden;float: left;background: #82308e;}
.list-pic li .pic img{display: block;width: 90px;height: 56px;opacity: 0.9;transition: 0.6s all;}
.list-pic li .text{margin-left: 105px;}
.list-pic li .text p{font-size: 1rem;color: #323232;line-height: 1.25rem;height: 2.5rem;overflow: hidden;margin-bottom: 0.5rem;transition: 0.6s all;}
.list-pic li .text i{font-style: normal;color: #82308e;font-size: 0.75rem;}
.list-pic li:hover .pic img{opacity: 1;transform: scale(1.1);transition: 0.6s all;}
.list-pic li:hover .text p{color: #82308e;transition: 0.6s all;}
.list-text{margin-top: 3.125rem;}
.list-text li{margin-bottom: 0.9375rem;padding-bottom: 0.9375rem;border-bottom: 1px solid #efefef;}
.list-text li a{display: block;}
.list-text li p{font-size: 1rem;color: #323232;line-height: 1.5rem;height: 3rem;overflow: hidden;margin-bottom: 0.5rem;transition: 0.6s all;}
.list-text li i{font-style: normal;font-size: 0.75rem;color: #82308e;}
.list-text li:hover p{color: #82308e;transition: 0.6s all;}
.list-text li:last-child{border-bottom: none;margin-bottom: 0;padding-bottom: 0;}
.fanye{margin-top: 3.125rem;}
.fanye img{display: block;margin: 0 auto;max-width: 100%;}
/* list 公用 end*/
/* list01 start */
.list01 li{margin-bottom: 1.25rem;padding-bottom: 1.25rem;border-bottom: 1px solid #efefef;}
.list01 li a{display: block;overflow: hidden;}
.list01 li .pic{width: 43.67%;overflow: hidden;background: #82308e;}
.list01 li .pic img{display: block;width: 100%;opacity: 0.9;transition: 0.6s all;}
.list01 li .text{width: 52.87%;}
.list01 li .text h5{font-size: 1.125rem;color: #323232;line-height: 1.875rem;height: 3.75rem;overflow: hidden;transition: 0.6s all;}
.list01 li .text i{font-style: normal;font-size: 0.75rem;color: #82308e;display: block;margin: 1.625rem 0;}
.list01 li .text p{font-size: 0.75rem;color: #999999;line-height: 1.5rem;height: 4.5rem;overflow: hidden;margin-bottom: 1.25rem;}
.list01 li .text h4{overflow: hidden;font-weight: normal;}
.list01 li .text h4 i{float: left;color: #999999;padding-left: 22px;background: url(../images/list02.png) no-repeat left center;margin: auto;}
.list01 li .text h4 span{float: right;font-size: 0.75rem;color: #82308e;padding-bottom: 6px;border-bottom: 1px solid #82308e;}
.list01 li:hover .pic img{transition: 0.6s all;transform: scale(1.1);opacity: 1;}
.list01 li:hover .text h5{color: #82308e;transition: 0.6s all;}
/* list01 end */
/* list02 start */
.list02-t{width: 100%;}
.list02-t-big{width: 65.51%;}
.list02-t-big a{display: block;position: relative;}
.list02-t-big .pic{overflow: hidden;background: #82308e;}
.list02-t-big .pic img{display: block;width: 100%;opacity: 0.9;transition: 0.6s all;object-fit:cover;height: 354px;}
.list02-t-big .text{position: absolute;top: 0;left: 0;width: 100%;height: 100%; background: url(../images/list06.png) repeat-x bottom;}
.list02-t-big .text p{position: absolute;bottom: 1.25rem;padding: 0 1.25rem;width: 100%;}
.list02-t-big .text p i{font-size: 1.125rem;color: #fff;font-style: normal;font-weight: bold;width: 85%;display: -webkit-inline-box;line-height: 1.25rem;height: 1.25rem;overflow: hidden;}
.list02-t-big .text p span{font-size: 0.75rem;color: #d4d4d3;padding-top: 4px;display: -webkit-inline-box;}
.list02-t-big:hover .pic img{transform: scale(1.1);transition: 0.6s all;opacity: 1;}
.list02-t-big:hover .text p i{text-decoration: underline;}
.list02-t ul{width: 31.03%;}
.list02-t li{margin-bottom: 1.25rem;}
.list02-t li a{display: block;position: relative;}
.list02-t li .pic{overflow: hidden;background: #82308e;}
.list02-t li .pic img{display: block;width: 100%;opacity: 0.9;transition: 0.6s all;object-fit:cover;height: 167px;}
.list02-t li .text{position: absolute;width: 100%;height: 100%; top: 0;left: 0;background: url(../images/list08.png) repeat-x bottom;}
.list02-t li .text p{position: absolute;bottom: 0.625rem;padding: 0 0.9375rem;font-size: 0.875rem;line-height: 1.5rem;height: 3rem;color: #fff; overflow: hidden;}
.list02-t li .text p i{font-style: normal;font-size: 0.75rem;color: #cecece;margin-left: 0.625rem;}
.list02-t li:hover .pic img{transform: scale(1.1);transition: 0.6s all;opacity: 1;}
.list02-t li:hover .text p{text-decoration: underline;}
.list02-b ul{margin-bottom: -1.875rem;}
.list02-b li{float: left;width: 31.03%;margin-right: 3.455%;margin-bottom: 1.875rem;}
.list02-b li+li+li{margin-right: 0;}
.list02-b li+li+li+li{margin-right: 3.455%;}
.list02-b li+li+li+li+li+li{margin-right: 0;}
.list02-b li+li+li+li+li+li+li{margin-right: 3.455%;}
.list02-b li+li+li+li+li+li+li+li+li{margin-right: 0;}
.list02-b li a{display: block;}
.list02-b li .pic{overflow: hidden;background: #82308e;margin-bottom: 0.9375rem;}
.list02-b li .pic img{display: block;width: 100%;object-fit: cover;height: 167px;opacity: 0.9;transition: 0.6s all;}
.list02-b li .text{padding-left: 24px;background: url(../images/list09.png) no-repeat left 5px;}
.list02-b li .text i{font-style: normal;font-size: 0.75rem;color: #999999;}
.list02-b li .text h5{margin-top: 0.75rem;font-size: 1rem;color: #323232;line-height: 1.25rem;height: 1.25rem;overflow: hidden;transition: 0.6s all;}
.list02-b li .text p{margin-top: 0.9375rem;font-size: 0.75rem;color: #999999;line-height: 1.25rem;height: 2.5rem;overflow: hidden;}
.list02-b li:hover .pic img{transform: scale(1.1);transition: 0.6s all;opacity: 1;}
.list02-b li:hover .text h5{color: #82308e;transition: 0.6s all;}
/* list02 end */
/* llist03 start */
.list03 li{margin-bottom: 0.9375rem;padding-bottom: 0.9375rem;border-bottom: 1px solid #efefef;}
.list03 li a{display: block;position: relative;overflow: hidden;}
.list03 li .time{width: 46px;height: 70px;border: 1px solid #82308e;border-radius: 7px;position: relative;float: left;transition: 0.6s all;}
.list03 li .day{transition: 0.6s all;font-size: 1.75rem;color: #82308e;font-family: "times new roman";text-align: center;line-height: 44px;background: url(../images/part1-05.png) no-repeat bottom center;}
.list03 li .month{font-size: 0.75rem;color: #999999;text-align: center;line-height: 1.5rem;transition: 0.6s all;}
.list03 li .text{margin-left: 66px;}
.list03 li .text h5{font-size: 1.125rem;color: #323232;line-height: 1.375rem;height: 1.375rem;overflow: hidden;margin-bottom: 0.625rem;transition: 0.6s all;}
.list03 li .text p{font-size: 0.75rem;color: #999999;line-height: 1.25rem;height: 2.5rem;overflow: hidden;}
.list03 li:hover .time{ background-image: -moz-linear-gradient( 90deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  transition: 0.6s all;}
  .list03 li:hover .day{background: url(../images/part1-05-on.png) no-repeat bottom center;color: #fff;transition: 0.6s all;}
  .list03 li:hover .month{color: #fff;transition: 0.6s all;}
  .list03 li:hover .text h5{color: #82308e;transition: 0.6s all;}
/* list03 end */
/* show start */
.show01{padding-bottom: 0.625rem;border-bottom: 1px solid #efefef;margin-bottom: 1.875rem;}
.show01 h5{font-size: 2rem;line-height: 3.125rem;font-weight: normal;margin-bottom: 1.25rem;}
.show01 p{font-size: 0.875rem;color: #999999;}
.show01 p i{font-style: normal;padding-left: 20px;background: url(../images/show01.png) no-repeat left center;margin-right: 1.875rem;}
.show01 p i+i{background: url(../images/list02.png) no-repeat left center;}
.show02 p{font-size: 1rem;color: #323232;line-height: 2.375rem;text-indent: 2.25rem;margin: 0.9375rem 0;}
.show02 p a{word-break:break-all;}
.show02 h4{font-size: 1.125rem;}
#vsb_content p{font-size: 1.125rem !important;color: #323232 !important;line-height: 2.375rem !important;text-indent:2em;}
#vsb_content table p{text-indent:0em !important;font-size: 1rem !important;}
#vsb_content_2 p,#vsb_content_6 p{font-size: 1rem !important;color: #323232 !important;line-height: 2.375rem !important;}
#vsb_content_2 P a{word-break:break-all;}
#vsb_content p.vsbcontent_img img{display:inline-block;margin:0 auto;}
.show02 img{max-width: 100%;height:auto !important;}
#vsb_content_2 .vsbcontent_img img{/*width:650px;*/}
.show02 p span img{width:auto;}
.show03{margin-top: 3.125rem;padding-top: 1.875rem;border-top: 1px solid #efefef;}
.show03 p{margin: 0.9375rem 0;font-size: 1rem;color: #323232;line-height: 1.5rem;}
.show03 p a{color: #323232;color: #323232;}
.show03 p a:hover{color: #82308e;transition: 0.6s all}
#vsb_content_2 IMG{border:none !important;display:inline-block;}
/* show end */
/*2021-3-29新增样式*/
#ss_result .ss_title{display: block;font-size:18px;color: #404040;line-height: 32px;}
#ss_result .ss_title span{font-size:18px;}
#ss_result .ss_des{display: block;font-size:15px;color: #606060;line-height: 28px;}
#ss_result .ss_date{display: block;font-size:15px;color: #404040;line-height: 28px;}
#ss_result .ss_wjg{font-size:16px;}
#ss_result .ss_wjg ul li{margin-bottom: 0.75rem;border-bottom: #e5e5e5 1px solid;padding-bottom: 0.75rem;}
@media(max-width: 1366px) {
.list{width: calc(100% - 30px);margin: 0 auto;}
}
@media screen and (max-width: 1024px) {
.list-banner .img{display: none;}
.list-banner .pic{float: none;width: 100%;}
.list-l{width: 100%;float: none;}
.list-r{width: 100%;float: none;}
.list-nav{position: absolute;top: 1.875rem;}
.list{padding: 5rem 0 3.125rem 0;}
.position{display: none;}
.list-nav{width: 100%;}
.list-nav p{display: none;}
.list-nav ul{display: none;}
.list-nav h5{padding-left: 0;width: 100%;}
.list-nav h5 a{display: block;}
.list-nav .pic{display: block;position: absolute;right: 0;top: 0;}
.list02-t-big .pic img{height: 404px;}
.list02-t li .pic img{height: 191px;}
.list02-b li .pic img{height: 191px;}
.part1-l .title .fr{margin-left: 0;float: right;}
.part2 .title .fr{margin-left: 0;float: right;}
}
@media(max-width: 768px) {
.list01 li .text i{margin: 0.9375rem 0;}
.list02-t-big{width: 100%;margin-bottom: 1.25rem;}
.list02-t ul{width: 100%;overflow: hidden;}
.list02-t li{float: left;width: 49%;margin-right: 2%;}
.list02-t li:nth-child(even){margin-right: 0;}
.list02-t-big .pic img{height: 458px;}
.list02-t li .pic img{height: 224px;}
.list02-b li{width: 49%;margin-right: 2%;}
.list02-b li:nth-child(even){margin-right: 0;}
.list02-b li+li+li{margin-right: 2%;}
.list02-b li+li+li+li{margin-right: 2%;}
.list02-b li+li+li+li+li+li+li{margin-right: 2%;}
.list02-b li .pic img{height: 224px;}

.list03 li .text h5{height:auto;}
.list03 li .text p{display:none;}
.list-nav ul{z-index:1;}
#vsb_content p.vsbcontent_img img{width:100% !important;height:auto !important;}

.show01 h5{font-size:1.25rem;}

.show02 img{width:100%;}
.show02 video{width: 100%;}
}
@media(max-width: 414px) {
.list01 li .pic{width: 100%;}
.list01 li .text{width: 100%;}
.list02-t-big .pic img{height: 238px;}
.list02-t li .pic img{height: 116px;}
.list02-b li .pic img{height: 116px;}
}
@media(max-width: 375px) {
	.list02-t-big .pic img{height: 214px;}
	.list02-t li .pic img{height: 105px;}
	.list02-b li .pic img{height: 105px;}
}
@media(max-width: 360px) {
	.list02-t-big .pic img{height: 205px;}
	.list02-t li .pic img{height: 100px;}
	.list02-b li .pic img{height: 100px;}
}
@media(max-width: 320px) {
	.list02-t-big .pic img{height: 180px;}
	.list02-t li .pic img{height: 88px;}
	.list02-b li .pic img{height: 88px;}
}
/* people01 */
.people01 h5{font-size: 1.625rem;color: #323232;font-weight: normal;margin-bottom: 1.875rem;}
.people01 h5 i{font-size: 0.875rem;display: inline-block; font-style: normal;padding-top: 0.75rem;}
.people01-nr{}
.people01-nr dl dt{background: #f7f7f7;padding: 0.625rem 1.875rem;border-bottom: 1px solid #ebebeb;}
.people01-nr dl dt h4{font-size: 1.25rem;line-height: 2.75rem; color: #323232;letter-spacing: 0.125rem;font-weight: normal;padding-right: 1.25rem; background: url(../images/people06.png) no-repeat right center;}
.people01-nr dl dt:hover h4{cursor: pointer;}
.people01-nr dl.open dt{
  background-image: -moz-linear-gradient( -180deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -ms-linear-gradient( -180deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  
}
.people01-nr dl.open dt h4{color: #fff;background: url(../images/people06-on.png) no-repeat right center;}
.people01-nr dl dd{margin-top: 1.25rem;display: none;}
.people01-nr dl.open dd{display: block;}
.people01-nr dl dd h3{font-size: 1.125rem;color: #323232;margin-bottom: 2.5rem;}
.people01-nr dl dd ul{}
.people01-nr dl dd ul li{margin-bottom: 2.5rem; float: left;width: 48.27%;margin-right: 3.46%;background: #f7f7f7;position: relative;padding: 1.25rem 1.25rem 0.625rem 0.625rem;}
.people01-nr dl dd ul li:nth-child(even){margin-right: 0;}
.people01-nr dl dd ul li .pic{position: relative;margin-top: -2.5rem;float: left;}
.people01-nr dl dd ul li .pic a{display: block;overflow: hidden;border: 1px solid #f0f0f0;position: relative;width: 151px;height: 192px;z-index: 3;}
.people01-nr dl dd ul li .pic img{display: block;width: 151px;height: 192px;transition: 0.6s all;}
.people01-nr dl dd ul li .pic::after{content: "";width: 151px;height: 192px;
  background-image: -moz-linear-gradient( 142deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -webkit-linear-gradient( 142deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -ms-linear-gradient( 142deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  position: absolute;right: -6px;bottom: -6px;z-index: 1;transition: 0.6s all;
}
.people01-nr dl dd ul li .text{margin-left: 167px;}
.people01-nr dl dd ul li .text h2{font-size: 1.25rem;font-weight: normal;letter-spacing: 0.125rem;margin-bottom: 0.9375rem;padding-bottom: 0.9375rem;border-bottom: 1px solid #e5e5e5;}
.people01-nr dl dd ul li .text h2 a{color: #323232;transition: 0.6s all;}
.people01-nr dl dd ul li .text p{font-size: 0.75rem;word-break: break-all; color: #323232;line-height: 1.125rem;height: 1.125rem;overflow: hidden; margin-bottom: 0.625rem;padding-left: 18px;background: url(../images/people02.png) no-repeat left 4px;}
.people01-nr dl dd ul li .text p+p{background: url(../images/people03.png) no-repeat left 4px;}
.people01-nr dl dd ul li .text p+p.rxsj{background: url(../images/people12.png) no-repeat left 4px;}
.people01-nr dl dd ul li .text p+p+p{background: url(../images/people04.png) no-repeat left 4px;}
.people01-nr dl dd ul li .text p+p+p+p{background: url(../images/people05.png) no-repeat left 4px;height: 2.25rem;}
.people01-nr dl dd ul li .text p a{color: #323232;transition: 0.6s all;}
.people01-nr dl dd ul li .text p a:hover{text-decoration: underline;color: #82308e;transition: 0.6s all;}
.people01-nr dl dd ul li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.people01-nr dl dd ul li:hover .pic::after{right: 0;bottom: 0;transition: 0.6s all;}
.people01-nr dl dd ul li:hover .text h2 a{color: #82308e;transition: 0.6s all;}
.people02 .people01-nr dl dd ul li .text h1{font-size: 0.75rem;color: #323232;line-height: 1.5rem;height: 4.5rem;overflow: hidden;font-weight: normal;}
.people02 .people01-nr dl dd{margin-top: 2.5rem;}
/* people03 */
.people03 li{background: #f7f7f7;margin-bottom: 1.875rem;margin-top: 3.75rem;position: relative;padding: 2.5rem 1.875rem 0.625rem 0.625rem;width: 100%;}
.people03 li .pic{position: relative;float: left;margin-top: -5rem;margin-bottom: 0.625rem;}
.people03 li .pic a{display: block;overflow: hidden;position: relative;z-index: 3;width: 230px;height: 292px;}
.people03 li .pic img{display: block;width: 230px;height: 292px;transition: 0.6s all;}
.people03 li .pic::after{content: ""; width: 100%;height: 100%;position: absolute;z-index: 1;
  background-image: -moz-linear-gradient( 142deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -webkit-linear-gradient( 142deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -ms-linear-gradient( 142deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  right: -10px;bottom: -10px;transition: 0.6s all;
}
.people03 li .text{margin-left: 260px;}
.people03 li .text h5{font-size: 1.25rem;padding-bottom: 1.25rem;border-bottom: 1px solid #e5e5e5;font-weight: normal;margin-bottom: 1.875rem;}
.people03 li .text h5 a{color: #323232;transition: 0.6s all;}
.people03 li .text p{width: 50%;border-right: 1px solid #e5e5e5;float: left;padding: 0 0.9375rem;}
.people03 li .text p i{display: block;font-size: 0.875rem;line-height: 1.25rem;height: 1.25rem;overflow: hidden; color: #323232; font-style: normal;margin: 0.625rem 0; padding-left:1.125rem;background: url(../images/people02.png) no-repeat left center;}
.people03 li .text p i+i{background: url(../images/people09.png) no-repeat left center;}
.people03 li .text p+p{border-right: none;}
.people03 li .text p+p i{background: url(../images/people08.png) no-repeat left center;}
.people03 li .text p+p i+i{background: url(../images/people05.png) no-repeat left center;}
.people03 li .text p i a{color: #323232;transition: 0.6s all;}
.people03 li:hover .pic img{transition: 0.6s all;transform: scale(1.1);}
.people03 li:hover .pic::after{right: 0;bottom: 0;transition: 0.6s all;}
.people03 li:hover .text h5 a{color: #82308e;transition: 0.6s all;}
.people03 li .text p i a:hover{color: #82308e;transition: 0.6s all;}
/* people04 */
.people04 li{background: #f7f7f7;margin-bottom: 1.875rem;margin-top: 3.75rem;position: relative;padding: 2.5rem 1.875rem 0.625rem 0.625rem;width: 100%;}
.people04 li a{display: block;}
.people04 li .pic{position: relative;float: left;margin-top: -5rem;margin-bottom: 0.625rem;}
.people04 li .pic i{display: block;font-style: normal; overflow: hidden;position: relative;z-index: 3;width: 230px;height: 292px;}
.people04 li .pic img{display: block;width: 230px;height: 292px;transition: 0.6s all;}
.people04 li .pic::after{content: ""; width: 100%;height: 100%;position: absolute;z-index: 1;
  background-image: -moz-linear-gradient( 142deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -webkit-linear-gradient( 142deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -ms-linear-gradient( 142deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  right: -10px;bottom: -10px;transition: 0.6s all;
}
.people04 li .text{margin-left: 260px;}
.people04 li .text h5{font-size: 1.25rem;padding-bottom: 1.25rem;border-bottom: 1px solid #e5e5e5;font-weight: normal;margin-bottom: 1.25rem;color: #323232;transition: 0.6s all;}
.people04 li .text h5 i{font-style: normal;font-size: 0.875rem;display: inline-block;margin-top: 0.375rem;margin-left: 1.875rem;}
.people04 li .text p{padding-left: 1.375rem;border-left: 1px solid #e5e5e5; font-size: 0.875rem;color: #323232;line-height: 1.875rem;max-height: 7.5rem;overflow: hidden;}
.people04 li:hover .pic img{transition: 0.6s all;transform: scale(1.1);}
.people04 li:hover .pic::after{right: 0;bottom: 0;transition: 0.6s all;}
.people04 li:hover .text h5{color: #82308e;transition: 0.6s all;}
/* people05 */
.people05 ul li{margin-bottom: 2.5rem; float: left;width: 48.27%;margin-right: 3.46%;background: #f7f7f7;position: relative;padding: 1.25rem 1.25rem 0.625rem 0.625rem;}
.people05 ul li:nth-child(even){margin-right: 0;}
.people05 ul li .pic{position: relative;margin-top: -2.5rem;float: left;}
.people05 ul li .pic a{display: block;overflow: hidden;border: 1px solid #f0f0f0;position: relative;width: 151px;height: 192px;z-index: 3;}
.people05 ul li .pic img{display: block;width: 151px;height: 192px;transition: 0.6s all;}
.people05 ul li .pic::after{content: "";width: 151px;height: 192px;
  background-image: -moz-linear-gradient( 142deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -webkit-linear-gradient( 142deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  background-image: -ms-linear-gradient( 142deg, rgb(42,39,167) 0%, rgb(130,48,142) 100%);
  position: absolute;right: -6px;bottom: -6px;z-index: 1;transition: 0.6s all;
}
.people05 ul li .text{margin-left: 167px;}
.people05 ul li .text h2{font-size: 1.25rem;font-weight: normal;letter-spacing: 0.125rem;margin-bottom: 0.5rem;padding-bottom: 0.5rem;border-bottom: 1px solid #e5e5e5;}
.people05 ul li .text h2 a{color: #323232;transition: 0.6s all;}
.people05 ul li .text h6{font-size: 0.75rem;color: #323232;line-height: 1.125rem;height: 2.25rem;overflow: hidden;margin-bottom: 0.625rem;}
.people05 ul li .text p{font-size: 0.75rem;word-break: break-all; color: #323232;line-height: 1.125rem;height: 1.125rem;overflow: hidden; margin-bottom: 0.625rem;padding-left: 18px;background: url(../images/people02.png) no-repeat left 4px;}
.people05 ul li .text p+p{background: url(../images/people03.png) no-repeat left 4px;}
.people05 ul li .text p+p.rxsj{background: url(../images/people12.png) no-repeat left 4px;}
.people05 ul li .text p+p+p{background: url(../images/people04.png) no-repeat left 4px;}
.people05 ul li .text p+p+p+p{background: url(../images/people05.png) no-repeat left 4px;height: 2.25rem;}
.people05 ul li .text p a{color: #323232;transition: 0.6s all;}
.people05 ul li .text p a:hover{text-decoration: underline;color: #82308e;transition: 0.6s all;}
.people05 ul li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.people05 ul li:hover .pic::after{right: 0;bottom: 0;transition: 0.6s all;}
.people05 ul li:hover .text h2 a{color: #82308e;transition: 0.6s all;}
@media(max-width: 1366px) {

}
@media screen and (max-width: 1024px) {

}

@media(max-width: 768px) {
	.people05 ul li{width: 100%;margin-right: 0;}
.people01-nr dl dd ul li{width: 100%;margin-right: 0;}
.people03 li .text p{width: 100%;border-right: none;padding: 0;}
.people04 li .pic{width: 130px;height: 165px;float: none;margin: -5rem auto 0.625rem auto; }
.people04 li .pic img,.people04 li .pic img i{width: 130px;height: 165px;}
.people04 li .text{margin-left: 0;margin-top: 1.25rem;}
.people04 li .text h5{text-align: center;}
.people04 li .text h5 i{display: block;margin-left: 0;}
#vsb_content_2 IMG{max-width:100%;height:auto !important;}
/*20210329新增样式*/
       #ss_result .ss_title{font-size:15px;line-height: 28px;}
       #ss_result .ss_title span{font-size:15px;}
       #ss_result .ss_des{font-size:14px;line-height: 24px;}
       #ss_result .ss_date{font-size:14px;line-height: 24px;}
       #ss_result .ss_wjg{font-size:15px;}
}
@media(max-width: 414px) {
.people03 li .pic img,.people03 li .pic a{width: 130px;height: 165px;}
.people03 li .text{margin-left: 150px;}
.people03 li .text h5{margin-bottom: 0.625rem;padding-bottom: 0.625rem;}
}
@media(max-width: 375px) {
	.people03 li .pic{float: none;margin: -5rem auto 0.625rem auto;}
	.people03 li .pic{width: 130px;}
	.people03 li .text{margin-left: 0;margin-top: 1.25rem;}
	.people03 li .text h5{text-align: center;}
}
@media(max-width: 360px) {

}
@media(max-width: 320px) {
	
}

/* 历任领导 */
.people06 dt{font-size: 1.125rem;color: #323232;font-weight: bold;margin-bottom: 1.25rem;}
.people06 dl{margin-right: -4%;}
.people06 dd{float: left;width: 22%;margin-right: 3%;padding-top: 1.25rem;margin-bottom: 1.875rem;}
.people06 dd a{display: block;position: relative;background: #f7f7f7;padding-bottom: 1.25rem;}
.people06 dd .pic{position: relative;top: -1.25rem;width: 78%;margin: 0 auto;margin-bottom: -1.25rem;}
.people06 dd .pic img{display: block;width: 100%;height: 199px;}
.people06 dd h3{font-size: 1.25rem;color: #323232;letter-spacing: 0.125rem; font-weight: normal;text-align: center;line-height: 2.5rem;height: 2.5rem;overflow: hidden;}
.people06 dd p{font-size: 0.875rem;color: #666666;line-height: 1.125rem;height: 2.25rem;text-align: center;}
.people06 dd p i{font-style: normal;line-height: 1.125rem;height: 1.125rem;display: block;}

@media(max-width: 1366px) {

}
@media screen and (max-width: 1024px) {
.people06 dd .pic img{height: 227px;}
}
@media(max-width: 768px) {
.people06 dd{width: 48%;margin-right: 4%;}
.people06 dd:nth-child(odd){margin-right: 0;}
.people06 dl{margin-right: 0;}
.people06 dd .pic img{height: 354px;}
}
@media(max-width: 414px) {
.people06 dd .pic img{height: 184px;}
}
@media(max-width: 375px) {
.people06 dd .pic img{height: 165px;}	
}
@media(max-width: 360px) {
.people06 dd .pic img{height: 158px;}
}
@media(max-width: 320px) {
.people06 dd .pic img{height: 139px;}	
}

.pb_sys_common .p_t{line-height: 24px !important;}
.pb_sys_style1 .p_no_d{border: 1px solid #82308e !important;background-color: #82308e !important;}
















.part1 {
    padding-top: 3.125rem;
}
.wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.clear {
    zoom: 1;
}


@media (max-width: 1366px){
    .part1 {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

}

.part1-l {
    width: 69.16%;
}

.fl {
    float: left;
}

.title h5 {
    font-size: 1.625rem;
    color: #323232;
    padding-right: 110px;
    position: relative;
    line-height: 1.875rem;
}

.title h5::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0.9375rem;
    width: 100px;
    height: 1px;
    background: #c5c5c5;
}

.title a {
    font-size: 0.875rem;
    color: #999999;
    line-height: 1.875rem;
    transition: 0.6s all;
}

@media screen and (max-width: 1024px){
.part1-l .title .fr {
    margin-left: 0;
    float: right;
}

}

.part1-l .title .fr {
    float: left;
    margin-left: 2.5rem;
}

.part1-l .title {
    position: relative;
}

.title {
    margin-bottom: 1.25rem;
}

.part1-r {
    width: 27.5%;
}

.part1-l li {
    float: left;
    width: 48.19%;
    margin-right: 3.62%;
    background: #fff;
    position: relative;
}

@media (max-width: 414px){
.part1-l li {
    width: 100%;
    float: none;
}

}

.part1-l li a {
    display: block;
    padding: 1.25rem 0;
    border-top: 1px solid #eeeeee;
    transition: 0.6s all;
    position: relative;
}
.part1-l li .pic {
    position: relative;
}

.part1-l li .pic .img {
    background: #82308e;
    overflow: hidden;
}

.part1-l li .pic .img img {
    display: block;
    width: 100%;
    opacity: 0.9;
    object-fit: cover;
    transition: 0.6s all;
    height: 250px;
}



@media screen and (max-width: 1024px){
.part1-l li .pic .img img {
    height: 222px;
}
}


@media (max-width: 768px){
.part1-l li .pic .img img {
    height: 222px;
}
}

@media (max-width: 414px){
.part1-l li .pic .img img {
    height: 240px;
}
}


@media (max-width: 360px){
.part1-l li .pic .img img {
    height: 206px;
}

}

@media (max-width: 360px){
    .part1-l li .pic .img img {
        height: 181px;
    }
    
    }

    .part1-l li .pic .time {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 4px 10px 0 0;
        width: 76px;
        height: 51px;
        background: url(https://www.cs.tsinghua.edu.cn/images/part1-02.png) no-repeat center;
    }
    .part1-l li .pic .time .day {
        font-size: 1.375rem;
        color: #82308e;
        text-align: right;
        font-weight: bold;
        padding-bottom: 0.25rem;
        margin-bottom: 0.25rem;
        background: url(https://www.cs.tsinghua.edu.cn/images/part1-04.png) no-repeat bottom right;
    }

    .part1-l li .pic .time .year {
        font-size: 0.75rem;
        color: #82308e;
        text-align: right;
    }
    .part1-l li .text {
        margin-top: 1.25rem;
        transform: 0.6s all;
    }

    .part1-l li .text h5 {
        font-size: 1rem;
        color: #323232;
        line-height: 1.625rem;
        height: 3.25rem;
        overflow: hidden;
        font-weight: normal;
        margin-bottom: 0.9375rem;
        transition: 0.6s all;
    }
    .part1-l li .text h5 img {
        margin-top: 8px;
        margin-left: 0.625rem;
    }
    .part1-l li>.border:nth-of-type(1) {
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-top: 1px solid #82308e;
    }

    .border {
        position: absolute;
        background: none;
        transition: all .5s ease-in-out;
    }
    .part1-l li .text p {
        font-size: 0.75rem;
        color: #888888;
        line-height: 1.375rem;
        height: 2.75rem;
        overflow: hidden;
    }
@media screen and (max-width: 1024px){
.part1-r {
    margin-top: 3.125rem;
}

}

@media screen and (max-width: 1024px){
.part1-l, .part1-r {
    width: 100%;
    float: none;
}

}

.fr {
    float: right;
}

.clear:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}


.part1-r li {
    padding: 1.125rem 0;
    border-top: 1px solid #eeeeee;
}

.part1-r li a {
    display: block;
    position: relative;
    overflow: hidden;
}


.part1-r li .time {
    position: relative;
    float: left;
    width: 46px;
    height: 70px;
    border: 1px solid #82308e;
    border-radius: 7px;
    transition: 0.6s all;
}

.part1-r li p {
    margin-left: 66px;
    font-size: 1rem;
    color: #323232;
    line-height: 1.625rem;
    height: 3.25rem;
    overflow: hidden;
    margin-top: 0.625rem;
    transition: 0.6s all;
}

.part1-r li .day {
    transition: 0.6s all;
    font-size: 1.75rem;
    color: #82308e;
    font-family: "times new roman";
    text-align: center;
    line-height: 42px;
    background: url(https://www.cs.tsinghua.edu.cn/images/part1-05.png) no-repeat bottom center;
    margin-bottom: 0.3125rem;
}

.part1-r li .month {
    transition: 0.6s all;
    font-size: 0.75rem;
    color: #999999;
    text-align: center;
}





















@font-face {
    font-family: "Philosopher";
    src: url("../fonts/Philosopher.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "SourceHanSerifCN-Bold";
    src: url("../fonts/SourceHanSerifCN-Bold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
  }
  .Philosopher {
    font-family: "Philosopher";
  }
  .overhide {
    overflow: hidden;
  }
  .w-flex {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .align-items-center {
    align-items: center;
  }
  .align-items-start {
    align-items: flex-start;
  }
  .align-items-end {
    align-items: flex-end;
  }
  .justify-content-center {
    justify-content: center;
  }
  .justify-content-start {
    justify-content: flex-start;
  }
  .justify-content-end {
    justify-content: flex-end;
  }
  .justify-content-between {
    justify-content: space-between;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .pic {
    position: relative;
    overflow: hidden;
  }
  .pic img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .pic:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  .main-banner1 {
    width: 100%;
    /* height: 550px; */
    overflow: hidden;
    position: relative;
  }
  .main-banner1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    /* background: url(../images/bannermask.png) no-repeat center top; */
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
  }
  .main-banner1 img {
    width: 100%;
    height: 100%;
  }
  .main-banner1 .wp {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .bannertitle {
    width: 52%;
    position: absolute;
    left: 11%;
    bottom: 1.7rem;
    background: url(../images/xi/bannertitle.png) no-repeat left top;
    background-size: 100% 100%;
    padding: 0.5rem 1rem;
    font-size: 0.36rem;
    font-family: "SourceHanSerifCN-Bold";
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .bannertitle a {
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .bannertitle a:hover {
    color: #fff;
    text-shadow: 3px 3px rgba(114, 20, 180, 0.5);
  }
  .xi-more span {
    font-size: 0.34rem;
    display: block;
    color: #333;
  }
  .xi-more a {
    padding: 0.9rem 5px 0;
    display: block;
    background: url(https://www.sem.tsinghua.edu.cn/ac/images/morebg.svg) no-repeat top center;
    background-size: 0.3rem 10px;
    color: #5921a9;
    font-size: 14px;
  }
  .xi-more a:hover {
    text-decoration: underline;
  }
  .xi_title_M {
    font-size: 18px;
    color: #333;
    line-height: 30px;
  }
  .xi_des_M {
    font-size: 14px;
    color: #333;
    opacity: 0.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
  }
  .xibody {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .xibody::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #f7f9fd no-repeat top;
    background-size: 100%;
    z-index: -3;
    width: 100%;
    height: 100%;
  }
  .xi_title {
    position: relative;
    text-align: center;
    font-size: 34px;
    padding: 57px 0 70px;
    color: #333;
  }
  .xi_title h3 {
    font-size: 0.34rem;
  }
  .xi_title .xi-more {
    position: absolute;
    right: 0;
    top: 60px;
  }
  .xi_onepart .xi_about {
    padding: 0 15.99%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #474747;
  }
  .xi_onepart .xi_about .st {
    padding-bottom: 10px;
  }
  .xi_onepart .xi_about .xi_more {
    display: inline-block;
    color: #4e12ac;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin: 24px 0px 40px 0;
  }
  .xi_onepart .xi_about .xi_more a {
    padding: 0.1rem 5px 0;
    display: block;
    background: url(../images/morebg.svg) no-repeat top center;
    background-size: 30px 10px;
    color: #4e12ac;
    font-size: 14px;
  }
  .xi_onepart .xi_about .xi_more img {
    width: 32px;
    margin-left: 5px;
    display: inline-block;
  }
  .xi_onepart .xi_about_list {
    width: 100%;
  }
  .xi_onepart .xi_about_list .item {
    width: 33.33%;
  }
  .xi_twopart {
    position: relative;
    z-index: 6;
    margin-bottom: 150px;
  }
  .xi_twopart .xi_teacherlist {
    width: 100%;
    padding: 0 77px;
    padding-bottom: 50px;
    background: #fff url(../images/xi/bg03.png) no-repeat right bottom;
  }
  .xi_twopart .xi_teacherlist .swiper-container {
    padding-bottom: 50px;
  }
  .xi_twopart .xi_teacherlist .swiper-button-next,
  .xi_twopart .xi_teacherlist .swiper-button-prev {
    width: 11px;
    height: 24px;
    top: auto;
    margin-top: 20px 0;
    z-index: 50;
  }
  .xi_twopart .xi_teacherlist .swiper-container-horizontal > .swiper-pagination-bullets,
  .xi_twopart .xi_teacherlist .swiper-pagination-custom,
  .xi_twopart .xi_teacherlist .swiper-pagination-fraction {
    bottom: 3px;
  }
  .xi_twopart .xi_teacherlist .swiper-button-prev::after,
  .xi_twopart .xi_teacherlist .swiper-button-next:after {
    display: none;
  }
  .xi_twopart .xi_teacherlist .swiper-button-next {
    background: url(https://www.sem.tsinghua.edu.cn/ac/images/xi/right.png) no-repeat left center;
    top: auto;
    bottom: 0;
    right: calc(50% - 120px);
  }
  .xi_twopart .xi_teacherlist .swiper-button-prev {
    background: url(https://www.sem.tsinghua.edu.cn/ac/images/xi/left.png) no-repeat left center;
    left: calc(50% - 120px);
    top: auto;
    bottom: 0;
  }
 
  .xi_twopart .xi_teacherlist .swiper-button-prev:hover {
    background: url(https://www.sem.tsinghua.edu.cn/ac/images/xi/left.png) no-repeat left center;
  }
  .xi_twopart .xi_teacherlist .swiper-button-next:hover {
    background: url(https://www.sem.tsinghua.edu.cn/ac/images/xi/right02.png) no-repeat left center;
  }
  .xi_twopart .xi_teacherlist .pic {
    text-align: center;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    overflow: hidden;
    margin: 30px auto;
  }
  .xi_twopart .xi_teacherlist .pic img {
    width: 100%;
    height: 100%;
  }
  .xi_twopart .xi_teacherlist .txt {
    text-align: center;
  }
  .xi_twopart .xi_teacherlist .txt h3 {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .xi_twopart .xi_teacherlist .txt span {
    display: inline-block;
    min-width: 56px;
    padding-bottom: 0.12rem;
    border-bottom: 2px solid #483197;
  }
  .xi_twopart .xi_teacherlist .txt p {
    color: #777;
    line-height: 1.6em;
    max-width: 90%;
    font-size: 0.16rem;
    margin: 0 auto;
    max-height: 0.52rem \0;
  }
  .xi_twopart .xi_teacherlist .swiper-pagination-bullets span {
    background: #d7ad8c;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .xi_twopart .xi_teacherlist span.swiper-pagination-bullet-active {
    background: #232799;
  }
  .listUl {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 16px;
    position: relative;
    bottom: -0.01rem;
  }
  .listUl .listLi {
    width: 3.17rem;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: url(../images/listbg.png) no-repeat left top;
    background-size: 100% 100%;
    line-height: 50px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    height: 51px;
    z-index: 10;
  }
  .listUl .listLi a {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 10px;
  }
  .listUl .listLi:hover,
  .listUl .listLi.active {
    background: url(../images/listbgactive.png) no-repeat left top;
    background-size: 100% 100%;
    color: #7411b9;
    width: 2.78rem;
    z-index: 15;
  }
  .listUl .listLi:hover a,
  .listUl .listLi.active a {
    color: #7411b9;
  }
  .xi_three {
    position: relative;
    z-index: 4;
    padding-bottom: 50px;
  }
  .xi_three .xi_title {
    color: #fff;
  }
  .xi_three .xi_title .xi-more a {
    color: #fff;
    background:  no-repeat center top;
  }
  .xi_three::after {
    content: "";
    background: url(../images/xi/bg02.png) no-repeat center bottom;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 650px;
    z-index: -1;
    background-size: 100% 100%;
  }
  .xi_three .xi_active {
    width: 100%;
  }
  .xi_three .xi_active .xi_activeitem {
    width: calc(100% / 4 - 30px);
    background: url(../images/xi/listbg.png) no-repeat left top;
    background-size: 100% 100%;
    border-left: 5px #d8b95a solid;
    padding: 20px 15px;
    margin-right: 40px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .xi_three .xi_active .xi_activeitem a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .xi_three .xi_active .xi_activeitem .date {
    font-size: 18px;
    font-family: "Philosopher";
    display: flex;
    color: #d8b95a;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../images/xi/time.png) no-repeat left center;
    background-size: 17px 16px;
  }
  .xi_three .xi_active .xi_activeitem .date p {
    padding-right: 50px;
  }
  .xi_three .xi_active .xi_activeitem .xi_title_M {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .xi_three .xi_active .xi_activeitem .xi_des_M {
    margin-bottom: 20px;
  }
  .xi_three .xi_active .xi_activeitem .more {
    background: url(../images/xi/jiantou2.png) no-repeat left top;
    width: 40px;
    height: 7px;
  }
  .xi_three .xi_active .xi_activeitem .more img {
    width: 40px;
  }
  .xi_three .xi_active .xi_activeitem:hover {
    transform: translateY(-30px);
    background: url(../images/xi/listbgactive.png) no-repeat left top;
    background-size: 100% 100%;
    border-left: 5px #ebdaa9 solid;
  }
  .xi_three .xi_active .xi_activeitem:hover .date {
    background: url(../images/xi/time02.png) no-repeat left center;
    background-size: 17px 16px;
    color: #fff;
  }
  .xi_three .xi_active .xi_activeitem:hover .title,
  .xi_three .xi_active .xi_activeitem:hover .xi_title_M,
  .xi_three .xi_active .xi_activeitem:hover .xi_des_M {
    color: #fff;
  }
  .xi_three .xi_active .xi_activeitem:hover .more {
    background: url(../images/xi/jiantou3.png) no-repeat left top;
  }
  .xi_three .xi_active .xi_activeitem:last-child {
    margin-right: 0;
  }
  .xi_four {
    padding-bottom: 50px;
    position: relative;
  }
  .xi_four::before {
    content: "";
    background: url(../images/xi/bg04.jpg) no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  .xi_four .xi_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .xi_four .xi_title .xi-more {
    position: static;
  }
  .xi_four .news {
    background: #fff;
    padding: 45px;
    width: 100%;
    min-height: 300px;
  }
  .xi_four .news .newsleft {
    width: 39%;
    position: relative;
  }
  .xi_four .news .newsleft .pic {
    margin-bottom: 15px;
  }
  .xi_four .news .newsleft .pic img {
    width: 100%;
    height: 332px;
  }
  .xi_four .news .newsleft .time {
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 144px;
    height: 41px;
    background: no-repeat;
  }
  .xi_four .news .newsleft .newsdes h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .xi_four .news .newsleft:hover .newsdes h3,
  .xi_four .news .newsleft:hover .newsdes .xi_des_M {
    color: #00009c;
  }
  .xi_four .news .newsright {
    width: 55%;
    margin-top: -25px;
  }
  .xi_four .news .newsright .news_item {
    display: flex;
    justify-content: space-between;
    padding: 22px 0px;

    border-bottom: 0.01rem dashed #a68a72;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .xi_four .news .newsright .news_item::after {
    content: '';
    position: absolute;
    right: -38px;
    top: 0;
    background: url('https://www.sem.tsinghua.edu.cn/ac/images/xi_bg.png') no-repeat 150% center;
    background-size: 100% 100%;
    width: calc(100% + 38px);
    height: 100%;
    z-index: -1;
    opacity: 0;
  }
  .xi_four .news .newsright .news_item:last-child {
    border-bottom: 1px dashed transparent;
    
  }
  .xi_four .news .newsright .news_item:last-child {
    margin-bottom: 0;
  }
  .xi_four .news .newsright .news_item .news_left {
    margin-right: 20px;
    font-family: "Philosopher";
    text-align: right;
  }
  .xi_four .news .newsright .news_item .news_left .number {
    font-size: 3em;
    color: #6118bf;
  }
  .xi_four .news .newsright .news_item .news_left .news_time {
    font-size: 1em;
    color: #6118bf;
    line-height: 20px;
  }
  .xi_four .news .newsright .news_item .news_right {
    width: calc(100% - 80px);
  }
  .xi_four .news .newsright .news_item .news_right .xi_title_M {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
  }
  .xi_four .news .newsright .news_item .news_right .xi_des_M {
    font-size: 0.875em;
    color: #333;
    opacity: 0.7;
    line-height: 26px;
    height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: block;
  }
  .xi_four .news .newsright .news_item:hover {
    border-bottom: 1px dashed #a68a72;
  }
  .xi_four .news .newsright .news_item:hover .news_right .xi_title_M {
    color: #6118bf;
  }
  .xi_four .news .newsright .news_item:hover:after {
    opacity: 1;
  }
  @media only screen and (max-width: 1913px) and (min-width: 950px) {
    .main-banner {
      width: 100%;
      /* height: 4.5rem; */
    }
    .bannertitle {
      width: 70%;
      position: absolute;
      left: 5%;
      bottom: 30%;
      padding: 0.3rem 0.8rem;
    }
    .xi-more span {
      font-size: 1.77vw;
    }
    .xi-more a {
      font-size: 0.625vw;
      background-size: 80% !important;
    }
    .xi_title_M {
      font-size: 0.93vw;
    }
    .xi_des_M {
      font-size: 0.73vw;
    }
    .xi_title {
      font-size: 1.56vw;
      padding: 0.37rem 0 0.3rem;
    }
    .xi_title h3 {
      font-size: 1.5625vw;
    }
    .xi_title .xi-more {
      position: absolute;
      right: 0;
      top: 3vw;
    }
    .xi_onepart .xi_about {
      padding: 0 10%;
      font-size: 1vw;
      color: #474747;
    }
    .xi_onepart .xi_about .xi_more {
      font-size: 0.73vw;
      margin: 0.4rem 0;
    }
    .xi_onepart .xi_about .xi_more img {
      width: 1.67vw;
      margin-left: 0.05rem;
    }
    .xi_twopart .xi_teacherlist {
      padding: 0 0.4rem;
      padding-bottom: 0.2rem;
      background: #fff url(../images/xi/bg03.png) no-repeat right bottom;
    }
    .xi_twopart .xi_teacherlist .swiper-container {
      padding-bottom: 0.4rem;
    }
    .xi_twopart .xi_teacherlist .swiper-button-next,
    .xi_twopart .xi_teacherlist .swiper-button-prev {
      width: 0.57vw;
      height: 24px;
    }
    .xi_twopart .xi_teacherlist .swiper-container-horizontal > .swiper-pagination-bullets,
    .xi_twopart .xi_teacherlist .swiper-pagination-custom,
    .xi_twopart .xi_teacherlist .swiper-pagination-fraction {
      bottom: 0.03rem;
    }
    .xi_twopart .xi_teacherlist .swiper-button-next {
      background: url(https://www.sem.tsinghua.edu.cn/ac/images/xi/right.png) no-repeat left center;
      background-size: 0.57vw 1.25vw;
      top: auto;
      bottom: 0;
      right: calc(50% - 80px);
    }
    .xi_twopart .xi_teacherlist .swiper-button-prev {
      background: url(https://www.sem.tsinghua.edu.cn/ac/images/xi/left.png) no-repeat left center;
      background-size: 0.57vw 1.25vw;
      left: calc(50% - 80px);
      top: auto;
      bottom: 0;
    }
    .xi_twopart .xi_teacherlist .swiper-button-next:hover {
      background: url(https://www.sem.tsinghua.edu.cn/ac/images/xi/right02.png) no-repeat left center;
      background-size: 0.57vw 1.25vw;
    }
    .xi_twopart .xi_teacherlist .swiper-button-prev:hover {
      background: url(https://www.sem.tsinghua.edu.cn/ac/images/xi/left.png) no-repeat left center;
      background-size: 0.57vw 1.25vw;
    }
    

   
    .xi_twopart .xi_teacherlist .pic {
      text-align: center;
      width: 9.375vw;
      height: 9.375vw;
      margin: 0.3rem auto;
    }
    .xi_twopart .xi_teacherlist .txt h3 {
      font-size: 0.9375vw;
      margin-bottom: 0.2rem;
    }
    .xi_twopart .xi_teacherlist .txt span {
      min-width: 2.92vw;
      padding-bottom: 0.12rem;
    }
    .xi_twopart .xi_teacherlist .txt p {
      color: #777;
      line-height: 1.6em;
      font-size: 0.73vw;
    }
    .xi_twopart .xi_teacherlist .swiper-pagination-bullets span {
      background: #d7ad8c;
      opacity: 1;
      width: 0.52vw;
      height: 0.52vw;
      margin: 0 6px;
    }
    .xi_three {
      padding-bottom: 0.5rem;
    }
    .xi_three::after {
      height: 36.7vw;
    }
    .xi_three .xi_active .xi_activeitem {
      width: calc(100% / 4 - 15px);
      background: url(../images/xi/listbg.png) no-repeat left top;
      background-size: 100% 100%;
      border-left: 0.26vw #d8b95a solid;
      padding: 0.2rem 0.15rem;
      margin-right: 20px;
    }
    .xi_three .xi_active .xi_activeitem .date {
      font-size: 0.729vw;
      margin-bottom: 0.1rem;
      padding-left: 0.2rem;
      background-size: 0.88vw 0.82vw;
    }
    .xi_three .xi_active .xi_activeitem .date p {
      padding-right: 0.2rem;
    }
    .xi_three .xi_active .xi_activeitem .xi_title_M {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-height: 0.2rem;
      height: 0.4rem;
      overflow: hidden;
      margin-bottom: 0.1rem;
    }
    .xi_three .xi_active .xi_activeitem .xi_des_M {
      margin-bottom: 0.1rem;
      line-height: 0.2rem;
      height: 0.6rem;
    }
    .xi_three .xi_active .xi_activeitem .more {
      background: url(../images/xi/jiantou2.png) no-repeat left top;
      width: 40px;
      height: 7px;
    }
    .xi_three .xi_active .xi_activeitem .more img {
      width: 40px;
    }
    .xi_three .xi_active .xi_activeitem:hover {
      background: url(../images/xi/listbgactive.png) no-repeat left top;
      background-size: 100% 100%;
    }
    .xi_three .xi_active .xi_activeitem:hover .date {
      background: url(../images/xi/time02.png) no-repeat left center;
      background-size: 0.88vw 0.82vw;
      color: #fff;
    }
    .xi_three .xi_active .xi_activeitem:hover .title,
    .xi_three .xi_active .xi_activeitem:hover .xi_des_M {
      color: #fff;
    }
    .xi_three .xi_active .xi_activeitem:hover .more {
      background: url(../images/xi/jiantou3.png) no-repeat left top;
    }
    .xi_three .xi_active .xi_activeitem:last-child {
      margin-right: 0;
    }
    .xi_four {
      padding-bottom: 2.6vw;
    }
    .xi_four .news {
      padding: 2.34vw;
    }
    .xi_four .news .newsleft .time {
      font-size: 0.83vw;
      padding: 0.52vw 1.5625vw;
      width: 7.5vw;
      height: 2.13vw;
    }
    .xi_four .news .newsleft .pic {
      margin-bottom: 0.78vw;
    }
    .xi_four .news .newsleft .pic img {
      width: 100%;
      height: 17.29vw;
    }
    .xi_four .news .newsleft .newsdes h3 {
      margin-bottom: 0;
      font-size: 0.9375vw;
    }
    .xi_four .news .newsleft .newsdes .xi_des_M {
      line-height: 0.2rem;
      height: 0.6rem;
      font-size: 0.73vw;
    }
    .xi_four .news .newsright {
      margin-top: -1.3vw;
    }
    .xi_four .news .newsright .news_item {
      padding: 1.145vw 0px;
    }
    .xi_four .news .newsright .news_item .news_left {
      margin-right: 1.5625vw;
      font-family: "Philosopher";
      width: 4.17vw;
    }
    .xi_four .news .newsright .news_item .news_left .number {
      font-size: 2.5vw;
    }
    .xi_four .news .newsright .news_item .news_left .news_time {
      font-size: 0.83vw;
    }
    .xi_four .news .newsright .news_item .news_right {
      width: calc(100% - 4.17vw);
    }
    .xi_four .news .newsright .news_item .news_right .xi_title_M {
      margin-bottom: 0.26vw;
      font-size: 0.9375vw;
    }
    .xi_four .news .newsright .news_item .news_right .xi_des_M {
      font-size: 0.875em;
      line-height: 1.4em;
      height: 1.4em;
    }
  }
  @media screen and (max-width: 950px) {
    .main-banner {
      height: 300px;
    }
    .bannertitle {
      width: 100%;
      left: 5%;
      bottom: 20%;
      padding: 30px 80px;
      font-size: 0.3rem;
      font-family: "SourceHanSerifCN-Bold";
      color: #fff;
    }
    .xi-more span {
      font-size: 0.12rem;
    }
    .xi-more a {
      font-size: 0.12rem;
      background-size: 80%;
    }
    .xi_title_M {
      font-size: 0.18rem;
      line-height: 26px;
    }
    .xi_des_M {
      font-size: 0.0875rem;
    }
    .xi_title {
      font-size: 0.26rem;
      padding: 0.37rem 0 0.3rem;
    }
    .xi_title .xi-more {
      position: absolute;
      right: 0;
      top: 0.4rem;
    }
    .xi_onepart .xi_about {
      padding: 0;
      font-size: 0.14rem;
    }
    .xi_onepart .xi_about .xi_more {
      font-size: 0.1rem;
      margin: 0.2rem 0;
    }
    .xi_onepart .xi_about .xi_more img {
      width: 4%;
      margin-left: 0.05rem;
    }
    .xi_onepart .xi_about_list .item {
      width: calc(100% / 3);
    }
    .xi_twopart .xi_teacherlist {
      padding: 0 0.2rem;
      padding-bottom: 0.2rem;
    }
    .xi_twopart .xi_teacherlist .swiper-container {
      padding-bottom: 0.4rem;
    }
    .xi_twopart .xi_teacherlist .swiper-button-next,
    .xi_twopart .xi_teacherlist .swiper-button-prev {
      width: 8px;
      height: 15px;
    }
    .xi_twopart .xi_teacherlist .swiper-container-horizontal > .swiper-pagination-bullets,
    .xi_twopart .xi_teacherlist .swiper-pagination-custom,
    .xi_twopart .xi_teacherlist .swiper-pagination-fraction {
      bottom: 0.03rem;
      display: none;
    }
    .xi_twopart .xi_teacherlist .swiper-button-next {
      background: url(https://www.sem.tsinghua.edu.cn/ac/images/xi/right.png) no-repeat left center;
      background-size: 8px 15px;
      top: auto;
      bottom: 0;
      right: calc(50% - 20px);
    }
    .xi_twopart .xi_teacherlist .swiper-button-prev {
      background: url(https://www.sem.tsinghua.edu.cn/ac/images/xi/left.png) no-repeat left center;
      background-size: 8px 15px;
      left: calc(50% - 20px);
      top: auto;
      bottom: 0;
    }
    .xi_twopart .xi_teacherlist .swiper-button-next:hover {
      background: url(https://www.sem.tsinghua.edu.cn/ac/images/xi/right02.png) no-repeat left center;
      background-size: 8px 15px;
    }
    .xi_twopart .xi_teacherlist .swiper-button-prev:hover {
      background: url(https://www.sem.tsinghua.edu.cn/ac/images/xi/left.png) no-repeat left center;
      background-size: 8px 15px;
    }
    .xi_twopart .xi_teacherlist .pic {
      text-align: center;
      width: 120px;
      height: 120px;
      margin: 0.2rem auto;
    }
    .xi_twopart .xi_teacherlist .txt h3 {
      font-size: 0.16rem;
      margin-bottom: 0.2rem;
    }
    .xi_twopart .xi_teacherlist .txt span {
      padding-bottom: 0.12rem;
    }
    .xi_twopart .xi_teacherlist .txt p {
      line-height: 1.6em;
      font-size: 0.09rem;
    }
    .xi_twopart .xi_teacherlist .swiper-pagination-bullets span {
      background: #d7ad8c;
      opacity: 1;
      width: 6px;
      height: 6px;
      margin: 0 6px;
    }
    .xi_three {
      padding-bottom: 0.5rem;
    }
    .xi_three::after {
      height: 150%;
    }
    .xi_three .xi_active .xi_activeitem {
      width: calc(100% / 4 - 15px);
      background: url(../images/xi/listbg.png) no-repeat left top;
      background-size: 100% 100%;
      border-left: 0.26vw #d8b95a solid;
      padding: 0.2rem 0.15rem;
      margin-right: 20px;
    }
    .xi_three .xi_active .xi_activeitem .date {
      font-size: 0.729vw;
      margin-bottom: 0.1rem;
      padding-left: 0.2rem;
      background-size: 13px 12px;
    }
    .xi_three .xi_active .xi_activeitem .date p {
      padding-right: 0.1rem;
    }
    .xi_three .xi_active .xi_activeitem .date span {
      display: none;
    }
    .xi_three .xi_active .xi_activeitem .xi_title_M {
      height: 52px;
      margin-bottom: 10px;
    }
    .xi_three .xi_active .xi_activeitem .xi_des_M {
      margin-bottom: 0.1rem;
      line-height: 0.2rem;
      height: 0.6rem;
    }
    .xi_three .xi_active .xi_activeitem .more {
      background: url(../images/xi/jiantou2.png) no-repeat left top;
      width: 40px;
      height: 7px;
    }
    .xi_three .xi_active .xi_activeitem .more img {
      width: 40px;
    }
    .xi_three .xi_active .xi_activeitem:hover {
      background: url(../images/xi/listbgactive.png) no-repeat left top;
      background-size: 100% 100%;
    }
    .xi_three .xi_active .xi_activeitem:hover .date {
      background: url(../images/xi/time02.png) no-repeat left center;
      background-size: 13px 12px;
      color: #fff;
    }
    .xi_four {
      padding-bottom: 0.5rem;
    }
    .xi_four .news {
      padding: 0.2rem;
    }
    .xi_four .news .newsleft .pic {
      margin-bottom: 0.78vw;
    }
    .xi_four .news .newsleft .pic img {
      width: 100%;
      height: 20vw;
    }
    .xi_four .news .newsleft .newsdes h3 {
      margin-bottom: 5px;
      font-size: 0.19rem;
    }
    .xi_four .news .newsleft .newsdes .xi_des_M {
      line-height: 2.4em;
      height: 4.8em;
      -webkit-line-clamp: 2;
      font-size: 0.1rem;
    }
    .xi_four .news .newsright {
      width: 55%;
      margin-top: -1.3vw;
    }
    .xi_four .news .newsright .news_item {
      padding: 0.1rem 0.1rem;
    }
    .xi_four .news .newsright .news_item .news_left {
      margin-right: 1.5625vw;
      font-family: "Philosopher";
      width: 50px;
    }
    .xi_four .news .newsright .news_item .news_left .number {
      font-size: 0.3rem;
    }
    .xi_four .news .newsright .news_item .news_left .news_time {
      font-size: 0.83vw;
    }
    .xi_four .news .newsright .news_item .news_right {
      width: calc(100% - 65px);
    }
    .xi_four .news .newsright .news_item .news_right .xi_title_M {
      margin-bottom: 0.26vw;
      height: 26px;
    }
    .xi_four .news .newsright .news_item .news_right .xi_des_M {
      font-size: 0.1rem;
      line-height: 2em;
      height: 2em;
    }
  }
  @media screen and (max-width: 768px) {
    .xibody::after {
      background-size: cover;
    }
    .listUl {
      margin-left: 0;
    }
    .listUl .listLi {
      width: 50%;
      font-size: 0.16rem;
      height: 50px;
      line-height: 50px;
    }
    .listUl .listLi:hover,
    .listUl .listLi.active {
      width: 50%;
    }
  }
  @media screen and (max-width: 640px) {
    .main-banner {
      height: 30vh;
    }
    .bannertitle {
      width: 100%;
      left: 3%;
      bottom: 30%;
      padding: 15px 30px;
      font-size: 0.16rem;
    }
    .xi-more span {
      font-size: 0.12rem;
    }
    .xi-more a {
      font-size: 0.12rem;
      background-size: 80%;
    }
    .xi_title_M {
      font-size: 0.19rem;
      height: 35px !important;
      line-height: 35px !important;
    }
    .xi_des_M {
      font-size: 0.14rem;
    }
    .xi_title {
      font-size: 0.2rem;
      padding: 0.3rem 0 0.2rem;
    }
    .xi_title .xi-more {
      top: 0.3rem;
    }
    .xi_onepart .xi_about {
      padding: 0;
      font-size: 0.16rem;
    }
    .xi_onepart .xi_about .xi_more {
      font-size: 0.1rem;
      margin: 0.2rem 0;
    }
    .xi_onepart .xi_about .xi_more img {
      width: 4%;
      margin-left: 0.05rem;
    }
    .xi_onepart .xi_about_list .item {
      width: 100%;
      padding: 10px 40px;
    }
    .xi_twopart .xi_teacherlist {
      padding: 0 0.2rem;
      padding-bottom: 0.2rem;
    }
    .xi_twopart .xi_teacherlist .swiper-container {
      padding-bottom: 0.4rem;
    }
    .xi_twopart .xi_teacherlist .swiper-button-next,
    .xi_twopart .xi_teacherlist .swiper-button-prev {
      width: 8px;
      height: 15px;
    }
    .xi_twopart .xi_teacherlist .pic {
      text-align: center;
      width: 120px;
      height: 120px;
      margin: 0.2rem auto;
    }
    .xi_twopart .xi_teacherlist .txt h3 {
      font-size: 0.16rem;
      margin-bottom: 0.2rem;
    }
    .xi_twopart .xi_teacherlist .txt span {
      padding-bottom: 0.12rem;
    }
    .xi_twopart .xi_teacherlist .txt p {
      line-height: 1.6em;
      font-size: 0.09rem;
    }
    .xi_twopart .xi_teacherlist .swiper-pagination-bullets span {
      background: #d7ad8c;
      opacity: 1;
      width: 6px;
      height: 6px;
      margin: 0 6px;
    }
    .xi_three {
      padding-bottom: 0.5rem;
    }
    .xi_three::after {
      height: 130%;
      background-size: cover;
    }
    .xi_three .xi_active {
      flex-wrap: wrap;
    }
    .xi_three .xi_active .xi_activeitem {
      width: 100%;
      background: url(../images/xi/listbg.png) no-repeat left top;
      background-size: 100% 100%;
      border-left: 0.26vw #d8b95a solid;
      padding: 0.2rem 0.15rem;
      margin-right: 0;
      margin-bottom: 15px;
    }
    .xi_three .xi_active .xi_activeitem .date {
      font-size: 0.1rem;
      margin-bottom: 0.1rem;
      padding-left: 0.2rem;
      background-size: 13px 12px;
    }
    .xi_three .xi_active .xi_activeitem .date p {
      padding-right: 0.1rem;
    }
    .xi_three .xi_active .xi_activeitem .date span {
      display: none;
    }
    .xi_three .xi_active .xi_activeitem .xi_title_M {
      line-height: 0.3rem;
      height: 0.6rem;
      margin-bottom: 5px;
    }
    .xi_three .xi_active .xi_activeitem .xi_des_M {
      margin-bottom: 0.1rem;
      line-height: 0.24rem;
      height: 0.72rem;
    }
    .xi_three .xi_active .xi_activeitem .more {
      background: url(../images/xi/jiantou2.png) no-repeat left top;
      width: 40px;
      height: 7px;
    }
    .xi_three .xi_active .xi_activeitem .more img {
      width: 40px;
    }
    .xi_three .xi_active .xi_activeitem:hover {
      background: url(../images/xi/listbgactive.png) no-repeat left top;
      background-size: cover;
    }
    .xi_three .xi_active .xi_activeitem:hover .date {
      background: url(../images/xi/time02.png) no-repeat left center;
      background-size: 13px 12px;
      color: #fff;
    }
    .xi_four {
      padding-bottom: 0.2rem;
    }
    .xi_four .news {
      padding: 0.2rem;
    }
    .xi_four .news .newsleft {
      width: 100%;
      margin-bottom: 20px;
    }
    .xi_four .news .newsleft .pic {
      margin-bottom: 0.78vw;
    }
    .xi_four .news .newsleft .pic img {
      width: 100%;
      height: 45vw;
    }
    .xi_four .news .newsleft .newsdes h3 {
      margin-bottom: 0;
      font-size: 0.2rem;
    }
    .xi_four .news .newsleft .newsdes .xi_des_M {
      line-height: 0.24rem;
      height: 0.48rem;
      -webkit-line-clamp: 2;
      font-size: 0.14rem;
    }
    .xi_four .news .newsright {
      width: 100%;
      margin-top: -1.3vw;
    }
    .xi_four .news .newsright .news_item {
      padding: 0.15rem 0.1rem;
    }
    .xi_four .news .newsright .news_item .news_left {
      margin-right: 0.2rem;
      font-family: "Philosopher";
      width: 50px;
      text-align: left;
    }
    .xi_four .news .newsright .news_item .news_left .number {
      font-size: 0.35rem;
    }
    .xi_four .news .newsright .news_item .news_left .news_time {
      font-size: 0.12rem;
    }
    .xi_four .news .newsright .news_item .news_right {
      width: calc(100% - 65px);
    }
    .xi_four .news .newsright .news_item .news_right .xi_title_M {
      margin-bottom: 0.26vw;
      line-height: 20px;
      height: 20px;
    }
    .xi_four .news .newsright .news_item .news_right .xi_des_M {
      line-height: 1.6em;
      height: 1.6em;
    }
  }
  
  #page-list {font-family: Arial; text-align: center; padding: 0px 0 45px; width: 100%;}
  #page-list .p_pages a,#page-list span{font-size: 15px; width: auto; height: auto; margin-top: 5px; }
  #page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d{padding: 9px 11px; border: 1px solid #aaa; border-radius: 4px; color: #428bca;}
  #page-list .p_pages .p_no_d, #page-list a:hover{background: #7811ab; font-weight: bold; color: #fff; border-color: #7811ab;}
  #page-list .p_t{ padding: 0 25px 0 0; color: #777;}
  #page-list .p_first, #page-list .p_first_d, #page-list .p_last, #page-list .p_last_d{display: inline-block;}
  #page-list .p_pages span{color: #aaa;}



















  @charset "utf-8";

  @-webkit-keyframes bounce{
  20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}
  70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}
  90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}
  }
  @keyframes bounce{
  20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}
  70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}
  90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}
  }
  .bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}
  @-webkit-keyframes flash{
  50%,from,to{opacity:1}
  25%,75%{opacity:0}
  }
  @keyframes flash{
  50%,from,to{opacity:1}
  25%,75%{opacity:0}
  }
  .flash{-webkit-animation-name:flash;animation-name:flash}
  @-webkit-keyframes pulse{
  from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
  50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}
  }
  @keyframes pulse{
  from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
  50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}
  }
  .pulse{-webkit-animation-name:pulse;animation-name:pulse}
  @-webkit-keyframes rubberBand{
  from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
  30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}
  40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}
  50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}
  65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}
  75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}
  }
  @keyframes rubberBand{
  from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
  30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}
  40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}
  50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}
  65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}
  75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}
  }
  .rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}
  @-webkit-keyframes shake{
  from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}
  20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}
  }
  @keyframes shake{
  from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}
  20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}
  }
  .shake{-webkit-animation-name:shake;animation-name:shake}
  @-webkit-keyframes headShake{
  0%{-webkit-transform:translateX(0);transform:translateX(0)}
  6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}
  18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}
  31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}
  43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}
  50%{-webkit-transform:translateX(0);transform:translateX(0)}
  }
  @keyframes headShake{
  0%{-webkit-transform:translateX(0);transform:translateX(0)}
  6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}
  18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}
  31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}
  43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}
  50%{-webkit-transform:translateX(0);transform:translateX(0)}
  }
  .headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}
  @-webkit-keyframes swing{
  20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}
  40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}
  60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}
  80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}
  to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}
  }
  @keyframes swing{
  20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}
  40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}
  60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}
  80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}
  to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}
  }
  .swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}
  @-webkit-keyframes tada{
  from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
  10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}
  30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}
  40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}
  }
  @keyframes tada{
  from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
  10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}
  30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}
  40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}
  }
  .tada{-webkit-animation-name:tada;animation-name:tada}
  @-webkit-keyframes wobble{
  from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}
  30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}
  45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}
  60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}
  75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}
  }
  @keyframes wobble{
  from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}
  30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}
  45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}
  60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}
  75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}
  }
  .wobble{-webkit-animation-name:wobble;animation-name:wobble}
  @-webkit-keyframes jello{
  11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}
  33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}
  44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}
  55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}
  66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}
  77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}
  88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}
  }
  @keyframes jello{
  11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}
  33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}
  44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}
  55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}
  66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}
  77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}
  88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}
  }
  .jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}
  @-webkit-keyframes heartBeat{
  0%,28%,70%{-webkit-transform:scale(1);transform:scale(1)}
  14%,42%{-webkit-transform:scale(1.3);transform:scale(1.3)}
  }
  @keyframes heartBeat{
  0%,28%,70%{-webkit-transform:scale(1);transform:scale(1)}
  14%,42%{-webkit-transform:scale(1.3);transform:scale(1.3)}
  }
  .heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
  @-webkit-keyframes bounceIn{
  20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}
  0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
  20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
  40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}
  60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}
  80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}
  to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
  }
  @keyframes bounceIn{
  20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}
  0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
  20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
  40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}
  60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}
  80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}
  to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
  }
  .bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}
  @-webkit-keyframes bounceInDown{
  60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}
  0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}
  60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}
  75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}
  90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes bounceInDown{
  60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}
  0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}
  60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}
  75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}
  90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}
  @-webkit-keyframes bounceInLeft{
  60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}
  0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}
  60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}
  75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}
  90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes bounceInLeft{
  60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}
  0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}
  60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}
  75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}
  90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}
  @-webkit-keyframes bounceInRight{
  60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}
  from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}
  60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}
  75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}
  90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes bounceInRight{
  60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}
  from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}
  60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}
  75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}
  90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}
  @-webkit-keyframes bounceInUp{
  60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}
  from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}
  60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}
  75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}
  90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes bounceInUp{
  60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}
  from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}
  60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}
  75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}
  90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}
  @-webkit-keyframes bounceOut{
  20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}
  50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
  to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
  }
  @keyframes bounceOut{
  20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}
  50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
  to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
  }
  .bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}
  @-webkit-keyframes bounceOutDown{
  20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}
  40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}
  to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}
  }
  @keyframes bounceOutDown{
  20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}
  40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}
  to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}
  }
  .bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}
  @-webkit-keyframes bounceOutLeft{
  20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}
  to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}
  }
  @keyframes bounceOutLeft{
  20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}
  to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}
  }
  .bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}
  @-webkit-keyframes bounceOutRight{
  20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}
  to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}
  }
  @keyframes bounceOutRight{
  20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}
  to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}
  }
  .bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}
  @-webkit-keyframes bounceOutUp{
  20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}
  40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}
  to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}
  }
  @keyframes bounceOutUp{
  20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}
  40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}
  to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}
  }
  .bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}
  @-webkit-keyframes fadeIn{
  from{opacity:0}
  to{opacity:1}
  }
  @keyframes fadeIn{
  from{opacity:0}
  to{opacity:1}
  }
  .fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
  @-webkit-keyframes fadeInDown{
  from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes fadeInDown{
  from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
  @-webkit-keyframes fadeInDownBig{
  from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes fadeInDownBig{
  from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}
  @-webkit-keyframes fadeInLeft{
  from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes fadeInLeft{
  from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
  @-webkit-keyframes fadeInLeftBig{
  from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes fadeInLeftBig{
  from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}
  @-webkit-keyframes fadeInRight{
  from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes fadeInRight{
  from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
  @-webkit-keyframes fadeInRightBig{
  from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes fadeInRightBig{
  from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}
  @-webkit-keyframes fadeInUp{
  from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes fadeInUp{
  from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
  @-webkit-keyframes fadeInUpBig{
  from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes fadeInUpBig{
  from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}
  @-webkit-keyframes fadeOut{
  from{opacity:1}
  to{opacity:0}
  }
  @keyframes fadeOut{
  from{opacity:1}
  to{opacity:0}
  }
  .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
  @-webkit-keyframes fadeOutDown{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
  }
  @keyframes fadeOutDown{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
  }
  .fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}
  @-webkit-keyframes fadeOutDownBig{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}
  }
  @keyframes fadeOutDownBig{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}
  }
  .fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}
  @-webkit-keyframes fadeOutLeft{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
  }
  @keyframes fadeOutLeft{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
  }
  .fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}
  @-webkit-keyframes fadeOutLeftBig{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}
  }
  @keyframes fadeOutLeftBig{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}
  }
  .fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}
  @-webkit-keyframes fadeOutRight{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
  }
  @keyframes fadeOutRight{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
  }
  .fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
  @-webkit-keyframes fadeOutRightBig{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}
  }
  @keyframes fadeOutRightBig{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}
  }
  .fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}
  @-webkit-keyframes fadeOutUp{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
  }
  @keyframes fadeOutUp{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
  }
  .fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}
  @-webkit-keyframes fadeOutUpBig{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}
  }
  @keyframes fadeOutUpBig{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}
  }
  .fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}
  @-webkit-keyframes flip{
  from{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
  40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
  50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
  80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
  to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
  }
  @keyframes flip{
  from{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
  40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
  50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
  80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
  to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
  }
  .animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}
  @-webkit-keyframes flipInX{
  from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}
  40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
  60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}
  80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}
  to{-webkit-transform:perspective(400px);transform:perspective(400px)}
  }
  @keyframes flipInX{
  from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}
  40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
  60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}
  80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}
  to{-webkit-transform:perspective(400px);transform:perspective(400px)}
  }
  .flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}
  @-webkit-keyframes flipInY{
  from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}
  40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
  60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}
  80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}
  to{-webkit-transform:perspective(400px);transform:perspective(400px)}
  }
  @keyframes flipInY{
  from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}
  40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
  60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}
  80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}
  to{-webkit-transform:perspective(400px);transform:perspective(400px)}
  }
  .flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}
  @-webkit-keyframes flipOutX{
  from{-webkit-transform:perspective(400px);transform:perspective(400px)}
  30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}
  to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}
  }
  @keyframes flipOutX{
  from{-webkit-transform:perspective(400px);transform:perspective(400px)}
  30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}
  to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}
  }
  .flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}
  @-webkit-keyframes flipOutY{
  from{-webkit-transform:perspective(400px);transform:perspective(400px)}
  30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}
  to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}
  }
  @keyframes flipOutY{
  from{-webkit-transform:perspective(400px);transform:perspective(400px)}
  30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}
  to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}
  }
  .flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}
  @-webkit-keyframes lightSpeedIn{
  from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}
  60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}
  80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes lightSpeedIn{
  from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}
  60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}
  80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
  @-webkit-keyframes lightSpeedOut{
  from{opacity:1}
  to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}
  }
  @keyframes lightSpeedOut{
  from{opacity:1}
  to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}
  }
  .lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
  @-webkit-keyframes rotateIn{
  from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}
  to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
  }
  @keyframes rotateIn{
  from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}
  to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
  }
  .rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}
  @-webkit-keyframes rotateInDownLeft{
  from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}
  to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
  }
  @keyframes rotateInDownLeft{
  from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}
  to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
  }
  .rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}
  @-webkit-keyframes rotateInDownRight{
  from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}
  to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
  }
  @keyframes rotateInDownRight{
  from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}
  to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
  }
  .rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}
  @-webkit-keyframes rotateInUpLeft{
  from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}
  to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
  }
  @keyframes rotateInUpLeft{
  from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}
  to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
  }
  .rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}
  @-webkit-keyframes rotateInUpRight{
  from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}
  to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
  }
  @keyframes rotateInUpRight{
  from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}
  to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
  }
  .rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}
  @-webkit-keyframes rotateOut{
  from{-webkit-transform-origin:center;transform-origin:center;opacity:1}
  to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}
  }
  @keyframes rotateOut{
  from{-webkit-transform-origin:center;transform-origin:center;opacity:1}
  to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}
  }
  .rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}
  @-webkit-keyframes rotateOutDownLeft{
  from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}
  to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}
  }
  @keyframes rotateOutDownLeft{
  from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}
  to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}
  }
  .rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}
  @-webkit-keyframes rotateOutDownRight{
  from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}
  to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}
  }
  @keyframes rotateOutDownRight{
  from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}
  to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}
  }
  .rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}
  @-webkit-keyframes rotateOutUpLeft{
  from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}
  to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}
  }
  @keyframes rotateOutUpLeft{
  from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}
  to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}
  }
  .rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}
  @-webkit-keyframes rotateOutUpRight{
  from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}
  to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}
  }
  @keyframes rotateOutUpRight{
  from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}
  to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}
  }
  .rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}
  @-webkit-keyframes hinge{
  0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
  20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
  40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}
  to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}
  }
  @keyframes hinge{
  0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
  20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
  40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}
  to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}
  }
  .hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}
  @-webkit-keyframes jackInTheBox{
  from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}
  50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}
  70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}
  to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
  }
  @keyframes jackInTheBox{
  from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}
  50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}
  70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}
  to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
  }
  .jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}
  @-webkit-keyframes rollIn{
  from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes rollIn{
  from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}
  to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}
  @-webkit-keyframes rollOut{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}
  }
  @keyframes rollOut{
  from{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}
  }
  .rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}
  @-webkit-keyframes zoomIn{
  from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
  50%{opacity:1}
  }
  @keyframes zoomIn{
  from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
  50%{opacity:1}
  }
  .zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
  @-webkit-keyframes zoomInDown{
  from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}
  60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}
  }
  @keyframes zoomInDown{
  from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}
  60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}
  }
  .zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}
  @-webkit-keyframes zoomInLeft{
  from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}
  60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}
  }
  @keyframes zoomInLeft{
  from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}
  60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}
  }
  .zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}
  @-webkit-keyframes zoomInRight{
  from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}
  60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}
  }
  @keyframes zoomInRight{
  from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}
  60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}
  }
  .zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}
  @-webkit-keyframes zoomInUp{
  from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}
  60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}
  }
  @keyframes zoomInUp{
  from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}
  60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}
  }
  .zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}
  @-webkit-keyframes zoomOut{
  from{opacity:1}
  50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
  to{opacity:0}
  }
  @keyframes zoomOut{
  from{opacity:1}
  50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
  to{opacity:0}
  }
  .zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}
  @-webkit-keyframes zoomOutDown{
  40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}
  to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}
  }
  @keyframes zoomOutDown{
  40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}
  to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}
  }
  .zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}
  @-webkit-keyframes zoomOutLeft{
  40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}
  to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}
  }
  @keyframes zoomOutLeft{
  40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}
  to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}
  }
  .zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}
  @-webkit-keyframes zoomOutRight{
  40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}
  to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}
  }
  @keyframes zoomOutRight{
  40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}
  to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}
  }
  .zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}
  @-webkit-keyframes zoomOutUp{
  40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}
  to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}
  }
  @keyframes zoomOutUp{
  40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}
  to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}
  }
  .zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}
  @-webkit-keyframes slideInDown{
  from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes slideInDown{
  from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}
  @-webkit-keyframes slideInLeft{
  from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes slideInLeft{
  from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}
  @-webkit-keyframes slideInRight{
  from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes slideInRight{
  from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}
  @-webkit-keyframes slideInUp{
  from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  @keyframes slideInUp{
  from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}
  to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  }
  .slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}
  @-webkit-keyframes slideOutDown{
  from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
  }
  @keyframes slideOutDown{
  from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
  }
  .slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}
  @-webkit-keyframes slideOutLeft{
  from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
  }
  @keyframes slideOutLeft{
  from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
  }
  .slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}
  @-webkit-keyframes slideOutRight{
  from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
  }
  @keyframes slideOutRight{
  from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
  }
  .slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}
  @-webkit-keyframes slideOutUp{
  from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
  }
  @keyframes slideOutUp{
  from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
  }
  .slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
  .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
  .animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
  .animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}
  .animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}
  .animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}
  .animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}
  .animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}
  .animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}
  .animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}
  .animated.slow{-webkit-animation-duration:2s;animation-duration:2s}
  .animated.slower{-webkit-animation-duration:3s;animation-duration:3s}
  @media (print),(prefers-reduced-motion:reduce){
  .animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}
  }























@media only screen and (max-width: 1913px) and (min-width: 950px){
.xi_four {
    padding-bottom: 2.6vw;
}
}
.xi_four {
    padding-bottom: 50px;
    position: relative;
}

@media screen and (max-width: 950px){
.xi_four {
    padding-bottom: 0.5rem;
}
}

@media screen and (max-width: 640px){
.xi_four {
    padding-bottom: 0.2rem;
}
}

.xibody::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #f7f9fd no-repeat top;
    background-size: 100%;
    z-index: -3;
    width: 100%;
    height: 100%;
}

.xi_four::before {
    content: "";
    background: url(https://www.sem.tsinghua.edu.cn/ac/images/xi/bg04.jpg) no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.wp {
    width: 90%;
    margin: 0 auto;
    max-width: 1520px;
}

.xi_four .xi_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 1913px) and (min-width: 950px){
.xi_title {
    font-size: 1.56vw;
    padding: 0.37rem 0 0.3rem;
}
}

.xi_title {
    position: relative;
    text-align: center;
    font-size: 34px;
    padding: 57px 0 70px;
    color: #333;
}

.w-flex {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


@media only screen and (max-width: 1913px) and (min-width: 950px){
.xi_title h3 {
    font-size: 1.5625vw;
}

}
.xi_title h3 {
    font-size: 2.34rem;
}

.xi_four .xi_title .xi-more {
    position: static;
}

@media only screen and (max-width: 1913px) and (min-width: 950px){
.xi_title .xi-more {
    position: absolute;
    right: 0;
    top: 3vw;
}

}

@media screen and (max-width: 950px){
.xi_title .xi-more {
    position: absolute;
    right: 0;
    top: 0.4rem;
}
}
@media screen and (max-width: 640px){
.xi_title .xi-more {
    top: 0.3rem;
}
}

@media only screen and (max-width: 1913px) and (min-width: 950px){
.xi_four .news {
    padding: 2.34vw;
}
}
.xi_four .news .newsright {
    width: 55%;
    margin-top: -25px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media screen and (max-width: 950px){
.xi_four .news .newsright {
    width: 55%;
    margin-top: -1.3vw;
}
}

@media screen and (max-width: 640px){
.xi_four .news .newsright {
    width: 100%;
    margin-top: -1.3vw;
}
}

@media only screen and (max-width: 1913px) and (min-width: 950px){
.xi_four .news .newsright .news_item {
    padding: 1.145vw 0px;
}
}
.xi_four .news .newsright .news_item {
    display: flex;
    justify-content: space-between;
    padding: 22px 0px;
    /* border: 1px solid red; */
    border-bottom: 0.01rem dashed #a68a72;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}



@media screen and (max-width: 950px){
.xi_four .news .newsright .news_item {
    padding: 0.1rem 0.1rem;
}
}

@media only screen and (max-width: 1913px) and (min-width: 950px){
.xi_four .news .newsright .news_item .news_left {
    margin-right: 1.5625vw;
    font-family: "Philosopher";
    width: 4.17vw;
}
}

@media screen and (max-width: 950px){
.xi_four .news .newsright .news_item .news_left {
    margin-right: 1.5625vw;
    font-family: "Philosopher";
    width: 50px;
}
}





@media screen and (max-width: 640px){
.xi_four .news .newsright .news_item .news_left {
    margin-right: 0.2rem;
    font-family: "Philosopher";
    width: 50px;
    text-align: left;
}
}

.xi_four .news .newsright .news_item::after {
    content: '';
    position: absolute;
    right: -38px;
    top: 0;
    background: url(https://www.sem.tsinghua.edu.cn/ac/images/xi_bg.png) no-repeat 150% center;
    background-size: 100% 100%;
    width: calc(100% + 38px);
    height: 100%;
    z-index: -1;
    opacity: 0;
}
.xi_four .news .newsright .news_item .news_left .number {
    font-size: 3em;
    color: #6118bf;
}
@media only screen and (max-width: 1913px) and (min-width: 950px){
.xi_four .news .newsright .news_item .news_left .number {
    font-size: 2.5vw;
}
}

@media screen and (max-width: 950px){
.xi_four .news .newsright .news_item .news_left .number {
    font-size: 2.3rem;
}
}

@media screen and (max-width: 640px){
.xi_four .news .newsright .news_item .news_left .number {
    font-size: 1.35rem
}
}
.xi_four .news .newsright .news_item .news_left .news_time {
    font-size: 1em;
    color: #6118bf;
    line-height: 20px;
}
@media only screen and (max-width: 1913px) and (min-width: 950px){
.xi_four .news .newsright .news_item .news_left .news_time {
    font-size: 0.83vw;
}
}

@media screen and (max-width: 950px){
.xi_four .news .newsright .news_item .news_left .news_time {
    font-size: 0.83vw;
}
}

@media screen and (max-width: 640px){
.xi_four .news .newsright .news_item .news_left .news_time {
    font-size: 0.12rem;
}
}

@media only screen and (max-width: 1913px) and (min-width: 950px){
.xi_four .news .newsright .news_item .news_right {
    width: calc(100% - 4.17vw);
}
}


@media screen and (max-width: 950px){
.xi_four .news .newsright .news_item .news_right {
    width: calc(100% - 65px);
}
}

@media screen and (max-width: 640px){
.xi_four .news .newsright .news_item .news_right {
    width: calc(100% - 65px);
}
}

.xi_four .news .newsright .news_item .news_right .xi_title_M {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (max-width: 1913px) and (min-width: 950px){
.xi_four .news .newsright .news_item .news_right .xi_title_M {
    margin-bottom: 0.26vw;
    font-size: 0.9375vw;
}
}

@media screen and (max-width: 950px){
.xi_four .news .newsright .news_item .news_right .xi_title_M {
    margin-bottom: 0.26vw;
    height: 26px;
}
}

@media screen and (max-width: 640px){
.xi_four .news .newsright .news_item .news_right .xi_title_M {
    margin-bottom: 0.26vw;
    line-height: 20px;
    height: 20px;
}
}

.xi_four .news .newsright .news_item .news_right .xi_des_M {
    font-size: 0.875em;
    color: #333;
    opacity: 0.7;
    line-height: 26px;
    height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: block;
}
@media only screen and (max-width: 1913px) and (min-width: 950px){
.xi_four .news .newsright .news_item .news_right .xi_des_M {
    font-size: 0.875em;
    line-height: 1.4em;
    height: 1.4em;
}
}

.xi_des_M {
    font-size: 14px;
    color: #333;
    opacity: 0.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}



@media screen and (max-width: 950px){
.xi_four .news .newsright .news_item .news_right .xi_des_M {
    font-size: 1.1rem;
    line-height: 2em;
    height: 2em;
}
}
@media screen and (max-width: 640px){
.xi_four .news .newsright .news_item .news_right .xi_des_M {
    line-height: 1.6em;
    height: 1.6em;
}
}



@media only screen and (max-width: 1913px) and (min-width: 950px){
.xi_four .news .newsleft .newsdes .xi_des_M {
    line-height: 1.2rem;
    height: 10.6rem;
    font-size: 0.73vw;
}
}
@media screen and (max-width: 950px){
.xi_four .news .newsleft .newsdes .xi_des_M {
    line-height: 8.4em;
    height: 17em;
    -webkit-line-clamp: 2;
    font-size: 0.1rem;
}
}
@media screen and (max-width: 640px){
.xi_four .news .newsleft .newsdes .xi_des_M {
    line-height: 1.24rem;
    height: 2.48rem;
    -webkit-line-clamp: 2;
    font-size: 0.14rem;
}
}

















