@charset "UTF-8";

@font-face {
    font-family: "SourceSansPro-Bold";
    src: url("fonts/SourceSansPro-Bold.woff2") format("woff2"),
        url("fonts/SourceSansPro-Bold.woff") format("woff"),
        url("fonts/SourceSansPro-Bold.ttf") format("truetype"),
        url("fonts/SourceSansPro-Bold.eot") format("embedded-opentype"),
        url("fonts/SourceSansPro-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SourceSansPro-Regular";
    src: url("fonts/SourceSansPro-Regular.woff2") format("woff2"),
        url("fonts/SourceSansPro-Regular.woff") format("woff"),
        url("fonts/SourceSansPro-Regular.ttf") format("truetype"),
        url("fonts/SourceSansPro-Regular.eot") format("embedded-opentype"),
        url("fonts/SourceSansPro-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/**********css reset -s**********/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
    vertical-align: top;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SourceSansPro-Bold";
    font-size: 100%;
    font-weight: normal;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

input {
    background: transparent;
    border: none;
}

input[type="submit"] {
    cursor: pointer;
}

article p {
    padding: 8px 0;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
}

select::-ms-expand {
    display: none;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "SourceSansPro-Bold", "Open Sans", "Lucida Grande",
        "Lucida Sans Unicode", Verdana, "Microsoft YaHei", "Hiragino Sans GB",
        "Source Han Sans";
}
body {
    font-family: "SourceSansPro-Regular", "微软雅黑";
    /*    font: 14px/1.5 Helvetica, Arial, sans-serif;*/
    /*    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;*/
}

ol,
ul,
li {
    list-style-type: none;
}

button {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
}

table th,
table td {
    padding: 0 5px;
    border: 1px solid #bbb;
}

:link,
:visited {
    text-decoration: none;
}

pre {
    font-family: "Lucida Console", Consolas, "Courier New", Tahom, "Open Sans",
        "Lucida Grande", "Lucida Sans Unicode", Verdana, "Microsoft YaHei",
        "Hiragino Sans GB", "Source Han Sans";
    color: #666;
    text-indent: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

hr.clearfloat {
    margin: 0;
    width: 100%;
    height: 0;
    font: 0/0 Arial;
    clear: both;
    border: none;
    visibility: hidden;
}
.clear {
    clear: both;
}
.clearfix {
    overflow: hidden;
    clear: both;
}
article,
aside,
figure,
figcaption,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

figure {
    margin: 0;
}

a,
a:link,
a:visited {
    color: #000;
}

a:hover {
    color: #791cb5;
}

body {
    font-size: 14px;
    line-height: 1.8em;
    font-weight: normal;
    font-family: "SourceSansPro-Regular", "微软雅黑", "Open Sans",
        "Lucida Grande", "Lucida Sans Unicode", Verdana, "Microsoft YaHei",
        "Hiragino Sans GB", "Source Han Sans";
    color: #000;
}

/**********css reset -e**********/

.container {
    max-width: 1160px;
    margin: 0 auto;
}

.floatfix {
    zoom: 1;
}

.floatfix:after {
    content: "";
    display: table;
    clear: both;
}

.p_a {
    position: absolute;
}

.p_r {
    position: relative;
}

/**********首页header -s**********/

.topbar {
    height: 42px;
    line-height: 42px;
    background: #ebebeb;
    padding: 0 10px;
}

.topbar-left {
    float: left;
    height: 100%;
}

.topbar-left a {
    height: 100%;
    line-height: 42px;
    display: inline-block;
    margin-right: 20px;
}

.topbar-right {
    float: right;
}

.topbar-right a {
    height: 100%;
    line-height: 42px;
    display: inline-block;
    margin-right: 20px;
}

.topbar-search {
    float: right;
    width: 120px;
    height: 22px;
    margin: 10px 0;
    background: #fff;
    border-radius: 5px;
    position: relative;
}

.topbar-search .search-keyword {
    height: 100%;
    width: 100%;
    outline: none;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.topbar-search .search-submit {
    background: url(../images/bg/search.png) no-repeat;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 100%;
    outline: none;
}

.logo-container {
    background: #fff;
}

.logo-left {
    float: left;
    padding: 28px 0;
    /*padding-left: 1px;*/
}

.logo-right {
    float: right;
}

/**********首页header -e**********/

/**********首页nav -s**********/

.nav {
    /* background: #791cb5; */
    background: linear-gradient(92deg, #7e12ac 0%, #2c06a0 100%);
    height: 44px;
}

.nav-item {
    float: left;
    width: 16.3%;
    line-height: 44px;
    height: 44px;
    text-align: center;
    position: relative;
}

.nav-item a {
    color: #fff;
    font-size: 16px;
    display: block;
    font-family: "SourceSansPro-Bold", "Poppins", "Lucida Grande",
        "Lucida Sans Unicode", Verdana, "Hiragino Sans GB", "Microsoft YaHei",
        "Source Han Sans";
}

.nav-item:hover > a {
    color: #ffee72;
}

.child-nav-container {
    width: 120%;
    position: absolute;
    top: 44px;
    left: -10%;
    display: none;
    background: #791cb5;
    overflow: hidden;
    padding-bottom: 5px;
}

.child-nav-container li {
    background: #791cb5;
    border-bottom: 1px solid #a63b85;
}

.child-nav-container li:last-child {
    border-bottom: none;
}

.child-nav-container li:hover {
    background: #851f66;
}

.nav-item:hover .child-nav-container {
    z-index: 100;
    display: block;
    -webkit-animation: nav 0.2s ease;
    animation: nav 0.2s ease;
}

.child-nav-item a {
    font-size: 14px;
    line-height: 15px;
    padding: 10px 0;
    display: block;
}

@-webkit-keyframes nav {
    0% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

@-0-keyframes nav {
    0% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

@keyframes nav {
    0% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

/**********首页nav -e**********/

/* slider */

/*==========CSS3 Animation Keyframe==============*/

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

@-webkit-keyframes pulse {
    0% {
        -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 {
    0% {
        -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 fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(1500px, 0, 0);
        transform: translate3d(1500px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(1500px, 0, 0);
        transform: translate3d(1500px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

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

@-webkit-keyframes slideUp {
    from {
        opacity: 0;
        top: 60px;
    }
    to {
        opacity: 1;
        top: 45px;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        top: 60px;
    }
    to {
        opacity: 1;
        top: 45px;
    }
}

/*======Animation end======*/

#slider {
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 3px #ccc;
    box-shadow: 0 3px 3px #ccc;
}

#slider ul.picwrap {
    width: 29600px;
    top: 0;
    left: 0;
}

#slider ul.picwrap li {
    float: left;
    position: relative;
    overflow: hidden;
}

#slider ul.picwrap li img {
    width: 100%;
}

#slider ul.picwrap li p {
    position: absolute;
    bottom: 45px;
    left: 120px;
    padding: 8px 15px;
    _width: 300px;
    background: rgb(192, 192, 192);
    background: rgba(255, 255, 255, 0.4);
    line-height: 24px;
    font-size: 16px;
    color: black;
}

#slider ul.picwrap li p a:hover {
    color: #ffee72;
}

#slider ul.picwrap li p.animated {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}

ul.curmark {
    left: 50%;
    bottom: 15px;
    margin-left: -70px;
    width: 140px;
    height: 10px;
    text-align: center;
    z-index: 99;
    font: 10px/10px Arial;
}

ul.curmark li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: white;
    cursor: pointer;
    border-radius: 100%;
}

/* ul.curmark li {
    //display:inline;}
    ul.curmark li.cur,
    ul.curmark li:hover {
        background: #791cb5;
    } */
.index-desc {
    width: 66.3333333%;
    float: left;
}
.index-pic-news {
    width: 60%;
    float: left;
}
.school-info-list {
    width: 39%;
    float: left;
}
.image3d {
    position: relative;
    z-index: 0;
    display: inline-block;
    max-width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
}
.image3d:after,
.image3d:before {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
    left: 5px;
    right: 50%;
    bottom: 8px;
    height: 30%;
    z-index: -1;
    border-radius: inherit;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}
.image3d:after {
    left: 50%;
    right: 5px;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.image3d img {
    max-width: 100%;
}
.index-right-pic {
    text-align: center;
}
.index-right-pic img {
    border-radius: 20px;
    padding: 3px;
    background: #ccc;
    margin: 10px;
    max-width: 290px;
}
.index-main-content {
    margin-top: 20px;
}
.index-leader-pic {
    width: 23.3333%;
    overflow: hidden;
    height: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news-contbox {
    height: 100%;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
}
.news-imgitem {
    background: url(../images/bg/news-img.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
}
.news-imgitem a {
    background: rgb(206, 206, 206);
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    text-indent: 10px;
}
.news-imgitem a:hover {
    color: #791cb5;
}
.news-list-container {
    margin-left: 11px;
    margin-right: 10px;
}
.news-list-titlecon {
    height: 35px;
    border-bottom: 1px solid #d2d2d2;
}
.news-list-titlecon .title {
    height: 100%;
    display: inline-block;
    float: left;
}
.news-list-titlecon .title a {
    line-height: 28px;
    font-size: 22px;
}
.news-list-titlecon .more {
    height: 18px;
    border: 1px solid #791cb5;
    border-radius: 3px;
    display: inline-block;
    float: right;
    margin: 6px 0;
    line-height: 18px;
    padding: 0 9px;
}
.news-list-conitem img {
    vertical-align: middle;
}
.news-list-titlecon .more:hover {
    background: #791cb5;
}
.news-list-titlecon .more:hover a {
    color: #fff;
}
.news-list-titlecon .more a {
    height: 100%;
    display: block;
    color: #791cb5;
    font-size: 10px;
}
.news-list-content {
    margin-top: 7px;
}
.news-list-conitem {
    height: 40px;
    border-bottom: 1px dashed #d2d2d2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list-conitem:hover {
    background: #f4f4f4;
}
.news-list-conitem .news-time {
    height: 100%;
    line-height: 40px;
    display: inline-block;
    margin-right: 5px;
    color: #9b9b9b;
}
.news-list-conitem a {
    height: 40px;
    line-height: 40px;
    color: #333;
}
.news-list-conitem a:hover {
    color: #791cb5;
}

/**********实验室连接 -s**********/
.lablink-container {
    width: 100%;
}
.lablink-content {
    width: 100%;
    padding-bottom: 20px;
}
.qr-code-container {
    float: left;
    margin-top: 35px;
    width: 14%;
}
.link-box {
    width: 16.7%;
    height: 56px;
    -webkit-box-shadow: 2px 2px 2px #e2e2e2;
    box-shadow: 2px 2px 2px #e2e2e2;
    float: left;
    margin-left: 3%;
    margin-top: 20px;
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    position: relative;
}
.link-box a {
    width: 100%;
    height: 100%;
    padding: 0 5px;
    background: #f5f5f5;
    display: table-cell;
    color: #791cb5;
    text-align: center;
    line-height: 18px;
    vertical-align: middle;
    position: relative;
    z-index: 11;
}

.link-box:hover a {
    color: #fff;
    background: #791cb5;
}
.school-wechat {
    margin-right: 7.14285714%;
    float: left;
}
.school-web {
    float: left;
}
/**********实验室连接 -e**********/
/**********footer -s**********/
.footer {
    /*background-color: #f3f3f3;*/
    border-top: 1px solid #dedede;
    background: #f3f3f3;
}
.footer .container {
    padding-top: 30px;
    padding-bottom: 20px;
    background: url(../images/bg/school.png) right center no-repeat #f3f3f3;
}
.footer-info {
    width: 32%;
    margin-right: 2%;
    float: left;
}
.footer-info:last-child {
    margin-right: 0;
}
.footer-title {
    color: #791cb5;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
}
.footer-link-container a {
    color: #777777;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}
.footer-link-container a:hover {
    color: #791cb5;
}
.footer-right a:hover {
    color: #791cb5;
}
.footer-morelink {
    width: 214px;
    height: 22px;
    line-height: 22px;
    color: #777;
    font-size: 14px;
    outline: none;
    padding-left: 8px;
    background-image: url(../images/bg/select.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}
.footer-morelink option {
    color: #777;
    font-size: 14px;
}
.footer-right {
    margin-right: 0;
}
.footer-right p {
    height: 30px;
    line-height: 30px;
    color: #777;
}
.footer-right a {
    color: #777;
}
.small-footer {
    display: none;
    width: 100%;
    text-align: center;
}
.small-footer p {
    line-height: 24px;
    height: 24px;
    text-align: center;
    color: #777;
}
.viewNum {
    display: inline-block;
    margin-right: 10px;
}
/**********footer -e**********/
/*********文章页通用 -S*********/
.banner {
    margin: 1px auto;
    margin-bottom: 20px;
}
.banner img {
    width: 100%;
}
.aside {
    width: 275px;
    float: right;
}
.artcontent {
    margin-bottom: 20px;
}
.article-main-content {
    margin-right: 315px;
}
.article-list-item {
    border-bottom: 1px dashed #ddd;
    line-height: 16px;
    padding: 10px 0;
    overflow: hidden;
}
.article-list-item:hover {
    background: #f4f4f4;
}
.article-list-item .update-time {
    float: right;
    color: #999;
}
.article-list-item a {
    display: block;
    color: #000;
}
.article-list-item a:hover {
    color: #791cb5;
}
.article-list-container .category-title {
    color: #791cb5;
    font-size: 20px;
    margin: 25px 0;
}
.aside h1 {
    font-size: 18px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ddd;
    border-radius: 5px 5px 0 0;
}
.aside .aside-item {
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    font-size: 16px;
}
.aside .aside-item a {
    color: #777;
    display: block;
}
.aside .cur-item {
    background: #eee;
}
.aside .cur-item a {
    color: #791cb5;
}
.aside .aside-item:hover {
    background: #eee;
}
.aside .aside-item:hover a {
    color: #791cb5;
}
.user-modified {
    width: 200px;
    height: 45px;
    background: #791cb5;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    text-align: center;
}
.user-modified a {
    display: inline-block;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    width: 100%;
    border-radius: 20px;
}

.user-modified a:hover {
    background: #851f66;
}
.location {
    padding-left: 24px;
    background-image: url(../images/bg/location.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
/*********内容页**********/
.article-content-container h1 {
    font-size: 20px;
    color: #791cb5;
    text-align: center;
    padding: 15px 0;
}
.article-content-container .info {
    text-align: center;
    line-height: 20px;
    border-radius: 8px;
    background: #eee;
    padding: 10px 0;
}
.article-con {
    padding: 10px 0;
}
.article-con p {
    padding: 6px 0;
}
.article-con img {
    max-width: 100% !important;
}
/**********分页**********/
#hopePager {
    margin-top: 20px;
    padding: 15px 10px;
    overflow: hidden;
    _zoom: 1;
    text-align: center;
    color: #888;
}
.inputPager_des {
    display: none;
}
.inputPager_page {
    margin: 0 auto;
    padding: 0 10px;
}
.inputPager_page a {
    display: inline-block;
    margin: 0 5px;
    padding: 3px 8px;
    border: dotted 1px #4ba873;
}
.inputPager_page input {
    padding: 0 8px;
    width: 22px;
    line-height: 20px;
    overflow: hidden;
    border: dotted 1px #4ba873;
    color: #888;
}
.inputPager_page .p_cur {
    background: #4ba873;
    color: white;
}
.inputPager_page .btnPage {
    cursor: pointer;
    background: #4ba873;
    color: white;
    width: 40px;
}
.inputPager_page a {
    display: inline-block;
    margin: 0 5px;
    padding: 3px 8px;
    border: dotted 1px #791cb5;
    font-size: 14px;
    line-height: 14px;
}
.inputPager_page input {
    padding: 0 8px;
    width: 22px;
    line-height: 20px;
    overflow: hidden;
    border: dotted 1px #791cb5;
    color: #888;
}
.inputPager_page .p_cur {
    background: #791cb5;
    color: white;
}
.inputPager_page .btnPage {
    cursor: pointer;
    background: #791cb5;
    color: white;
    width: 40px;
}
/********上下篇*****/
.prevnext {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
/*******下载表格******/
/* downloadlist */
table.dltable {
    margin-top: 10px;
    width: 100%;
    line-height: 1.5;
}
table.dltable * th,
table.dltable * td {
    padding: 8px;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
}
table.dltable th {
    background: #f5f5f5;
}
table.dltable td {
    background: white;
}
table.dltable tr:nth-child(odd) td {
    background: #f5f5f5;
}
/*.dlName, .dlSource, .dlTime {padding:8px 16px;}*/
th.dlName {
    text-align: left;
}
th.dlSource,
th.dlTime {
    text-align: center;
}
.dlName {
    width: 376px;
}
.dlSource {
    width: 70px;
    text-align: center;
}
.dlType {
    width: 49px;
    text-align: center;
}
.dlType img {
    margin-left: auto;
    margin-right: auto;
}
.dlTime {
    width: 70px;
    text-align: center;
}
table.dltable span.t {
    color: #779c58;
    line-height: 2.4;
}
/********教师名单页面**********/
.teachers-container {
    margin-top: 15px;
}
h1.teacher-department {
    height: 50px;
    line-height: 50px;
    background: #f5f5f5;
    text-align: center;
}
h1.teacher-department a {
    height: 50px;
    line-height: 50px;
    color: #000;
    text-align: center;
    font-size: 18px;
}
h1.teacher-department a:hover {
    color: #791cb5;
}
.teacher-post-container {
    padding: 0 10px;
    margin-bottom: 20px;
}
.teacher-post-container:last-child {
    margin-bottom: 0;
}
.teacher-list {
    overflow: hidden;
}
.teacher-post-container h1 {
    color: #791cb5;
    height: 26px;
    line-height: 1.3;
    font-size: 20px;
    margin: 20px 0 10px 0;
}
.teacher-list-item {
    line-height: 24px;
    float: left;
    width: 10%;
    margin-top: 10px;
}
.article-main-container {
    margin-bottom: 30px;
    margin-top: 25px;
}
/**********教师简历**********/
.teacher-name {
    margin: 25px 0;
    color: #791cb5;
    line-height: 1.3;
    font-size: 20px;
}
.teacher-name span {
    font-size: 14px;
    color: #000;
}

h3.infotitle {
    margin-top: 20px;
    color: #791cb5;
}
p.infopic {
    text-align: center;
}
/**********搜索页面**********/
.search-title {
    font-size: 14px;
    color: #791cb5;
    height: 20px;
    line-height: 20px;
    padding: 15px 0;
}
/**********网站地图*********/
.map-container {
    margin-top: 20px;
}
h2.map-title {
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
h2.map-title a {
    color: #791cb5;
    font-size: 16px;
}
.map-item-container {
    border-bottom: 1px dashed#ddd;
    margin-bottom: 25px;
    padding-bottom: 10px;
    overflow: hidden;
}
.map-item {
    float: left;
    width: 20%;
    margin-top: 5px;
    height: 20px;
}
.map-item a {
    font-size: 14px;
    line-height: 18px;
    height: 20px;
}
/**********响应式***********/
@media screen and (max-width: 1440px) {
    /*    .container {
        width: 1200px;
    }
    #slider ul.picwrap li p {
        left: 50px;
    }*/
}
@media screen and (max-width: 1280px) {
    /*    .container {
        width: 96%;
    }*/
    .index-main-content {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .logo-left {
        padding-left: 30px;
    }
    .nav-item:hover .child-nav-container {
        display: none;
    }
    .index-main-content {
        height: 620px;
        margin-bottom: 45px;
    }
    .school-info-list {
        width: 50%;
        padding-left: 0;
        margin-top: 20px;
    }
    .info-list-container {
        padding-left: 0;
        padding-right: 20px;
    }
    .index-leader-pic,
    .index-desc {
        width: 50%;
    }
    .news-list-container {
        padding-right: 0;
    }
    .qr-code-container {
        display: none;
    }
    .lablink-content {
        width: 100%;
    }
    /****教师名单*******/
    .teacher-list-item {
        width: 12.5%;
    }
    .map-item {
        width: 25%;
    }
}
@media screen and (max-width: 1024px) {
    .container {
        /*width: 96%;*/
    }
    .map-link {
        display: none;
    }
    .topbar .user-login,
    .topbar .fav {
        display: none;
    }
    .logo-right {
        width: 20%;
    }
    .logo-right img {
        width: 100%;
        position: relative;
        bottom: -15px;
    }

    .aside {
        width: 100%;
        float: none;
        z-index: 9999999999;
    }
    .article-main-content {
        margin-right: 0;
    }

    .aside ul {
        background: #f5f5f5;
    }
    .aside .aside-item {
        width: 49.8%;
        float: left;
    }
    .user-modified {
        display: none;
    }
    .small-footer {
        display: block;
    }
    .footer-left,
    .footer-middle,
    .footer-right {
        display: none;
    }
    .footer {
        height: auto;
        padding-bottom: 30px;
    }
    .location {
        margin-top: 20px;
    }
    #qrcode {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .logo-right {
        display: none;
    }
    .logo-left {
        text-align: center;
        float: none;
        padding-left: 0;
    }
    .logo-left img {
        width: 75%;
    }
    /*重点实验室的链接调整*/
    .lablink-container {
        height: auto;
    }
}
@media screen and (max-width: 840px) {
    .topbar {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #slider {
        display: none;
    }
    .nav-item {
        width: 33.3%;
        height: 28px;
        line-height: 28px;
    }
    .nav-item a {
        font-size: 14px;
        height: 28px;
        line-height: 28px;
    }
    .nav {
        height: auto;
        padding: 8px 0;
    }
    .logo-container {
        height: auto;
    }
    .index-leader-pic,
    .index-desc {
        width: 100%;
    }
    .index-leader-pic {
        padding-right: 0;
        height: 300px;
    }
    .index-main-content {
        margin-top: 20px;
    }
    .news-list-container {
        margin-left: 0;
        margin-right: 0;
    }
    .nav-item:hover .child-nav-container {
        display: none;
    }
    .news-contbox {
        margin-right: 0;
    }
    .info-list-container {
        padding-right: 0;
    }
    .index-desc {
        margin-top: 30px;
    }
    .index-main-content {
        height: auto;
    }
    .school-info-list {
        display: block;
        margin-top: 20px;
        width: 100%;
    }
    .news-list-container,
    .info-list-container {
        padding-left: 0;
    }
    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /****教师名单*******/
    .teacher-list-item {
        width: 16.6666667%;
    }
}
@media screen and (max-width: 670px) {
    .logo-left img {
        width: 90%;
    }
    .aside .aside-item a {
        font-size: 14px;
    }
}
@media screen and (max-width: 568px) {
    .teacher-list-item {
        width: 25%;
    }
    /**********调整分页*/
    a.p_1st,
    a.p_last,
    a.p_pre,
    a.p_next {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .aside .aside-item a {
        font-size: 12px;
    }
}

/* 移动端分享 */
#qrcode {
    text-align: center;
    margin-top: 30px;
}
/* 百度分享 */
.bdshare {
    width: 210px;
    margin: 0 auto;
}
/*人员列表*/
.member-list {
    /*text-align: center;*/
}
.member-list a {
    color: #791cb5;
}

/*people*/
.member-title {
    color: #791cb5;
    font-size: 16px;
    text-indent: 0 !important;
    display: block;
    border-left: 12px solid #791cb5;
    padding-left: 10px;
    margin-top: 0;
    margin-top: 10px;
}
.member-title p {
    padding: 0;
    color: #791cb5;
}
.member-list ul {
    padding-top: 25px;
    font-size: 14px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.member-list ul li {
    width: 190px;
    line-height: 30px;
    margin-left: 5px;
    margin-bottom: 40px;
}
.member-list ul li p {
    padding: 0;
}
.member-list ul li img {
    width: 190px !important;
    height: 190px !important;
}
.member-list ul li .pic-wrapper {
    width: 190px;
    height: 190px;
    box-shadow: none;
    border: 2px solid #ccc;
}
.member-list ul li a {
    text-decoration: none;
}
.member-top .pic-wrapper {
    margin: 0 auto;
}
.member-top {
    margin-top: 10px;
    text-align: center;
}
.member-top span {
    display: block;
    margin-top: 10px;
}
.member-top .people-name {
    font-weight: bold;
    margin-top: 15px;
    color: #791cb5;
}
.member-content {
    padding: 10px;
    font-size: 14px;
    line-height: 28px;
}
.member-content h4 {
    color: #791cb5;
    font-size: 16px;
    text-indent: 0 !important;
    display: block;
    border-left: 12px solid #791cb5;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.text-content ul li {
    list-style: disc;
    padding-left: 0px;
    margin-left: 15px;
}
.text-content ol li {
    list-style: decimal;
    padding-left: 0px;
    margin-left: 15px;
}
.text-content a {
    color: #791cb5;
    text-decoration: underline;
}
.pic-wrapper {
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 2px 3px 7px rgba(76, 81, 102, 0.3);
    box-shadow: 2px 3px 7px rgba(76, 81, 102, 0.3);
    width: 190px;
    height: 190px;
}
.pic-wrapper img,
.index-pic-wrapper img {
    width: 190px;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pic-wrapper img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.member-list ul li span {
    display: block;
    line-height: 30px;
    font-weight: bold;
    padding-top: 10px;
}
.member-list ul li p {
    color: #888;
}
.member-list ul li a:hover {
    color: #a444ee;
}

@media screen and (max-width: 670px) {
    .member-list .member-block {
        display: block;
    }
    .member-list .member-block .info {
        padding-left: 10px;
    }
}
.member-list .member-block .info .name {
    font-weight: bold;
    font-size: 16px;
    text-shadow: 1px 1px 1px #d8d8d8;
}
.member-list .member-block .info .desc {
    font-size: 13px;
    word-break: break-word;
}
.member-list .lab-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.liu-table h2 {
    font-size: 16px;
    font-weight: bold;
}
.liu-table td {
    border: 0 !important;
}
.leader-page h2 {
    color: #791cb5;
    font-size: 20px;
    margin: 25px 0;
}
.article-list-item a span {
    font-weight: 900;
    display: inline-block;
    margin-right: 8px;
}
/**********分页**********/
#page-list {
    margin-top: 20px;
    padding: 15px 10px;
    overflow: hidden;
    _zoom: 1;
    text-align: center;
    color: #888;
}
#page-list ul {
    margin: 0 auto;
    padding: 0 10px;
}
#page-list ul li {
    display: inline-block;
}
#page-list ul li a {
    display: inline-block;
    margin: 0 5px;
    padding: 3px 8px;
    border: dotted 1px #791cb5;
    font-size: 14px;
    line-height: 14px;
}
#page-list ul li.thisclass a {
    background: #791cb5;
    color: white;
}
#amap {
    width: 100%;
    height: 500px;
}
.map-desc {
    text-align: center;
}
/*spin*/
#spin {
    width: 180px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    margin-left: -55px;
}
.sk-three-bounce {
    margin: 40px auto;
    width: 80px;
    text-align: center;
}
.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #791cb5;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.indextop,
.indextop img {
    width: 100%;
    height: auto;
}
.pubtitle {
    margin: 15px 0;
    height: auto !important;
}
.pubtitle .title a {
    line-height: 40px;
}
.publist {
    width: 95%;
}
.publist .pubcontent span {
    text-align: center;
    display: block;
    margin-top: 10px;
    font-style: italic;
}
.publist .pubcontent img {
    width: 350px;
    height: 200px;
}
.index-leader-pic {
    text-align: center;
}
.index-leader-pic img {
    border-radius: 5px;
}
.index-desc p {
    padding-left: 15px;
    margin-top: 10px;
}
.heying {
    margin-top: 25px;
}
.heying img {
    width: 100%;
    border-radius: 50px;
}
.footer {
    color: #777;
}
.artcontent img {
    max-width: 100%;
}

.paper-page {
    font-family: "SourceSansPro-Regular", "微软雅黑", "Microsoft Yahei",
        Consolas, "Courier New", Tahoma;
    font-size: 15px;
    line-height: 24px;
}
.paper-page p {
    margin-bottom: 6px;
}
.paper-page a {
    font-size: 15px;
    color: #8342b4;
    /*font-weight: 600;
    font-style: italic;*/
}
.paper-page a:hover {
    color: #57128c;
}
.paper-page h4 {
    color: #791cb5;
    font-weight: bold;
}
.paper-page span {
    font-size: 14px;
}
.paper-page ul {
    padding-left: 10px;
}
.paper-page ul li {
    list-style-type: disc;
    margin-top: 8px;
}
.paper-page h4:not(:first-of-type) {
    border-top: 1px dashed #ccc;
    margin-top: 15px;
    padding-top: 15px;
}
#row2 {
    margin-top: 20px;
}
.am-slider-c3 .am-slider-counter {
    background: #791cb5;
}
.copyright {
    line-height: 50px;
    text-align: center;
}
.title-icon {
    margin-top: 5px;
}
/* 多语言 */
.language {
    font-size: 12px;
    float: right;
    height: 42px;
}
.language a:hover {
    color: #8a4bb9;
}
.language a {
    margin-left: 15px;
}
.language div {
    width: 90px;
    float: left;
}
.language div img {
    display: inline;
    vertical-align: middle !important;
}
.publication-content {
    padding-top: 20px;
    font-size: 15px;
}
.publication-content br {
    display: block;
    margin-bottom: 10px;
    font-family: Consolas, "Courier New", Tahoma;
}
.pic-pic-wrapper img {
    padding: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 265px;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
}
.area-side ul li a {
    font-size: 14px;
}

/* 活动照片-开始 */
.gallery-list ul {
    font-size: 14px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}
.gallery-list ul li {
    width: 372px;
    height: 230px;
    line-height: 16px;
    margin-left: 2%;
    margin-bottom: 50px;
}
.gallery-list ul li img {
    width: 372px;
    height: 230px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none !important;
}
.gallery-list .swiper-button-next,
.gallery-list .swiper-button-prev {
    width: 40px;
    height: 45px;
    background: #fff;
    opacity: 0.9;
    padding: 12px 12px 12px 14px;
    fill: #9f9f9f;
    border-radius: 5px;
}
.gallery-list .swiper-pagination-bullet {
    background: transparent;
    color: #fff;
    opacity: 0.8;
    border: 1px solid #fff;
}
.gallery-list .swiper-pagination-bullet-active {
    background: #eaeaea;
    color: #000;
}
.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    line-height: auto;
}
.gallery-title {
    line-height: 30px;
}
@media (min-width: 767px) and (max-width: 1024px) {
    .gallery-list ul li {
        width: 46% !important;
    }
    .gallery-list ul li,
    .gallery-list ul li img {
        height: 260px;
    }
}
@media all and (max-width: 767px) {
    .gallery-list ul li {
        width: 100% !important;
        margin-left: 0px;
    }
    .gallery-list ul li,
    .gallery-list ul li img {
        height: 240px;
    }
}

.equipment-list p {
    text-indent: 2em;
}
.equipment-list li a {
    text-decoration: none !important;
}
.equipment-list li span {
    margin-top: 10px;
    display: block;
}
#activity {
    margin-bottom: 25px;
}
.activity-list ul li span {
    display: inline-block;
    line-height: inherit;
    font-weight: normal;
    padding-top: 0;
}
.activity-list h5 {
    font-size: 1.3em;
    line-height: 2em;
    font-weight: bold;
    text-align: left;
    font-family: "Arial";
    color: #791cb5;
    border-bottom: 1px solid #791cb5;
    width: 80px;
    margin-left: 20px;
}
.row1 p {
    font-size: 18px;
    line-height: 2em;
}
.am-slider-c3 {
    box-shadow: none;
}
.row-research .research-container {
    text-align: center;
    margin-bottom: 25px;
}
.row-research .research-container .image {
    background-color: #e2e2e2;
    padding: 2px;
}
.row-research .research-container img:hover {
    transform: scale(1.02);
    transition: 0.5s;
}
.row-research .research-container img {
    max-width: 100%;
}
.row-research .research-container .title {
    font-size: 16px;
    line-height: 24px;
    color: #791cb5;
    margin-bottom: 6px;
}
.page-area-index .title {
    font-weight: bold;
    font-size: 1.2em;
}
.page-area-index .more {
    text-align: right;
}
.page-area-index a {
    color: #791cb5;
    text-align: right;
}
.article-list-item .update-time {
    float: left;
}
.lang-en .row1 p {
    font-size: 16px;
    line-height: 1.5em;
}
.lang-en .news-list-conitem,
.lang-en .news-list-conitem a {
    height: 35px;
    line-height: 35px;
}
.lang-en .row-research .research-container .title {
    font-size: 1.6rem;
}
.lang-en .aside .aside-item {
    height: auto;
    line-height: 20px;
    padding: 10px 10px;
}
.top-desc {
    float: left;
}

/* 分辨率适配 */
@media screen and (max-width: 1024px) {
    .row1 p {
        font-size: 16px;
        line-height: 1.8em;
    }
    .news-list-titlecon .title a {
        font-size: 18px;
    }
    .info-list-container li:nth-child(4) {
        display: none;
    }
    .news-list-content {
        margin-top: 0;
    }
    .article-list-container .category-title {
        text-align: center;
    }
    .location {
        overflow: hidden;
        height: 30px;
    }
    .article-list-container {
        overflow: hidden;
    }
    .member-list ul li {
        margin-left: 52px;
    }
    .gallery-list ul li {
        margin-left: 25px;
    }
    .publication-sidebar .aside-item {
        width: 19.8%;
    }
}

@media screen and (max-width: 768px) {
    .topbar {
        display: block;
    }
    .topbar .top-desc {
        display: none;
    }
    .row1 p {
        font-size: 13px;
        line-height: 1.5em;
    }
    .news-list-titlecon .title a {
        font-size: 16px;
    }
    .news-list-conitem,
    .news-list-conitem a {
        height: 35px;
        line-height: 35px;
    }
    .info-list-container li:nth-child(4),
    .info-list-container li:nth-child(3) {
        display: none;
    }
}
@media screen and (max-width: 450px) {
    .link-box {
        width: 29%;
    }
    .aside-item {
        overflow: hidden;
    }
    .member-list ul li {
        margin-left: 12px;
    }
    .gallery-list ul li {
        margin-left: 0px;
    }
}
@media screen and (max-width: 375px) {
    .member-list ul li {
        margin: 0 auto;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 320px) {
    .row-research .research-container .title {
        font-size: 1.4em;
    }
    .link-box {
        width: 45%;
    }
}
#paper-tabs {
    margin-top: 5px;
}
#paper-tabs .am-tabs-nav {
    height: 35px;
}

.text-content h4 {
    color: #791cb5;
    font-size: 16px;
    text-indent: 0 !important;
    display: block;
    border-left: 12px solid #791cb5;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.text-content p {
    margin-bottom: 8px;
}

.text-content img {
    max-width: 100%;
}

.news-title h2 {
    font-weight: bold;
    text-align: center;
    color: #791cb5;
    font-size: 20px;
    line-height: 50px;
}
.contact-page {
    padding-top: 10px;
}
#map-tsinghua,
#map-sinano {
    width: 100%;
    height: 300px;
}
.about-content ul {
    padding-left: 20px;
}

.about-content ul li {
    list-style-type: disc;
    padding-left: 5px;
}

.about-content table td {
    border: none;
}
.page-about h2 {
    margin: 15px 0;
}
