@charset "UTF-8";

header {
    margin-bottom: 0.24rem;
}

aside {
    text-align: center;
    width: 3rem;
    min-width: 3rem;
    margin-right: 0.24rem;
}

aside p {
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
    height: 0.72rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--varColor);
}

aside ul li {
    position: relative;
    margin-top: 4px;
    cursor: pointer;
}

aside ul li a {
    position: relative;
    height: 0.66rem;
    font-size: 0.2rem;
    background: #E7E7E7;
    display: flex;
    align-items: center;
    justify-content: center;
}

aside ul li a:hover {
    font-weight: bold;
}

aside ul li.on > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.04rem;
    background: var(--varColor);
}

aside ul li.on > a, aside ul li.on span {
    color: var(--varColor);
    font-weight: bold;
}

aside ul li span {
    position: absolute;
    top: 0.21rem;
    right: 0.2rem;
    color: #9D9696;
    font: 0.2rem '宋体';
    font-weight: bolder;
    transition: .3s;
}

aside ul li span.on {
    transform: rotate(90deg);
}

aside dl {
    display: none;
}

aside dl dt a {
    color: #666;
    background: #F6F6F6
}

aside dl dt.on a {
    color: var(--varColor);
}

aside ul li.on dl {
    display: block;
}

main {
    flex-grow: 1;
    width: calc(100% - 3.8rem);
}

.bread {
    height: 0.6rem;
    align-items: center;
    margin-bottom: 0.24rem;
    border-bottom: 0.01rem solid #eee;
}

.bread h2 {
    font-size: 0.24rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.bread h2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.03rem;
    background: var(--varColor);
}

.bread p, .bread p a {
    color: #666;
}

.bread p a:hover {
    color: var(--varColor);
}

/*科研项目*/
.list-project li {
    display: flex;
    margin-bottom: 0.6rem;
}

.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;
    color: var(--varColor);
}

.list-project li .text div h3 a {
    color: var(--varColor);
}

.list-project li .text div h3 a:hover {
    font-weight: 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;
    color: #999;
}

.list-project li .text div p span {
    font-size: 0.24rem;
}

.list-project li .text > p {
    color: #666;
    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);
    padding-right: 0.3rem;
    background: url("../images/arrow.png") no-repeat right;
    background-size: 0.2rem;
}

.list-project li .text h4 a:hover {
    padding-right: 0.2rem;
}

/*详情页*/
.caption {
    font-size: 0.16rem;
    text-align: center;
    padding: 0.1rem 0 0.3rem;
}

.caption h2 {
    font-size: 0.28rem;
    font-weight: normal;
}

.caption p {
    margin-top: 0.1rem;
}

.caption p span {
    color: #666;
    margin: 0 0.1rem;
}

.content {
    font-size: 0.16rem;
    line-height: 1.75em;
    text-align: justify;
}

/*列表页*/
.list-text li {
    border-bottom: 1px solid #e1e1e1;
    padding: 0.16rem 0.5rem 0.16rem 0;
    position: relative;
    background: url(../images/jiantou1.png) 98% center no-repeat;
}

.list-text a {
    display: block;
    overflow: hidden;
    transition: all 0.5s ease;
}

.list-text .date {
    float: left;
    width: 0.7rem;
    color: #999;
    text-align: center;
}

.list-text .date .day {
    font-size: 0.24rem;
}

.list-text .text {
    float: right;
    position: relative;
    line-height: 0.44rem;
    width: calc(100% - 0.9rem);
    font-size: 0.16rem;
    transition: all 0.5s ease;
}

.list-text li:hover {
    background: url(../images/jiantou2.png) 98% center no-repeat #c61f13;
    box-shadow: 0 0 10px 0 rgba(16, 54, 117, 0.8);
    border-bottom: 1px solid #94070a;
}

.list-text li:hover a {
    transform: translateX(10px);
}

.list-text li:hover .date {
    font-weight: bold;
    color: #fff;
}

.list-text li:hover .text {
    color: #fff;
    font-weight: bold;
}

/*学者风采*/
.list-mien {
    padding-top: 0.18rem;
    overflow: hidden;
}

.list-mien li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 0.2rem;
    margin-bottom: 0.24rem;
}

.list-mien li .img {
    width: 2.1rem;
    height: 2.8rem;
    margin: 0 auto;
}

.list-mien li p {
    font-size: 0.2rem;
    margin-top: 0.1rem;
}

.list-mien li p a:hover {
    font-weight: bold;
}