/* 初始化样式 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft Yahei", ;
    text-align: justify;
}

body {
    background-color: rgba(0, 0, 0, .05);
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: dodgerblue;
}

a:hover {
    color: rgb(3, 85, 112);
}

.clearfix {
    content: '';
    display: table;
    clear: both;
}

.flex {
    display: flex;
}

.coBox {
    width: 100%;
    padding: 10px;
    background-color: #fff;
}

.title {
    font-size: 22px;
    font-weight: bolder;
    width: 100%;
    border-bottom: 3px solid dodgerblue;
}

p {
    line-height: 1.6;
}

.wp_entry {
    width: 100%;
    line-height: 1.6;
    font-size: 16px;
    color: #000;
    overflow: hidden;
}

.wp_entry a {
    text-decoration: none;
    color: dodgerblue;
}

.wp_entry a:hover {
    color: rgb(3, 85, 112);
    text-decoration: none;
}


/* 首页样式 */

#web {
    width: 1130px;
    margin: 0 auto;
}

.head {
    width: 100%;
    height: 200px;
}

nav {
    width: 100%;
    line-height: 48px;
    font-size: 18px;
    background-color: #fff;
}

.wp_nav {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.wp_nav .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: deepskyblue;
    color: white;
    height: 48px;
    width: 100%;
}

.wp_nav li:hover {
    background-color: aqua;
    cursor: pointer;
    color: black;
}

.wp_nav::after {
    display: none;
}

nav li a {
    color: white;
}

.content {
    width: 100%;
    margin-top: 40px;
    flex-direction: column;
}

.imfo {
    width: 100%;
}

.introduction {
    width: 60%;
    margin-right: 10px;
}

.groupImg {
    margin: 10px 0;
    width: 100%;
}

.groupImg img {
    width: 100%;
}

.introduction p {
    margin-top: 10px;
}

.introduction p:nth-child(1) {
    margin-top: 0;
}

.news {
    width: 40%;
}

.news .title {
    justify-content: space-between;
    align-items: center;
    line-height: 1.6;
}

.news .more_button {
    font-size: 10px;
    color: #1E90FF;
    cursor: pointer;
}

.wp_article_list {
    flex-direction: column;
    width: 100%;
    padding-top: 10px;
}

.wp_article_list li {
    width: 100%;
    line-height: 1.5;
}

.supported {
    margin-top: 20px;
    flex-direction: column;
}

.fund {
    margin-top: 20px;
    justify-content: space-around;
}

.fund img {
    height: 80px;
}

.fund li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 20%;
}

.fund li p {
    margin-top: 10px;
    text-align: center;
}


/* Prof.He 页样式 */

.ProfHe {
    margin-top: 20px;
}

.prPhoto {
    margin-right: 20px;
}

.prIntro {
    flex-direction: column;
    justify-content: space-around;
}

.awards div.title {
    margin-bottom: 20px;
}

.awardList li {
    list-style-type: disc;
    line-height: 30px;
    font-size: 18px;
}


/* research 样式 */

.research {
    margin-top: 20px;
    text-align: center;
}

.research img {
    width: 60%;
}


/* Publications样式 */

.oldPublic,
.newPublic {
    margin-top: 20px;
}

.oldPublic ol,
.newPublic ol {
    margin-left: 40px;
    margin-right: 12px;
}

.oldPublic h4,
.newPublic h4 {
    line-height: 2;
}

.underL {
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
}

.newPublic p {
    text-align: left;
}

.newPublic .abstractImg {
    text-align: center;
    width: 100%;
}

.newPublic img {
    width: 480px;
}

.newPublic .other {
    margin-left: 50px;
}

.newPublic .other li {
    list-style-type: disc;
}


/* Album 样式 */

.album {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.album .coBox {
    width: 49%;
    margin-top: 20px;
    padding: 20px;
}

.albumTitle {
    font-size: 18px;
}

.albumPhoto img {
    width: 100%;
}


/* Members样式 */

.members {
    flex-direction: column;
}

.members {
    width: 100%;
}

.postResearcher,
.doctStudents,
.masterStudents,
.underStudents,
.alumni {
    margin-top: 20px;
}

.stuInfo {
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 10px;
    width: 46%;
    background-color: rgba(0, 0, 0, .02);
}

.students {
    flex-wrap: wrap;
    justify-content: space-between;
}

.bold {
    font-weight: bold;
}

.stuPhoto, .stuPhoto img {
    width: 100px;
}

.info {
    margin-left: 10px;
}


/* Contact 样式 */

.openPosition,
.contactMethod {
    margin-top: 20px;
}

.openPosition p {
    line-height: 1.5;
    margin-top: 10px;
}

.contactAll {
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
}


/* Link样式 */

.link {
    justify-content: space-between;
}

.journal,
.database {
    margin-top: 20px;
    width: 49%;
    padding: 15px;
}

.link ul {
    margin-top: 20px;
}

.link li {
    width: 100%;
    list-style-type: none;
}

.link li:nth-child(odd) {
    background-color: rgba(0, 0, 0, .03);
}

.link li a {
    display: inline-block;
    line-height: 2;
    width: 100%;
}


/* 页脚样式 */

footer {
    padding-bottom: 20px;
    padding-top: 20px;
    justify-content: center;
    border-top: 2px solid dodgerblue;
}