﻿@charset "utf-8";

.banner {
    margin-bottom: 0.6rem;
}

.banner img {
    width: 100%;
    min-height: 1.4rem;
}

aside {
    text-align: center;
    width: 3.2rem;
    min-width: 3.2rem;
    margin-right: 0.6rem;
    font-family: SourceHanSansCN-Medium;
}

aside p {
    font-size: 0.28rem;
    color: #fff;
    height: 0.72rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--varColor);
}

aside ul li {
    height: 0.72rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDEDED;
}

aside ul li a {
    font-size: 0.21rem;
}

aside ul li.on a {
    color: var(--varColor);
}

main {
    flex-grow: 1;
    width: calc(100% - 3.8rem);
}

.bread {
    height: 0.72rem;
    color: var(--varColor);
    font-size: 0.21rem;
    font-family: SourceHanSansCN-Medium;
    align-items: center;
    margin-bottom: 0.4rem;
}

.bread span {
    font-size: 0.21rem;
    color: #B2B2B2;
}

.bread h2 {
    font-size: 0.28rem;
    font-family: SourceHanSansCN-Bold;
    line-height: 1em;
    padding-left: 1em;
    background: url("../images/title.png") no-repeat;
    background-size: contain;
}

.bread p a {
    color: var(--varColor);
}

/*科研项目*/
.list-project li {
    display: flex;
    margin-bottom: 0.6rem;
    color: var(--varColor);
}

.list-project li .img {
    width: 4rem;
    min-width: 4rem;
    height: 3rem;
    margin-right: 0.6rem;
}

.list-project li .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-project li .text div {
    display: flex;
}

.list-project li .text div h3 {
    font-size: 0.24rem;
    font-weight: normal;
    font-family: SourceHanSansCN-Regular;
}

.list-project li .text div h3 a {
    color: var(--varColor);
}

.list-project li .text div h3 a:hover {
    font-family: SourceHanSansCN-Bold;
}

.list-project li .text div p {
    min-width: max-content;
    margin-left: 0.6rem;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
}

.list-project li .text div p span {
    font-size: 0.24rem;
}

.list-project li .text > p {
    color: #5B5B5B;
    font-size: 0.16rem;
    line-height: 1.75em;
    margin-bottom: 0.2rem;
}

.list-project li .text h4 {
    text-align: right;
    font-weight: normal;
}

.list-project li .text h4 a {
    color: var(--varColor);
    font-family: SourceHanSansCN-Medium;
    padding-right: 0.8rem;
    background: url("../images/arrow.png") no-repeat right;
}

.list-project li .text h4 a:hover {
    padding-right: 0.6rem;
}

/*详情页*/
.caption {
    color: var(--varColor);
    font-family: SourceHanSansCN-Medium;
    margin-bottom: 0.4rem;
}

.caption h2 {
    font-size: 0.28rem;
    font-weight: normal;
    margin-bottom: 0.15rem;
}

.caption p {
    font-size: 0.2rem;
}

.content {
    color: #5B5B5B;
    line-height: 1.75em;
    text-align: justify;
}

/*新闻公告*/
.list-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-news li {
    width: 48%;
    margin-bottom: 0.45rem;
}

.list-news li .img {
    height: 3.72rem;
}

.list-news li .txt {
    padding: 0.2rem;
    background: #eee;
}

.list-news li .txt h2 {
    font-size: 0.24rem;
    height: 2.4em;
    line-height: 1.2em;
    font-family: SourceHanSansCN-Bold;
    margin-bottom: 0.2rem;
}

.list-news li .txt h2 a {
    color: #000;
}

.list-news li .txt h2 a:hover {
    color: var(--varColor);
}

.list-news li .txt p {
    color: #5B5B5B;
    font-size: 0.2rem;
}

/*媒体报道*/
.list-media li .img {
    margin: 0 0 0 0.6rem;
}

.list-media li .text div p {
    margin: 0 0.6rem 0 0;
    align-items: flex-start;
}

.list-media li .text div h3,
.list-media li .text div h3 a {
    color: #5B5B5B;
}

.list-media li .text div h3 a:hover {
    color: var(--varColor);
}

.list-media li .text > p {
    color: #999;
    font-size: 0.18rem;
}

/*列表页*/
.list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.4rem;
    color: var(--varColor);
    font-family: SourceHanSansCN-Medium;
}

.list li p a {
    color: var(--varColor);
}

.list li p a:hover {
    font-family: SourceHanSansCN-Bold;
}

.list li span {
    min-width: max-content;
    margin-left: 0.2rem;
    color: #5B5B5B;
}

/*学术动态*/
.list-academic li {
    color: #fff;
    background: var(--varColor);
}

.list-academic li .text {
    padding: 0.3rem 0.6rem 0.3rem 0;
}

.list-academic li .text div h3 {
    height: 1em;
    line-height: 1em;
}

.list-academic li .text div h3 a,
.list-academic li .text > p {
    color: #fff;
}

.list-academic li .text > p {
    margin-right: 1.2rem;
    opacity: 0.8;
}

.list-academic li .text h4 a {
    color: #fff;
    background-image: url("../images/arrow-white.png");
}